PerformancePoint ListPpsTrustedDataSourceLocations. aspx. The server tag is not well formed.

Hi,

When I go to Central Administration and to PerformancePoint Application and then try to access the two options Trusted Data Source Locations and Trusted Content Locations I get the following errors:

An error occurred during the processing of /_admin/ListPpsTrustedDataSourceLocations.aspx. The server tag is not well formed.

An error occurred during the processing of /_admin/ListPpsTrustedContentLocations.aspx. The server tag is not well formed.

The SharePoint environment is up to date.

Any help would be great!

November 27th, 2012 8:11am

Hi,

I tried your links suggestions but did not work. Still get the same error.

Thanks for the help.

November 27th, 2012 9:10am

Did you restart the IIS after making above changes in config file? If not then do it. lLso have you looked at SPlog file for more information about this error? This error should go away after make that change in config so please look at SPlog file as well.

Let us know your result

Free Windows Admin Tool Kit Click here and download it now
November 27th, 2012 11:17am

I did do a IISReset but still got the error. Then to make sure restarted the whole server, but still same error.

Here are the SPLogs entries:

Name=Request (GET:http://nmbm-sp:2010/_admin/ListPpsTrustedDataSourceLocations.aspx?appid=a60596bd-25d0-49ea-9985-684f07cec5ec)

System.Web.HttpException: The server tag is not well formed.   
 at System.Web.UI.TemplateParser.ProcessError(String message)    
 at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)    
 at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)

Leaving Monitored Scope (Request (GET:http://nmbm-sp:2010/_admin/ListPpsTrustedDataSourceLocations.aspx?appid=a60596bd-25d0-49ea-9985-684f07cec5ec)). Execution Time=14.4758

Here are the entries in web.config for Central Administration:

<PageParserPaths>
  <PageParserPath VirtualPath="/_admin/ListPpsTrustedDataSourceLocations.aspx" CompilationMode="Always" AllowServerSideScript="true" />
  <PageParserPath VirtualPath="/_admin/ListPpsTrustedContentLocations.aspx" CompilationMode="Always" AllowServerSideScript="true" />
</PageParserPaths>

Hope this helps!

November 27th, 2012 11:50am

Found the problem in the files located in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\TEMPLATE\ADMIN:

ListPpsTrustedContentLocations.aspx
ListPpsTrustedDataSourceLocations.aspx

If you view the aspx code for each file look for the first entry of

<wssawc:MenuItemTemplate runat="server"

the property ClientOnClickScript value is not in quotes.

Wrong code:

<wssawc:MenuItemTemplate runat="server" 
id="editMenuItemTemplate" 
Text="<%$Resources:PpsAdminUIStrings, TrustedDataSources_GridEdit%>"
ImageUrl="/_layouts/images/edititem.gif"
ClientOnClickScript= EditTrustedLocationsDialog('%EDITURL%') />

Right code:

<wssawc:MenuItemTemplate runat="server" 
id="editMenuItemTemplate" 
Text="<%$Resources:PpsAdminUIStrings, TrustedDataSources_GridEdit%>"
ImageUrl="/_layouts/images/edititem.gif"
ClientOnClickScript="EditTrustedLocationsDialog('%EDITURL%')" />

Free Windows Admin Tool Kit Click here and download it now
November 27th, 2012 1:29pm

I don't think this is it so I am not going to change that code. .  I have two farms both have the exact same asp.net code on that page.  One farm has the error but the other does not.  
July 7th, 2015 6:35pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics