Error while viewing Pipe delimeted file

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
hari_marthala
Participant
Posts: 6
Joined: Mon Jul 05, 2010 1:09 am
Location: Hyderabad

Error while viewing Pipe delimeted file

Post by hari_marthala »

Hi,

I have created one parallel job with source as sequential, formats: delimeter=pipe and quotes=none. I am facing an error(most probably relates to environment) while viewing data from sequential file. Can you please provide me your inputs on this error.

Error:

Error -1 executing View Data command:

Remote shell error accessing host.
rsh -l mkdir -p remote/BnCInfoWare/RT_SCTEMP > RT_SCTEMP\RunRemote_26500.2768.tmp 2>&1
rsh: Unknown option -p
Usage: rsh host [-DnN] [-l remote_username] command

Thanks in advance
Hari Marthala
anbu
Premium Member
Premium Member
Posts: 596
Joined: Sat Feb 18, 2006 2:25 am
Location: india

Post by anbu »

Why do you use rsh command in sequential stage?
You are the creator of your destiny - Swami Vivekananda
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The sequential file is not on your conductor node, the problem is in establishing communication between the conductor node and the node on which the sequential file resides.

The actual delimiter in the file is irrelevant, provided it matches the metadata used in the record schema.
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