Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actually ,i got error to implement crystal report

crystaldecisions.sdk.occa.report.lib.ReportSDKException: Unable to locate CrystalReportEngine-config.xml configuration file---- Error code:-2147215356 Error code name:fileNotOpened

how to solve it

its urgent,other wise my boss terminate me.
Posted

1 solution

Well you have not posted the full error, Google gave few links and this one looks promising:
open a report using Crystal Report's JRC[^]

Basically, it states that:
... editing CrystalReportEngine-config.xml file to specify the actual location of my report file. By default, the location was <reportlocation>../... I put my report file in a directory with a name without space, and then specify it in the "<reportlocation> actual_rpt_locationf you look at the error cause
Error loading /C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%205.0/webapps/ROOT/Report.rpt ---- Error code:-2147215356 Error code name:fileNotOpened
You will find all spaces in the directory name are replaced with %20 by (Tomcat?)....


Try out, it might help! (and your boss don't get the chance to *terminate* you! :-D )
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900