Operator Error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
irajasekharhexa
Premium Member
Premium Member
Posts: 82
Joined: Fri Jun 03, 2005 5:23 am
Location: Bangalore
Contact:

Operator Error

Post 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
Rajasekhar
naveen19
Participant
Posts: 52
Joined: Tue Mar 06, 2007 9:08 am
Location: India
Contact:

Re: Operator Error

Post 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
Post Reply