Auto Purge to 'reset last selected prompt values' in Webi using Java SDK
Hi, Can someone guide me thru the steps in using the SDK I found below for Auto Purge I am a novice to using the SDK and would like to implement the Purge option in my report WEBI - BusinessObjects...
View ArticleRe: Auto Purge to 'reset last selected prompt values' in Webi using Java SDK
That code does not work with BIP 4.x - much of the ReportEngine SDK was deprecated and it's being replaced by the RESTful Web Services SDK. I don't know whether this functionality is available yet in...
View ArticleRe: Auto Purge to 'reset last selected prompt values' in Webi using Java SDK
Appreciate your response Dell but how come the REST.. didn't bring over the options from ReportEng SDK.I see some tutorials on both in many places but can you explain the steps briefly to implement the...
View ArticleRe: Auto Purge to 'reset last selected prompt values' in Webi using Java SDK
They're still working on making sure everything is there - features were deprecated in ReportEngine before they were complete in REST. I have not worked with the code you're looking at or with the Webi...
View ArticleRe: Get list of objects used in boxi 4.1 webi report
Thanks Dell. I have developed a dot net code and I am able to get list of objects for 'n' number of reports. -Harini
View ArticleBI 4.1 Java SDK Export to PDF more slowly then BOE XI R2
Hi Experts, BOE XI R2 upgrade to BI 4.1.But Java SDK export to PDF become slow. [Processing Diagram] [Export Time]BOE XI R2 : 17 sec[Export Time]BI 4.1 : 99 sec [Code] Is this iText library(SDK)...
View ArticleRe: Scheduling webi reports via Java SDK in BI 4.1
Hi Prithvi, Just a clarification. As you mentioned it worked. It means You went with Restful Web Services to schedule the report with prompts?? or Is this helps you to resolve the issue??...
View ArticleCreate lcmbiar from java sdk - few questions
Hi! I'm trying to make a .lcmbiar file for many of my BI objects (Webi, Universes, Connections without dependencies) - one .lcmbiar for one object. For now I do it in LCM command line tool, but it's...
View ArticleCrystal Server, BOE Promoted Reports Don't work
Dear Experts, One of our costumers has two Crystal Server(development, prod) same version and working on same JDBC driver with same name. We transfer reports from development to prod by a promotion...
View ArticleDetermining Connection for .UNX universes
BI4.1 SP4 or newer. I'm working on a program where I'm pulling a bunch of information about universes, the connections they use and the reports that use them. I know that for non-OLAP unvs, I can pull...
View ArticleCMC query builder-users-group
Hi All, I aim re posting this from BI session as i couldnt get enough updates...! i am looking for an script to run in QB that would retrive the user's details like username, user DI ,user mail id and...
View ArticleRe: Need to change the destination email addresses in recurring schedules
Hi Richa, Did you identify any mass update of destination email address utility? Id so please share the info.
View ArticleRe: Invalid argument issue when trying to send an email via the BO platform
Dear all, I found a workaround:Instead of using the infoStore.sendTo() method, I'm using infoStore.schedule() instead.I created an empty dummy report on our platform and set the limit of instances to 1...
View ArticleRe: Webi Extension Points - getting the SQL or DataProvider
How about now? BI 4.1 SP6 ...same questions How to update SQL ?? We are trying to “freeze” change SQL in a dataprovider using Webservices.js in the Webi Extensions for BIP4.1SP6. It returns “no...
View ArticleDelete Enterprise alias
I have windows AD configured with BI4. I have windows AD users\groups alias scheduled every 15mins. I also have Enterprise alias script scheduled daily to create a enterprise alias for any AD user...
View ArticleRe: Delete Enterprise alias
Have you checked this. There is a sample code to remove the aliases Scripts for User Management
View ArticleUnable to open a document using api - Error: RWI 00014
Hi Guys,I am attempting to schedule a report using the java apis.Have reached a point where I am able to create a "ReportEngine" instance.However when I try to create a DocumentInstance using the code...
View ArticleRe: Unable to open a document using api - Error: RWI 00014
Most of ReportEngine has been deprecated, so I doubt it will work in 4.2. Instead, you need to use the Webi RESTful web service to get information about the report and it's parameters. Included in...
View ArticleRe: Delete Enterprise alias
Hi, Can you guide me how to create a java file for this jsp coz i wanted to automate the process instead of manually run the the jsp though URL.
View ArticleRe: Delete Enterprise alias
Calling JSP from a batch file This should help !. Regards, RVS
View Article