-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running CrystalReportsNinja in Php #2
Comments
@abnertole I have never tried to use php to run a .net executable before. I am not sure of that. |
@abnertole SET ORACLE_HOME=C:... and exec(file.bat) This solve for me. |
@rainforestnet curious, how did you run this from another .net application?? did your app open a command line and then pass strings to the console, im considering doing something simular ?? |
appreciate it thank you! what im trying to do is receive a json object, parse it with a node app and feed it to CRN. very useful library good job! |
@rainforestnet hey quick question, just now running into this issue, is this able to work with generating reports that contain sub reports? Thanks! |
@aj1432 |
Hi,
Thanks for sharing the tool. I have tried it and encountered the error below.
When I run in windows CMD, the crystal report is generated. But when I execute via Php exec(), I am getting the error below. Anything I missed out?
Exception: Unknown Database Connector Error Error in File OPRJ 9496_9704_{1CA7AD4F-AFE6-4FA9-8840-B945674BF453}.rpt: Unknown Database Connector Error Inner Exception: System.Runtime.InteropServices.COMException (0x800002C2): Unknown Database Connector Error Error in File OPRJ 9496_9704_{1CA7AD4F-AFE6-4FA9-8840-B945674BF453}.rpt: Unknown Database Connector Error at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext) at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
Thanks.
Abner
The text was updated successfully, but these errors were encountered: