Physical database not found. (CR8.5)
Author |
Message |
Kama #1 / 18
|
 Physical database not found. (CR8.5)
Hi, I use Crystal Report 8.5 in my VB6 Aplication. Everything works on my PC but the problem occurs when I install my application on client's PC. When they try to print, this error message would pop up "Physical Database not found". I have checked all the connection to the database and looks fine. Why does it work on mine but not on client's PC? How can I resolve it? Many thanks and all the best for everyone. Kind regards Kamal
|
Fri, 18 Feb 2005 18:01:07 GMT |
|
 |
CW #2 / 18
|
 Physical database not found. (CR8.5)
You probably have not installed all DLLs required to support connection to the server from CR. Depending on how you connect to server, the DLL required may be different. Did you use MSI or PDW to deploy all the runtime libraries required by CR?
Quote: > Hi, > I use Crystal Report 8.5 in my VB6 Aplication. Everything > works on my PC but the problem occurs when I install my > application on client's PC. > When they try to print, this error message would pop > up "Physical Database not found". > I have checked all the connection to the database and > looks fine. > Why does it work on mine but not on client's PC? > How can I resolve it? > Many thanks and all the best for everyone. > Kind regards > Kamal
|
Fri, 18 Feb 2005 18:59:12 GMT |
|
 |
Kama #3 / 18
|
 Physical database not found. (CR8.5)
Thanks for replyback to me. I used windows installer to depoly my dll and exe file. For your information, I am using MS Access 2000/XP as my server. Thanks Kamal Quote: >-----Original Message----- >You probably have not installed all DLLs required to
support connection to Quote: >the server from CR. Depending on how you connect to
server, the DLL required Quote: >may be different. Did you use MSI or PDW to deploy all
the runtime libraries Quote: >required by CR?
>> Hi, >> I use Crystal Report 8.5 in my VB6 Aplication. Everything >> works on my PC but the problem occurs when I install my >> application on client's PC. >> When they try to print, this error message would pop >> up "Physical Database not found". >> I have checked all the connection to the database and >> looks fine. >> Why does it work on mine but not on client's PC? >> How can I resolve it? >> Many thanks and all the best for everyone. >> Kind regards >> Kamal >.
|
Fri, 18 Feb 2005 19:46:44 GMT |
|
 |
Kunal #4 / 18
|
 Physical database not found. (CR8.5)
Which Database Driver r u using, u can check that ou in "Convert Database Driver" Kunal M
Quote: > Hi, > I use Crystal Report 8.5 in my VB6 Aplication. Everything > works on my PC but the problem occurs when I install my > application on client's PC. > When they try to print, this error message would pop > up "Physical Database not found". > I have checked all the connection to the database and > looks fine. > Why does it work on mine but not on client's PC? > How can I resolve it? > Many thanks and all the best for everyone. > Kind regards > Kamal
|
Fri, 18 Feb 2005 20:20:13 GMT |
|
 |
Kunal #5 / 18
|
 Physical database not found. (CR8.5)
Which Database Driver r u using, u can check that ou in "Convert Database Driver" Kunal M
Quote: > Hi, > I use Crystal Report 8.5 in my VB6 Aplication. Everything > works on my PC but the problem occurs when I install my > application on client's PC. > When they try to print, this error message would pop > up "Physical Database not found". > I have checked all the connection to the database and > looks fine. > Why does it work on mine but not on client's PC? > How can I resolve it? > Many thanks and all the best for everyone. > Kind regards > Kamal
|
Fri, 18 Feb 2005 20:20:53 GMT |
|
 |
CW #6 / 18
|
 Physical database not found. (CR8.5)
Did you update craxdrt.dep? The one that comes with CR 8.5 has errors. Look up support.crystaldecisions.com for correction. the other possible reason for getting your server not opened error message is that you may have not connected to your access file from CR correctly inside your code.
Quote: > Thanks for replyback to me. > I used windows installer to depoly my dll and exe file. > For your information, I am using MS Access 2000/XP as my > server. > Thanks > Kamal > >-----Original Message----- > >You probably have not installed all DLLs required to > support connection to > >the server from CR. Depending on how you connect to > server, the DLL required > >may be different. Did you use MSI or PDW to deploy all > the runtime libraries > >required by CR?
> >> Hi, > >> I use Crystal Report 8.5 in my VB6 Aplication. > Everything > >> works on my PC but the problem occurs when I install my > >> application on client's PC. > >> When they try to print, this error message would pop > >> up "Physical Database not found". > >> I have checked all the connection to the database and > >> looks fine. > >> Why does it work on mine but not on client's PC? > >> How can I resolve it? > >> Many thanks and all the best for everyone. > >> Kind regards > >> Kamal > >.
|
Fri, 18 Feb 2005 19:59:38 GMT |
|
 |
