Re: BI4 retrieve current BO session from web session attributes
Hi There, Where did you find swd.shared.jar file? I am facing the same issue, I don't have reference to RequestInfo andI don't have the below path either <Install DIR>\SAP...
View ArticleRe: Rescheduling the report using BO SDK jsp
Thanks a lot Dell, this code works perfect! one small change I did, String eventType = iobj.getSpecificKind(); didnt work, maybe I missed some lib to import, can you please send me list of lib that...
View ArticleRe: Rescheduling the report using BO SDK jsp
Also, for my earlier question, I have got logic to reschedule without a need to fetch all the properties. Posting it here, just in case if it might help you/others. IEnterpriseSession ceSession =...
View ArticleBO SDK
We have two web applications and they are internally redirected. Each web application connect to different version of BO CMS. How can we get credentials of both in same page and create valid session...
View ArticleRe: BO SDK
Hi, Can you please provide details about the BusinessObjects versions and also a little brief of your requirement.As far as the question in the post goes, it seems you have two different application...
View ArticleRe: Rescheduling the report using BO SDK jsp
Instead of getting "SI_KIND" in the query, get SI_SPECIFIC_KIND - I meant to change that. There is no way to get from the event to the schedules that us it. Instead, you would have to look at all of...
View ArticleRe: Modify WebI Toolbar in BO 4.0
In 4.1 SP3 (possibly earlier, but I don't have an earlier SP that I can look at to verify...) there is a "Customization" option when you right-click on a User Group other than Everyone or...
View ArticleGetting incorrect list of scheduled reports
Hi Eveyone I want to find the list of reports that are scheduled to run on a particular day. I am executing the following query: select * from ci_infoobjects where si_recurring=1 and si_instance=1 and...
View ArticleRe: Getting incorrect list of scheduled reports
SI_Next_Runtime is a couple of things: 1. It is a date/time. So, you probably need to query for SI_NEXT_RUNTIME between 2014.06.13.00.00.00 and 2014.06.13.11.59.59. 2. It is literally the next...
View ArticleRe: Conversion issues from CR4E to BOE XI 3.1
Hi Prithvi, thanks for responding. I am using BOE as unmanaged. I have tested the report in CR2008 designer and it displays as expected. The barcode is not wrapped. I have a separate install of Tomcat...
View ArticleBusiness Objects Enterprise 4.0 SP9 - Where is the crystalreportviewers folder
I have installed Business Objects Enterprise 4.0 SP9 for unmanaged report testing. I am setting up a small jsp to test connectivity and was setting up the web.xml file. But I am unable to find the...
View ArticleReport Engine API 4.0 (upgrade to 4.1)
Hi, In the incoming days we will face the upgarde of our current SAP BI Platform (4.0 SP8) to next minor release (4.1). One of most challenging points is to ensure the proper behaviour of existing SDK...
View ArticleRe: Business Objects Enterprise 4.0 SP9 - Where is the crystalreportviewers...
Hi Jason, Please refer the below location for the location of crystalreportviewers folder location in SAP BI 4.x:C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports (in windows). If you have...
View ArticleRe: Business Objects Enterprise 4.0 SP9 - Where is the crystalreportviewers...
Hi Shailendra, The C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports 2011\crystalreportviewers folder only contains an ActiveXControls folder. The 3.1 version has an ActiveXcontrols folder...
View ArticleRe: Report Engine API 4.0 (upgrade to 4.1)
Hi Alfons, As per the current situations Report Engines SDKs are still the same in BI 4.1 likewise in BI 4.0 all patches. You can perform the below functionalities with BI 4.x Report Engines SDK :-...
View ArticleRe: Business Objects Enterprise 4.0 SP9 - Where is the crystalreportviewers...
It should contains bunch of files along with other folders.You can also access from the below location as well:C:\Program Files (x86)\SAP...
View ArticleJava application connection to BusinessObjects V6.5 server
Hi,We have java application running on Websphere. This app is making connection to BusinessObjects V6.5 server at the backend. I am trying to find out where the configuration at java app is done to...
View ArticleUse Java SDK to get universe objects referred by webi
Dear Experts, We have a question about BO 4.0 Java SDK. We are writing a java program to:(1) Retrive all webi reports in a specific public folder(2) For each webi, list all universe objects (i.e....
View ArticleRe: Use Java SDK to get universe objects referred by webi
Hi Vicky,As rightly figured out, Report Engine SDKs many features have become obselete and deprected and an equivalent SDKs known as RestFul Webservices SDKs have been introduced as its replacement. As...
View ArticleSetting PDF format to Publication defaulted to TEXT
The following code snippet failed setting PDF format to the publication. Everyone I set it, it defaults to TEXT.IProcessingPublicationInfo processingPublicationInfo =...
View Article