Search found 6797 matches

by DSguru2B
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

It is expecting format in lower case. %yyyy-%mm-%dd
by DSguru2B
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

Are you appending to the file?
by DSguru2B
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

Any record that is rejected by the database due to any reason will go down the reject link
by DSguru2B
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

As long as you can deploy it as a stand alone, you will be fine.
by DSguru2B
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

Yes. Make sure it is a reject link.
by DSguru2B
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

No problem. Use another DRS stage to load the same error table. Or collect your rejects in a single file and then load it to the error table in another job or so.
by DSguru2B
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 ...
by DSguru2B
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.
by DSguru2B
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

How are you reading it? Is it a direct connection or via Sql Server linked server? I read data from Active directory using ldap calls but by setting up a linked server. Never tried writing to it. I would be interested in the resolution though.
by DSguru2B
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

Getting the message and the actual run times are two different things.
Do me a favour, clear your log file. Clear the &PH& folder while no one is running thier jobs in that particular project. The response time will increase.
by DSguru2B
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

Well that might be taking time. I dont know. Check the log for each individual job's start time and end time. See how much time is taking for these extra stages.
by DSguru2B
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...
by DSguru2B
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

Are you doing anything else in the job sequence, like running any routines or os level commands etc.?
by DSguru2B
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

Are these sequence jobs running in sequence or some of them are fired off simultaneously?
by DSguru2B
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...