Re: Invoking Crystal reports Using Stored Procedures from JSP
Hi Prithiviraj, The report is working fine in Crystal Report 2008 designer tool.The problem is only while invoking from JSP. Error:HTTP Status 500 - javax.servlet.ServletException:...
View ArticleRe: Invoking Crystal reports Using Stored Procedures from JSP
So as per the jsp, you are using unmanaged crystal reports and using Crystal reports for ecllipse jar files. Let me know if my understanding differs from yours? Are you using the latest jars in your...
View ArticleRe: Invoking Crystal reports Using Stored Procedures from JSP
Hi, It is very helpful solution, it is working for one report which has 2 procedure but not working for complex report. The Complex report contain more than 10 sub-reports, shared variables,...
View ArticleRe: Invoking Crystal reports Using Stored Procedures from JSP
HI Prithviraj, Its working.Its because of Old Jars. Thanks a lot for you reply.You saved my time. Please help me in how to change Database connection dynamically at run time by giving some piece of...
View ArticleRe: Invoking Crystal reports Using Stored Procedures from JSP
Refer to the below link. Samples are available at that link. http://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports+Java++SDK+Samples#CrystalReportsJavaSDKSamples-Database Thanks,Prithvi
View ArticleRe: SAP JCo 3 connection check
Hi Karlo, This space is dedicated to BusinessObjects Enterprise JAVA SDK issues.Please post your query at SAP Java development space at http://scn.sap.com/community/java P.S. see if this article helps:...
View ArticleRe: Can't Open a ReportClientDocument
Hello Prithvi, The reports are unmanaged - I am simply trying to open them from my desktop for now. I'm sorry for the lack of information - I've never worked with Crystal before, so I'm not sure what...
View ArticleRe: Can't Open a ReportClientDocument
Thank you, Prithvi. However, I just realized that something else that I forgot to mention is that I am trying to open the report as a PDF, so I don't need to run it or use a viewer. I'm so sorry...
View ArticleRe: Can't Open a ReportClientDocument
Hi Maria, Below is the samples page link. You would be able to find few samples relavent to your implementation....
View ArticleRe: Invoking Crystal reports Using Stored Procedures from JSP
Do you observe these errors in the viewer(crystal report viewer) component.If yes, enable the below in your web.xml to get the full stack trace from the viewer<context-param>...
View ArticleRe: Passing Values from one sub report to another for Sequence
Can you please explain more in detail?Screenshots would help if possible. Thanks,Prithvi
View ArticleRe: Passing Values from one sub report to another for Sequence
HI Prithviraj, The problem screen shot is as follows: The First Applicant is coming from one sub report and the second applicant is coming from another sub report. It is working fine from Crystal...
View ArticleRe: Invoking Crystal reports Using Stored Procedures from JSP
Hi Prithviraj, The reports working fine in Crystal report. I am facing error while invoking with JSP.I am trying to debug Sub report by sub report I couldn't find any differences. I found a problem at...
View ArticleRe: The system cannot find the path specified.---- Error code:-2147467259...
Prithvi, Sorry for the delay in response. I figured out why the error pops up. The report i try to run has two sub Reports and parameters are supplied to both of them. If there's no sub report...
View ArticleRe: Publication Extensions - Developing Code
Hi,Can you please tell me the jar file for the class IPublicationPostProcessingContext ?I searched in the lib folder. But i couldn't find.
View ArticleRe: Can't Open a ReportClientDocument
Thank you, Prithvi, but unfortunately, the code in that example is in a JSP file. I'm looking for a way to do it with Java. My code right now is pretty much identical to an example that I found...
View ArticleRe: Can't Open a ReportClientDocument
I just tried cleaning my project, and that took care of the NoClassDefFoundError. Now it is again erroring out on the line where I try to open the ReportClientDocument, with the following error:...
View ArticleRe: Invoking Crystal reports Using Stored Procedures from JSP
Hi Prithviraj, Can you provide some clear Idea to change Database at run time please. final String DBUSERNAME = "";final String DBPASSWORD = ""; final String TRUSTEDCON = "";final String...
View ArticleRe: Can't Open a ReportClientDocument
Can you please build a new project with your java code with only the libraries suggested earlier in the classpath of the application. It looks like a jar conflicting issue. Please make sure you isolate...
View Article