Re: Unable to connect to the server:...
The Java app is displaying the report documents for 15 reports while for the other 10 reports it is throwing the exception displayed above .
View ArticleRe: Unable to connect to the server:...
You did not answer my question. I think creating a phone incident will be your best option... - Ludek
View ArticleException when code to logoff enterprise session is added in jsp
Hi I have a java application which connects to BO 4.1 server. We are in the migration phase of application from BO 3.1 to 4.1. I have added new jars and am able to view report properly. But, in one...
View ArticleRe: Exception when code to logoff enterprise session is added in jsp
This is not an exception generated by logoff, instead it is generated by the viewer, as you have logged off the session and the viewer do not have a valid enterprise session to do any further action....
View ArticleRe: To extract variables and variable formulas from Webi Report in BO 4.1
Hi Tanveer, You can use getVariableFormulaText() method availalbe in Restful web services SDK. Regards,Preethi M
View ArticleRe: Exception when code to logoff enterprise session is added in jsp
Hi Prithviraj Yes, I agree that the viewer needs valid enterprise session for the entire scope. That's the reason the logoff code is written at the end in the jsp. Also I would like to mention that...
View ArticleRe: Viewing Crystal Reports Enterprise using Java SDK?
i am also getting the same error is their any tutorial using restful webservice or what else otherway to use it
View ArticleRe: Viewing Crystal Reports Enterprise using Java SDK?
If you go here RESTful Web Services SDK to ask that question, they should be able to help you. There is also a link to sample code on this page. -Dell
View ArticleSaving and Scheduling Reports using BO SDK based on specific group
Hi , Can below mentioned requirements are possible using BO Java SDK or Restful web services? - Saving/exporting and scheduling reports - Only specific users within a group should be able to save...
View ArticleRe: Crystal Reports - Jsp integration in NetBeans 8.1
Where can I get the crystalreportviewer folder? Also look at the attachments. This is how I have designed my project:From the Screen-shot file attached, jsp 1 calls jsp 2 which calls the report 3. I...
View ArticleRe: Crystal Reports - Jsp integration in NetBeans 8.1
You have the crystalreportsviewer folder available with the libraries at the link belowLibraries and the Crystal Report Viewer are available at...
View ArticleBulk Update database properties in Crystal Reports
Hello Everyone In my situation for one of the apps, I have more than 200 reports organized in diff folders. For both migrating these reports from one environment to other and for updating databases...
View ArticleRe: Crystal Reports - Jsp integration in NetBeans 8.1
That's great. It has worked. I just used only the contents of the library and followed your instructions. The report is running now. Regards,Fred.
View ArticleHow to retrieve all metadata information from interface classes.
Hi All, I want to retrieve all metadata information from interface classes like: 1. AliasTable details2. DerivedTable details3. HierarchicalValue details etch Using java SDK, please send me sample...
View ArticleDevelop a java code to automate the recurring instances of webi reports
The application has to be developed using SAP BO sdk for WEBI. Objective:The objective of the assignment is to develop a java code to automate the recurring instances of webi reports and send it to the...
View ArticleRe: Saving and Scheduling Reports using BO SDK based on specific group
cam someone suggest on above please
View ArticleRe: Bulk Update database properties in Crystal Reports
Hello, thank you for posting. I'm really new with development. How do I make this run? Does this code update the pw credentials for what database (oracle, MSsql) for report’s objects and...
View ArticleUsing Java Api to change the Managed Relational Connection to a database in a...
I am newer to crystal reports and I am working with your api right now and need some help understanding how it works. I am trying to change a shared connection (database connection) from dev to qa by...
View ArticleRe: Develop a java code to automate the recurring instances of webi reports
Which version are you using?If your version is BI 4.x, then you would need to use the Restful web service SDKs for the above tasks as scheduling of webi reports with prompts is deprecated in BI 4.x...
View ArticleRe: Using Java Api to change the Managed Relational Connection to a database...
Are the crystal reports managed(published to enterprise system) or unmanaged(on local file system). If your reports are managed reports, refer to the sample below to understand how you can change DB...
View Article