Search found 42189 matches
- 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
- Thu Oct 11, 2007 11:09 am
- Forum: General
- Topic: Running flows in a job in sequential order
- Replies: 5
- Views: 1384
- Thu Oct 11, 2007 10:36 am
- Forum: General
- Topic: Running flows in a job in sequential order
- Replies: 5
- Views: 1384
- 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
- Thu Oct 11, 2007 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Control Error
- Replies: 6
- Views: 2384
- 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
- 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
http://www.dsxchange.com/viewtopic.php?t=99702
- 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...
- 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...
- 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
- 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
| ^
+-------------------+- 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...
- 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
- 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
- Wed Oct 10, 2007 6:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merging Of XML chunk
- Replies: 3
- Views: 1243