Search found 42189 matches
- Mon Jul 28, 2008 7:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can ODBC stage used for an Oracle stage?
- Replies: 1
- Views: 738
- Mon Jul 28, 2008 6:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can Sequencer Conditional catch an ODBC Fatal error?
- Replies: 7
- Views: 2245
Yes, correct, all checks for an Aborted job will fail if the job does not in fact abort. I personally am not aware of how a Fatal message in the log does not also Abort the job, but I do believe others have posted something similar in the past. Not sure if it's a PX thing or a bug. Do you have any r...
- Mon Jul 28, 2008 6:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage server job - memory usage issue
- Replies: 1
- Views: 906
Please don't post the same question in multiple forums. If you recognized that this is the wrong forum, you can delete your own posts as long as they haven't been replied to yet.
Correct post is below, if you have anything to add please do it there:
http://www.dsxchange.com/viewtopic.php?t=120882
Correct post is below, if you have anything to add please do it there:
http://www.dsxchange.com/viewtopic.php?t=120882
- Mon Jul 28, 2008 6:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Case Insensitive Replace
- Replies: 6
- Views: 2805
In a brute force sense, yes. You'd need to run one EReplace for each case combination you'd want to replace: "CRC", "crc", "Crc", "CrC", etc. I'm not aware of any "case insensitive" mechanism, perhaps others are. Question - is the text you want to replace always delimited as your example shows? If s...
- Mon Jul 28, 2008 6:33 am
- Forum: General
- Topic: Link Collector top down creates file - how do I get around t
- Replies: 2
- Views: 838
- Sun Jul 27, 2008 8:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help on cartesian product in DataStage server job
- Replies: 17
- Views: 12581
- Sun Jul 27, 2008 8:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue: ORA-01480 Trailing null missing from STR bind value
- Replies: 5
- Views: 4926
Interesting. This smells more of bug than problem with your job design, especially considering the ORA error: ORA-01480: trailing null missing from STR bind value Cause: A bind variable of type 5 (null-terminated string) does not contain the terminating null in its buffer. Action: Terminate the stri...
- Sun Jul 27, 2008 8:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to abort a job from back end process
- Replies: 8
- Views: 2537
- Sun Jul 27, 2008 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue: ORA-01480 Trailing null missing from STR bind value
- Replies: 5
- Views: 4926
Welcome. :D A little confused here. Can you please explain the different between when you "compile and run it as a single job" versus the 10 server jobs run by the Sequence (no 'r') job? Is each job only processing 1/10 of the data in the latter case? Does only one job of the ten fail? I'd also be c...
- Sun Jul 27, 2008 7:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: INDEX ERROR
- Replies: 1
- Views: 837
- Sun Jul 27, 2008 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Format of SQL command in DSExecute
- Replies: 5
- Views: 4265
There really isn't much of a choice for Oracle - you use sqlplus. And for 'some sql statements' you'll need to do that in a "here document" format. A best practice here, IMHO, is to script all of this - the sqlplus connection, the sql commands to execute, redirection of any output, post sql examinat...
- Sat Jul 26, 2008 10:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IBM Information Server - call job variable in another job
- Replies: 8
- Views: 2055
Are you sure your empty file is actually empty, i.e. it doesn't have a header record? You'll need to remove any Field Marks in the output of the Execute Command stage before the number will compare correctly:
Code: Select all
Convert(@FM,"",CommandOutput)- Sat Jul 26, 2008 10:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job sequencer closes automatically
- Replies: 4
- Views: 1228
- Sat Jul 26, 2008 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job sequencer closes automatically
- Replies: 4
- Views: 1228
- Sat Jul 26, 2008 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp value comparision in transformer
- Replies: 4
- Views: 1351