Search found 15603 matches

by ArndW
Mon Aug 02, 2010 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom error and need to stop file creation in &PH&
Replies: 7
Views: 2360

The &PH& directory contains logging files, usually the stdout and stderr for background processes. The error message you posted does not affect your job run and can be ignored.

You cannot stop output to &PH& files, but you can occassionally delete the directory contents.
by ArndW
Mon Aug 02, 2010 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: /etc/hosts.equiv or .rhosts
Replies: 5
Views: 4321

This is confusing - the cut-and-pasted text is from a windows installation.
by ArndW
Mon Aug 02, 2010 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Invalid Julian day in Filter Stage
Replies: 5
Views: 4859

What is the datatype of the EFFECTIVE_TIME and TO_TIME columns? Can you convert these explicitly to timestamp before the filter stage?
by ArndW
Fri Jul 30, 2010 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delta Data from DB2 Stage
Replies: 3
Views: 1500

You cannot do this directly in one job using DB2 stages. It is better to have a sequence which calls first one job to get the max value, then passes that value to the second job which then performs the SQL.
by ArndW
Fri Jul 30, 2010 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading and writing into datasets
Replies: 3
Views: 1300

DataStage will automagically repartition the DataSet from whatever number of nodes is on disk to the number required by the job at runtime.
by ArndW
Fri Jul 30, 2010 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: full outer join (returning defaults)
Replies: 15
Views: 6337

If you activated $OSH_PRINT_SCHEMAS then you will have a log entry entitled "main_program: Schemas: (...)." and that will contain the schema desciriptions for each and every runtime link (n.b. that the optimizer might combine some stages)
by ArndW
Fri Jul 30, 2010 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job with Oracle Enterprise stage as the target hangs
Replies: 2
Views: 1093

Is the only thing that changed the DataStage version -> or is there a new database or DS machine? Just changing DS versions should not have this impact and I would look elsewhere first.
by ArndW
Fri Jul 30, 2010 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Unable to insert a record due to.
Replies: 8
Views: 2543

I misunderstood that and didn't realize that the error occurs after running for while. That would indicate ORACLE limitations of some sort - rollback space (what is your commit frequency?), table space or the like. Can you involve your DBA?
by ArndW
Fri Jul 30, 2010 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error reading Oracle table.
Replies: 2
Views: 910

I haven't seen that error before.

Is the Oracle database partitioned and does your error occur if you run in a 1-node configuration (or make the Oracle read stage "sequential")?
by ArndW
Fri Jul 30, 2010 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Empty DSN: list returned from host MYHOST
Replies: 4
Views: 5487

If, from the designer, you try a "import table definitions -> odbc table definitions" from the menu do you get a list of DSNs?
by ArndW
Fri Jul 30, 2010 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data into Oracle DB is slow
Replies: 6
Views: 3775

ODBC to Oracle is slow. Why not use the enterprise stage, but don't do a LOAD - that should be faster. The correct solution is to get access so that the fast bulk load can be used.
by ArndW
Fri Jul 30, 2010 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Unable to insert a record due to.
Replies: 8
Views: 2543

Do you have other jobs which read from or write to Oracle and that are working (or could this be a general OCI problem)? Can you make a copy of the job that outputs to a PEEK stage, then take that first data row and manually perform the insert or update command with your preferred tool to see if tha...
by ArndW
Fri Jul 30, 2010 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Unable to insert a record due to.
Replies: 8
Views: 2543

Also, what method are you using to write the data? There really must be more to the error message(s) and you might try to reset the job and see if the entry "from previous run..." has more information.
by ArndW
Thu Jul 29, 2010 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stage variables in a lookup stage
Replies: 5
Views: 1509

Lookup stages do not have stage variables.