Seq File not getting created ds_seqopen() problem

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
RK72
Participant
Posts: 154
Joined: Wed Sep 29, 2010 4:10 pm

Seq File not getting created ds_seqopen() problem

Post by RK72 »

I am writing data from a table to a sequential file in server job on Windows 2003 server.When I am trying that I get an error message "ds_seqopen() - Win32 error".I am the only one working on the server,how do I find which process is causing this on windows box and how to kill it so that I can run my job properly.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Has this run before? If not, I would check your path for permission issues, ensure you have the rights you need to create a file there.
-craig

"You can never have too many knives" -- Logan Nine Fingers
RK72
Participant
Posts: 154
Joined: Wed Sep 29, 2010 4:10 pm

Post by RK72 »

This has been ran before I was able to view it also.For time being I fixed it by restarting the server but what is the best solution to find it.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Don't have the file open in any other application.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
HariK
Participant
Posts: 68
Joined: Thu May 17, 2007 1:50 am

Re: Seq File not getting created ds_seqopen() problem

Post by HariK »

'tasklist' on command prompt - to find the active processes running on the server.
Post Reply