Search found 42189 matches
- Sat Jan 17, 2009 9:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loss of Records and No Errors Generated
- Replies: 23
- Views: 6411
SQL is: Insert into Table Name(Col1, Co2......Coln) Values (?,?,?....?) With None; With none what? :? I assume this was a system generated SQL which was modified when User-Defined SQL was selected. It was always there, totally unchanged.. As i keep stating, i did not touch the job in Production. Ho...
- Sat Jan 17, 2009 7:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loss of Records and No Errors Generated
- Replies: 23
- Views: 6411
- Sat Jan 17, 2009 8:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Icons getting converted ..Strange Problem
- Replies: 6
- Views: 1396
- Sat Jan 17, 2009 8:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Activity Properties cannot be viewd
- Replies: 6
- Views: 1467
- Fri Jan 16, 2009 5:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loss of Records and No Errors Generated
- Replies: 23
- Views: 6411
- Fri Jan 16, 2009 5:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to read Xml file
- Replies: 4
- Views: 1184
- Fri Jan 16, 2009 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to Insert decimal value to oracle DB
- Replies: 6
- Views: 3397
- Fri Jan 16, 2009 2:52 pm
- Forum: General
- Topic: From routine to db table
- Replies: 5
- Views: 1340
You really don't want to be writing to a database from a routine, while it can be done I don't see the need. Simplest solution is to take your information and write it out to a flat file, then have a 'normal' DataStage job that reads that file (or files) and loads the information into your database ...
- Fri Jan 16, 2009 2:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Abort jobs after warnings setting
- Replies: 1
- Views: 1278
- Fri Jan 16, 2009 12:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: why is it necessary to recompile if a job aborts?
- Replies: 7
- Views: 1741
- Fri Jan 16, 2009 12:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unique constraint error
- Replies: 8
- Views: 6530
- Fri Jan 16, 2009 8:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading the parameter
- Replies: 3
- Views: 1076
- Fri Jan 16, 2009 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unique constraint error
- Replies: 8
- Views: 6530
Ideally you shouldn't ever get any errors in any mode. :wink: Insert/Update means the insert is first attempted and if it fails an update is attempted. In order for the insert to fail there must be a unique index / primary key on the target that gets violated. However, any error reported from this o...
- Fri Jan 16, 2009 8:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to empty a HASH file?
- Replies: 12
- Views: 3533
- Fri Jan 16, 2009 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage 7.5.3 and Oracle RAC
- Replies: 1
- Views: 1365