Friday, February 4, 2011

AgilePoint Configuration List Column Names Corruption - $Resources:Column_xxxx

One of my clients run into this issue. The error 'No config item was found for category 'AgilePoint' and key 'ServerUrl'.' is found at the event viewer of the SharePoint machine (See detail error message below). Upon further inspection at the AgilePoint Configuration List, some of the column names in the list appear to be "$Resources:Column_xxxx" instead of the correct display names. See screen shot below.

This is due to the content files of the AgilePoint Configuration List feature are not copied properly during upgrade or deployment of the feature. Running the stsadm command of copyappbincontent shall fix this issue.

stsadm –o copyappbincontent

image

Event Viewer Log:

Event Type:        Error

Event Source:    Utility.GetAPWorkflowService()

Event Category:                None

Event ID:              0

Date:                     1/25/2011

Time:                     11:52:48 PM

User:                     N/A

Computer:          CORPSP03

Description:

Message: No config item was found for category 'AgilePoint' and key 'ServerUrl'.

StackTrace:    at Ascentn.SharePoint.SettingsList.AgilePointSettingsManager.GetValue(String application, String key, Guid siteId, Boolean bIgnoreErrors)

   at Ascentn.SharePoint.SettingsList.AgilePointSettingsManager.GetValue(String application, String key, Guid siteId)

   at Ascentn.SharePoint.Common.SPUtil.GetWorkflowService(Guid siteid)

Source: Ascentn.SharePoint.SettingsList

DETAILS:

System.Exception: No config item was found for category 'AgilePoint' and key 'ServerUrl'.

   at Ascentn.SharePoint.SettingsList.AgilePointSettingsManager.GetValue(String application, String key, Guid siteId, Boolean bIgnoreErrors)

   at Ascentn.SharePoint.SettingsList.AgilePointSettingsManager.GetValue(String application, String key, Guid siteId)

   at Ascentn.SharePoint.Common.SPUtil.GetWorkflowService(Guid siteid)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp

No comments:

Post a Comment