Search found 42189 matches
- 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
- 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
- Mon Sep 22, 2008 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Varchar to Date format
- Replies: 42
- Views: 10909
- 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
- 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...
- 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
- 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
- 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...
- 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...
- Sun Sep 21, 2008 8:47 am
- Forum: General
- Topic: xml xpath descripion
- Replies: 7
- Views: 1544
- 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...
- Sun Sep 21, 2008 7:51 am
- Forum: General
- Topic: xml xpath descripion
- Replies: 7
- Views: 1544
- 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
- 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.
- 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 ...