Upgraded to Crystal Report Server BO 4.0 and get Blank Screen or Unable to...
Hey everyone, in our company we've installed a new Version of Crystal Report Server to Version 4.0 for B0 Server and we are running CR 2011 VersionWe've upgraded the code und tried to call a report but...
View ArticleRe: SSO for 10 named users
I would set it up so that you pass the user name into the jsp from your application. Then use that to log in using Trusted Authentication for all users. -Dell
View ArticleRe: Semantic Layer Java SDK in local machine without BO Client
Hi Kavitha, Could you let me know if your issue was resolved and are able to get the metadata information?I was trying the same and was not able to achieve.
View ArticleRe: Semantic Layer Java SDK in local machine without BO Client
Hi Gopinath, Without Bo client you cant extract metadata in local machine. You should have Bo client in your machine. With Bo client only i extracted metadata using semantic layer. Regards,kavitha S
View ArticleSAP BO Report Scheduling and Save as report using Java SDK
Hi All, We have a java product which is integrated with SAP BO using Java SDK and we have certain java screen through which we select report prompt values and webi report gets run. Now we want to give...
View ArticleRe: SAP BO Report Scheduling and Save as report using Java SDK
Hi Ketan, Let us know the BO Product version with pathes(if any) to give you a better response.There have been significant changes on the SDK side for Webi from XI 3.x to BI 4.x. So mentioning the...
View ArticleRe: SAP BO Report Scheduling and Save as report using Java SDK
Thanks for your quick response Prithviraj, Currently we have BO 4.0 SP 5 version.And we are planning to upgrade to 4.1 version within next couple of months. So if there are any significant changes at...
View ArticleRe: SAP BO Report Scheduling and Save as report using Java SDK
Hi Ketan, As you are on version BI 4.0 SP5 and would be migrating to BI 4.1, the best SDKs to use would be the Restful Webservices SDKs.You have the options to schedule a webi report with prompts as...
View ArticleRe: Upgraded to Crystal Report Server BO 4.0 and get Blank Screen or Unable...
Hi Daniel, Do you observe these errors in the logs and your reports shows up fine in the viewer?Its that when ever you view your reports your logs are being filled up with the above error messages or...
View ArticleRe: SAP BO Report Scheduling and Save as report using Java SDK
Thank you so much Prithviraj... I will go through those documents and blogs and will let you know in case if i need your help. CheersKetan Potdar
View ArticleRe: Semantic Layer Java SDK in local machine without BO Client
Thanks Kavitha, I have tried what ever you and Prithvi has given so far, but I'm getting the following error when I execute. Exception in thread "main"...
View ArticleRe: Semantic Layer Java SDK in local machine without BO Client
Hi Gopinath, I dint face this error. You check whether BO client installed properly and check you included jars and VM arguments correctly? What eclipse and java version your using? Check your...
View ArticleRe: Semantic Layer Java SDK in local machine without BO Client
I'm using Eclipse 3.7 and Java 1.6, not sure why I'm getting this error. Prithvi, Could you please let me know your thoughts on the error that I'm facing. Thanks,Gopi
View ArticleJava SDK exception while retreving the BO Report
Hello, We are facing the below issue while retrieving the BO report: 10:50:38,770 - ERROR - ErrorHandler.resolveException(18) | Error caught: com.sg.boa.exception.BOAException: Unexpected error...
View ArticleRe: Semantic Layer Java SDK in local machine without BO Client
Hi Gopi, Can you please describe the steps you have executed as well as the code you are using. Please specify the line you are getting the error? Thanks,Prithvi
View ArticleHow to check optional prompts while scheduling a report.
Hello All, I am able to modify, set prompts and schedule reports using BOBJ SDK. Now I am trying to avoid optional prompts while setting prompt values? How can it be done? Regards,Rakhy.
View ArticleRe: How to send/Copy reports from BI launch Pad Inbox to File Server
Hello Prithvi/Dell, How to avoid optional prompts while setting prompt values to the reports? Please let me know your thoughts on it. I already posted as separate discussion at How to check optional...
View ArticleRe: Java SDK exception while retreving the BO Report
Hi Kanistha, Can you give more insight of your problem.What is BO Product Version?What reports are you using(crystal/webi)?When do you get the error at which line of code? -Prithvi
View ArticleRe: How to check optional prompts while scheduling a report.
Hi Rakhy, I am not sure if I got your requirement correctly. Let me know if my understanding differs.You can check for parameters if they are optional.For crystal Report refer to the IReportParameter...
View ArticleRe: Converting VBA code to Java with equivalent APIs
Hi, I found this code that is almost able to meet my needs; however, one caveat is I do not know how to loop through each filter to pull out the section belongs to that filter and save to a file. The...
View Article