Page 1 of 1

Generating a job report via DataSTage client GUI

Posted: Wed Nov 04, 2009 4:29 pm
by Gaurav.Dave
Hello,

We have DataStage 8.1 on the AIX platform. I am trying to generate report of the DataStage jobs, but keep geting error message like "Failed to Import Report". (I tried clicking File > Generate Report with default style option). I tried for both parallel and server style jobs but not able to generate report.

Wondering, anyone have encountered this error before? And how to resolve it.

Thanks,
Gaurav

Posted: Wed Nov 04, 2009 8:09 pm
by ray.wurlod
Make sure you have write permission to the folder where your DataStage client is installed. The reports have to write the intermediate XML on your client machine, even though the final report ends up in the common metadata repository.

Posted: Thu Nov 05, 2009 8:46 am
by Gaurav.Dave
Thanks Ray...

Its strange though..Let me look on the permission side and let u all guys know if I get any success.

Thanks again

Posted: Thu Apr 26, 2012 5:07 am
by sreenu443
To modify the Reporting workspace directory issue the following commands:

DataStage Version 8.5
========================

cd /tmp
chown -R <WAS-non-root user> informationServer

Note: do the same on Backup/Stand by nodes if you have HA configuration

DataStage V8.0.1
===============

cd /tmp
chown -R <WAS-non-root user> WDISuite

Note: do the same on Backup/Stand by nodes if you have HA configuration

DataStage V8.1
==============

cd <install-folder>/IBM/InformationServer
chown -R <WAS-non-root user> ASBServer

Posted: Fri Apr 27, 2012 9:39 am
by kduke
I think running from command line is easier. It saves report on client.

Posted: Mon May 07, 2012 4:37 am
by ulab
is this problem resolved? please let me know if the above suggestions worked out? I'm also facing the same issue