Search found 5168 matches

by kumar_s
Mon Aug 07, 2006 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch SID
Replies: 16
Views: 3453

Why do you want batch SID for jobs. Job are uniquly named, so no need to serialize it. If you are using any multiple instance job, and if you are expecting the invocation id to be serialized, you have several option. Or if you are expeting the jobs to have release no, it is done by version control. ...
by kumar_s
Mon Aug 07, 2006 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database DeadLock and still cannot open the txt file after..
Replies: 8
Views: 1308

Not "DS-TOOL " but "DS.TOOLS". Issue this command in the "Command" option available in DS Administrator.
Or you can try TCL, its easy to use GUI.
by kumar_s
Mon Aug 07, 2006 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input string too long error while compliing job
Replies: 6
Views: 1978

may be you can share, Under what curcumstance you are using the long expression, so that you may get a better approach.
by kumar_s
Mon Aug 07, 2006 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lab exercises
Replies: 1
Views: 3083

Ask your organisation to provide you corporate training. You will be provided with necessary materials. Else look for Server to Px Transition lab in this forum.
by kumar_s
Mon Aug 07, 2006 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load Binary Error
Replies: 1
Views: 653

It would have given an SQLCode while getting aborted. You can identify the reason why is got it.
Most likely, temporary files used by that run might not have permission or accessed by other application like database frontend.
by kumar_s
Mon Aug 07, 2006 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: could not able to do in flat file
Replies: 6
Views: 1422

As spotted by baliji, if it a variable length file, it should be delimited. Where as fixed width doesnt require any.
In PX, warning will appear if you specify the delimiter with short length. So check whether you have specifed the right delimiter and length for each column.
by kumar_s
Sun Aug 06, 2006 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sum , Sort and Get Results
Replies: 7
Views: 2784

Hey, I dont understand why we are using aggregator in between. what I see from example is data is at emp & dept level. then why we are agregating group by emp & dept. (as it is already aggragated) Just sort it descending by salary & get the first row Let me know if I am wrong. - Mandar ...
by kumar_s
Sun Aug 06, 2006 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot compile Transformer in Parallel job
Replies: 5
Views: 2704

Should be issue with licence of your C++ or with the version. Do a search you can find many similar isses here.
by kumar_s
Sun Aug 06, 2006 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZEROES in Decimal data
Replies: 2
Views: 875

Is it you are converting the decimal to varchar, else space and trim wont help you.
by kumar_s
Sun Aug 06, 2006 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Catch Duplicate rows
Replies: 12
Views: 5204

Any join on the same table without any filter will give the same result. Because you will find all the records getting matched.
by kumar_s
Sun Aug 06, 2006 9:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database DeadLock and still cannot open the txt file after..
Replies: 8
Views: 1308

Can you post the exact deadlock error message. Most likely, if it is a database deadlock errors, its cause would be from an external system. May be some other job or the same job might to access the same table at same time. Or input from the table and update the same table.
by kumar_s
Sun Aug 06, 2006 9:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Catch Duplicate rows
Replies: 12
Views: 5204

then i have to load one row data a,b into target db instead 2 rows a,b. The solution was give to you earliar. You need to tweak the given code. If you have understood the given query and the job design, you might have done it by yourself. Select col1, col2, (select Decode(sign(count(...
by kumar_s
Sun Aug 06, 2006 8:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dropping null columns in tranformer
Replies: 4
Views: 1177

Another similar thought, if you read as single varchar string with delimeter in it, you can use the string functions to replace, such as convert(',,','',Input.field), if it is a comma delimited.
by kumar_s
Sun Aug 06, 2006 7:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql server
Replies: 4
Views: 1211

Not sure if rejects can capture the row that cause the abort.
by kumar_s
Sun Aug 06, 2006 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql server
Replies: 4
Views: 1211

Reset the job, from the log, you will find an entry as "From Previous log...". That will at times come up with most usfull information.