BusinessObjects 6.5 Objects Library

Hello Everyone :wave:

I have a small problem. As I can not find thus library. It is necessary to me for use BusinessObjects with Excel. Tell please where it can found it or may be download. In advance thanks.

Excuse me for my English)


jekyls (BOB member since 2010-06-07)

Hi,

Do you have Business Objects installed on your computer? If yes then all necessary libraries should be available.


Marek Chladny :slovakia: (BOB member since 2003-11-27)

Yes i have installed program BusinessObjects 6.5 SP 4 on my computer. But then i open Excel VBA and choose Tools->References, i can’t find this library. Also in directories of BO .

What name of this file? May be i search not there?)))

Sorry for my English :oops:


jekyls (BOB member since 2010-06-07)

Hi,

Try referencing this library:
C:\Program Files\Business Objects\BusinessObjects Enterprise 6\bin\busobj.exe


Marek Chladny :slovakia: (BOB member since 2003-11-27)

Marek Chladny Thank you very much. It’s working :smiley:

The topic may be closed


jekyls (BOB member since 2010-06-07)

It’s good to hear that 8)

We don’t close topics here. We leave them open so anyone in future can ask or add something else to the discussed topic.


Marek Chladny :slovakia: (BOB member since 2003-11-27)

I will consider on the feature 8)


jekyls (BOB member since 2010-06-07)

I Early was glad. Library has added successfully. But at attempt of creation of object of type busobj there is an error - ActiveX component can’t create object or return reference to this object (Error 429).
It can be necessary to add still what that libraries in the project. Prompt please. The code is given more low


Dim Buso As busobj.Application
Set Buso = CreateObject("BusinessObjects.Application")

May be i must register this DLL with the help of a regsvr32 utility?


jekyls (BOB member since 2010-06-07)

Hi,

Unfortunately, I don’t know what the problem could be.

I tried your piece of code and it worked just fine on my machine.


Marek Chladny :slovakia: (BOB member since 2003-11-27)

Hello,
Could you print screen the list of libraries used by you?

Here the list of libraries used by me in Excel VBA.
library.JPG


jekyls (BOB member since 2010-06-07)

I used Excel 2007 with these libraries:

  • Visual Basic For Applications
  • Microsoft Excel 12.0 Object Library
  • OLE Automation
  • Microsoft Office 12.0 Object Library
  • BusinessObjects 6.5 Object Library

Marek Chladny :slovakia: (BOB member since 2003-11-27)