Search found 42189 matches

by chulett
Thu Oct 11, 2007 11:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is there a unix datastage uninstall?
Replies: 2
Views: 1061

There is an uninstall.sh that ships on the server CDROM. Or you can just install over the top of the old one and it will ask you what you want to do - maintenance type stuff or a complete reinstall.
by chulett
Thu Oct 11, 2007 11:09 am
Forum: General
Topic: Running flows in a job in sequential order
Replies: 5
Views: 1384

Not unless you can establish some kind of process break between them and thus link them together in one 'stream'.
by chulett
Thu Oct 11, 2007 10:36 am
Forum: General
Topic: Running flows in a job in sequential order
Replies: 5
Views: 1384

Three jobs, run in a serial fashion via a Sequence job.
by chulett
Thu Oct 11, 2007 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Number
Replies: 14
Views: 2797

Search the forums for "ParamValue/Limitvalue is not appropriate".
by chulett
Thu Oct 11, 2007 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Error
Replies: 6
Views: 2384

Because, as previously noted, you cannot attach to 'yourself'.
by chulett
Thu Oct 11, 2007 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running job in control M
Replies: 16
Views: 17532

And why would one suddenly reply to a year and a half old post? :?
by chulett
Wed Oct 10, 2007 9:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage ODBC stage error
Replies: 2
Views: 823

Searching for your error turns this up, see if it helps:

http://www.dsxchange.com/viewtopic.php?t=99702
by chulett
Wed Oct 10, 2007 7:20 pm
Forum: General
Topic: DSD.Browse Error
Replies: 7
Views: 3297

You'll need to ensure the 32bit libraries are available and include $ORACLE_HOME/lib32 in your 'shared library path' variable. Unless you are on one of the few platforms where DataStage is actually 64bit, like Compaq Tru64? Also note that 10g isn't officially supported in DataStage until the 7.5.x r...
by chulett
Wed Oct 10, 2007 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Error
Replies: 6
Views: 2384

No, I think John has it right - don't attach to yourself. However, you have a bigger problem. After Job is really after the job, it hasn't actually finished yet, which means you can't "reset" it because it is still running. This needs to happen outside the job in your job control, and I personally n...
by chulett
Wed Oct 10, 2007 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Entered Never Exited with Any Mode
Replies: 2
Views: 847

Never seen where an 'Any' Sequencer reports that message, it only happens when set to 'All' and not all incoming links fire. :?
by chulett
Wed Oct 10, 2007 7:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to write condition for stopping the sequences
Replies: 3
Views: 1158

Or if you typically run all three and sometimes need to skip B, use Sequencer and Nested Condition to evaluate if B should run or not:



Code: Select all

A   -->  NC -->   B  -->  Seq/Any --> C
          |                   ^
          +-------------------+
by chulett
Wed Oct 10, 2007 6:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert accented characters to english
Replies: 9
Views: 9218

Post your syntax - the suggestion was strictly in regards to using one rather than a bajillion inline function calls. The syntax still contains a billion functions: Convert(Char(135),'c', <snip> Not if you set it up correctly. The online help shows it takes a list of characters to look for and a co...
by chulett
Wed Oct 10, 2007 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert accented characters to english
Replies: 9
Views: 9218

Post your syntax - the suggestion was strictly in regards to using one rather than a bajillion inline function calls.
by chulett
Wed Oct 10, 2007 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert accented characters to english
Replies: 9
Views: 9218

One suggestion - use Convert rather than EReplace, that way you'll only need one statement. Check the online help for the gory details.
by chulett
Wed Oct 10, 2007 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Of XML chunk
Replies: 3
Views: 1243

Use a single forward slash as their XPath Expressions: "/".