Page 1 of 1

dsjobreport argument

Posted: Tue Jun 10, 2008 10:04 pm
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

Posted: Wed Jun 11, 2008 1:29 am
by ArndW
Use "C:\Temp" instead of "C:\Temp\" and see if that makes a difference.

Posted: Wed Feb 03, 2016 8:47 am
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

Posted: Wed Feb 03, 2016 3:45 pm
by ray.wurlod
Even though it's Windows, you might also try using forward slashes.

Would you mind informing us how you resolved this?

Posted: Wed Feb 03, 2016 4:48 pm
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: