Search found 224 matches

by attu
Thu Aug 14, 2008 1:52 pm
Forum: General
Topic: Is there any version of Data Stage as 8.1?
Replies: 6
Views: 4969

I guess DataStage 8.1 will come out in the end of 3rd Quarter and will contain fixes and bugs.
by attu
Wed Aug 13, 2008 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-4)
Replies: 18
Views: 5563

I am executing through Admin Client Command Window.
by attu
Wed Aug 13, 2008 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-4)
Replies: 18
Views: 5563

I am getting this error after executing from TCL
syntax error. Unexpected sentence without filename. Token was ""
by attu
Wed Aug 13, 2008 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-4)
Replies: 18
Views: 5563

I am still confused how to execute the command to see control records.

Code: Select all

LIST.ITEM RT_LOG5276 WITH @ID LIKE // ???? 
by attu
Tue Aug 12, 2008 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-4)
Replies: 18
Views: 5563

>SELECT * FROM RT_LOG5276 WHERE @ID = 141;

0 records listed.
by attu
Tue Aug 12, 2008 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-4)
Replies: 18
Views: 5563

PLease tell me how to find if event 141 exists ?

And how to verify control records are correct?
by attu
Tue Aug 12, 2008 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-4)
Replies: 18
Views: 5563

I dont think the RT_LOG hashed table is corrupted, I executed count RT_log5276 and it did return records.
by attu
Mon Aug 11, 2008 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-4)
Replies: 18
Views: 5563

Job control fatal error (-4)

What could be the reason of this error.

Code: Select all

RetrieveLogInformationMultipleInstance.I.JobControl (fatal error from DSGetLogEntry): Job control fatal error (-4)
(DSGetLogEntry) Event number 141 not found in RT_LOG5276
(DSGetLogEntry) Cannot find log event with id '141'
Any suggestions please?

Thanks
by attu
Thu Aug 07, 2008 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 deadlock and timeout Issue
Replies: 5
Views: 4233

Just wanted to ask few more things: We were having this issue while we tried to load data in db2 using db2 enterprise stage. When the load fails, the table becomes inaccessible. DBA needs to drop and re-create table and tablespace ( If we do not want to retain the data) If we want to retain data, th...
by attu
Thu Aug 07, 2008 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 deadlock and timeout Issue
Replies: 5
Views: 4233

interestingly the issue was resolved when dba's recycled the database before we restarted this job.
what is the root cause? the dba's think its an issue with PX.
any insights
by attu
Wed Aug 06, 2008 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise LOAD APPEND
Replies: 2
Views: 1912

Reason code = 3 means, check diskspace to run load, database is full, clear the database
by attu
Wed Aug 06, 2008 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 deadlock and timeout Issue
Replies: 5
Views: 4233

DB2 deadlock and timeout Issue

A px job keeps failing because of this error target_load,7: SQL0911N The current transaction has been rolled back because of a deadlock or timeout. Reason code "68". SQLSTATE=40001 This is a multi instance job using DB2 EE stage as target (write method:load, write mode:append) , no. of rec...
by attu
Tue Jul 29, 2008 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs not compiling
Replies: 3
Views: 1282

what version of datastage you are using?
by attu
Tue Jul 29, 2008 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: no job status, DSR_EXECJOB (Action=5) error
Replies: 3
Views: 2510

How are the Runtime hashed files (RT_SC, RT_CONFIG,RT_STATUS) are affected when jobs are running and suddenly we run out of disk space?
Just want to go a little deeper, how is it anticipated?

Thanks
by attu
Mon Jul 28, 2008 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: no job status, DSR_EXECJOB (Action=5) error
Replies: 3
Views: 2510

no job status, DSR_EXECJOB (Action=5) error

Hi DS Gurus, One of our job sequence failed with this error code=-99 [General repository interface 'other error'] Another job in this sequence finished but not showing any status. I tried to clear the status file but no use, it shows it as compiled and when I close the director and re-open it, it do...