Posted
on Jun 3, 2011
(permalink)
Trying to set up Google Analytics and I see the DashboardPermissions.config file being created in the app_data/sitefinity/configuration folder, but it won't create the AnalysticsConfiguration.config file. I check the permissions on the folder, everything is correct and user has full control, I also tried created the AnalyticsConfiguration.config manually and the still same error. I can't get pass the Choose an account section "Save Button"
Error log:
Message: Analytics Module: System.IO.FileNotFoundException: Could not find file 'C:\web\Sitefinity\branches\SitefinityWebApp_4.1.1395.0\App_Data\Sitefinity\Configuration\AnalyticsConfiguration.config'.
File name: 'C:\web\Sitefinity\branches\SitefinityWebApp_4.1.1395.0\App_Data\Sitefinity\Configuration\AnalyticsConfiguration.config'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Telerik.Sitefinity.Analytics.Server.Infrastructure.Repositories.GoogleAnalyticsSettingsRepository.GetElementValue(String elementName)
at Telerik.Sitefinity.Analytics.Server.Infrastructure.Repositories.GoogleAnalyticsSettingsRepository.GetUsername()
at Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.StartupChecker.PerformApplicationStartupChecklist(Boolean useBackupFiles)