crystal reports not work in client machine with "error '713' Application-defined or object-defined error" - crystal-reports

I have a Crystal 8.5 Report in a VB6 application.
The crystal report not run on client machine and get error
"Run-time error '713' Application-defined or object-defined error".
But the crystal report work on programmer machine.
how to run the crystal report successfully on client machine ?
With Thanks.

Crystal Reports is a separate control (OCX) file that needs to be packaged together with your application (EXE) because your client doesn't have it installed on his machine. That's why you need to create an installation package.
Have you tried packaging the application in the form of an installation kit with the "Package and Deployment Wizard" in your Visual Studio installation? That should include all dependencies necessary to run on client machines.

Related

how to solve error 1904 in crystal report runtime installation

I'm installing Crystal Reports Runtime 13.0.22 for my application that has to create some reports but while installing CRforVS 13.0.22 it shows the following error:
The error you are receiving is a Windows error code that could be due to insufficient permissions. Do you have Administrator user permissions on the computer? If not, then you will need to contact someone who does and have them install this for you. If you are, you may simply need to right click the EXE file and choose "Run as Administrator" when trying to install this.
If you don't believe this is a permissions problem, then you could also have a conflicting version of Crystal Reports assemblies already installed. Click Start > Control Panel > Programs and Features and then search for any installed versions of Crystal Reports and uninstall them, then try installing your CR Runtime client again.
I believe you are trying to install SAP Crystal Reports Runtime SP21 or above in Windows 7.
For that you need to install the dependencies:
1- Microsoft Visual C++ 2015 Redistributable package.
2- Microsoft Windows Update KB2999226.
Both require Windows Service Pack 1.
I was getting the same error.
I installed the dependencies above and it solved for me.
More info:
Which are the SAP Crystal Reports Runtime engine for .NET Framework dependencies?
https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads
Just had this error in SP32.
Install the runtime first, then the visual studio installer.

SAP Crystal Reports for Visual Studio 2013 do not work in IIS 7.5

I am using Crystal Reports for Visual Studio 2013. The reports work fine on my local computer and in Visual Studio on the production server.
When I deploy them in IIS 7.5 I am getting the following error:
Failed to open the connection. ReportName
3400_4400_{A861BA52-167D-4EAF-AAAF-32B2FB34FFAA}.rpt
Operating System: Windows Server 2008 R2 Enterprise;
System Type: 64-bit Operating System;
Database: MySQL;
I copied the aspnet_clients folder in the wwwroot folder and in the application folder.
Any help would be appreciated.
Thank you.
There is 2 things which may cause this issue,
Are you installed the Crystal report runtime? if no, then here is
link1, link2. You can choose 64 bit option.
If you installed CR-runtime, then crystal report does not have connect to sqlserver. So for this, if you able to check your local crystal report with prod sqlconnection, check that and still you have issue, means you are not give sql server credential to crystal report at run-time. Check this link.
Crystal Report throws 'Failed to open the connection.' only on postback
http://www.codeproject.com/Questions/667950/crystal-reports-connection-to-sql-server-database
http://aspalliance.com/532_Understanding_the_Login_Failed_Error_in_Crystal_Reports.3
I have some updates!!! I can't believe this was the issue....so frustrating!!!...
On my production server I only created a User DNS...which worked fine with Visual Studio...but not with IIS. After I created a System DNS the report worked fine in IIS as well...

SAP Crystal Report Pre-Requiste when installing windows set up project

We have a windows application with pre-requisite SAP crystal report for .NET framework 4 . I selected:
"Download prerequisites from the component vendor's website"
for the install location . In few machines, setup gets installed properly. But in some machines, it gives the following error message.
Product: SAP Crystal Reports runtime engine for .NET Framework 4
(32-bit) -- Setup detected an existing installation. Setup must run
with UPGRADE=1 command. Setup will now exit.
Any idea ?
it means you already have sap crystal report installed on your machine , try uninstalling it and then run the installation .

Crystal Reports - applications with embedded reports

I have a SQL server database on my customer's server which is accessed by aprox 20 users through a winforms client application installed on individual machines.
I was thinking of using Crystal Reports to produce management reports etc and embedding this into my winforms application. However would this mean that crystal reports needs to be installed on every individual client machine, or just on the server?
For winforms you will need to install the Crystal Reports Runtime on the client machines so that they can view and interact with your Reports. You should be able to get the Runtime (msi) from SAP's website or sometimes it will come with your download when you purchase/download the software online (that was the case for me when I got the dev version for 2012).
SAP Crystal Reports, developer version for Microsoft Visual Studio - 2012 Now Available for Download
If that is not your version just Google for your specifics and you should be able to find what what you need.
BukHix is right, you need to install the runtime on each machine.
If you don't want to do this you can consider implementing a report scheduler, which will run the reports on the server and will deliver them to the management as excel, pdf or any other applicable file type

VS 2010, SAP Crystal Reports, Windows Server 2008

I need help I developed a Web site and added SAP Crystal reports when run it from VS 2010 in debugging mode all reports works fine, but when I try to run it from IIS with System I.P and its shows nothing no error and crystal reports shows no Reports even no blank report. . is there any issue running SAP Crystal Reports in production environment.
Take a look at crystal reports viewer does not load when asp.net application is deployed to server
Often an issue with the run times not being installed or incorrect versions etc.