Parallel Job Partitioning

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
ramkarthik
Participant
Posts: 27
Joined: Thu Jun 26, 2008 6:13 am
Location: chennai

Parallel Job Partitioning

Post by ramkarthik »

We are getting the following errors while writing into the File set

main_program: Invalid fileset /etl/prod2/hp/output/IHC140RxNonMamsi.fs: problem with partitioning
Invalid fileset /etl/prod2/hp/output/IHC140RxMamsi.fs: problem with partitioning

fsNonMamsiRx: Error when checking operator: Node name "apsp0460I" not in config file
Error when checking operator: Node name "apsp0460J" not in config file
Error when checking operator: Node name "apsp0460K" not in config file
Error when checking operator: Node name "apsp0460L" not in config file
ramkarthik
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

Think you are using a different configuration files when creating the FileSet and reading it. Use the configuration file that was used for creating the fileset in the job.
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
Post Reply