Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Path/File access error

1 view
Skip to first unread message

Alex0066

unread,
Apr 15, 2005, 9:01:01 AM4/15/05
to
My VB6 application is getting this error in the attempt to create a file
using the following code:

nFileTicket = FreeFile()
Open sFileName For Output As #nFileTicket
Print #nFileTicket, sBuffer
Close #nFileTicket

The application is running on a Windows NT 4.0 server with MTS, and is
scheduled to run every night via NT scheduler. The problem just started to
occur, and I haven't made any changes to the application. When I run the
process manually, it runs fine. What is the difference between me running it
manually and NT running it? Could it be that the accounts used to run the
process differ in permissions/rights?

0 new messages