Error in reading seqfile

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
srividhya
Participant
Posts: 42
Joined: Tue May 31, 2005 10:11 am

Error in reading seqfile

Post by srividhya »

Hi All
iam trying to read the sequential file
iam getting following error


/detld2/etl/ascential/Ascential/DataStage/Configurations/default.apt
##W TFPA 000017 16:50:31(002) <main_program> Warning: the value of the PWD environment variable (/detld2/etl/ascential/Ascential/DataStage/DSEngine) does not appear to be a synonym for the current working directory (/detld2/etl/ascential/Ascential/DataStage/Projects/STARS). The current working directory will be used, but if your ORCHESTRATE job does not start up correctly, you should set your PWD environment variable to a value that will work on all nodes of your system.
##W TCOS 000049 16:50:32(000) <main_program> Parameter specified but not used in flow: DSProjectMapName
##I TOIX 000163 16:50:36(000) <Sequential_File_0,0> Import complete; 0 records imported successfully, 0 rejected.


Thanks
SRI
legendkiller
Participant
Posts: 60
Joined: Sun Nov 21, 2004 2:24 am

Post by legendkiller »

if you copy filepath and file name from job and go to unix did you able to cat the file.
srividhya
Participant
Posts: 42
Joined: Tue May 31, 2005 10:11 am

Post by srividhya »

In unix file i can see the output, but in datastage its showing error
Thanks
sri
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi sri,
do u use any environmental variable, or any parameter not defined or defined improperly

regards
kumar
legendkiller
Participant
Posts: 60
Joined: Sun Nov 21, 2004 2:24 am

Post by legendkiller »

Do your id(id with which you are running the job) has permission on the file.
Post Reply