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?