Problem with 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

Problem with partitioning

Post by ramkarthik »

Hi,
we are getting the below errors

Invalid fileset /path/test.fs: problem with partitioning
Invalid fileset /path/test1.fs: problem with partitioning

myfs: Error when checking operator: Node name "test" not in config file
Error when checking operator: Node name "apps" not in config file.

Can anyone come out with a solution for this issue?
ramkarthik
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Only the first error message is relevant. You don't have a valid fileset. How was this fileset created (i.e., with which stage) and which stage are you using to read it?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are you trying to read from the File Set using a different configuration file (APT_CONFIG_FILE) than the one that was being used when the File Set was created?
The fact that there are node names not found suggests to me that that's the root cause of the problem that you are encountering.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply