dsjobreport argument

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

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

dsjobreport argument

Post by dstage443 »

i am passing the input values as
1;c:\temp\;
for the dsjobreport

but when i run it ...there is a error
(DoJobReport): Failed to open directory c:\temp\

how should i pass on the parameters ....i have datastage on a Windows system
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Use "C:\Temp" instead of "C:\Temp\" and see if that makes a difference.
battaliou
Participant
Posts: 155
Joined: Mon Feb 24, 2003 7:28 am
Location: London
Contact:

Post by battaliou »

Syntax at UNIX reads:
DSJobReport 1;/tmp;

Also runs with:
DSJobReport 1;/tmp/;

This is opposed to IBM's suggestion at http://www-01.ibm.com/support/docview.w ... wg21627331
3NF: Every non-key attribute must provide a fact about the key, the whole key, and nothing but the key. So help me Codd.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Even though it's Windows, you might also try using forward slashes.

Would you mind informing us how you resolved this?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Are you asking the 2008 poster or the 2016 commenter? I think the latter just literally did a drive-by eight years later to let us know that it works now with or without the trailing slash. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply