Fileset 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
psk_270185
Participant
Posts: 21
Joined: Wed Mar 12, 2008 4:05 am

Fileset Error

Post by psk_270185 »

Hi All,
While loading data into a fileset, the job is getting aborted while giving the following error.

Error when checking composite operator: In file set "Currency.fs": Parsing a dataset, expecting a fileset.
Pl provide your valuable suggestions.

Regards
Santosh
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You have created a Data Set using a Data Set stage; now you are trying to access it with a File Set stage. Data Sets and File Sets are both different and incompatible. You must use one or the other consistently.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
psk_270185
Participant
Posts: 21
Joined: Wed Mar 12, 2008 4:05 am

Thanks but unable to view the premium content

Post by psk_270185 »

ray.wurlod wrote:You have created a Data Set using a Data Set stage; now you are trying to access it with a File Set stage. Data Sets and File Sets are both different and incompatible. You must use one or the other ...
:(
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Premium membership is not expensive, at less than 30c (Rs12) per day.
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