Search found 53125 matches

by ray.wurlod
Mon May 21, 2007 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 8233

Pages 7-2 through 7-73 of the Parallel Job Advanced Developer's Guide are about the C-callable DataStage API.
by ray.wurlod
Mon May 21, 2007 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage - Implicit conversion
Replies: 12
Views: 9593

Decimal[2] wants four characters in the string: " 01.". The first character is for the sign. That's probably why string[2] generated an access violation.
by ray.wurlod
Mon May 21, 2007 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage Analysis- Manager
Replies: 2
Views: 907

There are steps that you should have taken. Diligent and systematic management of table definitions. Usage Analysis relies upon the linkage between the Repository and the job design being maintained and preserved. In short, this means that you import table definitions into the Repository and load th...
by ray.wurlod
Mon May 21, 2007 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSjob runs fine when using a table but fails using a view
Replies: 4
Views: 936

If the log says invalid user name/password it's almost certainly invalid user name/password.
by ray.wurlod
Mon May 21, 2007 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SEQUENTIAL FILE STAGE OPTIONS
Replies: 1
Views: 911

Try using Complex Flat File stage.
by ray.wurlod
Mon May 21, 2007 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the value of a sequence from an Oracle stage.
Replies: 12
Views: 3073

If this really is a parallel job as you have indicated there may be more issues with your approach. Will you execute this query on each processing node? In that case you will retrieve different values. Do you really need to get the value? Why not just incorporate the reference to the sequence in use...
by ray.wurlod
Mon May 21, 2007 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Instance
Replies: 14
Views: 6593

The first instance of a multi-instance job will run OK without an invocation ID. The second won't - it will report "job already running" (indirectly).

Were I your customer I would be angry that you arbitrarily and without consultation elected not to preserve my multi-instance settings.
by ray.wurlod
Mon May 21, 2007 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ConnectToDB2 routine
Replies: 9
Views: 2540

Make sure the 32-bit libraries appear ahead of the 64-bit libraries in your shared library search path.
by ray.wurlod
Mon May 21, 2007 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what are the advantages of using sync sort
Replies: 2
Views: 908

We'd love to help you out - which way did you come in? You've been here long enough to know that we encourage self help. In this case a Google search (or similar) would have turned up thousands of hits, including the SyncSort web site itself where you can get loads of additional information. A searc...
by ray.wurlod
Mon May 21, 2007 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record count mismatch in DS and UNIX
Replies: 1
Views: 1065

The obvious thing to check for is newline characters in your data.
by ray.wurlod
Mon May 21, 2007 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to kill or release a DS job.
Replies: 7
Views: 2516

From the Administrator client you can issue UNIX commands via the SH verb. Find the job in status view of Director. Double click to identify the process ID of the job's parent process. Using ps or any other command, identify the child processes of the job's parent process. Check that none of these h...
by ray.wurlod
Mon May 21, 2007 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix- Dos Style Issue
Replies: 8
Views: 2356

Use dos2unix from a before-stage or before-job subroutine (ExecSH). If the file was DOS-style it's now UNIX-style. If it was already UNIX-style, it remains so.
by ray.wurlod
Mon May 21, 2007 2:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Hashed file to Static Hashed file conversion
Replies: 9
Views: 2869

Write cache enabled is usually the better choice, since random writes to groups can be done to memory addresses then the groups flushed in sequential order to disk. There will be an interval during the flushing when the row count ceases to increment (they are all in memory) but the clock keeps runni...
by ray.wurlod
Mon May 21, 2007 2:26 pm
Forum: IBM QualityStage
Topic: Service orientation of QS jobs
Replies: 3
Views: 1166

For only a few cents per day you can have premium membership that would allow you to see the entire post. Revenue from premium memberships is 100% devoted to assisting with the bandwidth charges that DSXchange incurs.
by ray.wurlod
Mon May 21, 2007 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ConnectToDB2 routine
Replies: 9
Views: 2540

Code: Select all

Call DSLogWarn(ResultText, "Problem connecting")