Search found 6797 matches

by DSguru2B
Thu Feb 08, 2007 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Values using Environment Variables
Replies: 8
Views: 1920

This confusion again !!! the job type is marked as parallel :?
by DSguru2B
Thu Feb 08, 2007 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read .netrc file
Replies: 6
Views: 1299

No special reason that I can think of. If this happens again then you need to contact IBM and ask them the reason of why this is happening. Maybe due to the fact that its a hidden file. But even that does not make sense. Has this ever happened before with this file?
by DSguru2B
Thu Feb 08, 2007 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL PGM Unlock
Replies: 8
Views: 3223

It was a typo, sorry guys. Well if that option is checked then as Craig asked, explain what is not working.
by DSguru2B
Thu Feb 08, 2007 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL PGM Unlock
Replies: 8
Views: 3223

Your admin needs to give you that permission by going into DataStage Administrator, and checking the box that says "Enable Job administration in Job" inside the properties of your project.
by DSguru2B
Thu Feb 08, 2007 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records are wrongly rejected for Unique key
Replies: 3
Views: 997

As Kumar requested, more information is required. For all we know, the id might already exist in the table.
by DSguru2B
Thu Feb 08, 2007 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal value gives "Input buffer overrun at field"
Replies: 4
Views: 9517

>##E TFIG 000000 13:58:44(009) <Sequential_File_16> At field "ZEPBORQTY": When validating import/export function: APT_GFIX_Decimal::validateParameters: Decimal "text" format is variable length and no external length is specified. Possibly you should specify an appropriate "width" property? External...
by DSguru2B
Thu Feb 08, 2007 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: latest version of datastage
Replies: 3
Views: 1682

8.0 is for windows server only at the moment. For unix and all its flavours is due any time now.
by DSguru2B
Thu Feb 08, 2007 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert sybase timestamp to Oracl timestamp
Replies: 19
Views: 7735

ray.wurlod wrote:Including all foreign language representations?

Possibly. Nothing is impossible. Just needs time. Maybe some kind hearted soul will do that for us :wink:
by DSguru2B
Thu Feb 08, 2007 11:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric value out of range
Replies: 2
Views: 1062

One of the numeric values is larger than defined. Check it out and fix it.
by DSguru2B
Thu Feb 08, 2007 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading data into Time Dimension
Replies: 14
Views: 4951

Very vague question. Need requirements. What goes into what column and in what format.
by DSguru2B
Thu Feb 08, 2007 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format (last day of previous month)
Replies: 4
Views: 2566

Care to share the workaround?
by DSguru2B
Thu Feb 08, 2007 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to compare count between 2 tables from different DB
Replies: 2
Views: 707

Get a count and load them into a hashed file. Similarly do the same for the other database which will act as a source. Do a lookup and see which one matches and which ones are different.
by DSguru2B
Thu Feb 08, 2007 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clear log
Replies: 6
Views: 2563

That is indeed excellent advice. Another post going in my favourites. Thanks Ray.
by DSguru2B
Thu Feb 08, 2007 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Values using Environment Variables
Replies: 8
Views: 1920

I wrote two C functions to do the same. In one job you can call it and populate a value and in all your remaining jobs, you can call the second and get the value within the transformer. You can use it if you like. There are here.
by DSguru2B
Thu Feb 08, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link execution order
Replies: 3
Views: 1048

I dont think you can control the execution in your case. Link ordering controls which link will be fired first but that option is only present with the transformer stage.