Search found 6797 matches

by DSguru2B
Mon Jun 12, 2006 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 14878

ArndW is right. Try to perform all the tests outlined by other posters. Also, dont forget to tell us what do you see in the message file other than the commit info.
by DSguru2B
Mon Jun 12, 2006 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date
Replies: 17
Views: 4570

You dont even need to set the TS parameter with the macro value. You can use DSJobStartDate with the file name directly surrounded with #s.
by DSguru2B
Mon Jun 12, 2006 12:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: password encrypted
Replies: 15
Views: 7613

Are you controlling the process of passing parameters via unix script. It will not work. That was one of the main reasons why we had to contact ascential and they are the ones who asked us to pass the encrypted password.
by DSguru2B
Mon Jun 12, 2006 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to convert the adapter spec
Replies: 6
Views: 1757

It was worth a shot. Well, try doing an exact search on 'Unable to convert the adapter spec '. Its revealing 2 more posts. Read through them, it might help.
by DSguru2B
Mon Jun 12, 2006 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 14878

Are you doing INSERT or REPLACE? Try with an even smaller count. Like say maybe just 10K records. Also when the job gets hung. How do you kill the job? DB2 is a real pain. Stopping the job by director will still leave an alive thread to the database. Do this, call you DBA, ask him how many threads a...
by DSguru2B
Mon Jun 12, 2006 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to convert the adapter spec
Replies: 6
Views: 1757

I dont see any where predicate in the sql. Dont you need to define a key for the update?
by DSguru2B
Mon Jun 12, 2006 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 14878

The commit size is provided in the property 'Save Count'. And the property where you have to give the fully qualified name of the message file is 'Local Message File Name'. Set indexing mode to AUTO_SELECT. After making these changes. Run for maybe 100K records and see if it works. Start with a low ...
by DSguru2B
Mon Jun 12, 2006 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date
Replies: 17
Views: 4570

What about macros. In server, Instead of TS, you could have used #DSJobStartDate#.
You cant do that in PX ? I dont have access to PX at the moment or else i would have tried it out.
by DSguru2B
Mon Jun 12, 2006 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: password encrypted
Replies: 15
Views: 7613

Exactly. Thankyou Kumar.
This also helps protect nosey developers from going in and getting the true password. But if you try to pass the ecrypted password from Designer or director, it doesnt work. Isnt that cool :lol:
by DSguru2B
Mon Jun 12, 2006 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aborting a job on a single warning
Replies: 9
Views: 2157

Well. How are you going to control the sequence of your entire process. If at the end you are using a unix script to call a bunch of different jobs or call one Master control sequence job, do as kumar suggested. Set the warn limit to 1. This will take care of your situation. The dsengine will force ...
by DSguru2B
Mon Jun 12, 2006 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp conversion
Replies: 5
Views: 1111

What is the exact warning message you are getting the log file?
by DSguru2B
Sun Jun 11, 2006 5:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: format string
Replies: 6
Views: 1952

Thank you Craig for the backup (not on the cukoo part :roll: ).
Sainath, if your input file is whatever you have shown in your original post, my solution will work. Otherwise as requested, we need the snapshot of the original input file.
by DSguru2B
Sun Jun 11, 2006 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Content Deletion
Replies: 8
Views: 2766

Great. Thanks guys. Just wanted to clarify whether it is possible to do deletes using a universe stage. I have never done it myself, but since i was sure that sql statements work on in account hashed files, and delete is a sql statement. So wanted to know if that is possible.
Cool, thanks guys. :lol:
by DSguru2B
Sun Jun 11, 2006 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Content Deletion
Replies: 8
Views: 2766

Craig, cant he access the hashed file with universe stage and supply a delete command ? wouldnt that work ?
by DSguru2B
Sun Jun 11, 2006 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: format string
Replies: 6
Views: 1952

Well there is a change in your key column. From your sample data, your key changes from k1 to null, again to null before it hits k2. My solution will work if your input data file is exactly like the way you have shown. If it is different then you need to give me the exact snapshot of your input file...