Live Office Auto Refresh
Hi all,Would it be possible to automate Live Office Refresh via a script and schedule it for a specific time so that when a user opens excel or ppt he can see the refreshed data instead of clicking on...
View ArticleRe: Schedule a report Webi on behalf of other users using Java SDK's.
Hi the SAP Note, you have referred to is using the Enterprise java SDks, and it works perfectly if you build your project using the Enterprise Java SDK jar files. However as you are looking for the...
View ArticleRe: Schedule a report Webi on behalf of other users using Java SDK's.
thanks a lot, do I need to give schedule document to run right for other users too ??
View ArticleBO Java SDK 4.0 . Disable history
I am working on java BO SDK 4.0.I was inquiring if it is possible to disable the view 'history' option for a Particular user of a scheduled report through BO SDK . Please reply if there is any...
View ArticleRe: TraceLog file created when creating a trusted principal with shared...
Thanks for your response, Prithvi. We have created a TrustedPrincipal.conf file with the shared secret key in it, and set the -Dbobj.trustedauth.home property to point at it. This has resolved the...
View ArticleBI4 retrieve current BO session from web session attributes
Hello all,I have the following code - that allows retrieving the current BO session previously opened by a user via the logon page - running in a custom application hosted on a XI3.1 platform...
View ArticleRe: BO Java SDK 4.0 . Disable history
It's not possible to take the option away in code. However, you can take it away by not granting the "View Instances" right for the user. -Dell
View ArticleRe: BI4 retrieve current BO session from web session attributes
Hi Manuel, Refer to the SCN thread here. Hope it helps. Regards,Anchal
View ArticleRe: http://scn.sap.com/community/bi-platform/java-sdk
Hi Pavel, OpenDocument is the best available option to view documents dynamically in a BI 4.0 system. OpenDocument is a web application deployed within a BI platform installation. It processes incoming...
View ArticleRe: BO Java SDK 4.0 . Disable history
Hi Dell Stinnett It is working like this..Thank you for the reply -Kulapradip
View ArticleAdding dynamic data in home page of infoview
Here it is. Piece of jsp code for getting the count on active sessions and users in the systems.I wrote the below code in home,jsp itself. // Logon and obtain an Enterprise Session boEnterpriseSession...
View ArticleRe: Schedule web application (JSP) inside CMC.
Can I used WebiReportEngine with BOE SDK with C#.NET?I get an error while reading CrystalEnterprise.GetSessionMgr().Logon("XXX","XXX","XXX","XXX").GetService("","WebiReportEngine");Cannot perform this...
View ArticleRe: Schedule web application (JSP) inside CMC.
Hello Shravan, I think your error is related to your system's license. Logon to CMC and check the license section for a valid license. Best regards,Fernando Bártolo
View ArticleRe: Schedule web application (JSP) inside CMC.
Also, there is a .NET Application Development space here on SCN. Questions about C# programs should be asked there. -Dell
View ArticleRe: BI4 retrieve current BO session from web session attributes
Hi Anchal, Yes it helps, except that I don't really understand where RequestInfo and hence getCafAppWebSessionContext() come from (Meng Liang Lim's answer). I am afraid I have no other choice than...
View ArticleSend mail using Business Objects Java SDK
Hi everyone, Is it possible to send an email using BO java SDK? if yes, please give me doments or web site that explain the implementation way ... I knew that I can use Java mail or other Java mail API...
View ArticleRe: Send mail using Business Objects Java SDK
Hi Abdess, Refer to the sample application available here. This Java Server Pages (JSP) sample demonstrates how to send a crystal report to SMTP on a Business Objects Enterprise system. Hope it helps....
View ArticleRe: Send mail using Business Objects Java SDK
Hi Anchal, The documents I want to send are pdf documents and they are deployed on the BO server, I just want to create a java program that send those documents to a list of BO uses ! So can you give...
View ArticleRe: Send mail using Business Objects Java SDK
Hi, You cansend pdf documentsautomatically with the scheduler, no need to develop a anything. Regards
View ArticleRe: BI4 retrieve current BO session from web session attributes
Hi, I share my way to do it: Regards
View Article