Janet Lock
|
| Posted: 02/11/2003, 1:42 PM |
|
How does CCS work on the real internet as keep getting errors
"
Unable to establish connection to database.
a.. Error information:
Microsoft JET Database Engine (0x80004005)
'C:\New Folder (3)\NewProject1\Internet.mdb' is not a valid path. Make
sure that the path name is spelled correctly and that you are connected to
the server on which the file resides.
b.. More information:
The database cannot be opened, most likely due to insufficient security
set on your database folder or file.
"
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
|
|
|
 |
Shawn Mason
|
| Posted: 02/11/2003, 2:05 PM |
|
The db needs to be in a directory that the anonymous internet connection has
rights to. It would help some if you told us what environment you are
trying to deploy in. The path below that your project is pointing to is a
default name and not really a place you logically chose to place it.
I might suggest putting the db within your deployment folder. CCS has
settings for development data location and deployement data location under
Project Settings.
--
Kindest Regards,
Shawn Mason,CCD,MCP
I.S. Software Design Associates
"Janet Lock" <janet.lock@ntlworld.com> wrote in message
news:b2bqoj$36e$1@news.codecharge.com...
> How does CCS work on the real internet as keep getting errors
>
> "
> Unable to establish connection to database.
> a.. Error information:
> Microsoft JET Database Engine (0x80004005)
> 'C:\New Folder (3)\NewProject1\Internet.mdb' is not a valid path. Make
> sure that the path name is spelled correctly and that you are connected to
> the server on which the file resides.
> b.. More information:
> The database cannot be opened, most likely due to insufficient security
> set on your database folder or file.
> "
>
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
>
>
|
|
|
 |
Shawn Mason
|
| Posted: 02/11/2003, 2:22 PM |
|
Grant IUSR_<servername> read/write access to the db. Plus change the
deployment path to where it is on the server (it is obviously not in c:\New
Folder (3)\NewProject).
"Janet Lock" <janet.lock@ntlworld.com> wrote in message
news:b2bqoj$36e$1@news.codecharge.com...
> How does CCS work on the real internet as keep getting errors
>
> "
> Unable to establish connection to database.
> a.. Error information:
> Microsoft JET Database Engine (0x80004005)
> 'C:\New Folder (3)\NewProject1\Internet.mdb' is not a valid path. Make
> sure that the path name is spelled correctly and that you are connected to
> the server on which the file resides.
> b.. More information:
> The database cannot be opened, most likely due to insufficient security
> set on your database folder or file.
> "
>
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
>
>
|
|
|
 |
|