Re: Setup reports for (Un)Managed RAS
Hi Jacob, Managed reporting the report are saved in various folders but you don't open them directly. What you do is query the CMS for the report either by name or ID: For unmanaged reports if you are...
View ArticleUrgent - Error while triggering workflow using java api
We are getting below error while triggering workflow using java api. Where as same workflow is executing successfully if we launch from SAP MDM Data Manager. ERROR =>...
View ArticleRe: Setup reports for (Un)Managed RAS
Hi Jacob, If you want to use Managed BOE to handle Unmanaged reports you will have to set up three things:- Enable Guest Account.- set -ipport in Command Line Arguments of RAS server.- Set...
View ArticleRe: Trusted Auth token - expiration?
Thanks a lot for that, it was helpful. We are currently testing our integration with the createLogonToken() call instead of the getDefaultToken() method, and it looks promising. I will mark this...
View ArticleRe: OopenDocument and IFrame to open BO documents in the same html page
Hi Abdessamad EL-BAHY, you alredy got an answer about this issue? or Discovery some way to fix it? i´m in the same situation on a cliente. Thanks Luiz Fernando Xavier
View Articlegetting IUser objects in JSON format
hi, in my application, i get IUser or IInfoObjects by query. after that i need to convert them JSON format to store them in MongoDB but i always get mapping and stackoverflow error. is there any way to...
View ArticleRe: getting IUser objects in JSON format
Part of the problem you may have is that not all IInfoObject objects have the same properties and there can be lots of nested properties. So I'm not sure that there's a direct way to "serialize" an...
View ArticleRe: getting IUser objects in JSON format
hi, yes, the problem comes from nested objects. parent property has infinite nested objects. what i need is either get data without parent property or json formatted data. which versions has restful...
View ArticleHow to list all the folders in BO 4.1 using java SDK ?
Hi, I have to list all the folders of Universes and Reports in the repository. I have found that all the reports in BO will store under Report folder 23 and Universes will store under Root folder...
View ArticleRe: How to list all the folders in BO 4.1 using java SDK ?
Hi Kamlesh, Please have a look at the below SAP Note:1302317 - How to list out the folder objects on the enterprise system using the Java BusinessObjects Enterprise SDK Hope this helps. Regards,Rajarsh
View ArticleRe: OopenDocument and IFrame to open BO documents in the same html page
Hi Abdessamad/Luiz, This issue is already reported to SAP as informed by Shailendra, howver there is workaround to fix this. Please follow the below steps: - Stop Tomcat or the Java Application server...
View ArticleRe: getting IUser objects in JSON format
there is "m_props" property inside IUser object. it has infinite tree, i guess this cause stackoverflow error while formatting JSON. is there anyone knowing to remove or making null this property?
View ArticleRe: getting IUser objects in JSON format
BI 4.x has RESTful web services. However, it doesn't provide access to user objects, just to reports at this point. I would determine which properties you want from IUser and instead of doing "Select...
View ArticleRe: OopenDocument and IFrame to open BO documents in the same html page
Actually, you should NEVER update the properties files in the default folder. Instead, look in the \Tomcat\webapps\BOE\WEB-INF\config\custom folder. If OpenDocument.properties is there, edit it and...
View ArticleRe: getting IUser objects in JSON format
thanks for the answer but this doesnt work because i tried to select just id column and it fills m_props column inifintely as well. i make mapping manually now, thats the only option for me.
View ArticleCrystal Reports calling Cascading prompts through UI
I believe the Web Services SDK for Java will allow us to send request to the semantic layer. In order to access the universe I will need to use a combination of the SAP BusinessObjects Business...
View ArticleRe: NullPointerException at...
Hi, I was going through this post and had a question in my mind. Can we design a custom reporting service just like the default RESTfull reporting engine? If yes, then can we build a custom web portal...
View ArticleRe: WebiPrompt problem: no data to fetch ("your parameter here": no given...
Hi Prithvi, Even with RESTful webservice, I am facing the same issue. please suggest. I am trying to schedule a report as below with POST method with request body having the parameters....
View ArticleRe: Crystal Reports calling Cascading prompts through UI
What exactly are you trying to do? Are you connecting your reports through a universe? If not, you don't need the semantic layer at all. -Dell
View ArticleRe: Crystal Reports calling Cascading prompts through UI
Yes, Connecting CR Enterprise to IDT
View Article