
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?