I am having a problem running a server command line executable from my web application. What is happening is I cannot make a database connection using the command line application (written in VB.net). Here is the error I get when doing it.
ERROR ERROR [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
ERROR [01000] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).
ERROR [01S00] [Microsoft][ODBC SQL Server Driver]Invalid connection string attribute at System.Data.Odb c.OdbcConnectio n.Open()
at Insuraware.Util ities.IWDatabas e.Connect()
at Insuraware.Util ities.IWDatabas e..ctor()
at ConduitEDI.modM ain.Main()
This command line application works correctly if ran on the server manualy, but it causes a db connection problem when ran as a process through the web application.
Brad West
ERROR ERROR [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
ERROR [01000] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).
ERROR [01S00] [Microsoft][ODBC SQL Server Driver]Invalid connection string attribute at System.Data.Odb c.OdbcConnectio n.Open()
at Insuraware.Util ities.IWDatabas e.Connect()
at Insuraware.Util ities.IWDatabas e..ctor()
at ConduitEDI.modM ain.Main()
This command line application works correctly if ran on the server manualy, but it causes a db connection problem when ran as a process through the web application.
Brad West
Comment