Search found 3329 matches

by Sainath.Srinivasan
Wed Jun 24, 2009 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Version of Jobs
Replies: 8
Views: 2863

You can look into building Shared Containers.

That way you can produce reusable components which can then be plug-and-play.

But note that the metadata in the links must be correct.

This will solve if you choose a or b options.
by Sainath.Srinivasan
Wed Jun 24, 2009 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Version of Jobs
Replies: 8
Views: 2863

What do you expect as result of merging?

Do you expect
a.) two independent streams
b.) a single stream with setA followed by setB
c.) remove duplicate and redundant mapping followed by optimization?

For a and b is easy. For c, you can hire a consultant.
by Sainath.Srinivasan
Wed Jun 24, 2009 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Administrator getting hanged
Replies: 9
Views: 1964

Try connecting to the unix box via any terminal editor and do
dssh
logto <project>
by Sainath.Srinivasan
Wed Jun 24, 2009 1:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace a particular date with null
Replies: 4
Views: 1399

Replace '' in your decode to NULL.
by Sainath.Srinivasan
Tue Jun 23, 2009 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM 8.0.1.0 Client issues
Replies: 12
Views: 3829

This appears to be the typical symptom of rolling out new set of DLLs to all group machine in the network.

Assume you may have to uninstall including the dlls or reinstall over-writing them.

Does the clients running ok now are in Windows Service Pack 2?
by Sainath.Srinivasan
Tue Jun 23, 2009 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can i generate reports
Replies: 4
Views: 1419

Where do you get these questions ?
by Sainath.Srinivasan
Tue Jun 23, 2009 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading to DS8.0
Replies: 9
Views: 2309

Maybe the op is referring to Waves ruleset for qualitystage (integrity).
by Sainath.Srinivasan
Tue Jun 23, 2009 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic for grouping
Replies: 5
Views: 1290

Hash Partition on Msisdn.
by Sainath.Srinivasan
Tue Jun 23, 2009 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Administrator getting hanged
Replies: 9
Views: 1964

Any firewall?

What if you try to connect using client from Server machine itself ?
by Sainath.Srinivasan
Tue Jun 23, 2009 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increment count of working day for month
Replies: 4
Views: 1480

I will do it in 3 steps. 1.) Load all non-weekend holidays into a sequential file 2.) Create a job to append all weekends for the expected period into the sequential file 3.) Create a job (or in same job as above) to reference (sparse) the count of holidays with between clause from 1st of month to c...
by Sainath.Srinivasan
Tue Jun 23, 2009 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype LongNvarchar not working
Replies: 4
Views: 2278

What if you create a view and cast it to char from the table?
by Sainath.Srinivasan
Tue Jun 23, 2009 4:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM 8.0.1.0 Client issues
Replies: 12
Views: 3829

Are you using Windows SP2?

What about clients in other PCs?
by Sainath.Srinivasan
Mon Jun 22, 2009 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQS.DLL FAILED TO LOAD
Replies: 7
Views: 4741

There ae couple of similar posts. Pl search.
by Sainath.Srinivasan
Mon Jun 22, 2009 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Help_ My jobs aborted in the middle of loading
Replies: 9
Views: 1966

In short, if you take out the first 37 records from input, will the resulting flow work lead to full load?