Search found 42189 matches

by chulett
Mon Sep 22, 2008 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination of stage:TRN (Transformer Stage)
Replies: 5
Views: 2084

"All the job"? Every single job in your inventory looks like your example and fails with the exact same error message? :?
by chulett
Mon Sep 22, 2008 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job need to run every 6 hours
Replies: 6
Views: 1377

Sure - simply "Add to Schedule" every six hours for the days / time ranges you need.
by chulett
Mon Sep 22, 2008 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Varchar to Date format
Replies: 42
Views: 10909

The other important question is - is the stage generating sql for you or are you using custom sql? Generated sql will use a TO_DATE() and expect your data in YYYY-MM-DD HH24:MI:SS format, which is by far the best way to go.
by chulett
Mon Sep 22, 2008 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Unix commands in datastage
Replies: 17
Views: 39207

Both the before/after ExecSH commands and the Execute Command stage can execute operating system commands directly as well as scripts.
by chulett
Mon Sep 22, 2008 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Manual Bulk Loader
Replies: 2
Views: 1174

LRM is a sqlldr specific error and, as Ray noted, the solution is to correct your syntax so it doesn't think you are sending multiple values for a parameter: Cause: An attempt was made to specify multiple values for a parameter which can take only one value. Action: Do not specify more than one valu...
by chulett
Mon Sep 22, 2008 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Diff between DS 7.5 & 7.5.2
Replies: 2
Views: 996

And you really shouldn't have any issues. Except, perhaps, for the kind where you've taken advantage of a bug and they've closed that loophole.
by chulett
Sun Sep 21, 2008 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id
Replies: 4
Views: 3501

You really should start a topic of your own and and explain in full what problem you are trying to solve.

ps. Your assertion re: EReplace is incorrect.
by chulett
Sun Sep 21, 2008 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to delete job
Replies: 10
Views: 4464

I tried entering the command: list_readu | grep $cmbatjbs Ray never meant you to stick a dollar sign in front of either a job name or the pid being looked for. When you tried it without one, is "cmbatjbs" your exact job name, all lower-case? You can add the "-i" option to grep to make it case insen...
by chulett
Sun Sep 21, 2008 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to delete job
Replies: 10
Views: 4464

Note: In the mean time I'm also getting "Abnormal Termination of stage $jobname: TRN_PASS (transformer stage) detected" Error message. This message occur in all other jobs too. New problem = new thread. Start a new discussion to talk about this and, when you do, please clarify that you do indeed me...
by chulett
Sun Sep 21, 2008 8:47 am
Forum: General
Topic: xml xpath descripion
Replies: 7
Views: 1544

Hmmm... if I'm following... if you want to include an 'XPath Expression' in your output, you will need to manually copy it from whatever Descrption it lives in to the Derivation of the field you want to write it to. There's no way to "read" it from anywhere.
by chulett
Sun Sep 21, 2008 8:08 am
Forum: General
Topic: xml xpath descripion
Replies: 7
Views: 1544

The Description TAB? No such thing. The Description column that holds the XPath Expression for each field? You don't "read" anything from there. The stage "reads" what you put there to know how to parse the field it is associated with. Let's take a step back and start over. What is your job attempti...
by chulett
Sun Sep 21, 2008 7:51 am
Forum: General
Topic: xml xpath descripion
Replies: 7
Views: 1544

Lost. :?

You still 'transform' a value in the derivation of the field, XML or not. Could you rephrase your question, please? Not really sure what your issue is right now.
by chulett
Sat Sep 20, 2008 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock detected while updating oracle table
Replies: 11
Views: 5896

:? Come on, what the heck does this have to do with the current topic? Hint: nothing. Please start your own post on this subject.
by chulett
Sat Sep 20, 2008 9:04 am
Forum: General
Topic: Has the Large Hadron Collider destroyed the world yet?
Replies: 3
Views: 1300

Oh no, it broke.
by chulett
Sat Sep 20, 2008 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: impact of warning message on oracle table
Replies: 4
Views: 2036

What are you using to access Oracle? ODBC? These kind of 'BCI' messages are not logged by the native OCI stage, hence the question. Aslo note that #1 must be coming from an update or delete and is telling you that it updated or deleted nothing. Only you can know if that is a problem or not with the ...