PC Review


Reply
Thread Tools Rate Thread

Database Results Error - Operation Failed

 
 
=?Utf-8?B?c2hpa2hh?=
Guest
Posts: n/a
 
      23rd Nov 2006
Hi,

My website was working all fine, until all of a sudden got the error

Database Results Error
The operation failed. If this continues, please contact your server
administrator.

Looked at the knowledge base http://support.microsoft.com/kb/898721
All I did was saved my files again and everything worked fine. My co-worker
also publishes file to the same site, and when he does it, it gives the same
error again.
Tried saving the files again, but still no fix. Any suggestion to what we
could be doing wrong?

Any help will be greatly appreciated!

Thanks,

Shikha
 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      23rd Nov 2006
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



--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"shikha" <(E-Mail Removed)> wrote in message news:A496D626-D5C6-4668-86FA-(E-Mail Removed)...
| Hi,
|
| My website was working all fine, until all of a sudden got the error
|
| Database Results Error
| The operation failed. If this continues, please contact your server
| administrator.
|
| Looked at the knowledge base http://support.microsoft.com/kb/898721
| All I did was saved my files again and everything worked fine. My co-worker
| also publishes file to the same site, and when he does it, it gives the same
| error again.
| Tried saving the files again, but still no fix. Any suggestion to what we
| could be doing wrong?
|
| Any help will be greatly appreciated!
|
| Thanks,
|
| Shikha


 
Reply With Quote
 
=?Utf-8?B?c2hpa2hh?=
Guest
Posts: n/a
 
      23rd Nov 2006
Hi Stefan,

First of all thank you for your reply. My coworker did change the line
fp_DEBUG = True, and still get the same error...
Database Results error...
The operation failed. If this continues, please contact your server
administrator.

Thanks,

Shikha

"Stefan B Rusynko" wrote:

> 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
>
>
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "shikha" <(E-Mail Removed)> wrote in message news:A496D626-D5C6-4668-86FA-(E-Mail Removed)...
> | Hi,
> |
> | My website was working all fine, until all of a sudden got the error
> |
> | Database Results Error
> | The operation failed. If this continues, please contact your server
> | administrator.
> |
> | Looked at the knowledge base http://support.microsoft.com/kb/898721
> | All I did was saved my files again and everything worked fine. My co-worker
> | also publishes file to the same site, and when he does it, it gives the same
> | error again.
> | Tried saving the files again, but still no fix. Any suggestion to what we
> | could be doing wrong?
> |
> | Any help will be greatly appreciated!
> |
> | Thanks,
> |
> | Shikha
>
>
>

 
Reply With Quote
 
=?Utf-8?B?c2hpa2hh?=
Guest
Posts: n/a
 
      23rd Nov 2006
Hi Stefan,

YOu can ignore my previous note.
The error did change, now we are getting

Database Results Error
Your page contains a query with user input parameters that could not be
resolved.
This could happen if your DatabaseRegionStart webbot has an empty or missing
s-columnnames or s-columntypes attributes.
You may need to read Microsoft Knowledge Base Article 817029.

One or more form fields were empty. You should provide default values for
all form fields that are used in the query.

Thanks,

Shikha



"shikha" wrote:

