Search found 6 matches

by ecalvert
Wed Mar 28, 2007 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Odd LOAD problem...
Replies: 4
Views: 2059

Guess so... I can't figure out WHY the "CLEANUP ON FAILURE" option caused that behavior, but I guess I can live without it...
by ecalvert
Tue Mar 27, 2007 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Odd LOAD problem...
Replies: 4
Views: 2059

The culprit appears to the "CLEANUP ON FAILURE" option. When that is set, no rows are actually loaded to the target table. However, with that option off, all rows are loaded successfully. I'm not sure why, but at least now I know how to avoid the problem. I tried addding the messages file ...
by ecalvert
Tue Mar 27, 2007 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error connect to db2 in prompt
Replies: 5
Views: 6022

The SQL10007 error code is telling you that it could not load the SQL error message for SQL error 1390. The description of SQL1390 is: <blockquote> SQL1390C The environment variable DB2INSTANCE is not defined or is invalid. </blockquote> So, the etldev1 user does not have the same value in the DB2IN...
by ecalvert
Tue Mar 27, 2007 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR in DB2 stage
Replies: 10
Views: 5133

Followup:

Also, make sure the db2nodes.cfg file has the actual machine name(s) for each node, and not "localhost"...
by ecalvert
Tue Mar 27, 2007 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Odd LOAD problem...
Replies: 4
Views: 2059

Odd LOAD problem...

Background: DEV system: 1 box with Datastage and 2 instances of DB2 all running on the same box PROD system: 3 boxes. 1 Datastage server. 1 SOURCE system running DB2, 1 TARGET system running DB2. Problem: We have several job sets that something like: DB2TABLE(on SOURCE) -> FILESET FILESET -> DB2TABL...
by ecalvert
Tue Mar 27, 2007 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR in DB2 stage
Replies: 10
Views: 5133

Looks like the db2nodes.cfg file is unreadable/corrupt/missing/etc.