Unable to open temp file

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
sudheepkv
Participant
Posts: 12
Joined: Tue Jan 03, 2006 3:03 am

Unable to open temp file

Post by sudheepkv »

Please explain How temporory files are handled in DS6-UNIX ?
sudhi
ShaneMuir
Premium Member
Premium Member
Posts: 508
Joined: Tue Jun 15, 2004 5:00 am
Location: London

Post by ShaneMuir »

Am I missing something here?

What sort of file? Sequential? Hash?
sudheepkv
Participant
Posts: 12
Joined: Tue Jan 03, 2006 3:03 am

Post by sudheepkv »

[quote="ShaneMuir"]Am I missing something here?

What sort of file? Sequential? Hash?[/quote
The Problem is as follws.
Hi Murali,



I have one issue in Data stage 6-Unix .Could you explain why it happens.



The problem is as follows:



Here taking input from Informix then pass to a link practitioner and split in to 5 links in between that then collected at a link collector.



The following are the messages (First one warnig, 2nd fatal error) in the log file.



1. Message: PQR..Container2.TransText.LC1_2: ds_ipcopen() - Error in open(/tmp/ABC.PQR..Container2.TransText-Link_Collector_1) - No such file or directory



The fatal error is coming at the link collector



2. Message: PQR..Link_Collector_1: |Error 11 in GCI Link initialisation
sudhi
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Possibilities include that you don't have write permission to /tmp or that the file system on which /tmp is mounted became full at some point.
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