Search found 28 matches

by jonathanhale
Tue Apr 19, 2011 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector and NLS?
Replies: 0
Views: 2200

Oracle Connector and NLS?

Trying to execute the below SQL from an Oracle Connector stage fails with ORA-00942: table or view does not exist. Yet, it works fine in view data?!?! We strongly suspect NLS mismatch with runtime environment variables. The Oracle 11g DB we're connecting to has NLS Settings, soL LANGUAGE = ENGLISH T...
by jonathanhale
Thu Jan 13, 2011 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile Job Hangs - consuming all memory
Replies: 4
Views: 2276

Hi James, Sorry for delayed response. I was off-site yesterday. Yes, it worked exactly as you suggested. Worryingly well, in fact! ;-) instead of failing to compile after 4 hours and consuming 4 GB of RAM, the errant job now compiles instantly with a max of 1 MB RAM consumption. Many many thanks for...
by jonathanhale
Tue Jan 11, 2011 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile Job Hangs - consuming all memory
Replies: 4
Views: 2276

Compile Job Hangs - consuming all memory

A fairly simple 3 stage job, read from sequential file, transform, insert to Oracle with Oracle connector stage will not compile. Its a 800 column row. But, still...? The compilation attempt is consuming 3GB of memory, and running for 4 hours, and never successfully compiling. Has anyone encountered...
by jonathanhale
Thu Aug 13, 2009 3:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-Instance "Missing Parameters"
Replies: 13
Views: 9920

So for 8.0.1 the only solution would be Arnd's code? @Arnd, do you have access to that Ecase number yet? (so the client can follow-up with IBM)
by jonathanhale
Fri Jul 31, 2009 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-Instance "Missing Parameters"
Replies: 13
Views: 9920

Hi Arnd, many thanks for the hint. Removing the project level auto purge setting has made the problem go away. Is this a known bug? (by anyone except you) Is there a fix? Does Fix pack 2 for v8 help? Is there a workaround available? e.g. script/routine for clearing logs "manually"? I've re...
by jonathanhale
Fri Jul 31, 2009 4:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-Instance "Missing Parameters"
Replies: 13
Views: 9920

Multi-Instance "Missing Parameters"

We are encountering random aborts of multi-instance server jobs . i.e. a different instance of different server jobs aborts with "Missing Parameters" In this example there 8 concurrently executing instances of the same sequence/jobs, but only 1 instance fails with the "Missing Paramet...
by jonathanhale
Wed Feb 25, 2009 3:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DataStage routines write binary files?
Replies: 8
Views: 5811

Sadly, the WRITEBLK seems to have no effect. Here the Routine Code (can someone spot a foolish error?): vFilePath = FilePath vFileName = FileName Ans = Ebcdic(FileContent) *Content of the file seqFile = vFilePath:'/':vFileName OPENSEQ seqFile TO FILE THEN NOBUF FILE ELSE CREATE FILE THEN NOBUF FILE ...
by jonathanhale
Wed Feb 25, 2009 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log Corrupted
Replies: 15
Views: 6820

sorry for the false posting - I know better now.

But, Just to close, yes there was a Job 21. And, the log was not open anywhere.

It's only a small project in Dev, so I resolved it by deleting and recreating the project.
by jonathanhale
Tue Feb 24, 2009 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log Corrupted
Replies: 15
Views: 6820

What to do if Unable to Clear file?

CLEAR.FILE RT_LOG21 executed in administrator commands returns "Unable to Clear File RT_LOG21" "filename = " Can I delete the log folder from the unix file system? Will this force DataStage to recreate the log? Or will it increase the corruption?
by jonathanhale
Fri Feb 20, 2009 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it Possible to Call DataStage Basic in Custom Routine?
Replies: 4
Views: 2805

Hi Craig,

In testing, this:

Ans = Ebcdic(FileContent)

does work without any DEFFUN

(I was confused by the WRITESEQ problem that Ray explained in the other post, as I didn't get my EBCIDIC.)
by jonathanhale
Fri Feb 20, 2009 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DataStage routines write binary files?
Replies: 8
Views: 5811

Many thanks to all for the replies. I like Ray's idea best :-). I really don't want the o/s to have to tidy up something that datastage can't do. I'm not back on that site for a few days, but I'll update again after I've tested it.
by jonathanhale
Fri Feb 20, 2009 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DataStage routines write binary files?
Replies: 8
Views: 5811

Can DataStage routines write binary files?

e.g. is there an OPENBIN (or similiar)

how could the below be converted to write an EBCIDIC file?

OPENSEQ seqFile TO FILE THEN NOBUF FILE
ELSE CREATE FILE THEN NOBUF FILE
ELSE STOP
WRITESEQF Ans TO FILE
by jonathanhale
Fri Feb 20, 2009 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it Possible to Call DataStage Basic in Custom Routine?
Replies: 4
Views: 2805

Is it Possible to Call DataStage Basic in Custom Routine?

e.g. Ans = Ebcdic(FileContent)

to convert ascii Filecontent to Ebcdic code set
by jonathanhale
Thu Feb 19, 2009 11:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hex Codes instead of the characters (40 instead of spaces)
Replies: 1
Views: 1328

Hi Arnd, I'm sorry, but I don't know what you mean with "but use the DataStage BASIC ASCII or EBCDIC functions"

When I View Data in the Stage I already get the hex values in the viewer grid.

Where or how could I apply a transform/routine to the troublesome BLOB column?
by jonathanhale
Thu Jan 22, 2009 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Hash file / Update hashedfile
Replies: 12
Views: 5905

do all columns in the table (hashed file) need to be addressed in the update statement?