Trying to call unmanaged reports in jsp using the crjava-runtime_12.2.219
Where can I find sample code for unmanaged reports and are the RAS sdk jars required or are they within the new runtime I am trying to use.
At present I am getting the below error:
An internal error has occurred: javax.servlet.ServletException: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com.crystaldecisions.common.keycode.KeycodeDecoderFactory.getKeycodeDecoderV2()Lcom/crystaldecisions/common/keycode/KeyDecoderV2;---- Error code:-2147467259 Error code name:failed
Any Help would be greatly appreciated.
Message was edited by: Amit Patel This is the scenario: - Currently we have a web app and Reports created in Crystal Reports XI - JSP serves the Report Crystal Reports Web viewer using JRC + RAS - We need to upgrade to Crystal Reports 2013 -Trying to update the code using the crjava-runtime_12.2.219 The error I get is ReportClientDocument.inprocConnectionString cannot be resolved to a type. Also do I need to get a new keycode if I plan to use CR4E to update the reports? Thanks Amit Patel