kama #7 / 18
|
 Physical database not found. (CR8.5)
I don't know how to update it. I will look into the address you gave me to find out more. Thanks. When I try to deploy my application, In my task I had a message saying : "Neither a merge module nor dependency information could be found for 'project path\craxdrt.dll" thanks for your time. Kamal Quote: >-----Original Message----- >Did you update craxdrt.dep? >The one that comes with CR 8.5 has errors. Look up >support.crystaldecisions.com for correction. >the other possible reason for getting your server not
opened error message Quote: >is that you may have not connected to your access file from CR correctly >inside your code.
>> Thanks for replyback to me. >> I used windows installer to depoly my dll and exe file. >> For your information, I am using MS Access 2000/XP as my >> server. >> Thanks >> Kamal >> >-----Original Message----- >> >You probably have not installed all DLLs required to >> support connection to >> >the server from CR. Depending on how you connect to >> server, the DLL required >> >may be different. Did you use MSI or PDW to deploy all >> the runtime libraries >> >required by CR?
>> >> Hi, >> >> I use Crystal Report 8.5 in my VB6 Aplication. >> Everything >> >> works on my PC but the problem occurs when I install my >> >> application on client's PC. >> >> When they try to print, this error message would pop >> >> up "Physical Database not found". >> >> I have checked all the connection to the database and >> >> looks fine. >> >> Why does it work on mine but not on client's PC? >> >> How can I resolve it? >> >> Many thanks and all the best for everyone. >> >> Kind regards >> >> Kamal >> >. >.
|
Fri, 18 Feb 2005 21:55:39 GMT |
|
 |
kama #8 / 18
|
 Physical database not found. (CR8.5)
I am using MS Access 2000/XP database. Kamal Quote: >-----Original Message----- >Which Database Driver r u using, u can check that ou
in "Convert Database Quote: >Driver" >Kunal M
>> Hi, >> I use Crystal Report 8.5 in my VB6 Aplication. Everything >> works on my PC but the problem occurs when I install my >> application on client's PC. >> When they try to print, this error message would pop >> up "Physical Database not found". >> I have checked all the connection to the database and >> looks fine. >> Why does it work on mine but not on client's PC? >> How can I resolve it? >> Many thanks and all the best for everyone. >> Kind regards >> Kamal >.
|
Fri, 18 Feb 2005 21:56:28 GMT |
|
 |
CW #9 / 18
|
 Physical database not found. (CR8.5)
Yup, that error messages indicates missing DLLs. Just search for craxdrt.dep on that website and you will instructions on updating it.
Quote: > I don't know how to update it. I will look into the > address you gave me to find out more. Thanks. > When I try to deploy my application, In my task I had a > message saying : > "Neither a merge module nor dependency information could > be found for 'project path\craxdrt.dll" > thanks for your time. > Kamal > >-----Original Message----- > >Did you update craxdrt.dep? > >The one that comes with CR 8.5 has errors. Look up > >support.crystaldecisions.com for correction. > >the other possible reason for getting your server not > opened error message > >is that you may have not connected to your access file > from CR correctly > >inside your code.
> >> Thanks for replyback to me. > >> I used windows installer to depoly my dll and exe file. > >> For your information, I am using MS Access 2000/XP as my > >> server. > >> Thanks > >> Kamal > >> >-----Original Message----- > >> >You probably have not installed all DLLs required to > >> support connection to > >> >the server from CR. Depending on how you connect to > >> server, the DLL required > >> >may be different. Did you use MSI or PDW to deploy all > >> the runtime libraries > >> >required by CR?
> >> >> Hi, > >> >> I use Crystal Report 8.5 in my VB6 Aplication. > >> Everything > >> >> works on my PC but the problem occurs when I install > my > >> >> application on client's PC. > >> >> When they try to print, this error message would pop > >> >> up "Physical Database not found". > >> >> I have checked all the connection to the database and > >> >> looks fine. > >> >> Why does it work on mine but not on client's PC? > >> >> How can I resolve it? > >> >> Many thanks and all the best for everyone. > >> >> Kind regards > >> >> Kamal > >> >. > >.
|
Fri, 18 Feb 2005 22:18:07 GMT |
|
 |
