Search found 42189 matches

by chulett
Tue May 13, 2008 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Vertical pivot
Replies: 15
Views: 5069

First question would be - have you searched this forum for 'vertical pivot'? The technique has been explained quite a number of times.
by chulett
Tue May 13, 2008 9:27 am
Forum: General
Topic: trigger condition
Replies: 11
Views: 7410

I have thought about doing what Craig had mentioned... But, its a requirement that enforces us not to have a cross application dependancy at the scheduler level directly... Sorry, but this kind of stuff bothers me. Who came up with this 'requirement'? Push back - this is exactly why your company bo...
by chulett
Tue May 13, 2008 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compatibility of Datastage 8.0 to Datastage 7.5.2
Replies: 6
Views: 1914

Good to know. Wasn't sure if 8 changed things enough such that the MCM no longer worked.
by chulett
Tue May 13, 2008 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameter
Replies: 9
Views: 1869

Not quite. The Run dialog window will always pop up when running manually from the Director. However, you can turn off the prompting of individual parameters through the option Ray mentioned.
by chulett
Tue May 13, 2008 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Conditional flow not happenening
Replies: 6
Views: 1566

Guys, problem solved. :?

mc_harsha - please mark the post as Resolved.
by chulett
Tue May 13, 2008 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compatibility of Datastage 8.0 to Datastage 7.5.2
Replies: 6
Views: 1914

In other words you'd need both clients installed into separate locations. Before 8.x you would also need the 'MCM' or Multiple Client Manager as well as only one client can be used at a time. Anyone know if this is still possible with 8?
by chulett
Tue May 13, 2008 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with single quote in Job parameter.
Replies: 16
Views: 17445

Arnd - the eCase seems to be specific to passing a single quote, as in one quote not two or more. And it says it breaks the next parameter so I don't think it's applicable here. This is just your classic case where DataStage strips quotes from parameter values. OddJob - read the examples more closel...
by chulett
Tue May 13, 2008 6:53 am
Forum: General
Topic: Error with ntdll.dll
Replies: 9
Views: 2013

chulett wrote:That one is specific to XP's Service Pack 2 and not being able to open stages. There is yet another patch to address Designer crashing in Sequence jobs.

Ask your official Support provider about it. If I can find the eCase number for it I'll post it later.
by chulett
Tue May 13, 2008 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue Performance Issue
Replies: 5
Views: 1768

I'm creating line numbers for each new batch. I find KeyMgtGetNextValue as appropiate function. Details always help. Actually, that's a totally inappropriate use of the function, no wonder it's so slow. All you need is a couple of stage variables, one to detect the 'group change' when the batch num...
by chulett
Tue May 13, 2008 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using variable name as source file path
Replies: 9
Views: 1778

ArndW wrote:Use "#VAR#". Better yet...

Even more better yet, use a more meaningful variable / parameter name. :wink:
by chulett
Mon May 12, 2008 9:48 pm
Forum: General
Topic: trigger condition
Replies: 11
Views: 7410

Why go through all those gyrations? When Autosys completes running the 'external job' successfully, have it trigger the DataStage job next. Done.
by chulett
Mon May 12, 2008 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue Performance Issue
Replies: 5
Views: 1768

Said technique is only valid if your process is guaranteed to be the only process creating new records in the target while it runs. We use a slightly modifed version of the Concurrent flavor of that routine and have no problems getting it it process multiple 1000 rows per second, so not really sure ...
by chulett
Mon May 12, 2008 9:37 pm
Forum: General
Topic: trigger condition
Replies: 11
Views: 7410

Re: trigger condition

One option that comes to mind involves having to build a dependancy within autosys scheduler so that when the autosys job for the external job completes, we can trigger the master sequence datastage job from the autosys. But, doing this would mean that we would have a very tight dependancy with the...
by chulett
Mon May 12, 2008 9:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with single quote in Job parameter.
Replies: 16
Views: 17445

Make sure you understand - not double quotes but two single quotes.
by chulett
Mon May 12, 2008 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attaching email attachments
Replies: 6
Views: 1113

Only whatever limits your underlying email system enforces. Check with your System Admins.