Has anyone had seen an issue after installing the latest PDT when you go to perform a config check it goes away and thinks for a while and then returns an error “Cannot find Column 5”
Running this not on the app server.
Application Exception
Exception caught in: System.Data
Error Detail
============
Type: System.IndexOutOfRangeException
Message: Cannot find column 5.
Program: System.Data
Caller Stack Trace
==================
at System.Data.DataColumnCollection.get_Item(Int32 index)
at System.Data.DataRow.get_Item(Int32 columnIndex)
at Ice.Tools.PerformanceDiagnostics.PlugIns.ConfigCheck.Controls.ConfigCheckPanel.populateConfigCheckDataSet(DataSet ds) in C:\_projects\ERP10CC\DEVICE-Tools\ICE3-PerformanceDiagnosticTool\Ice.Tools.PerformanceDiagnostics.Plugins.ConfigCheck\Controls\ConfigCheckPanel.cs:line 458
at Ice.Tools.PerformanceDiagnostics.PlugIns.ConfigCheck.Controls.ConfigCheckPanel.CallConfigCheck(Boolean RunningFromAPI, String appServerURI) in C:\_projects\ERP10CC\DEVICE-Tools\ICE3-PerformanceDiagnosticTool\Ice.Tools.PerformanceDiagnostics.Plugins.ConfigCheck\Controls\ConfigCheckPanel.cs:line 435
at Ice.Tools.PerformanceDiagnostics.PlugIns.ConfigCheck.Controls.ConfigCheckPanel.btnCheckConfig_Click(Object sender, EventArgs e) in C:\_projects\ERP10CC\DEVICE-Tools\ICE3-PerformanceDiagnosticTool\Ice.Tools.PerformanceDiagnostics.Plugins.ConfigCheck\Controls\ConfigCheckPanel.cs:line 309
at System.Windows.Forms.Control.OnClick(EventArgs e)
at Infragistics.Win.Misc.UltraButtonBase.OnClick(EventArgs e)
at Infragistics.Win.Misc.UltraButton.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)