Search found 53125 matches

by ray.wurlod
Sat Dec 20, 2008 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to stop datastage
Replies: 13
Views: 2592

The UNIX sync command forces any pages in memory that have not yet been written to disk to be written to disk. This is important for DataStage engine, which makes extensive use of shared memory. The second sync command picks up any pages that might have been modified while the first sync command was...
by ray.wurlod
Sat Dec 20, 2008 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage after sort in DB2 Stage
Replies: 1
Views: 622

The Transformer stage does not - CAN not - change the order of the rows it receives.
by ray.wurlod
Sat Dec 20, 2008 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inconsistent job performance
Replies: 7
Views: 2766

Or perhaps to differing volumes of data. Are you using read or write cache with the hashed files? Try disabling cache and see whether the differences disappear (you can re-enable later).
by ray.wurlod
Fri Dec 19, 2008 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: designer and admin not responding
Replies: 1
Views: 842

Try "the Microsoft solution" - reboot your client machine.
by ray.wurlod
Fri Dec 19, 2008 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the error in a file or table
Replies: 12
Views: 2392

Moderator: please move to server forum
by ray.wurlod
Fri Dec 19, 2008 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modular Approch for ETL Job design
Replies: 5
Views: 2268

Then why did you mark the job type as "server"?
by ray.wurlod
Fri Dec 19, 2008 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to stop datastage
Replies: 13
Views: 2592

Always execute sync twice prior to stopping DataStage.
by ray.wurlod
Fri Dec 19, 2008 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connectivity issue between AIX server and Window server
Replies: 1
Views: 620

Are you asking U specifically? U does not post here all that often. The second person personal pronoun in English is spelled "you", not "u". Please preserve a professional standard of written English on DSXchange, not least to help those whose first language is not English. Have ...
by ray.wurlod
Fri Dec 19, 2008 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg extracting data
Replies: 1
Views: 789

Use a Convert() function to replace any non-alphanumeric character with "".

Tip: create a stage variable and initialize it to a list of the non-alphanumeric characters. Use that as the first argument of Convert() function.
by ray.wurlod
Fri Dec 19, 2008 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to select values from System Variable in Transforme
Replies: 13
Views: 3171

Even though it's red, have you tried compiling?
by ray.wurlod
Thu Dec 18, 2008 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reguler expression substitution
Replies: 8
Views: 3133

Have you considered an External Filter stage that uses something like sed or awk commands/scripts?
by ray.wurlod
Thu Dec 18, 2008 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limitation to Multiple Instance
Replies: 1
Views: 859

No, provided that you have a server that can deliver infinite supply of CPU, memory, disk space, disk I/O bandwidth and network bandwidth resources.
by ray.wurlod
Thu Dec 18, 2008 8:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to use Java Stages on AIX
Replies: 8
Views: 2860

Please mark this thread as Resolved using the green button at the top.