C
Chris
I am running a W2K server and am receiving the following
error:
Application Error - The application failed to initialize
properly. (0xC0000142). The only
explanation I have found on Microsoft is at
(http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/w2kmsgs/984.asp) which
gives no specific solutions.
This occurs with wscript.exe (Windows scripting host) and
sqlplus.exe (SQL). I am running
VB scripts that check for the existence of a specific data
file (text file) which resides on
a virtual NT share on a Unix box (attached through a
mapped drive). If the specific data
file exists, the VB script runs Oracle procedures and is
then the data file is renamed on
that Unix box, after which the script should terminate.
The VB scripts themselves do not
have a specified timeout to fail if they cannot read the
network share, and I believe that
this may be causing the processes to hang.
Once again, It is a Windows 2000 Server running Oracle 9i
acessing files on a virtual NT share on a Unix box. All
scripts are run with the NT service account which has full
rights on the Unix NT share.
Any ideas? Thanks for all the help.
error:
Application Error - The application failed to initialize
properly. (0xC0000142). The only
explanation I have found on Microsoft is at
(http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/w2kmsgs/984.asp) which
gives no specific solutions.
This occurs with wscript.exe (Windows scripting host) and
sqlplus.exe (SQL). I am running
VB scripts that check for the existence of a specific data
file (text file) which resides on
a virtual NT share on a Unix box (attached through a
mapped drive). If the specific data
file exists, the VB script runs Oracle procedures and is
then the data file is renamed on
that Unix box, after which the script should terminate.
The VB scripts themselves do not
have a specified timeout to fail if they cannot read the
network share, and I believe that
this may be causing the processes to hang.
Once again, It is a Windows 2000 Server running Oracle 9i
acessing files on a virtual NT share on a Unix box. All
scripts are run with the NT service account which has full
rights on the Unix NT share.
Any ideas? Thanks for all the help.