kama #10 / 18
|
 Physical database not found. (CR8.5)
Dear CW, I updated craxdrt.dep and tried to deploy my application. The error still occurs. What else I can do? Any Idea? Thanks Kamal Quote: >-----Original Message----- >Yup, that error messages indicates missing DLLs. Just
search for craxdrt.dep Quote: >on that website and you will instructions on updating it.
>> I don't know how to update it. I will look into the >> address you gave me to find out more. Thanks. >> When I try to deploy my application, In my task I had a >> message saying : >> "Neither a merge module nor dependency information could >> be found for 'project path\craxdrt.dll" >> thanks for your time. >> Kamal >> >-----Original Message----- >> >Did you update craxdrt.dep? >> >The one that comes with CR 8.5 has errors. Look up >> >support.crystaldecisions.com for correction. >> >the other possible reason for getting your server not >> opened error message >> >is that you may have not connected to your access file >> from CR correctly >> >inside your code.
>> >> Thanks for replyback to me. >> >> I used windows installer to depoly my dll and exe file. >> >> For your information, I am using MS Access 2000/XP as my >> >> server. >> >> Thanks >> >> Kamal >> >> >-----Original Message----- >> >> >You probably have not installed all DLLs required to >> >> support connection to >> >> >the server from CR. Depending on how you connect to >> >> server, the DLL required >> >> >may be different. Did you use MSI or PDW to deploy all >> >> the runtime libraries >> >> >required by CR?
>> >> >> Hi, >> >> >> I use Crystal Report 8.5 in my VB6 Aplication. >> >> Everything >> >> >> works on my PC but the problem occurs when I install >> my >> >> >> application on client's PC. >> >> >> When they try to print, this error message would pop >> >> >> up "Physical Database not found". >> >> >> I have checked all the connection to the database and >> >> >> looks fine. >> >> >> Why does it work on mine but not on client's PC? >> >> >> How can I resolve it? >> >> >> Many thanks and all the best for everyone. >> >> >> Kind regards >> >> >> Kamal >> >> >. >> >. >.
|
Fri, 18 Feb 2005 23:04:08 GMT |
|
 |
CW #11 / 18
|
 Physical database not found. (CR8.5)
How are you logging onto your database? post the code you use to connect to your Access database.
Quote: > Dear CW, > I updated craxdrt.dep and tried to deploy my application. > The error still occurs. > What else I can do? Any Idea? > Thanks > Kamal > >-----Original Message----- > >Yup, that error messages indicates missing DLLs. Just > search for craxdrt.dep > >on that website and you will instructions on updating it.
> >> I don't know how to update it. I will look into the > >> address you gave me to find out more. Thanks. > >> When I try to deploy my application, In my task I had a > >> message saying : > >> "Neither a merge module nor dependency information could > >> be found for 'project path\craxdrt.dll" > >> thanks for your time. > >> Kamal > >> >-----Original Message----- > >> >Did you update craxdrt.dep? > >> >The one that comes with CR 8.5 has errors. Look up > >> >support.crystaldecisions.com for correction. > >> >the other possible reason for getting your server not > >> opened error message > >> >is that you may have not connected to your access file > >> from CR correctly > >> >inside your code.
> >> >> Thanks for replyback to me. > >> >> I used windows installer to depoly my dll and exe > file. > >> >> For your information, I am using MS Access 2000/XP > as my > >> >> server. > >> >> Thanks > >> >> Kamal > >> >> >-----Original Message----- > >> >> >You probably have not installed all DLLs required to > >> >> support connection to > >> >> >the server from CR. Depending on how you connect to > >> >> server, the DLL required > >> >> >may be different. Did you use MSI or PDW to deploy > all > >> >> the runtime libraries > >> >> >required by CR?
> >> >> >> Hi, > >> >> >> I use Crystal Report 8.5 in my VB6 Aplication. > >> >> Everything > >> >> >> works on my PC but the problem occurs when I > install > >> my > >> >> >> application on client's PC. > >> >> >> When they try to print, this error message would > pop > >> >> >> up "Physical Database not found". > >> >> >> I have checked all the connection to the database > and > >> >> >> looks fine. > >> >> >> Why does it work on mine but not on client's PC? > >> >> >> How can I resolve it? > >> >> >> Many thanks and all the best for everyone. > >> >> >> Kind regards > >> >> >> Kamal > >> >> >. > >> >. > >.
|
Fri, 18 Feb 2005 23:13:33 GMT |
|
 |
