CDIER0410E error in xml stage

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
major
Premium Member
Premium Member
Posts: 167
Joined: Mon Nov 26, 2007 12:21 am

CDIER0410E error in xml stage

Post by major »

Hi,

I have a job as follows

Code: Select all

ExternalSource------->XML Stage-------------->Datastage
I have parameterized unix source dir and path . Job is working fine in Dev environment . I have moved job to Test environment and placed respective files in source dir with 777 permissions, and I can "see" the files by clicking view data of ExternalSource stage , which is returning the absolute path for source files. But I'm getting below error

Fatal Error: CDIER0410E: Error in step=XML_Parser, cause=java.io.FileNotFoundException: /etl/tst/src/bismntc/30751.EH.D20141118T175035.T.xml (No such file or directory).

Not sure where to start from.
Can anyone help me on this

Thanks
Major
major
Premium Member
Premium Member
Posts: 167
Joined: Mon Nov 26, 2007 12:21 am

Post by major »

Hi all,

Issue was ETL has 2 physical nodes and the source directory from which the job reads is not mounted on node 2.
Since the files are in node 1 directory and node 2 source directory is not mounted, job was failing because unable to find directory or files on node 2

Thanks
major
Post Reply