Page 1 of 1

Operator Error

Posted: Sun May 31, 2009 11:32 pm
by irajasekharhexa
Hi I am using Sap pack R/3 bapi stage.
Getting the following fatala error
PACK_for_SAP_R_3___BAPI_6,0: Failure during execution of operator logic. [api/operator_rep.C:399]
The same job is getting executed without any issues at server job.

Can any one explain what could be the error.

Regds

Re: Operator Error

Posted: Mon Jun 01, 2009 2:22 am
by naveen19
irajasekharhexa wrote:Hi I am using Sap pack R/3 bapi stage.
Getting the following fatala error
PACK_for_SAP_R_3___BAPI_6,0: Failure during execution of operator logic. [api/operator_rep.C:399]
The same job is getting executed without any issues at server job.

Can any one explain what could be the error.

Regds
Hi,

Apply this parameter in the job properties and load the metadata again

Parameters Value
DSR3DONTUSEVARCHAR 0
DSR3NOTEXTENDED 1
DSR3_DONOT_DOUBLE_CHAR_LEN 1

or if you have transformer remove the Unicode in transformer on (Extended column)
Compile and run the job

Regards...Naveen.K