Search found 42189 matches

by chulett
Thu Jan 24, 2008 7:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing Binary data
Replies: 3
Views: 871

I'm sorry, but is there a question in here somewhere? :?
by chulett
Thu Jan 24, 2008 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reverting back to 7.5
Replies: 5
Views: 2493

Yes, but how many modicums (modicii?) does it take? :wink:

(and don't call me Shirley)
by chulett
Thu Jan 24, 2008 7:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SERVER JOB NOT STOPPING!!!!!!
Replies: 13
Views: 4770

Specifically, 'cannot get exclusive access to executable' from what I recall. And then it will pony up the 'job may be being monitored' bit. :wink:
by chulett
Thu Jan 24, 2008 7:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating 7.5.2 to 8.0.1 and Windows to Unix
Replies: 10
Views: 2679

Are you sure you need to change the line termination? It's all about who you are creating them for, other Windows or UNIX systems. If it's only for internal consumption by DataStage, it can handle either way without issue. Pretty sure the only 'con' to using DOS style line terminators on UNIX would ...
by chulett
Thu Jan 24, 2008 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Activity-Triggers
Replies: 11
Views: 3782

Search the forums for "did not finish OK" and you'll find this has been asked and answered many times over.
by chulett
Thu Jan 24, 2008 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of XML files
Replies: 5
Views: 2341

It's an option in the XML Output stage - check the help for Trigger Column. Every time the value in the trigger column changes, it switched to a new file.
by chulett
Thu Jan 24, 2008 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do i check whether a particular patch installed or not
Replies: 3
Views: 903

Typically, one would ask an SA. What kind of patch?
by chulett
Thu Jan 24, 2008 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StartLoop
Replies: 3
Views: 1323

How are you 'ending the loop'? If you need to Terminate, just branch directly to a Terminator rather than trying to get out of the loop gracefully and then terminate. Same for the email - send it then terminate, all while still "inside" the loop. It won't mind. Much. You could also branch outside th...
by chulett
Thu Jan 24, 2008 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: want to get how many rows written/updated to the o/p file
Replies: 6
Views: 2642

Which one you'd use is totally dependant on where you need this information, which the OP has not stated.
by chulett
Thu Jan 24, 2008 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question on Extraction
Replies: 6
Views: 1546

"Goes over to the next day"? :?

Current date is current date and simply running over midnight doesn't change the value of the 'current date' when the the query started, which is when it would be evaluated. Of course, if you start after midnight, then of course it will use the 'next' date.
by chulett
Thu Jan 24, 2008 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reverting back to 7.5
Replies: 5
Views: 2493

Key to Ray's point is the use of exports made before the 8.x install. And anything done post upgrade would be lost.
by chulett
Thu Jan 24, 2008 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while running Dsjobs
Replies: 12
Views: 4280

Sure sounds to me like you ran out of space and corrupted the project. Suggest you attempt to reindex - search for DS.REINDEX or DS.TOOLS discussions on the subject for the gory details.
by chulett
Thu Jan 24, 2008 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in viewing the data
Replies: 4
Views: 1145

To help diagnose - does this happen with all attempts to view Oracle data? Just this one job? Just this one query? Just this one table? :?
by chulett
Thu Jan 24, 2008 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore one or more keys of an hashed file in a lookup
Replies: 14
Views: 3652

Usually there is more to it than simply putting a UV stage over the hashed file. As noted, you need a VOC entry and for many people that's unknown territory. It can also involve building / maintaining indexes over the remaining keys, otherwise lookup performance can be pitiful. Glad you got it sorte...
by chulett
Thu Jan 24, 2008 8:13 am
Forum: General
Topic: Data Stage Version Compatibility.
Replies: 3
Views: 1072

Yes, they "should" be but don't get used to importing new versions into old versions. While you can always "upgrade" by importing older version jobs into a newer version installation, the reverse is not always true. As noted, you're only getting away with it in this context because there is only a m...