Upgrade from 6.40 -> 7.10, Analyzer giving compile errors
We are testing out an upgrade to SAP GUI 7.10 (SP 9, V7100.2.9.1039), BEx (SP7 P1 R1352).
When running queries in the Analyzer, we get the following error "Compile Error: Can't find project or library" and the VB editor pops up to the following VB code:
Public Function BEx() As BExApplication Set BEx = Application.Run("BExAnalyzer.xla!GetBEx") End Function
I can shut down the debugger and the results are available but the VB windows continually pops up when any modifications are made to the report.
The following shows up in the trace although I'm not sure if it is related:
******************************************* * Trace Started as: 10/10/2008 10:11:17 AM* ******************************************* ListSeparator: , ExcelVersion: 11.0 AddinVersion: 7100.3.701.1352 BExCheckFrontend.CheckFrontend: No Check performed (20081003) 0 Errors while executing the 7.0 exit : SAPBEXonRefresh -2146788248 Exception from HRESULT: 0x800A9C68 at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn) at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn) at com.sap.bi.et.analyzer.addin.BExItemGrid.CallExitSAPBEXonrefresh() -------------------10/10/2008 10:20:39 AM------------------- System.Runtime.InteropServices.COMException (0x800A9C68): Exception from HRESULT: 0x800A9C68 at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn) at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn) at com.sap.bi.et.analyzer.addin.BExConnect.FindLF(Object& iRange, Object& eRange) Exception from HRESULT: 0x800A9C68 at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn) at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn) at com.sap.bi.et.analyzer.addin.BExConnect.FindLF(Object& iRange, Object& eRange)
Any debug ideas or suggestions would be appreciated.
Thanks