cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Open BEx file created using NWBC client

RamBilasYadav
Participant
0 Kudos

Hi,

I am working on EhP3 & NWBC Client.

I tried to export an ALV report to "BEx Analyzer" using the option "Export -> BEx Analyzer".

If I select the option "Open" in the subsequent pop-up, it just opens an Excel window and nothing appears after that. Not even a workbook gets created.

If I select to save and then open the saved ".bex" file, an excel window opens up. But immediately I get the "Microsoft Visual Basic Error" stating "Run-Time error: '91': Object variable or With block variable not set".

If I choose "debug" option, visual basic code window appears. I get to the following line there.

Public Function LogOn(Optional iUser As String = "", Optional iSystemId As String = "", Optional iServer As String = "", Optional iSysNo As Long = 0, Optional iClient As String = "", Optional iLanguage As String = "", Optional iSNCName As String = "", Optional iSNCQuality As String = "", Optional iTicket As String = "") As Boolean

LogOn = pAddin.ExcelInterface.LogOn(iUser:=iUser, iSystemId:=iSystemId, iServer:=iServer, iSysNo:=iSysNo, iLanguage:=iLanguage, iClient:=iClient, iSNCName:=iSNCName, iSNCQuality:=iSNCQuality, iTicket:=iTicket)

End Function

I believe "pAddin" object is not getting initialized and hence the error.

Is anyone having any idea why this problem is happening?

How do I fix this?

Regards,

Ram.

View Entire Topic
Former Member
0 Kudos

Hi,

Uninstall all your Frontend components,

Reinstall them in the following order and yes, I would recommend you to restart the system whenever it prompts you to do so.

1) GUi FrontEnd 7.0

2) BEx 3.x or 7.0 or both

3) Respective patch (>12)

4) BW AddOn

5) BI AddOn.

this would surely solve your problem.

Rgds,

Sree