Search found 15603 matches

by ArndW
Thu Jun 19, 2008 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copying a hashed file
Replies: 4
Views: 911

You are not the first and will certainly not the be last to get hit by that UNIX cp command quirk.
by ArndW
Thu Jun 19, 2008 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copying a hashed file
Replies: 4
Views: 911

No worries - you can copy the D_... file and the directory; but make sure that you also include the hidden file ".Type30" inside the directory otherwise it won't work.
by ArndW
Thu Jun 19, 2008 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File reading error
Replies: 3
Views: 2349

I think you need to increase 2 environment variable values:

$APT_MAX_TRANSPORT_BLOCK_SIZE
$APT_MAX_DELIMITED_READ_SIZE
by ArndW
Thu Jun 19, 2008 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to run the the jo through Director or Sequencer
Replies: 1
Views: 684

There should be no difference between a designer and a director run. The only likely source is that you use different parameters when calling up the job. Does this always happen or just sometimes? Can you make a copy, then replace stages with "peek" and recompile/run from the director until the erro...
by ArndW
Thu Jun 19, 2008 1:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file
Replies: 7
Views: 1537

veera24 - in order to see Ray's post in its entirety, consider signing up for a membership
by ArndW
Wed Jun 18, 2008 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting a server routine to use it in parallel jobs
Replies: 12
Views: 3384

I think you are referring to the "transform" functionality in Server jobs, where a 1-liner piece of code can be written centrally and used in many jobs; when this code is changed the new version will be used in jobs after they are recompiled. I just tested to see if this could somehow work for PX jo...
by ArndW
Wed Jun 18, 2008 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage
Replies: 6
Views: 1249

keshav0307 - that might take up needless storage; I think we get the picture. But I would like to know which limit you have reached - that of the DS-Window or some Oracle limit? How long is your SQL? rajkraj - can you see things to strip away in your SQL? shorter column names? schema.table.column ty...
by ArndW
Wed Jun 18, 2008 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command not working
Replies: 13
Views: 4568

Hehe, looks like the 0 length guess was good. I've done that before, by mixing source and target directions in those tricky UNIX commands.

At least 0 length executables are easy to debug...
by ArndW
Wed Jun 18, 2008 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting a server routine to use it in parallel jobs
Replies: 12
Views: 3384

The BASIC transform stage is usually not in the palette, you can find it in the Stages -> Parallel -> Processing -> BASIC Transform category (names might be a bit off, I'm doing this from memory)
by ArndW
Wed Jun 18, 2008 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting a server routine to use it in parallel jobs
Replies: 12
Views: 3384

The original poster has the option of using a BASIC transform stage and calling his/her original function from there. The downside is performance, of course. I don't think that it is the responsibility of IBM to do this. This is like saying that if a company produces both a COBOL and MODULA compiler...
by ArndW
Wed Jun 18, 2008 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert date to charactor
Replies: 3
Views: 1156

In server jobs you have a much more powerful and versatile set of functions, ICONV() and OCONV() which can pretty much convert any date type you can imagine. You've specified the output, but what is the input format?
by ArndW
Wed Jun 18, 2008 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicated entries although using RemoveDuplicates stage
Replies: 10
Views: 3995

Could you add a peek of all rows between remove duplicates and lookup and manually check row 2257 +- 1?
by ArndW
Wed Jun 18, 2008 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting a server routine to use it in parallel jobs
Replies: 12
Views: 3384

All of the functions exist in PX Transform stages, so you could emulate this function using stage variables and the same string functions. You would need to write c++ code if you wanted to call a function, though.
by ArndW
Wed Jun 18, 2008 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run error - '429' ActiveX component can't creat object
Replies: 2
Views: 1743

Did you delete the original installation completely (uninstall program, delete directories & clean up registry) before re-installing? If not, you should try a clean delete and install.
by ArndW
Wed Jun 18, 2008 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sizing of Scratch Disk
Replies: 1
Views: 1256

Remember to allocate even more swap space than you normally do; as Solaris has the strange method of allocating swap space when a process request virtual memory.