dbTalk Databases Forums  

Re: Create BussinesObject in ASP.net

comp.databases.olap comp.databases.olap


Discuss Re: Create BussinesObject in ASP.net in the comp.databases.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bob
 
Posts: n/a

Default Re: Create BussinesObject in ASP.net - 11-01-2004 , 09:04 AM






Another question:

Are you sure Business Objects is COM Compliant?

If it is COM compliant, it will need to be registered in the registry.

Robert
"kong" <kongkong99 (AT) yahoo (DOT) com> wrote

Quote:
Hi All,

I need to open Business Objects in asp.net (vb).
I added ref : Business Object 5.1 Object Lib
Below are the coding i use.

Dim BOApp As New busobj.Application

BOApp = Server.CreateObject("BusinessObjects.Application")
BOApp.LoginAs("user_name", "password", True, "domain")



But the error below accured:

Server execution failed
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Server
execution failed

Source Error:

An unhandled exception was generated during the execution of the
current web request.




Anybody know how to fix it??
Your help is very much appreciated!!!!! Thanks....
This is very urgent for ma. Please help.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.