Search found 3329 matches

by Sainath.Srinivasan
Tue May 31, 2005 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenate strings based on a dynamic table
Replies: 5
Views: 1504

Sudharsanan,

There is no straightforward command or stage that can do what I tried to convey. It is a set of tasks on its own involving few steps and having more information of the requirement.

That is why I left it to be decoded by the reader.
by Sainath.Srinivasan
Tue May 31, 2005 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: # Problem In Table Name
Replies: 5
Views: 1157

Try making the tablename as a job parameter and include the '#' as part the of name there.
by Sainath.Srinivasan
Tue May 31, 2005 3:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delay accessing properties of a sequencer
Replies: 4
Views: 1288

Maybe your network traffic is on its peak.
by Sainath.Srinivasan
Tue May 31, 2005 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to allocate Type 30 descriptor, table is full
Replies: 10
Views: 9314

Are you running only one job or a sequencer / batch job when this pops up?
by Sainath.Srinivasan
Tue May 31, 2005 3:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Remote in loop
Replies: 3
Views: 784

Maybe you are looking for real-time processing !!
by Sainath.Srinivasan
Mon May 30, 2005 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Use Account name " option is not working
Replies: 5
Views: 1148

Better leave it blank to check.
by Sainath.Srinivasan
Mon May 30, 2005 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting Date() to datetime
Replies: 7
Views: 1512

Or use @TIME
by Sainath.Srinivasan
Mon May 30, 2005 5:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation failed
Replies: 3
Views: 1169

Also if you are using Win XP SP2, check for a patch from ASCL for this purpose.
by Sainath.Srinivasan
Mon May 30, 2005 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file merge
Replies: 12
Views: 3256

You can do a pre-job script of 'type file2 >> file1' and use file1 as your source.
by Sainath.Srinivasan
Thu May 26, 2005 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parallel update to DB2
Replies: 8
Views: 1927

Check whether you are changing any key columns as part of update.
by Sainath.Srinivasan
Thu May 26, 2005 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjobobjects.oletype in (´CHashedInput´, ´CHashedOuput´).
Replies: 1
Views: 547

From DataStage Admin or universe shell or any other means by which you can talk to universe.
by Sainath.Srinivasan
Thu May 26, 2005 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert after target write
Replies: 8
Views: 925

Best is to have this as a stand-alone job.
by Sainath.Srinivasan
Thu May 26, 2005 11:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source selection and Aliases
Replies: 5
Views: 891

You still have not answered the question of whether you can run the same SQL successfully outside DataStage.
by Sainath.Srinivasan
Thu May 26, 2005 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborted, i want to start excution from where it aborted
Replies: 6
Views: 1331

...assuming that you source produce rows in the same order every time.

Otherwise, you may have to either clear the rows from target or check in any other way.
by Sainath.Srinivasan
Thu May 26, 2005 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RoutineActivity
Replies: 4
Views: 717

Write the return value to a log and confirm it is what you think it is.