Hi,
We are using CRM 2015 with Rollup 0.1 installed on it.
On same server we had installed Rollup 0.2 and due to some issue wtith script we had uninstalled Rollup 0.2
And now we are unable to install CRM Client for Outlook, earlier it was working fine.
Below is the Client logs and we face the same issue for every Client:
14:13:40| Info| === Microsoft Dynamics CRM for Outlook Configuration Wizard logging started: 01/12/2015 14:13:40 ===
14:13:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ClientConfig.Initialize
14:13:40| Info| Client Configuration Wizard Version : 7.0.0001.0129
14:13:40| Info| Client Configuration Wizard LanguageID : 1033
14:13:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.Validator.IsOutlookInitialized
14:13:40| Info| Query all rows in profile table
14:13:40| Info| Outlook is initialized
14:13:40|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.Validator.IsOutlookInitialized
14:13:40| Info| Client Configuration Wizard Running Mode : Normal
14:13:45| Info| Configuration file Type : OnPremise.
14:13:45|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.MainForm.MainForm
14:13:45|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.ConfigInfo
14:13:45|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetAllCRMOrgsInOutlookProfile
14:13:47| Info| Logon mapi store
14:13:47| Info| Logon admin service
14:13:47|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
14:13:47| Info| Query all rows in msg service table
14:13:47|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
14:13:48|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.CleanUpDatastoreIfNeeded
14:13:48|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.CleanUpDatastoreIfNeeded
14:13:48|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.ConfigInfo
14:13:48|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.MainForm.MainForm
14:13:48|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.MainForm.MainForm_Shown
14:13:48|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.MainForm.AddServer
14:13:48|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ServerForm.ServerForm
14:13:48|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm.ServerForm
14:13:48|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ServerForm.SetUIData
14:13:48|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm.LoadAvailableUrls
14:13:48|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm.LoadAvailableUrls
14:13:48|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm.SetUIData
14:13:59|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ServerForm._serverUrlConnectButton_Click
14:13:59|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ServerForm.TestConnection
14:13:59|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm.TestConnection
14:13:59|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm._serverUrlConnectButton_Click
14:13:59|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ServerForm.RunEnvironmentDiagnostics
14:13:59|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.DiagnosticEngine.Run(Environment)
14:13:59|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.LocalTimeDiagnostic.ExecuteInternal
14:14:01| Info| Current UTC date/time from domain.local: 12/01/2015 13:14:01
14:14:01| Info| NetApiStatus for NetApiBufferFree: 0
14:14:01| Info| Client UTC Date/Time: 12/01/2015 13:14:01
14:14:01| Info| Difference (in minutes) between client time and actual time: 0.00094703
14:14:01|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.LocalTimeDiagnostic.ExecuteInternal
14:14:01|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.DiagnosticEngine.Run(Environment)
14:14:01|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm.RunEnvironmentDiagnostics
14:14:01| Info| Attempting IFD org service connection.
14:14:01| Info| Non-https scheme found, trying with https scheme.
14:14:02| Info| Error connecting to URL: {0} Exception: {1}| servername/.../Organization.svc, System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: The handshake failed due to an unexpected packet format.
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.TlsStream.CallProcessAuthentication(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.ConnectStream.WriteHeaders(Boolean async)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.Crm.Outlook.ClientAuth.ClientAuthProvidersFactory`1.<>c__DisplayClass9.<DiscoverAuthority>b__0()
at Microsoft.ExceptionHelper.ExceptionFilter.TryFilter[TEx](Action body, Predicate`1 filter, Action`1 catchClause)
at Microsoft.Crm.Outlook.ClientAuth.ClientAuthProvidersFactory`1.DiscoverAuthority(Uri webEndPointForService)
at Microsoft.Crm.Outlook.ClientAuth.ClientAuthProvidersFactory`1.DiscoverOAuthUsingBearerChallenge(Uri webEndPointForService, Uri webEndPoint)
at Microsoft.Crm.Outlook.ClientAuth.ClientAuthProvidersFactory`1.GetAuthProviderForDeployment(Uri endPoint, Uri webEndPoint)
at Microsoft.Crm.Application.Outlook.Config.DeploymentsInfo`1.DeploymentInfo`1.ValidateAuthProvider()
at Microsoft.Crm.Application.Outlook.Config.DeploymentsInfo`1.SortAndValidateDeployments()
14:14:02| Info| IFD org service connection failed. Exception: {0}| The underlying connection was closed: An unexpected error occurred on a send.
14:14:02| Info| Attempting IFD discovery service connection.
14:14:02| Info| Fill organization comboBox with server information.
14:14:02|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ServerForm._okButton_Click
14:14:02|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerForm._okButton_Click
14:14:02|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ServerInfo.RunServerDiagnostics
14:14:02|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.DiagnosticEngine.Run(CrmServer)
14:14:02|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.UserLicenseDiagnostic.ExecuteInternal
14:14:02|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.UserLicenseDiagnostic.ExecuteInternal
14:14:02|Verbose| Method entry: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.ClientCompatibilityDiagnostic.ExecuteInternal
14:14:02| Info| Client Compatibility result: 0
14:14:02| Info| Client is compatible with the server
14:14:02|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.ClientCompatibilityDiagnostic.ExecuteInternal
14:14:02|Verbose| Method exit: Microsoft.Crm.Application.Outlook.ConfigDiagnostics.DiagnosticEngine.Run(CrmServer)
14:14:02|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ServerInfo.RunServerDiagnostics
14:14:02|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Execute
14:14:02|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.GetActionList
14:14:02| Info| Action type : Add.
14:14:02| Info| Add GlobalRepositoryConfigurator.
14:14:02| Info| Add AddinConfigurator.
14:14:02| Info| Add OrganizationRepositoryConfigurator.
14:14:02| Info| Add PrimaryConfigurator.
14:14:02| Info| Add OutlookConfigurator.
14:14:02| Info| Add FinalConfiguratorConfigurator.
14:14:02|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.GetActionList
14:14:02| Info| Get action list.
14:14:02| Info| Get action total progress : 55.
14:14:02|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.GetActionEntry
14:14:02| Info| Action command type : Add.
14:14:02|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Configure
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Configure
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
14:14:07| Info| Deleted user application files.
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetConfigurationRegistryValuesAction
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetClientRegistryDefaultSettings
14:14:07| Info| Copied registry values created by setup in HKLM to HKCU on configuration
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetClientRegistryDefaultSettings
14:14:07| Info| Set default settings to client configuration.
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetLaptopClientRegistryValues
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.GetAspDotNetPath
14:14:07| Info| ASP Net version key name : Software\Microsoft\ASP.NET\4.0.30319.0
14:14:07| Info| ASP Net install path : C:\Windows\Microsoft.NET\Framework\v4.0.30319\
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.GetAspDotNetPath
14:14:07| Info| Created Crm allow list key.
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetLaptopClientRegistryValues
14:14:07| Info| Set laptop client registry key values.
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetPlatformRootAction
14:14:07| Info| No extended chars in servername/.../Organization.svc were found. No need for short naming.
14:14:07| Info| Set platform root registry keys.
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetPlatformRootAction
14:14:07| Info| Set platform root key value.
14:14:07| Info| Set user id registry key.
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.SetConfigurationRegistryValuesAction
14:14:07| Info| Set configuration registry key values.
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.AddSQMRegkeysAndDirectory
14:14:07| Info| Added SQM registry keys.
14:14:07| Info| Added SQM queue directory.
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.AddSQMRegkeysAndDirectory
14:14:07| Info| Added SQM registry key values and directory.
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Configure
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Configure
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetCrmRibbonAddinRegistryValuesAction
14:14:07| Info| Enabled the crm ribbon addin keys under Software\Microsoft\Office\Outlook\Addins\crmaddin.RibbonAddin
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
14:14:07| Info| Deleted the resiliency keys under Software\Microsoft\Office
14:14:07| Info| Deleted the resiliency keys under Software\Microsoft\Office
14:14:07| Info| Deleted the resiliency keys under Software\Microsoft\Office
14:14:07| Info| Deleted the resiliency keys under Software\Microsoft\Office
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetCrmRibbonAddinRegistryValuesAction
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetFixedRegistryValuesAction
14:14:07| Info| Registered the form region for IPM.Note in Office registry hive.
14:14:07| Info| Registered the form region for IPM.Appointment in Office registry hive.
14:14:07| Info| Registered the form region for CRM.Task in Office registry hive.
14:14:07| Info| Registered the form region for CRM.Contact in Office registry hive.
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.SetFixedRegistryValuesAction
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.CreateIntegrationKey
14:14:07| Info| Created Crm integrate key.
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.CreateIntegrationKey
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Configure
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Configure
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.SetContextValues
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.SetContextValues
14:14:07| Info| Set org-based registry values.
14:14:07|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Configure
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.Configure
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.SetPrimaryContextValues
14:14:07|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.SetPrimaryOrg
14:14:08|Verbose| Method entry: Microsoft.Crm.Application.SMWrappers.MapiConfigHelper.UpdateMailboxConfigFolder
14:14:08|Verbose| Method entry: Microsoft.Crm.Application.SMWrappers.MapiConfigHelper.OpenMapiSession
14:14:10|Verbose| Method entry: Microsoft.Crm.Application.SMWrappers.MapiConfigHelper.GetCrmOrgMailboxConfigFolder
14:14:10|Verbose| Method entry: Microsoft.Crm.Application.SMWrappers.MapiConfigHelper.OpenTaskFolder
14:14:11| Info| A default mailbox is found and opened.
14:14:11| Info| Found and opened the default inbox.
14:14:11|Verbose| Method exit: Microsoft.Crm.Application.SMWrappers.MapiConfigHelper.OpenTaskFolder
14:14:11|Verbose| Method exit: Microsoft.Crm.Application.SMWrappers.MapiConfigHelper.GetCrmOrgMailboxConfigFolder
14:14:11|Verbose| Method entry: Microsoft.Crm.Application.SMWrappers.MapiConfigHelper.SetConfigFolderProps
14:14:11|Verbose| Method exit: Microsoft.Crm.Application.SMWrappers.MapiConfigHelper.SetConfigFolderProps
14:14:11|Verbose| Method exit: Microsoft.Crm.Application.SMWrappers.MapiConfigHelper.OpenMapiSession
14:14:11|Verbose| Method exit: Microsoft.Crm.Application.SMWrappers.MapiConfigHelper.UpdateMailboxConfigFolder
14:14:11|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.SetPrimaryOrg
14:14:11|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.SetPrimaryContextValues
14:14:11| Info| Set Primary Org values.
14:14:11|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.PrimaryConfigurator.Configure
14:14:11|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Configure
14:14:11|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.DeleteV4CrmDatastore
14:14:13| Info| Logon mapi store
14:14:13| Info| Logon admin service
14:14:13|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetCrmStoreServiceId
14:14:13|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
14:14:13| Info| Query all rows in msg service table
14:14:13|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
14:14:13|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetCrmStoreServiceId
14:14:13|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.DeleteV4CrmDatastore
14:14:13|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.InitializeMapiStoreForFirstTime
14:18:34| Error| Exception : An error has occurred. Try this action again. If the problem continues, check the Microsoft Dynamics CRM Community for solutions or contact your organization's Microsoft Dynamics CRM Administrator. Finally, you can contact Microsoft Support. at Microsoft.Crm.MapiStore.DataStore.WaitInitialized()
at Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.InitializeMapiStoreForFirstTime()
at Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Configure(IProgressEventHandler progressEventHandler)
at Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Configure(Object stateInfo)
14:18:34| Error| Exception : Server was unable to process request.
14:18:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Unconfigure
14:18:40|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Unconfigure
14:18:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Unconfigure
14:18:40|Warning| Error deleting file C:\Users\Username\AppData\Local\Microsoft\MSCRM\Client\df022d1e-c2da-4609-9330-8d06af1b5bcfFalse.sdf: The process cannot access the file 'C:\Users\Username\AppData\Local\Microsoft\MSCRM\Client\df022d1e-c2da-4609-9330-8d06af1b5bcfFalse.sdf' because it is being used by another process.. Marking it for the deletion upon the reboot.
14:18:40|Warning| Error deleting file C:\Users\Username\AppData\Local\Microsoft\MSCRM\Client\MetadataCache-df022d1e-c2da-4609-9330-8d06af1b5bcf.sdf: The process cannot access the file 'C:\Users\Username\AppData\Local\Microsoft\MSCRM\Client\MetadataCache-df022d1e-c2da-4609-9330-8d06af1b5bcf.sdf' because it is being used by another process.. Marking it for the deletion upon the reboot.
14:18:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.RemoveContextValues
14:18:40| Info| Delete org-based registry keys.
14:18:40|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.RemoveContextValues
14:18:40| Info| Remove org-based registry values.
14:18:40|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OrganizationRepositoryConfigurator.Unconfigure
14:18:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Unconfigure
14:18:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveFixedRegistryValuesAction
14:18:40| Info| Removed the form region for IPM.Note in Office registry hive.
14:18:40| Info| Removed the form region for IPM.Appointment in Office registry hive.
14:18:40| Info| Removed the form region for CRM.Task in Office registry hive.
14:18:40| Info| Removed the form region for CRM.Contact in Office registry hive.
14:18:40|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveFixedRegistryValuesAction
14:18:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveIntegrationKey
14:18:40|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveIntegrationKey
14:18:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmRibbonAddinRegistryValuesAction
14:18:40| Info| Removed the crm ribbon addin keys under Software\Microsoft\Office\Outlook\Addins\crmaddin.RibbonAddin
14:18:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
14:18:40| Info| Deleted the resiliency keys under Software\Microsoft\Office
14:18:40| Info| Deleted the resiliency keys under Software\Microsoft\Office
14:18:40| Info| Deleted the resiliency keys under Software\Microsoft\Office
14:18:40| Info| Deleted the resiliency keys under Software\Microsoft\Office
14:18:40|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmAddinOfficeResiliencyRegValuesAction
14:18:40|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.RemoveCrmRibbonAddinRegistryValuesAction
14:18:40|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.AddinConfigurator.Unconfigure
14:18:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Unconfigure
14:18:40|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.StopApplicationHosterAction
14:18:41|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.StopApplicationHosterAction
14:18:41| Info| Stopped application hoster.
14:18:41|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveApplicationhosterSettings
14:18:41| Info| Deleted Application hoster registry value.
14:18:41|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveApplicationhosterSettings
14:18:41| Info| Removed application hoster settings.
14:18:41|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
14:18:41|Warning| Error deleting file C:\Users\Username\AppData\Local\Microsoft\MSCRM\Client\CrmCache.sdf: The process cannot access the file 'C:\Users\Username\AppData\Local\Microsoft\MSCRM\Client\CrmCache.sdf' because it is being used by another process.. Marking it for the deletion upon the reboot.
14:18:41|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator+DeleteUserApplicationFilesAction.DeleteUserApplicationFilesAction
14:18:41| Info| Deleted user application files.
14:18:41|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveSQMRegkeysAndDirectory
14:18:41| Info| Removed SQM registry keys.
14:18:41| Info| Removed SQM queue directory.
14:18:41|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveSQMRegkeysAndDirectory
14:18:41| Info| Removed SQM registry key values and directory.
14:18:41|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveConfigurationRegistryValuesAction
14:18:41|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveLaptopClientRegistryValues
14:18:41| Info| Deleted Crm allow list key.
14:18:41|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveLaptopClientRegistryValues
14:18:41| Info| Removed Laptop client registry keys.
14:18:41|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.RemoveConfigurationRegistryValuesAction
14:18:41| Info| Removed Crm client registry keys.
14:18:41|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.GlobalRepositoryConfigurator.Unconfigure
14:18:41| Error| Failed to configure Microsoft Dynamics CRM for Outlook with Organization.
14:18:41|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Configure
14:18:41| Error| Exception : Cannot configure the organization for Microsoft Dynamics CRM for Outlook. Try to configure the organization again. If the problem persists, contact your system administrator. at Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Execute(ActionCommand command, ServerInfo serverInfo)
at Microsoft.Crm.Application.Outlook.Config.ServerForm.<InitializeBackgroundWorkers>b__4(Object sender, RunWorkerCompletedEventArgs e)
14:18:41| Error| Exception : Server was unable to process request. at Microsoft.Crm.MapiStore.DataStore.WaitInitialized()
at Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.InitializeMapiStoreForFirstTime()
at Microsoft.Crm.Application.Outlook.Config.OutlookConfigurator.Configure(IProgressEventHandler progressEventHandler)
at Microsoft.Crm.Application.Outlook.Config.ConfigEngine.Configure(Object stateInfo)
14:18:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.ConfigInfo
14:18:42|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetAllCRMOrgsInOutlookProfile
14:18:43| Info| Logon mapi store
14:18:43| Info| Logon admin service
14:18:43|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
14:18:43| Info| Query all rows in msg service table
14:18:43|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.OutlookCRMDatastoreInstaller.GetServiceIds
14:18:43|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.CleanUpDatastoreIfNeeded
14:18:43|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.CleanUpDatastoreIfNeeded
14:18:43|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ConfigInfo.ConfigInfo
14:18:44|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.MainForm.AddServer
14:18:44|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.MainForm.MainForm_Shown
14:18:45|Verbose| Method entry: Microsoft.Crm.Application.Outlook.Config.ClientConfig.Terminate
14:18:45| Info| Exit code: Default
14:18:45|Verbose| Method exit: Microsoft.Crm.Application.Outlook.Config.ClientConfig.Terminate
14:18:45| Info| === Microsoft Dynamics CRM for Outlook Configuration Wizard logging stopped: 01/12/2015 14:18:45 ===