Search found 3329 matches

by Sainath.Srinivasan
Thu Jul 14, 2005 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 9Million rec in Oracle tbl, Update or Insert 7rows/sec!
Replies: 8
Views: 2081

The solution will depend upon the level of change you are preared to do and the authorisation level you are granted. If it is a full table reload, you can download the full table and repopulate it later. You can partition using something like batch id or load id You can load into a temp table an the...
by Sainath.Srinivasan
Thu Jul 14, 2005 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deadlock situation
Replies: 4
Views: 967

Deadlock requires stremlining your data access. You can control your job but cannot control other areas in the Org that will lock the db.

Isolation levels are ansi standard mechanism to handle data access.
by Sainath.Srinivasan
Thu Jul 14, 2005 3:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequence
Replies: 6
Views: 930

Did you try running job2 and then job1?
by Sainath.Srinivasan
Thu Jul 14, 2005 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of Datasstage 7 in XP
Replies: 7
Views: 1414

It will work with XP SP2. That is the main reason of lots of patches discussed in this forum.
by Sainath.Srinivasan
Thu Jul 14, 2005 3:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR CONNECTING DS SERVER:TIME_WAIT
Replies: 4
Views: 1354

Did you regenerate DS?

Does the dstage group has privilege to the new UVTEMP area?
by Sainath.Srinivasan
Thu Jul 14, 2005 2:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequence
Replies: 6
Views: 930

In either of the job, do you insert/update null for other job's column(s)?
by Sainath.Srinivasan
Thu Jul 14, 2005 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File type
Replies: 5
Views: 1117

There are different types of hash files. Search the forum.
by Sainath.Srinivasan
Thu Jul 14, 2005 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create Hash File
Replies: 5
Views: 1307

Search for Hash file calculator or look into options of hash file stage.
by Sainath.Srinivasan
Thu Jul 14, 2005 2:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP changing file names
Replies: 3
Views: 941

You can use the date as part of your parameter for file name.
by Sainath.Srinivasan
Thu Jul 14, 2005 2:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR CONNECTING DS SERVER:TIME_WAIT
Replies: 4
Views: 1354

Try to log into Unix via telnet and see what happens.

Did you bounce DS recently?
by Sainath.Srinivasan
Thu Jul 14, 2005 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequence
Replies: 6
Views: 930

What does it mean by saying "field3, field3 (null)"?

Do you have any errors from job2? Do they run in parallel?
by Sainath.Srinivasan
Wed Jul 13, 2005 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential stage and wildcards in the Filter
Replies: 8
Views: 2216

Did you try writing the cat in a shell script and calling the script from your job?
by Sainath.Srinivasan
Wed Jul 13, 2005 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Line Feed, Right Align
Replies: 3
Views: 1077

The Fmt has the required capability.
by Sainath.Srinivasan
Wed Jul 13, 2005 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compile directive from sequence
Replies: 4
Views: 803

You can do a full project compile followed by 'reset before run' option in sequencer.

You can include external tools such as compile All. But compiling before executing in a sequencer is not the best way forward.