Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 830974 - Last Review: February 5, 2007 - Revision: 3.5
You receive the "An error occurred while processing the data for this request" error message when you click a Data View Web Part link
When you click a link that connects to a Data View Web Part,
you may receive the following error message:
An error
occurred while processing the data for this request. Contact the server
administrator for more information
This issue may occur if all the following conditions are
true:
- Your page contains a Data View Web Part that is based on
data that uses absolute URLs.
- These URLs are used as the provider for a connection to
another Web Part on the same page.
- The connection passes parameters that are based on the file
name to modify the second Data View.
To work around this issue, open the page in Microsoft
Office FrontPage 2003 by using code view, and remove the
InputFile ParameterBinding default value. To do this, follow these steps:
- Locate the following code:
<ParameterBinding Name="InputFile" Location="Connection" DefaultValue="File_Name"/>
(Where File_Name is the name of the file
associated with the second Data View Web Part). - Remove the InputFile ParameterBinding default value so that the code looks similar to the following:
<ParameterBinding Name="InputFile" Location="Connection" DefaultValue=""/>
- Save the Web page.
APPLIES TO
- Microsoft Office FrontPage 2003
- Microsoft Office SharePoint Portal Server 2003
- Microsoft Windows SharePoint Services 2.0
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate
|
Xerxel
|
Reported as Irrelevant
|
| Written:
11/2/2004 2:16 PM |
|
|
|
Billal
|
Reported as Irrelevant
|
| Written:
8/16/2005 7:34 AM |
|
|