kama #12 / 18
|
 Physical database not found. (CR8.5)
Dear CW, All my reports have Server Type: ADO and linked to a drive on the network. L:\RegionsRequest\Request.MDB this code is a example of a report that I use. Dim Report As New CrystRptAgency Dim France, GB, Germany, Spain As Variant Option Explicit Private Sub cmdPrintRegion_Click(Index As Integer) If chkRegionPr(0).Value = 0 And chkRegionPr(1).Value = 0 And chkRegionPr(2).Value = 0 And chkRegionPr(3).Value = 0 Then France = "-" Germany = "-" GB = "-" Spain = "-" End If Screen.MousePointer = vbHourglass On Error Resume Next Report.ParameterFields.Item(1).AddCurrentValue cmbSurveys.Text Report.ParameterFields.Item(2).AddCurrentValue France Report.ParameterFields.Item(3).AddCurrentValue GB Report.ParameterFields.Item(4).AddCurrentValue Germany Report.ParameterFields.Item(5).AddCurrentValue Spain CRViewer1.ReportSource = Report CRViewer1.EnableCloseButton = True CRViewer1.EnableExportButton = True CRViewer1.EnablePopupMenu = True CRViewer1.EnableProgressControl = True CRViewer1.Zoom 100 CRViewer1.ViewReport Screen.MousePointer = vbDefault End Sub As I mentioned before, the program runs on my PC but not on the clients PC. Thanks. Kamal ps. I hope these information are enough. Quote: >-----Original Message----- >How are you logging onto your database? post the code you use to connect to >your Access database.
>> Dear CW, >> I updated craxdrt.dep and tried to deploy my application. >> The error still occurs. >> What else I can do? Any Idea? >> Thanks >> Kamal >> >-----Original Message----- >> >Yup, that error messages indicates missing DLLs. Just >> search for craxdrt.dep >> >on that website and you will instructions on updating it.
>> >> I don't know how to update it. I will look into the >> >> address you gave me to find out more. Thanks. >> >> When I try to deploy my application, In my task I had a >> >> message saying : >> >> "Neither a merge module nor dependency information could >> >> be found for 'project path\craxdrt.dll" >> >> thanks for your time. >> >> Kamal >> >> >-----Original Message----- >> >> >Did you update craxdrt.dep? >> >> >The one that comes with CR 8.5 has errors. Look up >> >> >support.crystaldecisions.com for correction. >> >> >the other possible reason for getting your server not >> >> opened error message >> >> >is that you may have not connected to your access file >> >> from CR correctly >> >> >inside your code.
>> >> >> Thanks for replyback to me. >> >> >> I used windows installer to depoly my dll and exe >> file. >> >> >> For your information, I am using MS Access 2000/XP >> as my >> >> >> server. >> >> >> Thanks >> >> >> Kamal >> >> >> >-----Original Message----- >> >> >> >You probably have not installed all DLLs required to >> >> >> support connection to >> >> >> >the server from CR. Depending on how you connect to >> >> >> server, the DLL required >> >> >> >may be different. Did you use MSI or PDW to deploy >> all >> >> >> the runtime libraries >> >> >> >required by CR?
Quote: >> >> >> >> Hi, >> >> >> >> I use Crystal Report 8.5 in my VB6 Aplication. >> >> >> Everything >> >> >> >> works on my PC but the problem occurs when I >> install >> >> my >> >> >> >> application on client's PC. >> >> >> >> When they try to print, this error message would >> pop >> >> >> >> up "Physical Database not found". >> >> >> >> I have checked all the connection to the database >> and >> >> >> >> looks fine. >> >> >> >> Why does it work on mine but not on client's PC? >> >> >> >> How can I resolve it? >> >> >> >> Many thanks and all the best for everyone. >> >> >> >> Kind regards >> >> >> >> Kamal >> >> >> >. >> >> >. >> >. >.
|
Fri, 18 Feb 2005 23:45:04 GMT |
|
 |
