Inter processes job aborted

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
anothai
Participant
Posts: 20
Joined: Thu Jan 18, 2007 2:34 am

Inter processes job aborted

Post by anothai »

Job Design

Seqfile(400,000) ---->Tran(lookup 2 hash) ---->Tran(lookup 2 hash)------>Seq file(7files)

Log

Item #: 11
Event ID: 62
Timestamp: 2007-08-31 10:01:26
Type: Warning
User Name: edwu02
Message: xfmSAFELNArInterProcess..Mapping.to_Mapping: ds_ipcflush() - Error in mutex_unlock() - Not owner

Item #: 12
Event ID: 63
Timestamp: 2007-08-31 10:01:26
Type: Warning
User Name: edwu02
Message: xfmSAFELNArInterProcess..Mapping.to_Mapping: DSD.INTClose Error 11 in GCI close.

Item #: 13
Event ID: 64
Timestamp: 2007-08-31 10:01:26
Type: Info
User Name: edwu02
Message: xfmSAFELNArInterProcess..Trans1: DSD.StageRun Active stage finishing.
123971 rows read from to_Trans1
122056 rows read from lookup_hash_arxip
0 rows read from lookup_hrefSAFEMgrBr
123971 rows written to to_Mapping
13.140 CPU seconds used, 124.681 seconds elapsed.

Item #: 14
Event ID: 65
Timestamp: 2007-08-31 10:01:26
Type: Warning
User Name: edwu02
Message: DataStage Job 1044 Phantom 28758
xfmSAFELNArInterProcess..Mapping.to_Mapping: DSD.INTClose Error 11 in GCI close.
DataStage Phantom Finished

Item #: 15
Event ID: 66
Timestamp: 2007-08-31 10:01:31
Type: Control
User Name: edwu02
Message: Job xfmSAFELNArInterProcess aborted.


Remark
This job use Inter processes on properties for improve performance but job aborted after run. If I change to in process, it can run finished.
I try to change parameter buffer and time-out but it still fail. Path UV temp have a sapce enough about 2GB. Please help me to solve this problem in case I still use inter processes. Thank you very much.
Kirtikumar
Participant
Posts: 437
Joined: Fri Oct 15, 2004 6:13 am
Location: Pune, India

Post by Kirtikumar »

If you use the Code to show the job design it would look much better and we would be able to understand it properly. So pls post your job design using Code option while posting.
Regards,
S. Kirtikumar.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

And Search for clues about owning mutex locks.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply