-
Notifications
You must be signed in to change notification settings - Fork 0
Description
(please see RDMP Request conversation on [Monday 15:04])
Version: 4.2.4
Instance: SQL-DE-01.EOS_Catalogue
CHI Populator Anywhere throw exceptions in two separate dataloads.
Reproduce: run dataload with a CHI Populator Anywhere module
Error
08/02/2021 14:49:11
CHI WebService returned an ExceptionException=Exception of type 'System.Exception' was thrown.
Stack Trace
at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at Rdmp.UI.SimpleDialogs.ExceptionViewer..ctor(String title, String message, Exception exception) in D:\Jenkins\workspace\RDMP\HIC.RDMP.GitHub.Release\Rdmp.UI\SimpleDialogs\ExceptionViewer.cs:line 24
at Rdmp.UI.SimpleDialogs.ExceptionViewer.Show(String message, Exception exception, Boolean isModalDialog) in D:\Jenkins\workspace\RDMP\HIC.RDMP.GitHub.Release\Rdmp.UI\SimpleDialogs\ExceptionViewer.cs:line 107
at System.Windows.Forms.ListView.OnItemActivate(EventArgs e)
at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
at System.Windows.Forms.ListView.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr hWnd, Message& m)
at System.Windows.Forms.Control.WmNotify(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Application.ParkingWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at System.Windows.Forms.ListView.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.ListView.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at Rdmp.UI.TestsAndSetup.RDMPBootStrapper`1.Show(Boolean requiresDataExportDatabaseToo) in D:\Jenkins\workspace\RDMP\HIC.RDMP.GitHub.Release\Rdmp.UI\TestsAndSetup\RDMPBootStrapper.cs:line 71
at ResearchDataManagementPlatform.Program.RunApp(ResearchDataManagementPlatformOptions arg) in D:\Jenkins\workspace\RDMP\HIC.RDMP.GitHub.Release\Application\ResearchDataManagementPlatform\Program.cs:line 50
at ResearchDataManagementPlatform.Program.Main(String[] args) in D:\Jenkins\workspace\RDMP\HIC.RDMP.GitHub.Release\Application\ResearchDataManagementPlatform\Program.cs:line 44