Page 1 of 1

Seq File not getting created ds_seqopen() problem

Posted: Thu Dec 02, 2010 11:49 am
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.

Posted: Thu Dec 02, 2010 12:31 pm
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.

Posted: Mon Dec 06, 2010 10:42 am
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.

Posted: Mon Dec 06, 2010 1:11 pm
by ray.wurlod
Don't have the file open in any other application.

Re: Seq File not getting created ds_seqopen() problem

Posted: Tue Dec 07, 2010 5:34 am
by HariK
'tasklist' on command prompt - to find the active processes running on the server.