Can not generate reports using 7.5.2

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
etlbets
Premium Member
Premium Member
Posts: 25
Joined: Wed Jul 25, 2007 8:51 am

Can not generate reports using 7.5.2

Post by etlbets »

I am unable to generate reports using the command line.

C:\Progra~1\Ascential\DataStage7.5.2\DSDesign.exe /H=hostname /U=userid /P=passwd VZB xfmCOMDNonCoreToStgDsJob /R - Just returns

I have also done /RP c:\reports and it just returns as well.

It will not generate a report.

This appears to work in 7.5.1A. Is there something I need to do in order to get this to work.

When I drop the /R designer runs. When I add /R designer is not invoked and the command just returns.

Thanks
etlbets
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Can you generate reports from within the Designer GUI?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
etlbets
Premium Member
Premium Member
Posts: 25
Joined: Wed Jul 25, 2007 8:51 am

Post by etlbets »

I can generate with in the Designer GUI. We have close to 6,000 jobs so need to find a way to automate the process.

Thanks
etlbets
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

This is straight out of the script on my tips page.

Code: Select all

%Designer% /H=%Host% /U=%User% /P=%Password% %Project% %%i /R /RP=%BackupDir%%DsxDate% /RX >> %LogFileName%
Mamu Kim
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

The script DsJobReport.bat will do all jobs in a project but you can do it yourself if you want.
Mamu Kim
etlbets
Premium Member
Premium Member
Posts: 25
Joined: Wed Jul 25, 2007 8:51 am

Post by etlbets »

Thanks Ken, I added the RX to the command and it worked.

Will be looking at DsJobReport.bat - I have a script that will do an export and then generate the report based what was exported.

Thanks again
etlbets
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

KIM!!!
Mamu Kim
Post Reply