Search found 15603 matches

by ArndW
Tue Sep 04, 2007 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compiler version -HP UX
Replies: 12
Views: 2510

After you've found the compiler, just run 'aCC -V'
by ArndW
Tue Sep 04, 2007 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compiler version -HP UX
Replies: 12
Views: 2510

I intentionally use that command, since if it isn't in the path then you have other problems in DataStage.
by ArndW
Tue Sep 04, 2007 6:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "t.schema.placeholder".
Replies: 4
Views: 1100

Instead of the uncompress stage, use an external source stage and put the gunzip/uncompress command there. I've use that extensively with no problems.
by ArndW
Tue Sep 04, 2007 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compiler version -HP UX
Replies: 12
Views: 2510

Try

Code: Select all

which aCC
to get the location
by ArndW
Tue Sep 04, 2007 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Doubts Solaris X86 and DataStage 7.5.2 EE
Replies: 4
Views: 2013

I seem to recall that you had to mount the CD with specific options on Solaris, otherwise it wouldn't process executables correctly. Can you check your installation guide (which will have the correct mount options listed) and ensure that you have done that correctly?
by ArndW
Mon Sep 03, 2007 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Standard ASN.1 x DataStage V8
Replies: 2
Views: 1003

Looking up Abstract Syntax Notatation Wiki was interesting, but shows that there are numerous standard encodings possible and as far as I know none of them are 'in-the-box' in DataStage. As all versions of DataStage allow you to program complex code (be it in DS/BASIC or C++), you can implement your...
by ArndW
Mon Sep 03, 2007 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not changing the status of job even after stopping
Replies: 5
Views: 1067

Re: Not changing the status of job even after stopping

The status is not updated to reflect the state of a job if it is killed from UNIX (something that should only be done under extreme duress)

saikrishna wrote:...forceful stopping of the job in director and also in backend unix box...
by ArndW
Mon Sep 03, 2007 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: routine for checksum in parallel job
Replies: 1
Views: 861

There is no builtin CRC32 or similar routine in PX. But it is easy to link in your own C++ routines, and there are numerous public domain sources for all manner of checksum routines available on the WWW
by ArndW
Sun Sep 02, 2007 6:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF File Tuning
Replies: 1
Views: 672

How complex is your file? What format is it (does it have terminators)? You can use the split command to split the file into subfiles. If you write a job which just reads the CFF and doesn't output anything what speed does it read at?
by ArndW
Fri Aug 31, 2007 12:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Stage Connectivity Issue
Replies: 9
Views: 1979

Can you have your dbadmin monitor the process while you are running it - he/she will be able to see exactly which lock contention you have.
by ArndW
Fri Aug 31, 2007 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric (P, S)
Replies: 14
Views: 4994

At least it is now a relatively easy thing for support to test and confirm. Please keep the thread updated with the result so that it is useful for future users of search.
by ArndW
Fri Aug 31, 2007 12:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How many number of jobs can be run using a single sequencer
Replies: 3
Views: 1353

The designer canvase might limit you to 128 or 256 or so, but if you use the old method with the Job Control inserted there is effectively no limit. You machine might get somewhat bogged down with that many jobs if they run concurrently, though.
by ArndW
Thu Aug 30, 2007 10:31 pm
Forum: General
Topic: ETL Teamworker
Replies: 9
Views: 3755

Sounds like the perfect job for me. I can delegate just about anything, including responsibility.
by ArndW
Thu Aug 30, 2007 10:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help to Retrieve param from temporary file
Replies: 4
Views: 1046

where do you want to retrieve it? From a Job Sequencer? From a function in a Transform stage of a job?
by ArndW
Thu Aug 30, 2007 8:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WriteHash() - Write failed error when loading hashfile
Replies: 5
Views: 1961

How large are the DATA.30 and OVER.30 files when the error occurs? Anywhere close to 2Gb?