> Hi Stefan,
>
> First of all thank you for your reply. My coworker did change the line
> fp_DEBUG = True, and still get the same error...
> Database Results error...
> The operation failed. If this continues, please contact your server
> administrator.
>
> Thanks,
>
> Shikha
>
> "Stefan B Rusynko" wrote:
>
> > 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
> >
> >
> >
> > --
> >
> > _____________________________________________
> > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> > "Warning - Using the F1 Key will not break anything!" (-;
> > To find the best Newsgroup for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> > _____________________________________________
> >
> >
> > "shikha" <(E-Mail Removed)> wrote in message news:A496D626-D5C6-4668-86FA-(E-Mail Removed)...
> > | Hi,
> > |
> > | My website was working all fine, until all of a sudden got the error
> > |
> > | Database Results Error
> > | The operation failed. If this continues, please contact your server
> > | administrator.
> > |
> > | Looked at the knowledge base http://support.microsoft.com/kb/898721
> > | All I did was saved my files again and everything worked fine. My co-worker
> > | also publishes file to the same site, and when he does it, it gives the same
> > | error again.
> > | Tried saving the files again, but still no fix. Any suggestion to what we
> > | could be doing wrong?
> > |
> > | Any help will be greatly appreciated!
> > |
> > | Thanks,
> > |
> > | Shikha
> >
> >
> >

 
Reply With Quote
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      24th Nov 2006
I think all you need to do is open the page in FP and then save it and the
error should go away. Here's a link to the KB article:
http://support.microsoft.com/kb/817029/en-us Also, you should make sure
that your coworker's FP install is updated with all service packs.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


"shikha" <(E-Mail Removed)> wrote in message
news:4B44C764-306A-4C8F-BD29-(E-Mail Removed)...
> Hi Stefan,
>
> YOu can ignore my previous note.
> The error did change, now we are getting
>
> Database Results Error
> Your page contains a query with user input parameters that could not be
> resolved.
> This could happen if your DatabaseRegionStart webbot has an empty or
> missing
> s-columnnames or s-columntypes attributes.
> You may need to read Microsoft Knowledge Base Article 817029.
>
> One or more form fields were empty. You should provide default values for
> all form fields that are used in the query.
>
> Thanks,
>
> Shikha
>
>
>
> "shikha" wrote:
>
>> Hi Stefan,
>>
>> First of all thank you for your reply. My coworker did change the line
>> fp_DEBUG = True, and still get the same error...
>> Database Results error...
>> The operation failed. If this continues, please contact your server
>> administrator.
>>
>> Thanks,
>>
>> Shikha
>>
>> "Stefan B Rusynko" wrote:
>>
>> > 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
>> >
>> >
>> >
>> > --
>> >
>> > _____________________________________________
>> > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
>> > "Warning - Using the F1 Key will not break anything!" (-;
>> > To find the best Newsgroup for FrontPage support see:
>> > http://www.net-sites.com/sitebuilder/newsgroups.asp
>> > _____________________________________________
>> >
>> >
>> > "shikha" <(E-Mail Removed)> wrote in message
>> > news:A496D626-D5C6-4668-86FA-(E-Mail Removed)...
>> > | Hi,
>> > |
>> > | My website was working all fine, until all of a sudden got the error
>> > |
>> > | Database Results Error
>> > | The operation failed. If this continues, please contact your server
>> > | administrator.
>> > |
>> > | Looked at the knowledge base http://support.microsoft.com/kb/898721
>> > | All I did was saved my files again and everything worked fine. My
>> > co-worker
>> > | also publishes file to the same site, and when he does it, it gives
>> > the same
>> > | error again.
>> > | Tried saving the files again, but still no fix. Any suggestion to
>> > what we
>> > | could be doing wrong?
>> > |
>> > | Any help will be greatly appreciated!
>> > |
>> > | Thanks,
>> > |
>> > | Shikha
>> >
>> >
>> >



 
Reply With Quote
 
=?Utf-8?B?c2hpa2hh?=
Guest
Posts: n/a
 
      27th Nov 2006
Hi Kathleen,

He saved the files again but didn't work. Will try to update all the
service packs and see what happens

Thanks,

Shikha

"Kathleen Anderson [MVP - FrontPage]" wrote:

> I think all you need to do is open the page in FP and then save it and the
> error should go away. Here's a link to the KB article:
> http://support.microsoft.com/kb/817029/en-us Also, you should make sure
> that your coworker's FP install is updated with all service packs.
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
>
>
> "shikha" <(E-Mail Removed)> wrote in message
> news:4B44C764-306A-4C8F-BD29-(E-Mail Removed)...
> > Hi Stefan,
> >
> > YOu can ignore my previous note.
> > The error did change, now we are getting
> >
> > Database Results Error
> > Your page contains a query with user input parameters that could not be
> > resolved.
> > This could happen if your DatabaseRegionStart webbot has an empty or
> > missing
> > s-columnnames or s-columntypes attributes.
> > You may need to read Microsoft Knowledge Base Article 817029.
> >
> > One or more form fields were empty. You should provide default values for
> > all form fields that are used in the query.
> >
> > Thanks,
> >
> > Shikha
> >
> >
> >
> > "shikha" wrote:
> >
> >> Hi Stefan,
> >>
> >> First of all thank you for your reply. My coworker did change the line
> >> fp_DEBUG = True, and still get the same error...
> >> Database Results error...
> >> The operation failed. If this continues, please contact your server
> >> administrator.
> >>
> >> Thanks,
> >>
> >> Shikha
> >>
> >> "Stefan B Rusynko" wrote:
> >>
> >> > 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
> >> >
> >> >
> >> >
> >> > --
> >> >
> >> > _____________________________________________
> >> > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> >> > "Warning - Using the F1 Key will not break anything!" (-;
> >> > To find the best Newsgroup for FrontPage support see:
> >> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> >> > _____________________________________________
> >> >
> >> >
> >> > "shikha" <(E-Mail Removed)> wrote in message
> >> > news:A496D626-D5C6-4668-86FA-(E-Mail Removed)...
> >> > | Hi,
> >> > |
> >> > | My website was working all fine, until all of a sudden got the error
> >> > |
> >> > | Database Results Error
> >> > | The operation failed. If this continues, please contact your server
> >> > | administrator.
> >> > |
> >> > | Looked at the knowledge base http://support.microsoft.com/kb/898721
> >> > | All I did was saved my files again and everything worked fine. My
> >> > co-worker
> >> > | also publishes file to the same site, and when he does it, it gives
> >> > the same
> >> > | error again.
> >> > | Tried saving the files again, but still no fix. Any suggestion to
> >> > what we
> >> > | could be doing wrong?
> >> > |
> >> > | Any help will be greatly appreciated!
> >> > |
> >> > | Thanks,
> >> > |
> >> > | Shikha
> >> >
> >> >
> >> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Send to results in Operation Failed Jackie L Microsoft Outlook Discussion 0 13th May 2010 03:58 PM
Re: Operation Failed or Operation aborted error messages when trying to add business note Larry Microsoft Outlook BCM 0 5th Oct 2005 11:26 PM
Re: Operation Failed or Operation aborted error messages when trying to add business note Luther Microsoft Outlook BCM 0 5th Oct 2005 02:49 AM
Database Splitter results in Illegal Operation ScottB Microsoft Access Form Coding 4 20th May 2004 10:36 PM
Operation Failed.. Database FP2003 TV12 Webmaster Microsoft Frontpage 5 18th May 2004 03:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:46 AM.