{{theTime}}

Search This Blog

Total Pageviews

com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException:

com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: The system cannot find the path specified.
---- Error code:-2147467259 [CRSDK00000000] Error code name:failed
at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(ReportSDKServerException.java:109)
at com.crystaldecisions.proxy.remoteagent.ExceptionHelper.throwResultInfoException(ExceptionHelper.java:192)
at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.sendSyncRequest(ReportClientDocument.java:805)
at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.openRemoteDocument(ReportClientDocument.java:1826)
at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.doOpen(ReportClientDocument.java:743)
at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(ClientDocument.java:1027)
at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.open(ReportClientDocument.java:225)


Fix:

This error will be thrown when specified reporting path is not exists.  Fix the reporting path.

2 comments:

Unknown said...

Hey – great blog, just looking around some blogs, seems a really nice platform you are using. I’m currently using WordPress for a few of my blogs but looking to change one of them over to a platform similar to yours as a trial run. Anything in particular you would recommend about it. grey melange

Admin said...

Hi,
Thanks for visiting my blog. I have been using blogger.com for many years now and I didnt see any issues so far. Apart from blogger features, it is easy to plugin google ads. If you are interested join in my other blog where I post tips and tricks http://knowledgesharinginitiative.blogspot.com/.

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL. jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false