kama #13 / 18
|
 Physical database not found. (CR8.5)
Database is not password protected. Quote: >-----Original Message----- >How are you logging onto your database? post the code you use to connect to >your Access database.
>> Dear CW, >> I updated craxdrt.dep and tried to deploy my application. >> The error still occurs. >> What else I can do? Any Idea? >> Thanks >> Kamal >> >-----Original Message----- >> >Yup, that error messages indicates missing DLLs. Just >> search for craxdrt.dep >> >on that website and you will instructions on updating it.
>> >> I don't know how to update it. I will look into the >> >> address you gave me to find out more. Thanks. >> >> When I try to deploy my application, In my task I had a >> >> message saying : >> >> "Neither a merge module nor dependency information could >> >> be found for 'project path\craxdrt.dll" >> >> thanks for your time. >> >> Kamal >> >> >-----Original Message----- >> >> >Did you update craxdrt.dep? >> >> >The one that comes with CR 8.5 has errors. Look up >> >> >support.crystaldecisions.com for correction. >> >> >the other possible reason for getting your server not >> >> opened error message >> >> >is that you may have not connected to your access file >> >> from CR correctly >> >> >inside your code.
>> >> >> Thanks for replyback to me. >> >> >> I used windows installer to depoly my dll and exe >> file. >> >> >> For your information, I am using MS Access 2000/XP >> as my >> >> >> server. >> >> >> Thanks >> >> >> Kamal >> >> >> >-----Original Message----- >> >> >> >You probably have not installed all DLLs required to >> >> >> support connection to >> >> >> >the server from CR. Depending on how you connect to >> >> >> server, the DLL required >> >> >> >may be different. Did you use MSI or PDW to deploy >> all >> >> >> the runtime libraries >> >> >> >required by CR?
Quote: >> >> >> >> Hi, >> >> >> >> I use Crystal Report 8.5 in my VB6 Aplication. >> >> >> Everything >> >> >> >> works on my PC but the problem occurs when I >> install >> >> my >> >> >> >> application on client's PC. >> >> >> >> When they try to print, this error message would >> pop >> >> >> >> up "Physical Database not found". >> >> >> >> I have checked all the connection to the database >> and >> >> >> >> looks fine. >> >> >> >> Why does it work on mine but not on client's PC? >> >> >> >> How can I resolve it? >> >> >> >> Many thanks and all the best for everyone. >> >> >> >> Kind regards >> >> >> >> Kamal >> >> >> >. >> >> >. >> >. >.
|
Sat, 19 Feb 2005 00:01:03 GMT |
|
 |
OZ #14 / 18
|
 Physical database not found. (CR8.5)
Hi, Check your User Id, Right click the "Database Fields" on the CrysReport & click "Set location". If you defined a user Id on your Pc and on your client's PC the userId is different you'll get the message "Physical Database not found". Good luck & don't give up. ================================================================
Quote: > I am using MS Access 2000/XP database. > Kamal > >-----Original Message----- > >Which Database Driver r u using, u can check that ou > in "Convert Database > >Driver" > >Kunal M
> >> Hi, > >> I use Crystal Report 8.5 in my VB6 Aplication. > Everything > >> works on my PC but the problem occurs when I install my > >> application on client's PC. > >> When they try to print, this error message would pop > >> up "Physical Database not found". > >> I have checked all the connection to the database and > >> looks fine. > >> Why does it work on mine but not on client's PC? > >> How can I resolve it? > >> Many thanks and all the best for everyone. > >> Kind regards > >> Kamal > >.
|
Sat, 19 Feb 2005 06:22:10 GMT |
|
 |
CW #15 / 18
|
 Physical database not found. (CR8.5)
