Search found 6797 matches
- Thu Mar 29, 2007 2:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to extract Valid Date format records
- Replies: 3
- Views: 920
- Thu Mar 29, 2007 1:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file outputs Twice the number of rows it has !
- Replies: 7
- Views: 1477
- Thu Mar 29, 2007 1:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Output Link Variable - OTHERWISE for Reject
- Replies: 9
- Views: 4935
- Thu Mar 29, 2007 1:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert / Update records LDAP - DataStage v.8.0
- Replies: 7
- Views: 3910
- Thu Mar 29, 2007 1:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Output Link Variable - OTHERWISE for Reject
- Replies: 9
- Views: 4935
- Thu Mar 29, 2007 12:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Output Link Variable - OTHERWISE for Reject
- Replies: 9
- Views: 4935
- Thu Mar 29, 2007 12:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs Executing slower when called from Job sequence
- Replies: 18
- Views: 3799
Ken, I dont think he needs to go that far. I think he is looking at the wrong thing and assuming its something else. The response time for an entry to show up in the log is different than its actual run time. Lets see after he clears the logs and clears the PH folder, if he is experiencing the same ...
- Thu Mar 29, 2007 11:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert / Update records LDAP - DataStage v.8.0
- Replies: 7
- Views: 3910
Ok. I got curious and did some research. It turns out your cannot do ADSI calls like LDAP for INSERT/UPDATE/DELETE DML's. Only select is allowed. This is ofcourse if you are using Linked Server which apparantly you are by your other post.
My Reference.
My Reference.
- Thu Mar 29, 2007 11:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert / Update records LDAP - DataStage v.8.0
- Replies: 7
- Views: 3910
- Thu Mar 29, 2007 11:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs Executing slower when called from Job sequence
- Replies: 18
- Views: 3799
- Thu Mar 29, 2007 10:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs Executing slower when called from Job sequence
- Replies: 18
- Views: 3799
- Thu Mar 29, 2007 10:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exception Handler : Why use it.. and how to handle warnings
- Replies: 20
- Views: 6895
I don't know if there's a way to override the default limit for warnings from within a sequence. From looking at some other posts I think it can't be done - but I'd be very happy to be corrected. Go to datastage director, tools, options. Set the warning limit there to overide the default. This will...
- Thu Mar 29, 2007 10:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs Executing slower when called from Job sequence
- Replies: 18
- Views: 3799
- Thu Mar 29, 2007 10:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs Executing slower when called from Job sequence
- Replies: 18
- Views: 3799
- Thu Mar 29, 2007 10:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Output Link Variable - OTHERWISE for Reject
- Replies: 9
- Views: 4935
In px, database stages support reject links. You need a link coming out of your target database stage going into the error table. This way two links will be feeding to the error table. One from the transformer where the null checking is done and the other from your target database stage if the inser...