DSjobreport error on passing arguments

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
dstage443
Participant
Posts: 10
Joined: Wed May 28, 2008 4:02 pm

DSjobreport error on passing arguments

Post by dstage443 »

i am passing the input values to DSjobReport as
1;c:\temp\;


but when i run it ...there is an error in the log sayin

(DoJobReport): Failed to open directory c:\temp\

what are the parameters for this function
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Does this folder actually exist?

Try it without the trailing delimiter, that is C:\Temp
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