Do a search on this forum to get more info on the unix 9 kill.
Maybe you are funning over your limit of resources or processes at the unix level. If different jobs are aborting with the same error then its not a DS problem.
Try decreasing the amount of jobs you are running in parallel.
Search found 6797 matches
- Mon Jun 19, 2006 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence job fails
- Replies: 1
- Views: 679
- Mon Jun 19, 2006 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB Bulk Stage - Performance Issue
- Replies: 57
- Views: 14878
- Mon Jun 19, 2006 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB Bulk Stage - Performance Issue
- Replies: 57
- Views: 14878
- Mon Jun 19, 2006 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conection to be established between Ms Access and DataStage
- Replies: 6
- Views: 1314
Heres a post that i found which will be helpful.
- Mon Jun 19, 2006 2:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not Null date in source being recognized as null
- Replies: 4
- Views: 1315
- Mon Jun 19, 2006 2:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort order
- Replies: 9
- Views: 1933
- Mon Jun 19, 2006 2:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to supress leading Zeros
- Replies: 7
- Views: 2584
- Mon Jun 19, 2006 2:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB Bulk Stage - Performance Issue
- Replies: 57
- Views: 14878
SQL3116W The field value in row "F0-106933" and column "22" is missing, but the target column is not nullable. Ok. Thats your bottle neck. You need to build a file that will get loaded without any warnings. Warnings like these slow down the process. Your load start and end times are impressive. Eve...
- Mon Jun 19, 2006 1:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB Bulk Stage - Performance Issue
- Replies: 57
- Views: 14878
Yes. You DBA will be able to increase the page size for you. As for invoking the utility via command prompt, do this. -Go inside you load stage and set 'Load Immediate' and 'Remove Intermediate Datafile' to No. -Run the job. -Go to the location that you have specified in the property 'Directory for ...
- Mon Jun 19, 2006 1:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB Bulk Stage - Performance Issue
- Replies: 57
- Views: 14878
The bulk stage does nothing but to create the three files that i mentioned earlier. Those files just invoke DB2's load utility. All that DataStage is doing here is building the BAT file and firing the load utility. Thats why i asked you to try to load the data using command prompt to invoke the load...
- Mon Jun 19, 2006 1:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Migration from Windows Server 2003 to Unix AIX
- Replies: 5
- Views: 1732
dsenv file basically contains all the enivronment variables that the server will reference during its startup and other programs would reference from time to time, like scripts etc. More info on dsenv can be found in dsbooks under the pdf Install and upgrade guide. It even tells you what variables a...
- Mon Jun 19, 2006 1:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB Bulk Stage - Performance Issue
- Replies: 57
- Views: 14878
Ok. I think its the number of bytes you are sending is the bottleneck. Also towards the end of the message file, it gives you the time when the load was finished, when the load utility starts rebuilding the indices and when it finishes. See where is the bulk of the time going. Also i would advise to...
- Mon Jun 19, 2006 1:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hanging Job
- Replies: 4
- Views: 967
Are you sure the job remained unsuccessful in establishing a connection with the database? Whenever a database is involved in a job and the job seems to hang, sometimes its due to an alive thread to the database. Try what kris has suggested, if that fails, then you need to get in touch with you dba ...
- Mon Jun 19, 2006 12:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort order
- Replies: 9
- Views: 1933
- Mon Jun 19, 2006 10:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can i Import and Read .dbf files ..?
- Replies: 8
- Views: 2107