Search found 6797 matches

by DSguru2B
Fri Mar 16, 2007 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log of a Individual Job in a Sequence
Replies: 32
Views: 6214

I had a hunch that the trigger expression was set to 'unconditional' and hence your experience of same behaviour regardless of 'automatically handle....' option checked.
by DSguru2B
Thu Mar 15, 2007 6:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Run Condition
Replies: 5
Views: 1403

Ok, I am still blurry on the requirement. If todays cycle ran and someone tries to run it again it should not run. Is that correct?
by DSguru2B
Thu Mar 15, 2007 5:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Run Condition
Replies: 5
Views: 1403

Accidently huh? No amount of code can outsmart stupids.
by DSguru2B
Thu Mar 15, 2007 5:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Function to retrieve Project Level Environment Variable?
Replies: 13
Views: 3780

Yea, funny guys, ha ha ha.
by DSguru2B
Thu Mar 15, 2007 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: irreconcilable constraints
Replies: 3
Views: 1345

Did you try searching ?
Do an exact search on keywords "irreconcilable constraints"
by DSguru2B
Thu Mar 15, 2007 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 12
Views: 3687

Is the delete record the first record in the file by any chance? If it is then make sure you have "First line is column name" to false.
by DSguru2B
Thu Mar 15, 2007 5:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding DSCOMMAND
Replies: 4
Views: 953

You need to go through the manuals. The logdetail needs an event id. logsum does not and gives the entire log.
by DSguru2B
Thu Mar 15, 2007 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar field is truncating
Replies: 4
Views: 1020

Error message :idea:
If there is truncation occuring, there has to be error messages in the log. Maybe the data is coming in like this. Did you verify by spot checking a few records in the source?
by DSguru2B
Thu Mar 15, 2007 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage with Duplicate Dimension data
Replies: 3
Views: 1090

Do an order by and max(timestamp) in the Ora and the result of that, will be your lookup. This way you will have only one row per name.
by DSguru2B
Thu Mar 15, 2007 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Function to retrieve Project Level Environment Variable?
Replies: 13
Views: 3780

Neither do I, dsxchange sort of makes you an expert in all fields, does'nt it :wink:
by DSguru2B
Thu Mar 15, 2007 5:13 pm
Forum: Data Quality Best Practices
Topic: Smart Data Quality Tool
Replies: 5
Views: 10291

O yea, the good ol' RMM stage. :wink:
by DSguru2B
Thu Mar 15, 2007 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ISO-8859-1
Replies: 1
Views: 738

Do an exact search on keywords "Invalid character conversion".
by DSguru2B
Thu Mar 15, 2007 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: /TMPDIR - More Information Needed
Replies: 10
Views: 3943

We have temp directory and we stage our files there. We have a cleanup process that cleansup these files after 30 days. We can even call it TempStg. Regardless of the name, if you are staging files in that particular directory, dont get rid of them that soon. Its better to move them or archive them ...
by DSguru2B
Thu Mar 15, 2007 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting File size
Replies: 7
Views: 1689

Pay attention to what Ray said. You always have to send the trigger file which is usally an empty file after your main file transfer is complete. Hence get them to send two files and wait for the trigger file (second file).
by DSguru2B
Thu Mar 15, 2007 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle Timestamp null when inserting in OCI
Replies: 13
Views: 4641

Can you post the exact error message by copy pasting from the log.