Showing posts with label developed. Show all posts
Showing posts with label developed. Show all posts

Monday, March 19, 2012

CR9 Runtime Components ?

Dear All,
I developed an application in VC++ 6.0 with Crystal Reports 9.0.

Now i want to deploy my application on client machine but i don't now what components (files, dll) of CR are required to register or deploy with my application.

Would some body please help me, its really very urgent.Hi! All!

I'm aslo having the same problem in CR9 Runtime Components in Client machine.

I'm using VB 6 & Crystal Reports 9.

What are all the CR9 componenets or dll files need to be installed in Client machine?

Please if anyone help me to solve this problem.

Thanks.

-Raja|||Visit the next urls -->

http://support.businessobjects.com/communityCS/TechnicalPapers/rdc9_deployment.pdf.asp

http://support.businessobjects.com/documentation/installation_resources/crystal_reports/cr9.asp

Sunday, March 11, 2012

CR Viewer Logon Failure

Hi Everbody,
I have developed a report in CR 9 and it is working perfectly well when run from CR. My problem is as follows:
I have developed a VB application containing a crystal report viewer. Here on click of a button I'm loading the CR by passing parameters to it.
But when I try to run the application its gives me an error as
Logon failed - Details:28000 [ODBC SQL Server Driver][SQL Server] Login failed for user "ab".
I have no code for database connection in VB, just the Openreport and viewReport commands.

Why am I getting such an error in VB when I 'm able to run the CR separately successfully with the same username/password?

Please help its really urgent.Do you have a DSN pointing to your database?|||Yes, I have a system DSN configured with SQL authentication to my required database server and I'm able to successfully connect to it.This DSN I'm using to create the crystal report.
Any reasons why I'm not able to run the VB application????|||How are you referencing your DSN in your code? Can you paste that function?