Search found 5168 matches

by kumar_s
Fri Mar 09, 2007 7:54 am
Forum: General
Topic: ODBC Timeout When SP runs more than 30 minutes
Replies: 15
Views: 5077

Few were towards some setting in database end, and few were towards network traffic. They would have probably tried those option discussed here. As mentioned, if the stored procedure is called via shell, it can running for a long hrs, and not via ODBC stage.
Kinda weired. :evil:
by kumar_s
Fri Mar 09, 2007 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while Calling SP from OCI Stage
Replies: 18
Views: 3538

Not really a mandate option. If you are opting for that, make sure the schema name should be parameterized.
by kumar_s
Fri Mar 09, 2007 7:45 am
Forum: General
Topic: Job Sequencer
Replies: 7
Views: 1828

Hi Rai,

Could you make you question clear.

B, F, J and O) only start when the first jobs (A, E, I, N) has all finished.
Is this not expected? If so, do you expect B, F, J and O to run parallel to A, E, I, N)?
by kumar_s
Fri Mar 09, 2007 7:42 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Other Web Service options
Replies: 8
Views: 4268

To be more simple, Datastage is in its best on RealTime via SOA rather than in Batch mode. Even the one line application are clensed using Quality Stage and stored in ERP using Datastage. And its all triggered by a web service. After seeing all these, it often prompts in my mind that, pace of evolut...
by kumar_s
Fri Mar 09, 2007 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel stage Operators
Replies: 7
Views: 1527

Hi Himadri, Welcome to Dsxchange :D !!! OSH engine is what used for Datastage PX. For each stage there is one or more Orchestrate operators operates in orchestrate engine. For example, Sort stage will have tsort operator to sort the data in Orchestrate. There is another operator called psort for sim...
by kumar_s
Fri Mar 09, 2007 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dslockd issue
Replies: 18
Views: 4484

What is the timer value set in dsdlockd config file?
by kumar_s
Fri Mar 09, 2007 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage is not giving expected result.
Replies: 17
Views: 4846

If you are talking about Preserver Partition, there are three options. Default is Propagate. This will try to use the same option what its previous stage is used. If the previous stage Preserver Partition has 'Set' this stage will also try to have 'Set' in it. If Preserver Partition is set to hold t...
by kumar_s
Fri Mar 09, 2007 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs getting stuck
Replies: 18
Views: 4371

May be the processed rows where huge in number that the process has consumed the full paging space and couldn't even log the error. :wink:
by kumar_s
Fri Mar 09, 2007 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage is not giving expected result.
Replies: 17
Views: 4846

Vivek, I dont find a real need to clear the partition before sending it to Sort stage. If the Sort stage has partition in it, the existing partition will obviouly be re partitioned. The partition prior to that will not take effect.
by kumar_s
Fri Mar 09, 2007 4:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow Writing to Hashed files
Replies: 37
Views: 7353

If I understand properly, you are writing the row num using @INROWNUM in addition to the exisiting columns, rigth? If there is no much transformation included in that, that particular macro shouldn't cause the slog. As I said, you nail down the culprit, you can remove link and find the statistics to...
by kumar_s
Fri Mar 09, 2007 4:39 am
Forum: General
Topic: oracle instant client and datastage connection help
Replies: 23
Views: 11734

You got to be kidding. :shock:
by kumar_s
Fri Mar 09, 2007 4:30 am
Forum: General
Topic: ODBC Timeout When SP runs more than 30 minutes
Replies: 15
Views: 5077

Even in one of the other project in my site reporting the same issue. Need to check out the reason.
by kumar_s
Fri Mar 09, 2007 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow Writing to Hashed files
Replies: 37
Views: 7353

You are right, CRC32 will give you unique single field value for combination of several fields. So you can reduce the over head of doing the lookup for all the fields. But you need to make sure, while preparing the CRC field, the datatype and length should be same, else you will end up in getting di...
by kumar_s
Fri Mar 09, 2007 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Warning
Replies: 34
Views: 8409

Not necessarily. If its a shell script which is ready to call the jobs, why it should be again called from Job Sequence. You can directly call it from Command prompt, or schedule it.
by kumar_s
Fri Mar 09, 2007 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error after migration from V7.1r2 to V7.5.1A
Replies: 7
Views: 4511

So it should be issue with the compiler configuration. What is the error that you get?