Search found 224 matches

by attu
Wed Oct 29, 2008 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 141)
Replies: 2
Views: 1082

Code: Select all

Parallel job reports failure (code 141)
by attu
Tue Oct 28, 2008 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 141)
Replies: 2
Views: 1082

Parallel job reports failure (code 141)

Hi Gurus, I am not sure what is the issue with our job running for 3 hours and aborting with code 141 error. This job does not retrieve any rows from the database, basically it just hangs and then timeouts. We are using an odbc stage which extracts from db2 database and writes to a file. The same jo...
by attu
Wed Oct 15, 2008 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: abort after 50 warnings
Replies: 8
Views: 2222

The job was started by designer -- which takes no limit by default.

So when we use dsjob utility, DataStage uses job control and we can set limits by -warn <no of warnings>. What is the default if we do not specify -warn option?

Thanks
by attu
Tue Oct 14, 2008 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: abort after 50 warnings
Replies: 8
Views: 2222

abort after 50 warnings

Hi,

I would like to know why a job is not aborting after throwing more than 50 warning messages.
The warning settings are abort job after 50 warnings.
Appreciate any help. Thanks
by attu
Tue Sep 23, 2008 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto Purge does not work
Replies: 5
Views: 1766

auto purge setting will only work for new jobs that have auto-purge enabled before they are created. For existing jobs you can export/import them to enable auto purge setting.
by attu
Tue Sep 23, 2008 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BUfferOperator error
Replies: 4
Views: 4751

check space in scratch disk mentioned in node number 2 in your config file.. if possible clean it.
by attu
Mon Sep 22, 2008 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy dataset from one server to another
Replies: 7
Views: 5536

DS_TEMP would hold temporary copy of your job design, the resource disk in your config file will tell the location of your data stored.
by attu
Thu Sep 18, 2008 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commit Size in DB2 Bulk Load Stage ?
Replies: 8
Views: 5398

Hi, the Db2 Load utility writes directly to the storage (containers) and does not use the SQL insert. Therefore the data can not be commited until the load utility finishes. BUT there is an option SAVECOUNT which implements consistency points - similar to commit but not on a SQL basis. So SAVECOUNT...
by attu
Fri Sep 12, 2008 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS error while running the DS job
Replies: 1
Views: 1037

do an exact search on There are irreconcilable constraints on the number of [/b]
by attu
Mon Sep 08, 2008 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_Audit - last deleted job
Replies: 3
Views: 2140

DataStage/SQL: syntax error Unexpected symbol. Token was LAST.
Scanned command was FROM DS_AUDIT SELECT * WHERE CLASS ="2" AND LAST
by attu
Mon Sep 08, 2008 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_Audit - last deleted job
Replies: 3
Views: 2140

DS_Audit - last deleted job

PLease help me how to check a job last deleted by date in Audit Table

SELECT * FROM DS_AUDIT WHERE CLASS ='2' AND LAST DELETED DATE = 2008-09-08

getting error.

Thanks
by attu
Thu Aug 28, 2008 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Administartor Commands into a file
Replies: 1
Views: 1057

from the administrator command window

COMO ON filename

The file will be saved in ProjectDirectory/&COMO&


If you do not require output to a file then execute this:

COMO OFF
by attu
Wed Aug 27, 2008 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run-time error '457'
Replies: 10
Views: 10469

yes, you need to logto the project which is giving you error messages and then go to DataStage Tools Menu ( DS-TOOLS)
by attu
Thu Aug 14, 2008 2:06 pm
Forum: General
Topic: Is there any version of Data Stage as 8.1?
Replies: 6
Views: 4969

Chullet, Thats what IBM always does ....
by attu
Thu Aug 14, 2008 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-4)
Replies: 18
Views: 5563

Code: Select all

SELECT RT_LOG5276 WITH @ID LIKE "//..."
3 record(s) selected to SELECT list #0.