Search found 3329 matches

by Sainath.Srinivasan
Wed Jul 13, 2005 4:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare two Oracle table
Replies: 24
Views: 6796

Check for NULL values.
by Sainath.Srinivasan
Wed Jul 13, 2005 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of Datasstage 7 in XP
Replies: 7
Views: 1414

You can install DS on WinXP but you need Pro edition. It does not work on the home editon.
by Sainath.Srinivasan
Wed Jul 13, 2005 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in configuration file
Replies: 2
Views: 1539

Try changing your fastname to your machine name.
by Sainath.Srinivasan
Wed Jul 13, 2005 2:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writting routinue
Replies: 4
Views: 1026

I think a one example for each scenario will clarify your requirements. Maybe you will yourself find the solution that way.
by Sainath.Srinivasan
Tue Jul 12, 2005 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping "Info" type logs
Replies: 3
Views: 1002

No you can't. But you can select the non-Info type using the dsjob api or universe routines.
by Sainath.Srinivasan
Tue Jul 12, 2005 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare two Oracle table
Replies: 24
Views: 6796

CRC32 is a 32 bit fn and CheckSum is a 16 bit fn. So CRC32 has more probability of returning different checksum values when the source is different.
by Sainath.Srinivasan
Tue Jul 12, 2005 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File error
Replies: 34
Views: 8630

If the problem is with your AIX Unix OS, I cannot see how upgrading DS will help.

You either need to upgrade the OS or use different method in DataStage to avoid the file growing to 2Gb.
by Sainath.Srinivasan
Tue Jul 12, 2005 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ROW SPLITTER PROBLEM
Replies: 6
Views: 2199

But starting from step 1 will be a good guide to identify where the columns disappear.
by Sainath.Srinivasan
Tue Jul 12, 2005 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer did not pass the Parameter Value
Replies: 12
Views: 4814

Can you check whether the parameter is being passed correctly now. Maybe someone tampered with the job 'B' to remove the parameter.
by Sainath.Srinivasan
Tue Jul 12, 2005 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer did not pass the Parameter Value
Replies: 12
Views: 4814

Maybe you are calling the job in 2 different places or have any logic when deriving or passing the parameter.
by Sainath.Srinivasan
Tue Jul 12, 2005 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use IF within IF
Replies: 9
Views: 2388

You can still use the Basic Transformer stage to perform the 'if' clause.

But you cannot do a 'case' statement as it runs only on Server.

You have other features such in parallel but depends on whether you are using the condition for constraint or field derivation.
by Sainath.Srinivasan
Tue Jul 12, 2005 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs not running
Replies: 13
Views: 4604

You may need to reindex your project.
by Sainath.Srinivasan
Tue Jul 12, 2005 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare two Oracle table
Replies: 24
Views: 6796

It depends on what is in the tables.

You can use Oracle join to check it and return values.

Otherwise you can download them in a seq file and do an OS level comparison.
by Sainath.Srinivasan
Tue Jul 12, 2005 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unlocking Job
Replies: 5
Views: 1463

Search for unlock in this forum. There are lots of post which cover that point.
by Sainath.Srinivasan
Tue Jul 12, 2005 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting from BLOB
Replies: 3
Views: 1205

Make it a Binary Varchar.