on ‎2009 Oct 11 5:43 PM
Hi,
I am trying to integrate Business objects with .NET.
I have reports in Business objects report developed using Business Objects Desktop Intelligence and intend to invoke them using windows application with c# as code behind.
Any pointers in the right direction would be helpful.
Thanks
Babu
Request clarification before answering.
Hi,
I resolved the issue , first we need to pass the logon credintilas and then we need to create the object for ther .rep
objBusinessObject = new busobj.Application();
objBusinessObject.Logon(strUserName, strPassword, strServerName, strConnectionMode, false, false);
objBusinessObject.Visible = false;
objBusinessObject.Documents.Open(@"C:\Sample.rep", true, true, null, null);
Thanks
Babu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Babu,
I am on the same track,Could you shower some light on integrating Bo reports to .net? If you have some documentation..please refer them. Some one told me that we have to use web services for integrating.So I am searching for web services and came across your post...Relieved on seeing your post.Thank you.
Your help is much appreciated...
The place to start my be with looking at sample apps. You don't neccessarily have to go with web services, but if that is something you'd be interested in, see the sample apps here;
https://wiki.sdn.sap.com/wiki/display/BOBJ/GettingStartedwiththeWebServicesSDK
These are good resources to check out;
http://help.sap.com/businessobject/product_guides/xir2PP/en/qaaws.pdf
http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/WS_SDK/wssdk_server/default.htm
BOE sample apps are here;
https://wiki.sdn.sap.com/wiki/display/BOBJ/BusinessObjectsSDKSampleApplications
Dev library is here;
http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
Ludek
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.