Search found 3329 matches

by Sainath.Srinivasan
Tue Aug 23, 2005 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Code Generation - Manipulating Export Files
Replies: 2
Views: 537

Code in the production environment must not be altered.

Your actions also imply that you are not sure of the change. So doing that in production adds more risk.

You may be better-off doing the change in some test env and ensuring the change works before migrating to prod.
by Sainath.Srinivasan
Tue Aug 23, 2005 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage scheduler problem
Replies: 7
Views: 2934

Did you check the permissions for that user?
by Sainath.Srinivasan
Tue Aug 23, 2005 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: various lookup key and UV stage problem
Replies: 15
Views: 3483

Did you try using any other db? You may be able to analyze the performance with help of the DBA. What is your disk and memory performance like? You can do a selective load into the uv by joining the source for uv with the source for your job. More information on the data may assist others in giving ...
by Sainath.Srinivasan
Tue Aug 23, 2005 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding the value that repeats the maximum in a file
Replies: 2
Views: 698

As ArndW suggested, you need to identify the most occurring period using sort or agg or any external method.

I will suggest using that as a parameter in your next job or use Unix command(s) to prefix to each record.
by Sainath.Srinivasan
Tue Aug 23, 2005 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting different number of records in sql server and ODBC
Replies: 15
Views: 2822

Write the link from the source stage to a file.

There can be lots of reasons for having less rows.
by Sainath.Srinivasan
Mon Aug 22, 2005 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: various lookup key and UV stage problem
Replies: 15
Views: 3483

Your assumptions are correct.

Check the space in the tmp and project dir.
by Sainath.Srinivasan
Mon Aug 22, 2005 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading A File with variable record length
Replies: 4
Views: 884

You also need to analyze the reason and business logic for this variation.
by Sainath.Srinivasan
Mon Aug 22, 2005 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting different number of records in sql server and ODBC
Replies: 15
Views: 2822

Best will be to write into a seq file order by the keys and do a diff.

Did you try using the DB stage?
by Sainath.Srinivasan
Mon Aug 22, 2005 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locating the error in the data
Replies: 5
Views: 1347

First check will be with stage variables.
by Sainath.Srinivasan
Mon Aug 22, 2005 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting different number of records in sql server and ODBC
Replies: 15
Views: 2822

Did you verify that the ODBC points to the correct SQL Server DSN?
by Sainath.Srinivasan
Mon Aug 22, 2005 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs locked du to power failure
Replies: 3
Views: 874

Simplest will be to bounce DS.
by Sainath.Srinivasan
Fri Aug 19, 2005 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting an error while trying to read excel sheet in Sequen
Replies: 5
Views: 1320

The records are of varying columns.
by Sainath.Srinivasan
Fri Aug 19, 2005 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting an error while trying to read excel sheet in Sequen
Replies: 5
Views: 1320

The records are of varying columns.
by Sainath.Srinivasan
Fri Aug 19, 2005 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to code a while Loop
Replies: 2
Views: 1035

Job sequence loop is available from v7.5 and above.
by Sainath.Srinivasan
Fri Aug 19, 2005 3:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: string to timestamp conversion
Replies: 5
Views: 2232

The value you have can directly be written into the db.

Do you get any error message?

Note - Please post in appropriate forum.