Re: Scheduling a webi report in 4.1 SP5
You'll probably get a better response to this if you ask the question here: RESTful Web Services SDK. -Dell
View ArticleRe: Creating universe entities based on java variables
Which version of BusinessObjects are you using? Which type of universe - .unv or .unx? -Dell
View ArticleRe: Creating universe entities based on java variables
Business Objects version - 4.1Universe type - .unx
View ArticleRe: Creating universe entities based on java variables
Ok. You'll have to use either the Semantic Layer SDK or the RESTful Web Services to work with .unx universes. I'm not sure whether either has evolved at this point to include the ability to create...
View ArticleRe: Creating universe entities based on java variables
Hi Dell, Thanks for your reply We have created sample .unx and some universe objects using Semantic Java SDK sample jar We are now looking on how we can create or push those entities on BO server by...
View ArticleRe: Creating universe entities based on java variables
I don't have any sample code for you, but I've done this with the old Designer SDK for .unv universes. First, you need to make sure that you have a connection available from the server that you can...
View ArticleRe: Creating universe entities based on java variables
Hi Dell, Thanks, so you mean using the properties of Java variable I can create connection,Data Foundation and Business Layer,correct ? example Connection Name=Java Variable.connection name
View ArticleRe: Creating universe entities based on java variables
Ok...I will try to create and will post back here if I get some issues thanks, would you please advice also on what should be the format of these java variables?
View ArticleRe: Creating universe entities based on java variables
Whatever types you need to match up to what the Semantic Layer SDK requires. -Dell
View ArticleGrant/Revoke Create, Modify or Delete Connections in Designer Application
Hi, I'm wondering if there is a way to grand or revoke the "Create, Modify or Delete Connections in Designer Application" by code for some specific users? So basically I have a group that inherit the...
View ArticleSchedule to SFTP
System: BI 4.1 SP6 I'm in the process of writing a scheduling program for a client. I have all of the destination types I need taken care of except SFTP. I can get the SFTP plugin with no problems,...
View ArticleRe: Grant/Revoke Create, Modify or Delete Connections in Designer Application
Ok guys I found a solution!!! Basically what i did is to create a Custom Access right, retrieving the "Designer" Object with the following query : "SELECT * FROM CI_APPOBJECTS WHERE SI_KIND='Designer'"...
View ArticleRe: Schedule to SFTP
Hi Dell, Please refer to the java sdk api guide athttp://help.sap.com/businessobject/product_guides/sbo41/en/sbo41sp6_bipjava_apiRef_en.zip We do have ISFTPOptions interface included and you can use...
View ArticleHow to export Crystal Report using BOXI 4 Web Services
Hi Forum,We have a custom Java web app, from where the user can launch BOXI reports. Behind the scenes, a servlet does the following:a. connect with BOXI serverb. Pass on the values chosen by the...
View ArticleRe: How to export Crystal Report using BOXI 4 Web Services
Hi Rose, from your code, you are actually downloading the RPT binary. To get a PDF, you can schedule the report to PDF and then download the scheduled instance. Dan
View ArticleRe: How to export Crystal Report using BOXI 4 Web Services
Hi Rose, Scheduling to a different format is how it works with the BIPlatform web service, the downside being that you may have to wait a few seconds for the schedule to complete. You could use the...
View ArticleRe: How to export Crystal Report using BOXI 4 Web Services
Dan,The reports are to be exported on a on-demand basis. The user requests for the reports to be displayed from the custom webapp, from where a servlet connects to BOXI and retrieves the report as a...
View ArticleRe: How to export Crystal Report using BOXI 4 Web Services
Per the Developer Guide, Report Engine is deprecated in BOXI 4. But I see it listed under List Services:http://<myservername>:8080/dswsbobje/services/ReportEngineAvailable...
View ArticleRe: java.lang.ClassNotFoundException:...
Hi Vaibhav, I think that you should get the same exception when you are creating JDBC connection & navigating tables in data foundation layer.Kindly check the behaviour from IDT as well, while...
View Article