I
IQ12
Hello,
We are using Internet Information Services IIS ( Version 10.0.14393.0) on Windows 2016 server. We are using Oracle's Database (Oracle Database 10g Release 10.2.0.4.0 - 64bit Production) to connect from a Dot Net application. At the back-end there is a utility which is used to upload XML files to the database.
The only recent change we did on Oracle side was change from using TNSNAMES to LDAP settings, this should not be a cause of concern. I have also checked the ODBC connection settings, it seems to be ok. Can someone please let me know what could be the reason for this error and how to resolve this ?
Regards
IQ
-----
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
EAF.Lib.Data.DataExceptionHandler: Can not find connection setting for 'ipacsDev'.
at EAF.Lib.Data.DBAdapter..ctor(String name)
at UtilityTool.FileUploader.UploadFiles(XmlNode uploadSetting, XmlNode fileSetting)
at UtilityTool.FileUploader.Upload()
at UtilityTool.UtilityForm.btnUploadNow_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8806 (QFE.050727-8800)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
UtilityTool
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.2
CodeBase: file:///C:/Enfo/_New_UtilityTool/UtilityTool.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8806 (QFE.050727-8800)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8773 (QFE.050727-8700)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8751 (QFE.050727-8700)
CodeBase: file:///C:/windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
EAF.Lib.Data
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.4
CodeBase: file:///C:/Enfo/_New_UtilityTool/EAF.Lib.Data.DLL
----------------------------------------
EAF.Lib.Audit
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.1
CodeBase: file:///C:/Enfo/_New_UtilityTool/EAF.Lib.Audit.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Continue reading...
We are using Internet Information Services IIS ( Version 10.0.14393.0) on Windows 2016 server. We are using Oracle's Database (Oracle Database 10g Release 10.2.0.4.0 - 64bit Production) to connect from a Dot Net application. At the back-end there is a utility which is used to upload XML files to the database.
The only recent change we did on Oracle side was change from using TNSNAMES to LDAP settings, this should not be a cause of concern. I have also checked the ODBC connection settings, it seems to be ok. Can someone please let me know what could be the reason for this error and how to resolve this ?
Regards
IQ
-----
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
EAF.Lib.Data.DataExceptionHandler: Can not find connection setting for 'ipacsDev'.
at EAF.Lib.Data.DBAdapter..ctor(String name)
at UtilityTool.FileUploader.UploadFiles(XmlNode uploadSetting, XmlNode fileSetting)
at UtilityTool.FileUploader.Upload()
at UtilityTool.UtilityForm.btnUploadNow_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8806 (QFE.050727-8800)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
UtilityTool
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.2
CodeBase: file:///C:/Enfo/_New_UtilityTool/UtilityTool.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8806 (QFE.050727-8800)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8773 (QFE.050727-8700)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8751 (QFE.050727-8700)
CodeBase: file:///C:/windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
EAF.Lib.Data
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.4
CodeBase: file:///C:/Enfo/_New_UtilityTool/EAF.Lib.Data.DLL
----------------------------------------
EAF.Lib.Audit
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.1
CodeBase: file:///C:/Enfo/_New_UtilityTool/EAF.Lib.Audit.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Continue reading...