Phantom Error Unable to execute the operating system 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
ethanr
Participant
Posts: 23
Joined: Fri Apr 11, 2008 9:37 am
Location: Delhi

Phantom Error Unable to execute the operating system file

Post by ethanr »

Hi,

We have been getting this warning in Server job of 8.5 version. Irrespective of the server job, the error is as follows

DataStage Job 348 Phantom 16719
Program "DSD.SendEvent": Line 524, Unable to execute the operating system file "-option01".
[ENOENT] No such file or directory
Program "DSD.SendEvent": Line 524, Unable to execute the operating system file "-option01".
[ENOENT] No such file or directory
Program "DSD.SendEvent": Line 524, Unable to execute the operating system file "-option01".
[ENOENT] No such file or directory
DataStage Phantom Finished

Is this some thing to look into environment or config file etc....or any project settings

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

SendEvent code is incorrectly trying to specify "-option01" as a file name. Does the source code for SendEvent exist in your project? If not, you will need to involve your official support provider.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ethanr
Participant
Posts: 23
Joined: Fri Apr 11, 2008 9:37 am
Location: Delhi

Post by ethanr »

This is happening only in one of the project created recently, the projects created previously in the same box does not throw this error...I assume, SendEvent source code exist..

Thanks
Thanks, EthanR
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What does the VOC entry for DSD.SendEvent indicate?

Code: Select all

LIST.ITEM VOC 'DSD.SendEvent'
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ethanr
Participant
Posts: 23
Joined: Fri Apr 11, 2008 9:37 am
Location: Delhi

Post by ethanr »

The Output is
LIST.ITEM VOC "DSD.SendEvent" 16:46:26 31-08-12 PAGE 1

DSD.SendEvent
001 V
002 DSD_BP.0/DSD_SendEvent.B
003 B
004 BN
009 DSD_BP.0
Thanks, EthanR
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This is an IBM-supplied routine. Contact your official support provider.
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