on ‎2016 Apr 07 5:33 PM
Hi Experts
I have rebuild a New BODS job (SQL Server 2008) from existing Old BODS job (SQL Server 2000) as the source system has got upgrade from SQL Server 2000 to SQL Server 2008
But When i try to excite the New BODS job (SQL Server 2008) it throws error, please find the below error log
Error Log :
| |Data flow DF_LS_BW_BLK|Reader search+Results+Property+Solicitor+tblSearchAddOns1 |
| SQL submitted to ODBC data source <LandSearch_UAT> resulted in error <[SAP BusinessObjects][ODBC SQL Server Wire Protocol |
| driver][Microsoft SQL Server]Incorrect syntax near 'column name'.>. The SQL submitted is <SELECT { fn substring( |
| "table"."column name " , 1, 60) } , { fn substring( "table"."column name" , 61, 40) } , { fn substring( |
| "table"."column name1" , 1, 60) } , { fn substring( "table"."column name2" , 61, 20) } , |
Request clarification before answering.
Hi Suvendu,
Copy the Optimised SQL of that Dataflow and Execute that SQL code in SQL Server Management Studio Query panel.
If everything works fine. Please check for the case sensitive column names for the template tables make everything CAPITAL in the query transform before the template table.
If it is a functionality change like data type conversation you need to explicit convert them by using cast function.
Reagrds,
Akhilesh Kiran.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Akhilesh,
Thanks for your response!
As mentioned above i have tried executing the Optimized SQL in Query panel and it was fine
We have not used any Template tables.
We have use cast function explicitly for datatype conversions and the issue is still the same
I still get the error .
Regards
Suvendu
if possible can you please share me your .ATL File to my
mail id: narayandasakhileshkiran@gmail.com.
Regards,
Akhilesh Kiran.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.