cancel
Showing results for 
Search instead for 
Did you mean: 

BODS PAR-010102 Error in MS SQL Server Database

Former Member
0 Kudos

Hi All,

I got a PAR-010102 error while executing a very simple job in BODS 4.1. The job reads a file and dumps the data in a table in MS SQL Server Database. The error message looks like this.

732019792PAR-0101024/03/2015 6:24:01 PM|Session Job_STM_PPM_000_0_Extract
732019792PAR-0101024/03/2015 6:24:01 PMSyntax error at line <11>: <AlGUIComment ("UI_DATA_XML" =
732019792PAR-0101024/03/2015 6:24:01 PM'<UIDATA><MAINICON><LOCATION><X>0</X><Y>0</Y></LOCATION><SIZE><CX>347</CX><CY>-179</CY></SIZE></MAINICON><DESCRIPTION><LOCATION>
732019792PAR-0101024/03/2015 6:24:01 PM<X>0</X><Y>-190</Y></LOCATION><SIZE><CX>200</CX><CY>200</CY></SIZE><VISIBLE>0</VISIBLE></DESCRIPTION></UIDATA>',
732019792PAR-0101024/03/2015 6:24:01 PM"ui_display_name" = 'ReconcileEPM_SCR', "ui_script_text" = '$L_Errors = \'\';>: near <<> found <<> expecting <')', ','>.
732019792PAR-0101024/03/2015 6:24:01 PMSyntax error at line <43>: <END>: near <END> found <END>>.
732019792PAR-0101024/03/2015 6:24:01 PM2 error(s), 0 warning(s).

I found SAP Note 1591143 for a similar issue but it is for MySQL DB. Doesn't seem to work in SQL Server.

Can you please help me out resolving the same?

Screenshot Attached.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I received similar error and was able to fix the issue as below.

One of the Substitution Parameter value was given in the below format

\\abc\def\

I corrected it as below and was able to rerun the Job successfully.

\\\\abc\\def\\