Search found 53125 matches

by ray.wurlod
Sat Oct 20, 2007 6:18 pm
Forum: General
Topic: DataStage Server v8.0.1
Replies: 5
Views: 2420

Have you credentialled your Information Server user ID with appropriate DataStage credentials (roles)?
by ray.wurlod
Sat Oct 20, 2007 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate values causing fork() failed issue
Replies: 13
Views: 6291

Clean up your system. Remove all unwanted files. Purge log files. Delete all files from &PH&. Allocate more disk space to the resources disk and scratch disk.
by ray.wurlod
Sat Oct 20, 2007 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Converting NVarChar(17) to Numeric(13,3)
Replies: 16
Views: 3596

Welcome aboard. Please explain your job design in more detail. In particular, are you applying any transformation to this field? If not, you probably need to investigate a function such as StringToDecimal() to convert the data type. Parallel jobs do not manage all data type conversions automatically...
by ray.wurlod
Sat Oct 20, 2007 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal data reading using sequential file stage
Replies: 5
Views: 5119

Did you specify scale = 2 in the DataStage column definition?
by ray.wurlod
Sat Oct 20, 2007 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate sequence number
Replies: 8
Views: 6370

Even easier is to use a Column Generator stage or a Surrogate Key stage. You can set the initial value via a job parameter added to the partition number. Set the increment to the number of partitions.
by ray.wurlod
Sat Oct 20, 2007 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to date format
Replies: 3
Views: 1285

You don't need to remove the "-" characters - display of dates is governed by the default date format string you have defined. When Date data types are written to database tables, they are loaded as type Date; display format is ignored. If you are writing to a text file, don't use the Date data type...
by ray.wurlod
Sat Oct 20, 2007 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with $PRJOJDEF while doing View Data
Replies: 2
Views: 916

It's a known limitation in version in 7.1, resolved in version 7.5.
by ray.wurlod
Sat Oct 20, 2007 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Websphere MQ - Transactional Data Move
Replies: 6
Views: 1713

The answer to that totally depends on how work units are defined in your case. There is no general answer that can be given. IBM appears to prefer the term "unit of work", possibly because UOW can be expressed as a three letter acronym, and possibly because this terminology seems to be more widely u...
by ray.wurlod
Sat Oct 20, 2007 2:04 pm
Forum: General
Topic: Compiling Jobs in Datastage
Replies: 4
Views: 1110

Welcome to DSXchange. Get yourself an English dictionary and learn how to spell words like "to". A professional standard of language is expected here, a forum in which professionals communicate with each other and on which not all participants have English as a first language. Then read the DataStag...
by ray.wurlod
Fri Oct 19, 2007 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Websphere MQ - Transactional Data Move
Replies: 6
Views: 1713

Probably the optimal model is to destructively read the input queue, and establish an intemediate "hold" queue in which you can manage your units of work. You might also send your outputs to one queue and your rejects to another.
by ray.wurlod
Fri Oct 19, 2007 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: custom stage
Replies: 10
Views: 2151

So how do you propose to call your DLL from the UNIX machine? Leave DataStage out of the picture for the moment - how would you call your DLL from any UNIX application?!!
by ray.wurlod
Fri Oct 19, 2007 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML file size handling...
Replies: 2
Views: 813

Yes there is, and Search will allow you to find it.
by ray.wurlod
Fri Oct 19, 2007 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control GUI not displaying ANY jobs!
Replies: 8
Views: 2430

Running DS.REINDEX ALL in the VERSION project may be beneficial.
by ray.wurlod
Fri Oct 19, 2007 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job should get Aborted
Replies: 2
Views: 687

In your Lookup stage specify the "Lookup Failed" rule as "Fail".
by ray.wurlod
Fri Oct 19, 2007 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate values causing fork() failed issue
Replies: 13
Views: 6291

:idea:
Wrap your design in Code tags, then use Preview to get it right.