B
BrassicaNigra
Greetings,
I am using Process.Start from a web app to run an executable that produces a
text file that is subsequently imported into SQL Server. This has been
working reliably for over a year.
Last weekend we setup Active Directory on our network and now this process
no longer works. The process is started, but the text file never appears in
the output directory and the process just hangs (I have to terminate it from
task manager on the server console).
Since it was working before we implemented Active Directory I am presuming
that this must have something to do with rights. Task manager says it is
running as 'System' and system has full rights to the folder where the output
file should go, so I am at a loss as to what might be happening or how to fix
this.
I look forward to your input.
Dale Hoffman
I am using Process.Start from a web app to run an executable that produces a
text file that is subsequently imported into SQL Server. This has been
working reliably for over a year.
Last weekend we setup Active Directory on our network and now this process
no longer works. The process is started, but the text file never appears in
the output directory and the process just hangs (I have to terminate it from
task manager on the server console).
Since it was working before we implemented Active Directory I am presuming
that this must have something to do with rights. Task manager says it is
running as 'System' and system has full rights to the folder where the output
file should go, so I am at a loss as to what might be happening or how to fix
this.
I look forward to your input.
Dale Hoffman