Re: Needed jar files for Java SDK web development
Hi Prithvi, I have the crystal_image_uri param set and it appears that it finds the viewer but isnt able to read the cached report from my backing object. I changed the attribute reportSourceType to...
View ArticleRe: Needed jar files for Java SDK web development
can you let me know how you are generating the report source. code for viewReportActions bean?The reports are CR 2013 reports or crystal reports for enterprise reports? Message was edited by:...
View ArticlePrompts in recurring schedules in BO SDK
Hi, I am trying to write SDK Program to get prompt values for recurring schedules. I am able to get email address and prompt value but getting issues while trying to get prompt name. I am attaching...
View ArticleRe: Prompts in recurring schedules in BO SDK
Not the correct way of retrieving the property. Use the snippet below. IProcessingInfo processinginfo = (IProcessingInfo)infoObject.getProcessingInfo(); IProperties pproperties =...
View ArticleRe: Prompts in recurring schedules in BO SDK
wow Thank you very much Prithviraj, It worked ....
View ArticleRe: Needed jar files for Java SDK web development
Sure, here it is: private long runCrystalReport() throws Exception { ReportMaster r = reportMaster; ReportClientDocument rcd = crystalUtils.runReport( r.getObjectName(), getParameterMap(),...
View ArticleDeletion of users who's last log on date is greater than 180 days
Hi Team, We are currently on BI4.1 Sp3 and BI4.2, during our audit we found out 15K users(AD, SAP and enteprise users)who did not login in last 180 days, we would like to delete these users. From the...
View ArticleRe: Deletion of users who's last log on date is greater than 180 days
You can use the attached code.Change the query in the code to the one you have which gives you list of users who have not logged in for last 180 days. Currently the code has a query which brings all...
View ArticleReportClientDocument.open issue
We use Crystal report server 2008 at our company and planning to upgrade. We are evaluating Crystal report server 2013 OEM edition and the reports not running. After further investigation, we found out...
View ArticleReportClientDocument.open issue
We use Crystal report server 2008 at our company and planning to upgrade. We are evaluating Crystal report server 2013 OEM edition and the reports not running. After further investigation, we found out...
View ArticleHow to get the Source code of the java Project created in Eclipse
Hi I have created an SDK for the SAP Design Studio in Eclipse. Further I have made some changes to the Source code which has led to the Code not Function properly. Is there any way through which I can...
View ArticleRe: How to get the connection names associated with an UNX universe
Hi, try this:select si_id, si_name from ci_appobjects where parents("si_name='DSL.Universe-SecuredConnections'","si_id=7427")
View ArticleRe: Deletion of users who's last log on date is greater than 180 days
Hi Prithvi, Thank you for the script, we will test this in out test box. Regards,Rohit Vamsi
View ArticleRe: To create links to reports in Inbox ( Infoview) using Java SDK
Yes Prithviraj, That is right!. they are schortcuts to PDF/Excel files.Is there a way, we can try to open the files? Sorry for delayed response.! I was out of station for the past week. Thanks,Bharath
View ArticleRe: To create links to reports in Inbox ( Infoview) using Java SDK
Prithvi, Any ideas on how to proceed with opening the shortcuts so as to download the PDF/Excel files? Thanks,Bharath
View ArticleTo download report outputs(PDF/Excel) from Shortcuts listed in Inbox using...
Friends, I have a requirement where i have to download report outputs(PDF/Excel) that are displayed as shortcuts in Inbox using Java SDK. Is there a way, i can do it? Thanks in Advance,Bharath
View ArticleRe: To create links to reports in Inbox ( Infoview) using Java SDK
You can utilize the attached sample and customize it according to your needs. Its designed for excel downloads however can be customized and included with pdf download. Its just a sample to show how it...
View ArticleRe: To download report outputs(PDF/Excel) from Shortcuts listed in Inbox...
Refer to To create links to reports in Inbox ( Infoview) using Java SDK
View ArticleRe: Needed jar files for Java SDK web development
I was not able to follow your response as I was not following the forums for past few days.Were you able to resolve the issue.Your code looks good. I am not sure if I would be able to assist more as I...
View ArticleRe: Needed jar files for Java SDK web development
Thanks Prithvi, Unfortunately I still have not resolved the issue.I've opened a case with SAP and waiting on their response. I'll take a closer look to see if the source is available to the viewer....
View Article