cancel
Showing results for 
Search instead for 
Did you mean: 

Error during the execution of Date Generation transform

former_member188628
Participant
0 Kudos

Hi All

     I was trying out the Date Generation transform in sap bods, but it ended up with the following error:-

What I felt was that, its related to SQL binding error, however the template table is present in the sql server and the date range which i took was:-


2016.06.22 to 2016.09.30? Any solution for this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check the below forum post.In your Taget tables do you have DATE Columns? If you have one then change it to DATETIME

http://www.forumtopics.com/busobj/viewtopic.php?t=182600&start=0&postdays=0&postorder=asc&sid=24bc0b...

former_member188628
Participant
0 Kudos

Hi

  I tried changing the datatype, this time the job is running fine without any errors, however, the contents of the target table ain't getting displayed :-

Former Member
0 Kudos

Can you check if the data store connection is fine and also check the columns names in your source and target.

former_member198401
Active Contributor
0 Kudos

Are you using the function week_in_month() and week_in_year() to populate the columns. It will return an integer.

Regards

Arun Sasi

former_member187605
Active Contributor
0 Kudos

There's kind of a non-printable character in your WeekInYear column name. The database client doesn't like that.

Get rid of that right-arrow and try again.

Answers (1)

Answers (1)

former_member188628
Participant
0 Kudos

Hi All

     Thanks a lot, for all your responses.There was an error "->" unidentified error in the database column, I am still wondering how did that happen!!As pointed specifically by Dirk, I tried deleting the column from both SQL Server and BODS and then added again and it worked

Thanks

Regards