Generating a job report via DataSTage client GUI

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
Gaurav.Dave
Premium Member
Premium Member
Posts: 62
Joined: Tue Sep 21, 2004 10:24 am
Location: IBM - Chicago Area

Generating a job report via DataSTage client GUI

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Gaurav.Dave
Premium Member
Premium Member
Posts: 62
Joined: Tue Sep 21, 2004 10:24 am
Location: IBM - Chicago Area

Post 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
sreenu443
Premium Member
Premium Member
Posts: 7
Joined: Tue Jan 02, 2007 3:34 am
Location: Hyderabad

Post 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
Sreeni
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

I think running from command line is easier. It saves report on client.
Mamu Kim
ulab
Participant
Posts: 56
Joined: Mon Mar 16, 2009 4:58 am
Location: bangalore
Contact:

Post by ulab »

is this problem resolved? please let me know if the above suggestions worked out? I'm also facing the same issue
Ulab----------------------------------------------------
help, it helps you today or Tomorrow
Post Reply