Search found 42189 matches

by chulett
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

Sure, you can use ODBC to connect to Oracle. Oracle itself does not use ODBC but rather leverages the Oracle client over sqlnet. ODBC can also leverage the same Oracle client or can use a wired driver so that the client is not required. Thick versus thin, in other words.
by chulett
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...
by chulett
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
by chulett
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...
by chulett
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

Yes, odd. Curious... if you have the Link Collector hooked directly to the Sequential File stage, can you try inserting a Transformer between the two and see if that changes the behaviour? You may need to enable inter-process row buffering if that's not already on to do so.
by chulett
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

Exactly. DataStage just executes SQL, bog standard SQL and doesn't do anything magical when it comes to databases. So if you code up 'cartesian product' DML then it will run the same, DataStage or no DataStage involved.
by chulett
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...
by chulett
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

Are there any processes related to the job still running? If you do a "ps -ef |grep phantom" does anything show up for this 5 day job?
by chulett
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...
by chulett
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

What is your question or doubt? :?

The error you posted contains both the problem and the solution to the problem. And ps: posting in ALL CAPS is considered SHOUTING online.
by chulett
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...
by chulett
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)
by chulett
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

That's not the one you need. And no, there's no public download of it regardless.
by chulett
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

A patch, yes - but not the "XP Service Pack 2" patch you mentioned. You need to get your hands on a different one, but I don't have the patch (or ecase) number handy. And AFAIK they are not publically available, your Support provider needs to make them available for you.
by chulett
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

Nope, it be Oracle. :wink: