Using restful services to retrieve Bex Queries referenced by a BOA Workbook
Hi I'm writing an application that uses the Restful Web Services to retrieve the Bex Queries referenced by all reports stored in the BO Launchpad. So far this works very well for WebI documents but, as...
View ArticleOpenDocument using token causing new sessions
Hi. I have a custom app that uses RESTful web services to get a token which I then use to launch OpenDocument links (and pass the same token). I notice in the CMC that each time I launch an OpenDoc...
View ArticleWhere i can find information about merged dimmensions ?
I know how to get many details of a document, and it's data providers, but i can't find information which dimmensions are merged.Please help.
View ArticleEmpty request is returning {"EntitySets":["infostore]}
Sending an empty request http://localhost:6405/biprws/ is returing the json {"EntitySets":["infostore]}. Any idea what it means
View Articlehow to Retrieve undelying table and column data for report elements
I Was wondering if there is a way to retrieve , given a particular object in a report -with object id from data provider - what physical table and cell that value comes from using rest. I can see the...
View ArticleManaging hierarchies
I am attempting to navigate hierarchies in reports. Using: /biprws/raylight/v1/documents/xxxxx/reports/1/driller/hierarchies, I get a response that contains:...
View Articleis it possible to use Java API to get document details and formatting in 4.0...
Hi all, I am trying to open document from report engine in BI 4.0 and BI 4.1 using Java API. its throwing communication exception as shown below...
View ArticleUnable to get images in HTML export
I'm requesting a report in HTML format:http://idsbisandbox/biprws/raylight/v1/documents/1451028/reports/3/pages/1Accept: text/htmletc. Included in the returned HTML is a IMG link to an image:<img...
View ArticleUpdating report specification not reflecting in BI Launchpad
I have updated a report specification using REST service by issuing put tohttp://hostname:6405/biprws/raylight/v1/documents/24183/reports/2/specification It updated, and all subsequent get requests, as...
View ArticleScheduling a WebI document with a DateTime prompt
Hi We've encountered a difference between BI 4.1 SP5 patch 4 and BI 4.1 SP6 Patch 2 while scheduling a WebI report containing a DateTime prompt with RWS.I'll try to explain the problem in detail. Any...
View ArticleHow to find the status of a schedule
Hello, I am trying to get the status of a schedule using powershell. I use this code: # Loop schedules$getSchedulesResult.schedules.schedule | Where-Object {$_ -ne $null} | ForEach-Object {...
View ArticleHow to retrieve object labels and values from a report using REST
Hello, I have a need to retrieve the labels and corresponding values for items represented on a report. The best I can get is get /documents/<docid>/reports/<reportid>/specification . This...
View ArticleInstance details
BI4.1 SP06 Patch 1 How can I get the details of an instance, such as completion time? I've tried: /biprws/raylight/v1/documents/(doc id)/schedules/and /biprws/raylight/v1/documents/(doc...
View Article"The system cannot find the path specified" Error WebAPI Oracle11g
I am getting "The system cannot find the path specified" error when exporting from WebAPI Restful web service. My development environments are: Windows 7 SP1 x64 BitVisual Studio 2013...
View ArticleUnable to get images in HTML export
I'm requesting a report in HTML format:http://idsbisandbox/biprws/raylight/v1/documents/1451028/reports/3/pages/1Accept: text/htmletc. Included in the returned HTML is a IMG link to an image:<img...
View ArticleLOV refresh database error
I was trying unsuccessfully to refresh a prompt LOV: Calling:{"parameters":{"parameter":{"id":"1","answer":{"info":{"lov":{"query":{"sort":{"@order":"None"}}}}}}}} Resulted in:{ "parameters": {...
View ArticleOpenDocument using token causing new sessions
Hi. I have a custom app that uses RESTful web services to get a token which I then use to launch OpenDocument links (and pass the same token). I notice in the CMC that each time I launch an OpenDoc...
View ArticleTimedout exception during Refresh Document while creating WEBI Report using...
Hi, While creating a WEBI Document, Some times we are getting Request Timed Out exception in Refresh Document REST call. Below are the details,Considering two views,View1, with less data and View2,...
View ArticlePermissions to schedule and e-mail Crystal Reports, WEBIs and Publications
Hi all, is there a list of permissions needed to schedule and e-mail Crystal Reports, WEBIs and Publications via Java Web SDK and the RESTful WebService ?Thanks in advance. Cheers,Alexander
View Articlecreating an object using Semantic Java SDK
Hi, I would like to know how to use Semantic Java SDK to create an object in efashion universe in BO 4.1
View Article