D
Dirck
We run a simple VBA program that runs a simple background task (once a
minute) on a 2003 server on the console. The task checks a shared directory
for a certain type of file, e.g. .txt. If one or more files are present it
reads out the file and deletes it. The 2003 server runs Terminal Services.
The problem we encounter is that for some reason the application seems to
'hang' or to 'pause', because we see from another workstation that the files
in the shared directory are never handled and deleted. However when we logon
to the server via RDP (or directly on the console) we see that the
application is still active and progress bar indicates that the application
is doing its job. We found out that on the moment we logon, the application
starts its background process. After this the files are handled and deleted.
Has anybody an idea for this problem?
Regards,
minute) on a 2003 server on the console. The task checks a shared directory
for a certain type of file, e.g. .txt. If one or more files are present it
reads out the file and deletes it. The 2003 server runs Terminal Services.
The problem we encounter is that for some reason the application seems to
'hang' or to 'pause', because we see from another workstation that the files
in the shared directory are never handled and deleted. However when we logon
to the server via RDP (or directly on the console) we see that the
application is still active and progress bar indicates that the application
is doing its job. We found out that on the moment we logon, the application
starts its background process. After this the files are handled and deleted.
Has anybody an idea for this problem?
Regards,