"dscapiop" operator: Error in node map

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
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

"dscapiop" operator: Error in node map

Post by samyamkrishna »

Hi,

My Job design is like given below.

ABAPExtract-------->Copy----------->SeqFile

The ABAP Program is generated sucessfully.
The job is compiled sucessfully too.

But when i run the job i am getting the error

********************************************************

main_program: Syntax error: Error in "dscapiop" operator: Error in node map: Expected identifier or string, got: "0>", line 598; text: nodemap ( 0>

Expected IO redirection, pipe, semicolon, or end, got: "'AbapSAPEccDataSrc:LkFromAbapSAPEccDataSrc.v'", line 598; text: dscapiop

-charset ISO-8859-1

*********************************************************


Is this error related the ABAP extract stage or with an environment file.

I searched the forum with "dscapiop" i found a few topics which mentioned about the entry in operator.apt file.

I looked in the file.The entry is dscapiop @dscapiop 1 which looks fine.

Please guide me.

Thanks,
Samyam
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

Post by samyamkrishna »

I just deleted everything and created teh job again its working fine now.

Dont know why it was aborting before though. :?
Post Reply