1. Are you sure the path L:\RegionsRequest\Request.MDB is accessible from your client computer? 2. I don't understand how your server type could be ADO. Are you not accessing the MDB file directly? When you created your report, did you select Data File or did you select ODBC/SQL then ADO? If you have selected ADO, then you need to create a recordset object, and manually bind it to your report, by using SetDataSource method.
Quote: > Dear CW, > All my reports have Server Type: ADO and linked to a drive > on the network. L:\RegionsRequest\Request.MDB > this code is a example of a report that I use. > Dim Report As New CrystRptAgency > Dim France, GB, Germany, Spain As Variant > Option Explicit > Private Sub cmdPrintRegion_Click(Index As Integer) > If chkRegionPr(0).Value = 0 And chkRegionPr(1).Value = > 0 And chkRegionPr(2).Value = 0 And chkRegionPr(3).Value = > 0 Then > France = "-" > Germany = "-" > GB = "-" > Spain = "-" > End If > Screen.MousePointer = vbHourglass > On Error Resume Next > Report.ParameterFields.Item(1).AddCurrentValue > cmbSurveys.Text > Report.ParameterFields.Item(2).AddCurrentValue France > Report.ParameterFields.Item(3).AddCurrentValue GB > Report.ParameterFields.Item(4).AddCurrentValue Germany > Report.ParameterFields.Item(5).AddCurrentValue Spain > CRViewer1.ReportSource = Report > CRViewer1.EnableCloseButton = True > CRViewer1.EnableExportButton = True > CRViewer1.EnablePopupMenu = True > CRViewer1.EnableProgressControl = True > CRViewer1.Zoom 100 > CRViewer1.ViewReport > Screen.MousePointer = vbDefault > End Sub > As I mentioned before, the program runs on my PC but not > on the clients PC. > Thanks. > Kamal > ps. I hope these information are enough. > >-----Original Message----- > >How are you logging onto your database? post the code you > use to connect to > >your Access database.
> >> Dear CW, > >> I updated craxdrt.dep and tried to deploy my > application. > >> The error still occurs. > >> What else I can do? Any Idea? > >> Thanks > >> Kamal > >> >-----Original Message----- > >> >Yup, that error messages indicates missing DLLs. Just > >> search for craxdrt.dep > >> >on that website and you will instructions on updating > it.
> >> >> I don't know how to update it. I will look into the > >> >> address you gave me to find out more. Thanks. > >> >> When I try to deploy my application, In my task I > had a > >> >> message saying : > >> >> "Neither a merge module nor dependency information > could > >> >> be found for 'project path\craxdrt.dll" > >> >> thanks for your time. > >> >> Kamal > >> >> >-----Original Message----- > >> >> >Did you update craxdrt.dep? > >> >> >The one that comes with CR 8.5 has errors. Look up > >> >> >support.crystaldecisions.com for correction. > >> >> >the other possible reason for getting your server > not > >> >> opened error message > >> >> >is that you may have not connected to your access > file > >> >> from CR correctly > >> >> >inside your code.
> >> >> >> Thanks for replyback to me. > >> >> >> I used windows installer to depoly my dll and exe > >> file. > >> >> >> For your information, I am using MS Access 2000/XP > >> as my > >> >> >> server. > >> >> >> Thanks > >> >> >> Kamal > >> >> >> >-----Original Message----- > >> >> >> >You probably have not installed all DLLs > required to > >> >> >> support connection to > >> >> >> >the server from CR. Depending on how you connect > to > >> >> >> server, the DLL required > >> >> >> >may be different. Did you use MSI or PDW to > deploy > >> all > >> >> >> the runtime libraries > >> >> >> >required by CR?
> >> >> >> >> Hi, > >> >> >> >> I use Crystal Report 8.5 in my VB6 Aplication. > >> >> >> Everything > >> >> >> >> works on my PC but the problem occurs when I > >> install > >> >> my > >> >> >> >> application on client's PC. > >> >> >> >> When they try to print, this error message > would > >> pop > >> >> >> >> up "Physical Database not found". > >> >> >> >> I have checked all the connection to the > database > >> and > >> >> >> >> looks fine. > >> >> >> >> Why does it work on mine but not on client's > PC? > >> >> >> >> How can I resolve it? > >> >> >> >> Many thanks and all the best for everyone. > >> >> >> >> Kind regards > >> >> >> >> Kamal > >> >> >> >. > >> >> >. > >> >. > >.
|
Sat, 19 Feb 2005 08:15:24 GMT |
|
|
Page 1 of 2
|
[ 18 post ] |
|
Go to page:
[1]
[2] |
|