You Receive an "Error Occurred While Processing Data for This Request..." Error Message When You Try to Access a Page on Your Windows SharePoint Services Web Site (827395)
The information in this article applies to:
- Microsoft Windows SharePoint Services, when used with:
- Microsoft Office FrontPage 2003
SYMPTOMSWhen you try to access a Web page on your Windows SharePoint Services Web site, you may receive the following error message: An error occurred while processing data for this request. Contact the server administrator for more information CAUSEThis problem may occur if all the following conditions are true: This problem occurs when you open your Windows SharePoint Services Web site in Microsoft FrontPage and rename the XML file that is used as a data source for the Data View. Even though you click Yes when you are prompted to update the Web pages that have hyperlinks to the XML file, the DefaultValue setting in the following line of code of the Web pages are not updated correctly to the new name of the XML file:
<ParameterBinding Name="InputFile" Location="Connection" DefaultValue="XMLFileName.xml"/> WORKAROUNDTo work around this problem, follow these steps to manually update the DefaultValue setting in the following line of code of the Web pages:
<ParameterBinding Name="InputFile" Location="Connection" DefaultValue="XMLFileName.xml"/> - Start FrontPage, and then open your Windows SharePoint Services Web site.
- On the Folder List, double-click the Web page that contains the Data View.
- On the View menu, click Page (if it is not already selected), and then at the bottom of the page, click Code.
- Locate the following line of code, where XMLFileName.xml is the name of the XML file:
<ParameterBinding Name="InputFile" Location="Connection" DefaultValue="XMLFileName.xml"/> Note You may want to use the Find and Replace tool to perform this step. When you use the Find and Replace tool, you can quickly locate and replace the name of the XML file on all Web pages on your Windows SharePoint Services Web site that contain the Data View. To use the Find and Replace tool, right-click an empty area at the top of the page, and then click Find. - Replace XMLFileName.xml with the correct name of the XML file.
- On the File menu, click Save.
- Quit FrontPage.
STATUS
Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 7/27/2006 |
---|
Keywords: | kberrmsg kbpending kbBug KB827395 kbAudEndUser kbAudITPRO |
---|
|