Unable to Activate Reporting Feature
Whenever I try to activate "Reporting" Feature in Site Collection Feature, there is an error:
The URL 'Reporting Templates/audit.xml' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web. at Microsoft.SharePoint.Library.SPRequestInternalClass.PutFile(String
bstrUrl, String bstrWebRelativeUrl, Object varFile, PutFileOpt PutFileOpt, String bstrCreatedBy, String bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object varTimeCreated, Object varTimeLastModified, Object varProperties, String bstrCheckinComment,
UInt32& pdwVirusCheckStatus, String& pVirusCheckMessage)
at Microsoft.SharePoint.Library.SPRequest.PutFile(String bstrUrl, String bstrWebRelativeUrl, Object varFile, PutFileOpt PutFileOpt, String bstrCreatedBy, String bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object varTimeCreated,
Object varTimeLastModified, Object varProperties, String bstrCheckinComment, UInt32& pdwVirusCheckStatus, String& pVirusCheckMessage)
I have checked Features/Reporting/Templates/audit.xml and the file exists, and doesn't seem to have any issue.
November 11th, 2010 10:26pm
did you try to activate feature using stsadm command.
stsadm -o activatefeature -name <name of feature> -URL <url of site> -force (http://technet.microsoft.com/en-us/library/cc288160(office.12).aspx)
hope this help
thanks
-wsSharePoint administrator, MCTS,MCITP
Free Windows Admin Tool Kit Click here and download it now
November 12th, 2010 10:19am
did you try to activate feature using stsadm command.
stsadm -o activatefeature -name <name of feature> -URL <url of site> -force (http://technet.microsoft.com/en-us/library/cc288160(office.12).aspx)
hope this help
thanks
-wsSharePoint administrator, MCTS,MCITP
November 12th, 2010 10:19am
I try to use stsadm -o activatefeature -name Reporting -url http://[site] -force.
However, there is error: "The farm is unavailable".
I have checked that the site is available and accessible..
UPDATE: I just realized that I have used wrong account to execute the command. I notice there is error when running the command:
ERR 15.11.10 11:45:54.979 ... Dsh::getHostAndAidObject dsh.cxx-14903 unknown arc
hive id 'archive1'
Operation completed successfully.
I checked through the Feature page, it's activated. Thanks.
However, when I try to run Audit Log Reports. I get another error:
Object reference not set to an instance of an object. at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.RunReports.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Any idea?
Free Windows Admin Tool Kit Click here and download it now
November 14th, 2010 10:49pm
I try to use stsadm -o activatefeature -name Reporting -url http://[site] -force.
However, there is error: "The farm is unavailable".
I have checked that the site is available and accessible..
UPDATE: I just realized that I have used wrong account to execute the command. I notice there is error when running the command:
ERR 15.11.10 11:45:54.979 ... Dsh::getHostAndAidObject dsh.cxx-14903 unknown arc
hive id 'archive1'
Operation completed successfully.
I checked through the Feature page, it's activated. Thanks.
However, when I try to run Audit Log Reports. I get another error:
Object reference not set to an instance of an object. at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.RunReports.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Any idea?
November 14th, 2010 10:49pm