Search found 5168 matches

by kumar_s
Wed Aug 02, 2006 10:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non delimiter file
Replies: 13
Views: 4688

May I know, who can we make the Windows DS stages to read unix files. I never used windows as server. :oops:
by kumar_s
Wed Aug 02, 2006 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Advantages of PX comparing with other ETL tools
Replies: 3
Views: 1411

I guess even Informatica has launched PX editon recently.
by kumar_s
Wed Aug 02, 2006 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Constrain is not working in Transformer
Replies: 6
Views: 1520

Re: Constrain is not working in Transformer

nekkalapudi wrote:Thanks for the information. Fixed the problem using trim :
Trim(out_to_trans.R1VSHP)[1,1] = ''. This worked.

Thanks

If this is the case, Trim(out_to_trans.R1VSHP) = '' should have also worked. :? Was that not working?
by kumar_s
Wed Aug 02, 2006 9:52 pm
Forum: General
Topic: Parallel job in DS Server edition
Replies: 12
Views: 7366

Just noted, the first Post under this new forum. :wink:
by kumar_s
Wed Aug 02, 2006 9:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error records in DataWarehouse
Replies: 3
Views: 1301

BTW: The records getting reject for a business rule constraint shouldnt be a technical error in all cases.
by kumar_s
Wed Aug 02, 2006 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX error
Replies: 3
Views: 928

I used "code 139" and exact match option, I got 10 hits including this post.
What are you trying to do in your job with the intervention of any of the external soruces?
by kumar_s
Wed Aug 02, 2006 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting when running with large data sets
Replies: 7
Views: 2286

clickart wrote:This looks like a UNIX process time-out error. We used to get a similar error when the DataStage job continues running more than the time-out limit set in UNIX.

Could you elaborate more on this. May I know what is the parameter that helps in unix to extapolate the time-out limit for a process?
by kumar_s
Wed Aug 02, 2006 9:33 pm
Forum: General
Topic: Parallel job in DS Server edition
Replies: 12
Views: 7366

For more detail about the ibm products you can check here.
http://ibm.ascential.com/products/websp ... stage.html
by kumar_s
Wed Aug 02, 2006 9:33 pm
Forum: General
Topic: Parallel job in DS Server edition
Replies: 12
Views: 7366

What version of enterprise editon you have?
It will come with the package of Server as well as PX editon. You need to key in seperated licience key for each while installaion.
by kumar_s
Wed Aug 02, 2006 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Constrain is not working in Transformer
Replies: 6
Views: 1520

Re: Constrain is not working in Transformer

madhukar wrote:Is your invisible characters seems to be link "squares"? if yes then ur pad character defined is null character. change into space and try trim function.

The representation of "squar box".. depends on the editor you look into.
If it is null, IsNull() should work.
by kumar_s
Wed Aug 02, 2006 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job failed : Output file full, and no more output files
Replies: 5
Views: 12043

Explaining the job design will help even better.
by kumar_s
Wed Aug 02, 2006 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Autoinstall DSjobs anf folder
Replies: 2
Views: 541

Perhaps you can write a Batch file (DOS) which will invoke C:\Program Files\Ascential\DataStage\dscmdimport.exe with necessary parameters passes.
by kumar_s
Wed Aug 02, 2006 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job failed : Output file full, and no more output files
Replies: 5
Views: 12043

Have you tried the option given on the post.
Closely monitor the scratch disk space during the job run. If it reaches 90%, its time for you to increase it. Clear left out file, if any, in the temp directory.
by kumar_s
Wed Aug 02, 2006 1:06 am
Forum: Site/Forum
Topic: Ascential DeveloperNet sunsetting this month
Replies: 20
Views: 10678

I guess we might be directed to use ibm.boulder.ftp....
by kumar_s
Wed Aug 02, 2006 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create unix script to invoke DataStage job...HELP!
Replies: 8
Views: 2598

If you have any unix operation to be performed, you can wrap it in a shell. And this shell can be called by a Executecommand (or Before/After subroutine). This will be a part of flow in the datastage. For example, if you need to deleter any file or move any file from one place to other or copy actio...