Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 8
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Exception: CriticalProgramError ---> System.Exception: CriticalProgramError ---> System.Exception: CritialProgramError ---> System.Exception: CriticlaProgramError ---> System.NullReferenceException: Object reference not set to an instance of an object. at com.sap.bi.et.analyzer.api.BExTextElements.CreateFromDeSerAbap(RRX_TXT_SYMBOLSTable iTextElements) at com.sap.bi.et.analyzer.api.BExResult.CreateFromDeSerAbapS(BExDeSer_ResultABAPS& iResult) at com.sap.bi.et.analyzer.api.BExDataProvider.RetrieveResultSetS() --- End of inner exception stack trace --- at com.sap.bi.et.analyzer.api.BExDataProvider.RetrieveResultSetS() at com.sap.bi.et.analyzer.api.BExDataProvider.RetrieveResultSet() at com.sap.bi.et.analyzer.api.BExDataProvider.BExApplication_NewResultSet(ArrayList iDataProviders) at com.sap.bi.et.analyzer.api.BExApplication.GetTemplate(Boolean iDoNotReadData, ArrayList iDataProviders) --- End of inner exception stack trace --- at com.sap.bi.et.analyzer.api.BExApplication.GetTemplate(Boolean iDoNotReadData, ArrayList iDataProviders) at com.sap.bi.et.analyzer.api.BExApplication.FrontendUpdate(Boolean iNewThread, Boolean iDoNotReadData, ArrayList iDataProviders) at com.sap.bi.et.analyzer.addin.BExExcelApplication.FrontendUpdate(Boolean iNewThread, Boolean iDoNotReadData, ArrayList iDataProviders) --- End of inner exception stack trace --- at com.sap.bi.et.analyzer.addin.BExExcelApplication.FrontendUpdate(Boolean iNewThread, Boolean iDoNotReadData, ArrayList iDataProviders) at com.sap.bi.et.analyzer.addin.BExThreads.ProcessSubmitDialogueExecuter.Execute() --- End of inner exception stack trace --- at com.sap.bi.et.analyzer.addin.BExThreads.ProcessSubmitDialogueExecuter.Execute() at com.sap.bi.et.analyzer.addin.BExThreads.Execute(BExExecuter iExecuter, Boolean iFrontendUpdate, Boolean iDoNotDisplayMessages) at com.sap.bi.et.analyzer.addin.BExThreads.Process(SubmitDialogue iSubmitDialogue, BExExcelApplication iApplication) at com.sap.bi.et.analyzer.addin.BExHWindQueryProperties.btnOk_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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)
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.
Installation and Configuration of IBM FileNet Information Management Software: A step-by-step guide to installing and configuring IBM FileNet ECM and Case Manager on RHEL 8.0 (English Edition)
Python Advanced Programming: The Guide to Learn Python Programming. Reference with Exercises and Samples About Dynamical Programming, Multithreading, Multiprocessing, Debugging, Testing and More