|
Home > Archive > FrontPage Server Extensions for Windows > June 2005 > database results error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
database results error
|
|
| Davd b Frustrated 2005-06-27, 5:51 pm |
| I recenntly experienced a non-recoverable raid 5 failure. I had all my
websites on drive d, the one that failed.
I had a copy of everything on the c drive in the same paths.
I switched all the sites by changing the path in the home documents setting
to the path on the c drive.
Everything worked in my Front pgae databse sites (those gentereted with
front page database wizard and asp) except for the record update function.
I get the error "Database Results Error" please contact your server
administrator.
I have since got the array re-constructed and they work fine for the d drive
again. I have checked the application, system and security logs and the error
is not shown. I have set the directory permisions and databse persmssions to
everyone and it still fails.
It sure feels like a permissions issue.
Anyone with thoughts on this?
| |
| Kathleen Anderson [MVP - FrontPage] 2005-06-27, 5:51 pm |
| The FP2003 code has changed slightly. To see the true error, open the hidden
folder /_fpclass/ and edit the fpdbrgn1.inc file
At about line 19, change :
fp_DEBUG = False
to :
fp_DEBUG = True
--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
"Davd b Frustrated" <Davd b Frustrated@discussions.microsoft.com> wrote in
message news:7DAE5FF0-3F95-4E4B-8C6C-CAA934EF7A66@microsoft.com...
>I recenntly experienced a non-recoverable raid 5 failure. I had all my
> websites on drive d, the one that failed.
> I had a copy of everything on the c drive in the same paths.
> I switched all the sites by changing the path in the home documents
> setting
> to the path on the c drive.
> Everything worked in my Front pgae databse sites (those gentereted with
> front page database wizard and asp) except for the record update function.
>
> I get the error "Database Results Error" please contact your server
> administrator.
>
> I have since got the array re-constructed and they work fine for the d
> drive
> again. I have checked the application, system and security logs and the
> error
> is not shown. I have set the directory permisions and databse persmssions
> to
> everyone and it still fails.
> It sure feels like a permissions issue.
> Anyone with thoughts on this?
|
|
|
|
|