Search found 3329 matches

by Sainath.Srinivasan
Mon Jun 27, 2005 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading to DataStage 7.5
Replies: 3
Views: 1471

I think that the NLS may not have been enabled in the 7.1 installation and was enabled in the 7.5.1.
by Sainath.Srinivasan
Mon Jun 27, 2005 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help
Replies: 4
Views: 1004

Also commit and transaction size.
by Sainath.Srinivasan
Mon Jun 27, 2005 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning messages to be sent as a email
Replies: 3
Views: 1523

As for abort, they will be the one in the top as they will be the last job run before failure.
by Sainath.Srinivasan
Sat Jun 25, 2005 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Subtract Week From Date
Replies: 3
Views: 1721

You need to make sure that the format is correct. Also you need to verify the possibility of null values and / or incorrect date values in that field.
by Sainath.Srinivasan
Sat Jun 25, 2005 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trapping job abort in batch control
Replies: 1
Views: 855

Do the sub-batches run in parallel?

If you perform an 'Add Job', it will automatically include the syntax to capture failure.

Can you describe on how you have designed and what happens when one (batch) job fail.
by Sainath.Srinivasan
Fri Jun 24, 2005 3:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Manager Export/Import
Replies: 3
Views: 1110

Take the job executables as part of your export.
by Sainath.Srinivasan
Thu Jun 23, 2005 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 81002 Problem Again!!!
Replies: 8
Views: 1914

Check whether your network traffic is high.
by Sainath.Srinivasan
Thu Jun 23, 2005 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 80459ÿÿÿÿÿ
Replies: 3
Views: 1151

If you want to correct, try a convert or trim.

If you want to identify the char, try preparing various ascii chars and matching them with the char you obtain.
by Sainath.Srinivasan
Thu Jun 23, 2005 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcgetnext ERROR
Replies: 4
Views: 2141

Check whether you have any IPC stage within that container.
by Sainath.Srinivasan
Thu Jun 23, 2005 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcgetnext ERROR
Replies: 4
Views: 2141

Did you run the job as a different user last time? Maybe the temp file was created with the other user's permissions.
by Sainath.Srinivasan
Thu Jun 23, 2005 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RPC daemon is not running
Replies: 2
Views: 1343

Check whether DataStage is installed and running in that machine. Also check whether you have any firewall preventing connections.
by Sainath.Srinivasan
Thu Jun 23, 2005 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reset multiple instances of job
Replies: 3
Views: 2244

You can write a shell script to 'extract the list of invocations id and then reset them one by one'.
by Sainath.Srinivasan
Thu Jun 23, 2005 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where the Log files stored?
Replies: 3
Views: 1112

They will be in your proj dir from which you ran those jobs.
by Sainath.Srinivasan
Thu Jun 23, 2005 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom
Replies: 4
Views: 1236

Check the stage variables and their default values.

The error can be located in the given line number on the BP dir TRANS file.
by Sainath.Srinivasan
Thu Jun 23, 2005 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add transaction feature to sql statement
Replies: 3
Views: 1210

But you do not have a 'Before-SQL' tab in ODBC stage.