Search found 10 matches

by johnshot
Wed Jul 30, 2008 5:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning
Replies: 2
Views: 1770

Unrecognized top level format property: nocheck in Oracle

We have made many different attempts to get rid of this pesky msg in our Oracle Load Enterprise stage. We have failed and have been forced to demote to informational. For the record we are doing: Oracle Enterprise (on AIX) stage,; set to LOAD;TRUNCATE; APT_ORACLE_LOAD_OPTIONS set to : OPTIONS(DIRECT...
by johnshot
Mon Jun 09, 2008 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Fixed Length File
Replies: 4
Views: 1978

I haven't messed with the environment variables yet... I hoping to avoid that. Its a big pain in our environment. I'll check the binary editor route first.
by johnshot
Mon Jun 09, 2008 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Fixed Length File
Replies: 4
Views: 1978

The job isn't creating a fixed length record. All the data looks correct, but its not padding out the columns to fit the column's definition. I'm looking at the files in UNIX and they look as if I created them as VarChar Columns.
by johnshot
Mon Jun 09, 2008 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Fixed Length File
Replies: 4
Views: 1978

Creating a Fixed Length File

I'm trying to create a fixed length record, but can't seem to get it to work. I have selected the "Record Length=Fixed" property within the Format tab, all the columns are set to char data types. Any clues???
by johnshot
Tue Dec 12, 2006 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Job Logs
Replies: 5
Views: 5422

Re: Getting Job Logs

I'm not going to get fancy here, but here is a quickie we used to identify pid issues on our box: UNIX This used 2 routines, one before and one after. This code is ONLY to show basic approach for others who want to do something similar, so please don't post complaints about it. variables are identif...
by johnshot
Mon Aug 07, 2006 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Linux parallel config problem
Replies: 3
Views: 2192

Thanks for your reply we have somehow resolved this with the dsenv (but not sure how ha ha).
by johnshot
Mon Jul 31, 2006 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Linux parallel config problem
Replies: 3
Views: 2192

Linux parallel config problem

Help with a osh config issue pls... We are using the DRS stage, to connect to a PostGres DB (via ODBC) in a Parallel job. The User defined variables for the connect string, user, etc are being written out to the osh script as #DSCAPIOP__STG_DBNAME# (etc) and causing a connect failure. We have tried ...
by johnshot
Tue May 23, 2006 12:57 am
Forum: Enhancement Wish List
Topic: Don't move my link labels
Replies: 7
Views: 5639

Totally agree with this one

Really how hard is it? It is after all an object with a state.
This is a really irritating bug.
by johnshot
Mon Mar 20, 2006 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stored Procedure - Capturing serveroutput
Replies: 1
Views: 1396

Oracle Stored Procedure - Capturing serveroutput

never mind all! figured it out!
put dbms server output into a variable and passed
out with the output argument, then wrote it to the log.
by johnshot
Mon Mar 20, 2006 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stored Procedure - Capturing serveroutput
Replies: 1
Views: 1396

Oracle Stored Procedure - Capturing serveroutput

Hello all - I am using the oracle stored procedure stage to build partitions based on passed arguments. This all works fine, but I am unable to capture the server output (the procedure makes calls to DBMS_OUTPUT.PUT_LINE('Partition not created');). (as an example). Can anyone help me out? Is there a...