Search found 6797 matches
- Mon Mar 12, 2007 2:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 1403 Oracle Error -Upsert
- Replies: 9
- Views: 11337
The stage tries to insert, if the insert fails with error code (-1), it will then try to update. The issue here is. It fails on update as well. What happens if you do only update? Try to capture the record thats causing this error. See whats different. Does that value exist ? For debugging purposes,...
- Mon Mar 12, 2007 2:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging Data In Sequential File
- Replies: 11
- Views: 2586
- Mon Mar 12, 2007 2:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ExecDOS
- Replies: 5
- Views: 2577
Use either Pipe or Ampersand.I was aware of the fact that its windows as ExecDos does not exist in unix. For some reason I though a semicolon should work. Anywho...
- Mon Mar 12, 2007 2:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging Data In Sequential File
- Replies: 11
- Views: 2586
- Mon Mar 12, 2007 2:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging Data In Sequential File
- Replies: 11
- Views: 2586
- Mon Mar 12, 2007 2:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion to SQL server
- Replies: 24
- Views: 6030
- Mon Mar 12, 2007 2:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: server shared container in parallel job
- Replies: 5
- Views: 2083
- Mon Mar 12, 2007 2:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging Data In Sequential File
- Replies: 11
- Views: 2586
- Mon Mar 12, 2007 2:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 1403 Oracle Error -Upsert
- Replies: 9
- Views: 11337
Sql Code 1403 means that the update record was not found according to the listprovided by Vincent. Is your key a char column ? What happens when you change that to varchar. There might be an issue of spaces with char field.
- Mon Mar 12, 2007 1:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reset the sequencer
- Replies: 6
- Views: 1038
- Mon Mar 12, 2007 1:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warnings in job
- Replies: 4
- Views: 1952
Re: Warnings in job
Lookup_8,0: Ignoring duplicate entry at table record 1; no further warnings will be issued for this table Do an exact search on "Ignoring duplicate entry at table record" for the above error. And for the below error, do an exact search on "Delimiter for field ". One of those search results turns up...
- Mon Mar 12, 2007 1:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Freeze..
- Replies: 17
- Views: 3540
- Mon Mar 12, 2007 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ExecDOS
- Replies: 5
- Views: 2577
Its semi-colon seperated. There are more options as well.
- Mon Mar 12, 2007 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reset the sequencer
- Replies: 6
- Views: 1038
...by reseting it from unix command
Code: Select all
dsjob -run -mode RESET <<PROJNAME>> <<SEQName>>
- Mon Mar 12, 2007 1:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion to SQL server
- Replies: 24
- Views: 6030