Err Msg "Physical Database Not Found" 
Author Message
 Err Msg "Physical Database Not Found"

I'm getting the error message "Physical Database Not Found" when I'm try to
run the report, what could be the problem.

I'm using VB6 wiht CR 8.5.
I'm already passing the database location to the report, and my report
contains subreports.

Ex.:
'Config of Report
Set CrxReport = crxApplication.OpenReport(Path & "Realizadas.rpt")
CrxReport.Database.Tables(1).Location = Location
'Config of Subreport
Set CrxSubreport = CrxReport.OpenSubreport("Recepcao.rpt")
CrxSubreport.Database.Tables(1).Location = Location

What could be the problem?



Sun, 26 Jun 2005 00:24:51 GMT  
 Err Msg "Physical Database Not Found"
Ok, I have found out that when I'm working on machines with CR 8.5 installed
I don't have this problem.

I thing that some files are being left out from the 'Package and Deployment
Wizard'.

What files must included in the 'Package and Deployment Wizard'?



Quote:
> I'm getting the error message "Physical Database Not Found" when I'm try
to
> run the report, what could be the problem.

> I'm using VB6 wiht CR 8.5.
> I'm already passing the database location to the report, and my report
> contains subreports.

> Ex.:
> 'Config of Report
> Set CrxReport = crxApplication.OpenReport(Path & "Realizadas.rpt")
> CrxReport.Database.Tables(1).Location = Location
> 'Config of Subreport
> Set CrxSubreport = CrxReport.OpenSubreport("Recepcao.rpt")
> CrxSubreport.Database.Tables(1).Location = Location

> What could be the problem?



Sun, 26 Jun 2005 01:56:12 GMT  
 Err Msg "Physical Database Not Found"
i think you must input P2smon.dll for this error

I have two links for CR 8.5:

http://support.crystaldecisions.com/library/kbase/articles/c2009265.asp
http://support.crystaldecisions.com/library/kbase/articles/c2008905.asp

For debug this problems the solution is to use:
dependency walker

and utilities Filemon on the http://www.sysinternals.com/

--
----------------------------------------------------------------------------
--------------------

ACS INFORMATIQUE
122,rue du Chateau d'orgemont
49000 ANGERS CEDEX
Tel: 02 41 68 42 36  Fax: 02 41 68 42 48
----------------------------------------------------------------------------
---------------------


Quote:
> Ok, I have found out that when I'm working on machines with CR 8.5
installed
> I don't have this problem.

> I thing that some files are being left out from the 'Package and
Deployment
> Wizard'.

> What files must included in the 'Package and Deployment Wizard'?



> > I'm getting the error message "Physical Database Not Found" when I'm try
> to
> > run the report, what could be the problem.

> > I'm using VB6 wiht CR 8.5.
> > I'm already passing the database location to the report, and my report
> > contains subreports.

> > Ex.:
> > 'Config of Report
> > Set CrxReport = crxApplication.OpenReport(Path & "Realizadas.rpt")
> > CrxReport.Database.Tables(1).Location = Location
> > 'Config of Subreport
> > Set CrxSubreport = CrxReport.OpenSubreport("Recepcao.rpt")
> > CrxSubreport.Database.Tables(1).Location = Location

> > What could be the problem?



Mon, 27 Jun 2005 00:13:13 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Error "Physical database not found"

2. err msg "unrecognized database format"

3. "Physical Data base not found"

4. crystal rpt err msg = "can't find physical database!"

5. "Invalid TVL Record" err msg

6. Newbie error Physical database not found msg

7. "File not found" in database creation

8. err "object server not correctly registered "

9. "module not found"

10. "Module not found" error

11. "Module not found" error

12. "Module Not Found" again

 

 
Powered by phpBB® Forum Software