Search found 41 matches

by anandsiva
Thu Sep 06, 2012 7:50 pm
Forum: General
Topic: DSExport non interactive and supress warnings
Replies: 8
Views: 4359

Thanks.. As suggested we have created a C++ utility that looks for the dialogue box and record the message to a log file and closes the warning message.
by anandsiva
Tue Sep 04, 2012 12:47 am
Forum: General
Topic: DSExport non interactive and supress warnings
Replies: 8
Views: 4359

This is a test for what Ray has suggested. We have process which reads from XMETA the job name and then we generate set of dsexport command. For some reasons if dsexport throws some warning the entire batch gets stuck until manual intervention. We wanted to avoid this.
by anandsiva
Mon Sep 03, 2012 9:34 pm
Forum: General
Topic: DSExport non interactive and supress warnings
Replies: 8
Views: 4359

It still popped up window with warning the job doesn't exist.

"C:\IBM\InformationServer\Clients\Classic\dsexport" /D=Server:9080 /H=Host /U=user /P=XXX HLK_DEV /XML /JOB=CopyOfSQ25TgtChrgReg D:\CopyOfSQ25TgtChrgReg.xml < .\NUL
by anandsiva
Fri Aug 31, 2012 12:12 am
Forum: General
Topic: DSExport non interactive and supress warnings
Replies: 8
Views: 4359

DScmdexport exports as dsx where as the requirement is to export as XML.
by anandsiva
Thu Aug 30, 2012 8:07 pm
Forum: General
Topic: DSExport non interactive and supress warnings
Replies: 8
Views: 4359

DSExport non interactive and supress warnings

We have a requirement to export all the jobs as XML and we have created a bat script to export it. But in case of warnings It waits for user input to proceed further. Is there a way to ignore these warning messages or any other alternative approach? We get the jobs list from XMETA and use that to cr...
by anandsiva
Tue Aug 31, 2010 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Agrregator filling the log even after the job is stopped
Replies: 7
Views: 3265

Sorry.. please ignore the previous design post..

Code: Select all

                                        |-->Agg-->Agg-->TD API
Hash-->Transformer-->Sort>-->Transformer|-->Agg-->Agg-->TD API
                                        |-->Agg-->Agg-->TD API
by anandsiva
Tue Aug 31, 2010 1:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Agrregator filling the log even after the job is stopped
Replies: 7
Views: 3265

Yes..
The job design:-
|-->Agg-->Agg-->TD API
Hash-->Transformer-->Sort>-->Transformer|-->Agg-->Agg-->TD API
|-->Agg-->Agg-->TD API
by anandsiva
Tue Aug 31, 2010 12:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Agrregator filling the log even after the job is stopped
Replies: 7
Views: 3265

It logs the following message every 15 to 2o sec

Job1..AGG_AT_CATEGORY.Week_Cat_Agg: Run stopped after 11553336 rows
by anandsiva
Tue Aug 31, 2010 12:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Agrregator filling the log even after the job is stopped
Replies: 7
Views: 3265

I restarted the datastage engine still the log seems filling up. Quite strange.. When I rerun the job it is is throwing Mutex() error because of this. But This goes off when the windows server is rebooted. Can any one suggest how to avoid this. And also why this is happening..
by anandsiva
Mon Aug 30, 2010 9:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs with multiple aggregator is failling
Replies: 2
Views: 2772

Based on the recommendation my new job design look like the following |-->Agg-->Agg-->TD API Hash-->Transformer-->Sort>-->Transformer|-->Agg-->Agg-->TD API |-->Agg-->Agg-->TD API I sorted the column in ASC order.
by anandsiva
Mon Aug 30, 2010 8:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs with multiple aggregator is failling
Replies: 2
Views: 2772

Jobs with multiple aggregator is failling

The job design is as follows -->Agg-->Agg-->TD API Hash-->Transformer-->Agg-->Agg-->TD API -->Agg-->Agg-->TD API The above job has 12 mil to process and final aggregated output is around 400 rows.The aborted with the following error. From previous run DataStage Job 229 Phantom 3104 Program "DSP...
by anandsiva
Mon Aug 30, 2010 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Agrregator filling the log even after the job is stopped
Replies: 7
Views: 3265

Agrregator filling the log even after the job is stopped

A job with aggregator when stopped starts filling the job log. Can someone explain why this is happening and how to avoid it. I tired to kill the process by looking for the process. I found the job ID and looked for any process which uses RT_LOG#Process id#. But i couldn't find any such process. Ple...
by anandsiva
Mon Aug 30, 2010 12:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple row generation for a single row source
Replies: 6
Views: 3081

Use Join stage instead of look up...
by anandsiva
Sun Aug 29, 2010 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator still filling director's log after restart server
Replies: 6
Views: 3161

I couldn't understand why aggregator stage is generating such log messages when the job is being stopped. I couldn't find any process associated with this job in the clean up resources option. I'm able to compile the same job and rerun but the jobs is aborting with message User Generated Abort with ...
by anandsiva
Sun Aug 29, 2010 8:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator still filling director's log after restart server
Replies: 6
Views: 3161

Hi,
Which process did you turn of. I'm still getting this error. This happens every time aggregator is stopped. We have Datastage 7.5.3 run on Windows.
Thanks