Quantcast
Channel: SharePoint 2010 - Setup, Upgrade, Administration and Operations forum
Viewing all 13778 articles
Browse latest View live

User Profile Sync Provision Failure

$
0
0

Hello,

I have provisioned a farm with two servers (SQL and everything else) using the autospinstaller script. Everything went fine, with no errors, but the User PRofile Synchronization Service could not be started.

I cannot start the UPS. The ULS seems to indicate it starts fine, but then it encounters a System.IO.FileNotFoundException, and then it encounters a System.NullReferenceException. No entries are made in the Windows Application log. No further attempts are made to start the service.

ProfileSynchronizationService: Provisioning TImer Job encountered an exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ResourceManagement, Version=4.0.2450.47, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.  File name: 'Microsoft.ResourceManagement, Version=4.0.2450.47, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
 at Microsoft.Office.Server.UserProfiles.UserProfileConfigManager.InitializeIlmClient(String ILMMachineName, Int32 FIMWebClientTimeOut)
 at Microsoft.Office.Server.Administration.UserProfileApplication.SetupSynchronizationService(ProfileSynchronizationServiceInstance profileSyncInstance)
 at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)    WRN: Assembly binding logging is turned OFF.  To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.  Note: There is some performance penalty associated with assembly bind failure logging.  To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Could not delete ilmPassword object of Id '2352a203-7c8a-4e66-a397-2a0f31a508b1', Exception System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.Office.Server.Administration.UserProfileApplication.ResetILMFlags().

I am running on Server 2008 R2, with Sharepoint 2010 SP1 upgraded to February 2012 CU; OWA and ForeFront installed.

Full log:

09/05/2012 17:18:47.04	w3wp.exe (0x02C4)	0x115C	SharePoint Foundation	Logging Correlation Data	xmnv	Medium	Name=Request (POST:http://sharepoint:2010/_layouts/ProfileSynchronizationServiceProvisionPage.aspx?ProfileSynchronizationServiceInstanceId=847f5128-7df5-4411-8aa2-640d38758655)	276ebe25-4e0e-4779-9b73-0ab966c764fb
09/05/2012 17:18:47.05	w3wp.exe (0x02C4)	0x115C	SharePoint Foundation	Logging Correlation Data	xmnv	Medium	Site=/	276ebe25-4e0e-4779-9b73-0ab966c764fb
09/05/2012 17:18:47.10	w3wp.exe (0x02C4)	0x115C	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationServiceInstance. Version: 18160 Ensure: False, HashCode: 33331245, Id: 847f5128-7df5-4411-8aa2-640d38758655, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileSynchronizationServiceProvisionPage.ButtonOK_Click(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.OnClick(EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at ASP._layouts_profilesynchronizationserviceprovisionpage_aspx.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)	276ebe25-4e0e-4779-9b73-0ab966c764fb
09/05/2012 17:18:47.32	w3wp.exe (0x02C4)	0x115C	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject UserProfileApplication Name=User Profile Service Application. Version: 18166 Ensure: False, HashCode: 22618271, Id: 343e5196-c630-4652-83e3-c732b5cecce5, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.ResetILMFlags()     at Microsoft.Office.Server.Administration.UserProfileApplication.SetSynchronizationMachine(String strSyncMachineAddress, Guid profileSyncInstanceId, String ilmUserNameInput, String ilmPasswordInput)     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileSynchronizationServiceProvisionPage.ButtonOK_Click(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.OnClick(EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at ASP._layouts_profilesynchronizationserviceprovisionpage_aspx.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)	276ebe25-4e0e-4779-9b73-0ab966c764fb
09/05/2012 17:18:47.54	w3wp.exe (0x02C4)	0x115C	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationServiceInstance. Version: 18219 Ensure: False, HashCode: 34553470, Id: 847f5128-7df5-4411-8aa2-640d38758655, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.Office.Server.Administration.UserProfileApplication.SetSynchronizationMachine(String strSyncMachineAddress, Guid profileSyncInstanceId, String ilmUserNameInput, String ilmPasswordInput)     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileSynchronizationServiceProvisionPage.ButtonOK_Click(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.OnClick(EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at ASP._layouts_profilesynchronizationserviceprovisionpage_aspx.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)	276ebe25-4e0e-4779-9b73-0ab966c764fb
09/05/2012 17:18:47.68	w3wp.exe (0x02C4)	0x115C	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject SPEncryptedString Name=ilmPassword_fcea76af-b2bd-4b26-b593-c775f0bd6692. Version: -1 Ensure: False, HashCode: 15398446, Id: aa6e5399-5510-4126-bb9d-76fc718cc1ad, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPEncryptedString.UpdateSecureStringValue(SecureString value)     at Microsoft.Office.Server.Administration.UserProfileApplication.SetSynchronizationMachine(String strSyncMachineAddress, Guid profileSyncInstanceId, String ilmUserNameInput, String ilmPasswordInput)     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileSynchronizationServiceProvisionPage.ButtonOK_Click(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.OnClick(EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at ASP._layouts_profilesynchronizationserviceprovisionpage_aspx.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)	276ebe25-4e0e-4779-9b73-0ab966c764fb
09/05/2012 17:18:47.88	w3wp.exe (0x02C4)	0x115C	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject UserProfileApplication Name=User Profile Service Application. Version: 18221 Ensure: False, HashCode: 22618271, Id: 343e5196-c630-4652-83e3-c732b5cecce5, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.SetSynchronizationMachine(String strSyncMachineAddress, Guid profileSyncInstanceId, String ilmUserNameInput, String ilmPasswordInput)     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileSynchronizationServiceProvisionPage.ButtonOK_Click(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.OnClick(EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at ASP._layouts_profilesynchronizationserviceprovisionpage_aspx.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)	276ebe25-4e0e-4779-9b73-0ab966c764fb
09/05/2012 17:18:48.05	w3wp.exe (0x02C4)	0x115C	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ILMProfileSynchronizationJob Name=User Profile Service Application_ProfileSynchronizationJob. Version: 18136 Ensure: False, HashCode: 16326354, Id: b9fff449-09b7-4430-8d63-d37e7aa221b1, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPJobDefinition.Update()     at Microsoft.SharePoint.Administration.SPJobDefinition.RunNow()     at Microsoft.Office.Server.Administration.UserProfileApplication.StartILMProfileSynchronizationJob()     at Microsoft.Office.Server.Administration.UserProfileApplication.SetSynchronizationMachine(String strSyncMachineAddress, Guid profileSyncInstanceId, String ilmUserNameInput, String ilmPasswordInput)     at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.ProfileSynchronizationServiceProvisionPage.ButtonOK_Click(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.OnClick(EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at ASP._layouts_profilesynchronizationserviceprovisionpage_aspx.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)	276ebe25-4e0e-4779-9b73-0ab966c764fb
09/05/2012 17:18:48.18	w3wp.exe (0x02C4)	0x115C	SharePoint Foundation	Monitoring	b4ly	Medium	Leaving Monitored Scope (Request (POST:http://sharepoint:2010/_layouts/ProfileSynchronizationServiceProvisionPage.aspx?ProfileSynchronizationServiceInstanceId=847f5128-7df5-4411-8aa2-640d38758655)). Execution Time=1129.0066195564	276ebe25-4e0e-4779-9b73-0ab966c764fb
09/05/2012 17:19:00.87	OWSTIMER.EXE (0x18B0)	0x17A0	SharePoint Foundation	Monitoring	nasq	Medium	Entering monitored scope (Timer Job User Profile Service Application_LanguageSynchronizationJob)	7ae4e67f-9b03-4298-8da4-64d1fe1a45eb
09/05/2012 17:19:00.91	OWSTIMER.EXE (0x18B0)	0x17A0	SharePoint Portal Server	User Profiles	ojwk	High	User Profile Application: Begin synchronizing profile property display names for language lcid = '1033'.	7ae4e67f-9b03-4298-8da4-64d1fe1a45eb
09/05/2012 17:19:00.91	OWSTIMER.EXE (0x18B0)	0x17A0	SharePoint Portal Server	User Profiles	ojwl	High	User Profile Application: Done synchronizing profile property display names for language lcid = '1033'.	7ae4e67f-9b03-4298-8da4-64d1fe1a45eb
09/05/2012 17:19:00.91	OWSTIMER.EXE (0x18B0)	0x17A0	SharePoint Foundation	Monitoring	b4ly	Medium	Leaving Monitored Scope (Timer Job User Profile Service Application_LanguageSynchronizationJob). Execution Time=51.0986731553871	7ae4e67f-9b03-4298-8da4-64d1fe1a45eb
09/05/2012 17:19:18.13	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Monitoring	nasq	Medium	Entering monitored scope (Timer Job ProfileSynchronizationSetupJob)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:18.15	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationServiceInstance. Version: 18223 Ensure: False, HashCode: 58789124, Id: 847f5128-7df5-4411-8aa2-640d38758655, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:18.32	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Portal Server	User Profiles	erx1	Medium	Provisioning service instance User Profile Synchronization Service.	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:18.32	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationServiceInstance. Version: 18239 Ensure: False, HashCode: 58789124, Id: 847f5128-7df5-4411-8aa2-640d38758655, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.Office.Server.Administration.ProfileSynchronizationServiceInstance.Provision()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:18.79	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	7041	Information	The credentials used for the windows service "FIMSynchronizationService" were updated by XACT\spfarmacc.	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:18.79	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationServiceInstance. Version: 18241 Ensure: False, HashCode: 58789124, Id: 847f5128-7df5-4411-8aa2-640d38758655, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPServiceInstance.Provision()     at Microsoft.Office.Server.Administration.ProfileSynchronizationServiceInstance.Provision()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:18.90	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Portal Server	User Profiles	erx2	Medium	The service instance User Profile Synchronization Service is successfully provisioned.	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:18.90	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationSetupJob Name=ProfileSynchronizationSetupJob. Version: 18233 Ensure: False, HashCode: 39172664, Id: 25966cf5-1f98-4402-86a4-392cd296da19, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPJobDefinition.Update()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:18.94	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationServiceInstance. Version: 18243 Ensure: False, HashCode: 58789124, Id: 847f5128-7df5-4411-8aa2-640d38758655, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:19.77	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject UserProfileApplication Name=User Profile Service Application. Version: 18235 Ensure: False, HashCode: 63195231, Id: 343e5196-c630-4652-83e3-c732b5cecce5, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.Update()     at Microsoft.SharePoint.Administration.SPServiceApplication.SetAdministrationAccessControl(SPCentralAdministrationSecurity security)     at Microsoft.Office.Server.Administration.UserProfileApplication.SetAdministrationAccessControl(SPCentralAdministrationSecurity security)     at Microsoft.Office.Server.Administration.UserProfileApplication.SetupSynchronizationService(ProfileSynchronizationServiceInstance profileSyncInstance)     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:19.87	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Portal Server	User Profiles	0000	Medium	SetupSynchronizationService :: Sync DB failover Check :: databaseServerMiis = SP2010	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:19.87	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Portal Server	User Profiles	0000	Medium	SetupSynchronizationService :: Sync DB failover Check :: originalSyncConnectionString = Data Source=SP2010;Initial Catalog=XACTSP_Sync;Integrated Security=True;Enlist=False;Connect Timeout=15	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:19.87	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Portal Server	User Profiles	0000	Medium	SetupSynchronizationService :: Sync DB failover Check::  originalSyncConnectionDataSource = SP2010	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:19.96	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Portal Server	User Profiles	0000	Medium	SetupSynchronizationService :: Sync DB failover Check :: new datasource string on connection object = SP2010	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:19.96	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Portal Server	User Profiles	erx9	High	ProfileSynchronizationService: Provisioning TImer Job encountered an exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ResourceManagement, Version=4.0.2450.47, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.  File name: 'Microsoft.ResourceManagement, Version=4.0.2450.47, Culture=neutral, PublicKeyToken=31bf3856ad364e35'     at Microsoft.Office.Server.UserProfiles.UserProfileConfigManager.InitializeIlmClient(String ILMMachineName, Int32 FIMWebClientTimeOut)     at Microsoft.Office.Server.Administration.UserProfileApplication.SetupSynchronizationService(ProfileSynchronizationServiceInstance profileSyncInstance)     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)    WRN: Assembly binding logging is turned OFF.  To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.  Note: There is some performance penalty associated with assembly bind failure logging.  To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:19.96	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationServiceInstance. Version: 18247 Ensure: False, HashCode: 58789124, Id: 847f5128-7df5-4411-8aa2-640d38758655, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.05	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Portal Server	User Profiles	erx5	Medium	Unprovisioning service instance User Profile Synchronization Service.	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.12	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationServiceInstance. Version: 18251 Ensure: False, HashCode: 58789124, Id: 847f5128-7df5-4411-8aa2-640d38758655, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPWindowsServiceInstance.Unprovision()     at Microsoft.Office.Server.Administration.ProfileSynchronizationServiceInstance.UnprovisionInternal()     at Microsoft.Office.Server.Administration.ProfileSynchronizationServiceInstance.Unprovision()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.18	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationServiceInstance. Version: 18253 Ensure: False, HashCode: 58789124, Id: 847f5128-7df5-4411-8aa2-640d38758655, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.Office.Server.Administration.ProfileSynchronizationServiceInstance.UnprovisionInternal()     at Microsoft.Office.Server.Administration.ProfileSynchronizationServiceInstance.Unprovision()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.21	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Portal Server	User Profiles	erx6	Medium	The service instance User Profile Synchronization Service is successfully unprovisioned.	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.21	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8dyx	High	Deleting the SPPersistedObject, SPEncryptedString Name=ilmPassword_fcea76af-b2bd-4b26-b593-c775f0bd6692.	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.27	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject UserProfileApplication Name=User Profile Service Application. Version: 18249 Ensure: False, HashCode: 57661041, Id: 343e5196-c630-4652-83e3-c732b5cecce5, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.ResetILMFlags()     at Microsoft.Office.Server.Administration.ProfileSynchronizationServiceInstance.Unprovision()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.34	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	b9h6	Medium	The configuration database was queried for a non-existent object with the id aa6e5399-5510-4126-bb9d-76fc718cc1ad. Most commonly, this is caused by removing an SPFeatureDefinition without writing upgrade code to remove references to the feature from each site.	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.34	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Portal Server	User Profiles	g1wf	High	Could not delete ilmPassword object of Id 'aa6e5399-5510-4126-bb9d-76fc718cc1ad', Exception System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.Office.Server.Administration.UserProfileApplication.ResetILMFlags().	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.37	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject UserProfileApplication Name=User Profile Service Application. Version: 18249 Ensure: False, HashCode: 63195231, Id: 343e5196-c630-4652-83e3-c732b5cecce5, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.ResetILMFlags()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.41	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	75bd	High	UpdatedConcurrencyException: The object UserProfileApplication Name=User Profile Service Application was updated by another user.  Determine if these changes will conflict, resolve any differences, and reapply the second change.  This error may also indicate a programming error caused by obtaining two copies of the same object in a single thread. Previous update information: User: XACT\spfarmacc Process:OWSTIMER (6320) Machine:SHAREPOINT Time:September 05, 2012 05:19:20.0000  Current update information: User: XACT\spfarmacc Process:OWSTIMER (6320) Machine:SHAREPOINT Time:September 05, 2012 05:19:20.3715	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.41	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqy	High	ConcurrencyException: Old Version : 18249 New Version : 18259	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.44	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject UserProfileApplication Name=User Profile Service Application. Version: 18259 Ensure: False, HashCode: 56980190, Id: 343e5196-c630-4652-83e3-c732b5cecce5, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.Update()     at Microsoft.Office.Server.Administration.UserProfileApplication.ResetILMFlags()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.55	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8xqz	Medium	Updating SPPersistedObject ProfileSynchronizationSetupJob Name=ProfileSynchronizationSetupJob. Version: 18245 Ensure: False, HashCode: 39172664, Id: 25966cf5-1f98-4402-86a4-392cd296da19, Stack:    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()     at Microsoft.SharePoint.Administration.SPJobDefinition.Update()     at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.63	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Monitoring	b4ly	Medium	Leaving Monitored Scope (Timer Job ProfileSynchronizationSetupJob). Execution Time=2505.63186103262	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe
09/05/2012 17:19:20.65	OWSTIMER.EXE (0x18B0)	0x1F50	SharePoint Foundation	Topology	8dyx	High	Deleting the SPPersistedObject, ProfileSynchronizationSetupJob Name=ProfileSynchronizationSetupJob.	0ed7e2f0-87bd-4a20-b74f-1c82f74e6afe


Errors attempting to start the User Profile Synchronization Service

$
0
0

Hello,

I'm attempting to setup the User Profile service and am stuck at the point of getting the "User Profile Synchronization Service" to start.  In the ULS logs, there is a series of entries that seem to suggest that it's close to being started, but then gets rolled back.

Below is the meat of the ULS logs for this sequence of events:

OWSTIMER.EXE (0x0354)	0x08E8	SharePoint Portal Server	User Profiles	erx2	Medium	The service instance User Profile Synchronization Service is successfully provisioned.

OWSTIMER.EXE (0x0354)	0x08E8	SharePoint Portal Server	User Profiles	0000	Medium	SetupSynchronizationService :: Sync DB failover Check :: databaseServerMiis = SP2010DEV-SQL

OWSTIMER.EXE (0x0354)	0x08E8	SharePoint Portal Server	User Profiles	0000	Medium	SetupSynchronizationService :: Sync DB failover Check :: originalSyncConnectionString = Data Source=SP2010DEV-SQL;Initial Catalog="Sync DB";Integrated Security=True;Enlist=False;Connect Timeout=15

OWSTIMER.EXE (0x0354)	0x08E8	SharePoint Portal Server	User Profiles	0000	Medium	SetupSynchronizationService :: Sync DB failover Check::  originalSyncConnectionDataSource = SP2010DEV-SQL

OWSTIMER.EXE (0x0354)	0x08E8	SharePoint Portal Server	User Profiles	0000	Medium	SetupSynchronizationService :: Sync DB failover Check :: new datasource string on connection object = SP2010DEV-SQL

OWSTIMER.EXE (0x0354)	0x08E8	SharePoint Portal Server	User Profiles	0000	High	Exception trying to write the management agent stack size for the Moss MA. System.UnauthorizedAccessException: Access to the registry key 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FIMSynchronizationService\Parameters\PerMAInstance\MOSS-82f7f71e-22fc-4065-8359-e3e8d961633f' is denied.

OWSTIMER.EXE (0x0354)	0x08E8	SharePoint Portal Server	User Profiles	erx9	High	ProfileSynchronizationService: Provisioning TImer Job encountered an exception: System.UnauthorizedAccessException: Access to the registry key 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FIMSynchronizationService\Parameters\PerMAInstance\MOSS-82f7f71e-22fc-4065-8359-e3e8d961633f' is denied.

OWSTIMER.EXE (0x0354)	0x08E8	SharePoint Portal Server	User Profiles	erx5	Medium	Unprovisioning service instance User Profile Synchronization Service.

OWSTIMER.EXE (0x0354)	0x08E8	SharePoint Portal Server	User Profiles	erx6	Medium	The service instance User Profile Synchronization Service is successfully unprovisioned.


Any idea what this means and how to fix it?

Thanks!

Custom timer job content database issue

$
0
0

Hi,

I have created A,B,C site collections with separate content databases in one web application. And I have created custom timer job to check data in "A" site collection and send notifications. I have deployed timer job globally and activated feature for "A" site collection only. But when I look into timer job content database in Central Administration -> Monitoring -> Job History -> Custom Timer job -> Succeeded, it is displaying other (B or C) site collection content database. Actually it should map to the first site collection data base only.

Kindly guide me how can I map timer job to the "A" site collection.

Any help would be greatly appreciated.

Regards,

Saya

Strange issue in SharePoint sites & Farm

$
0
0

Hello All

SharePoint known for its unexpected & unique issues, has put me in a new situation:

1. Two sharePoint servers, one app & wfe, while trying to open any site it gives, <nativehr> error

2. I tried running configuration wizard and it fails on 'configuring sharepoint services' stage

3. I can get all farm information through powershell, but when I try to perform any operation like backup using powershell again <nativehr > error.

4. Tried repairing sharepoint which again fails.

What should be done in this case.

sql server

$
0
0
errorSystem.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near the keyword 'Table'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at WebPage.Web1.Button1_Click(Object sender, EventArgs e) in c:\Users\Praveen Patel\Documents\Visual Studio 2013\Projects\WebPage\WebPage\Web1.aspx.cs:line 46 ClientConnectionId:37cdb178-cbc6-46b3-bb3f-ced1bfc282c9<form action="http://localhost:55248/Web1.aspx" id="form1" method="post" style="font-family:'Times New Roman';font-size:medium;line-height:normal;">

 

</form>

When browse share point site Images are not displaying

$
0
0

HI

when we browse a publishing site  deployed to Internet.

when we browse this site with machine name locally we found that problem :

1) There is no images appearing in iste and displayed cross X, even in site settings 

2) also when we go any library ,pages library






SharePoint User Profile Service Sync - does it only update selected containers/OU's

$
0
0

If I have containers A and B selected for incremental sync via the SharePoint Central Admin settings, but my user profile database contains profiles for ou's/containers A, B AND C, I presume only the profiles for containers A and B get updated but what happens to the profiles for users who would be in container C? Do they get deleted or just not updated?

'http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher. Check that the sender and receiver's EndpointAddresses agree

$
0
0

Brief Description:

We are trying to prepare a machine with SP 2010 foundation which will interact with SQL reporting (SQL 2012) and show the reports in SharePoint.  Along with that we have to carry out ADFS 2.0 and OIF (Oracle Identity Federation) to take list of users for viewing the reports.

Once the integration of ADFS and OIF is done, these users should be able to get authenticated using SAML token and view the reports.

Steps done till now:

  1.      SP 2010 foundation installation has been completed.
  2.      Add-in for Reporting installed.
  3.      Enabled Reporting services through Central Admin.
  4.      Created a Classic and a Claims based web application
  5.      Created a SQL Reporting Service Application and pointed it to the web applications.
  6.      In the Classic based/Claim based websites, we created a new Document Library and included the SQL Reporting Content Types.
  7.      Now when we are trying to create a new ReportDataSource we are getting an error

An unexpected error occurred while connecting to the report server. Verify that the Reporting Services Service Application mapped to this web application is available OR the report server is available and configured for SharePoint Integrated mode. --> An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail. --> The message with To 'http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher.  Check that the sender and receiver's EndpointAddresses agree.

  1.      The Security Token Service application is running successfully. The log files also give the same error message.

After migrating from classic to claim authentication (windows) only some accounts can access SPS 2010

$
0
0

Dear all,

I recently migrated from the classic authentication to claim-based authentication. Some of the users (including the main admin account) now get prompted about the credentials and dont get access to the sharepoint. Other users can freely work in the SharePoint environment. Anyone got an idea what may have happened there? Can I look up, for which users the migration worked?

I already added portalsuperuser and portalsuperreader accounts.

I am using a single server with SP 2010 Server Edition.

Thank you very much!

Best regards,

Benedikt

No option for SSRS Email subscription in SharePoint 2010

How to pass version number from source location to records center?

$
0
0

When designing our record management approach, one of the requirements from business is to pass the version number from the source location to records center. They need to know which version has been declared as a record for the same document. Is there a way to implement this (OOB)? Thank you.


"The specified network name is no longer available" error during Sharepoint full farm backup

$
0
0

Recently, I've been getting the following exception during a Sharepoint full farm backup:

"A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)"

However, it looks like the final backup status is successful.  Here are some more details as to what is happening:

Backup Start:10:18pm

At 10:54pm the following exception occurs:

"A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)"

And then:

"SQL command failed and needs to be restarted. The command will be re-started a total of three times before throwing an exception"

"Retrying to connect to SQL"

Backup End: 2:06am

When I look in the backup log file, at the end it says:

"[4/30/2015 2:06:49 AM] Finished with 22 warnings.
[4/30/2015 2:06:49 AM] Finished with 0 errors.
[4/30/2015 2:06:49 AM] Backup completed successfully."

Does that mean the backup was successful?  It seems so but my full farm backup done on 4/18/2015 was 147GB (and contained 804 files) and last night's full farm backup was 109GB (and contained 732 files).  I looked at the content database size between these two backups and they were pretty much the same so I'm not sure why the more recent backup would be that much smaller.

Is there any way to prevent this "The specified network name is no longer available" error?  When I searched for it, many times it said that it might be caused by Symantec antivirus and how it handles shared network folders but I talked to our IT guy and he said that we have the latest version of Symantec and this issue does not happen with it.

I'm pretty sure we used to be able to complete the full backup with no errors.

thanks,

Some OU's don't show up in SharePoint AD Sync settings

$
0
0

I'm trying to setup the AD Sync in SP 2010 to sync several organizations. Most of them I've found, but there is one that, when you look at it through SP after clicking the Populate button in the sync connections settings screen, when you drill down into where that OU "Myorg" should be, all I see is a list of users, but it gets better: the list of users starts with last names starting with A, then goes at least partly through last names starting with C, then stops. Interestingly enough, this is NOT what the domain controller actually shows. I've tried different service accounts thinking it might be a permissions issue to no avail.

So what I'm seeing in SharePoint is:

Domain1

Random company

Random company

MY Company

      My Company OU A

             Users

                 user with last name starting with A

                 user with last name starting with A

                 user with last name starting with B

                 user with last name starting with B

                 user with last name starting with C   (and so forth)

            

What I see when I look at the domain controller is this:

Domain1

Random company

Random company

MY Company

      My Company OU A

             Users

                 My org

After Import-spweb Site Theme is grayed out

$
0
0

Hi, 

i Need to move a sub site to a site collection and when done change the theme to look the same as all the other sites but ran into a issue.

i Create the destination team site and the theme's work with no issue.

Then i run my command after which the theme looks like this:

Why will this happen.

There was some errors saying it cant over write the Master Page. In total n think 10 errors but will have to load them later. Dont have access to log at the moment.

Anyone seen this behavior before?

How to list ALL OOB workflows running in site/lists/libraries - in a SharePoint Site Collection please?

$
0
0

Hi there,

How to list ALL OOB workflows running in site/lists/libraries - in a SharePoint Site Collection please?

Thanks.


Sharepoint 2010 - SP designer workflow not sending an email when saving a new document in library.

$
0
0

Hello all,

I have a very simple workflow in SPD that looks to a field of a current item, and depending on what is chosen, sends a mail to a specific person.

When the document is uploaded, and the dropdown menu is set to whatever the user wants, and then saves, the workflow starts but no mail is sent. When I open up the item in edit mode and then save it again, the workflow starts and the mail is then sent.

It seems to me that when a document is uploaded and saved, the field is not triggering the mail.  WHen I open it up again, it then reads the field correctly and sends the mail.   Is there a way to get the info from the field on a new save?  The worflow is set to run on save and on change.

Workflow now is When: Current Item:Dropdownfield equals sendmail

then send mail to : users.

Thanks for any tips!

Brennan Best

Single Server data migration to Farm

$
0
0

Hi,

I have a standalone installation of  SP 2010 that uses SQL Express. I understand that I can upgrade the DB to Standard by just running the setup and providing the key. Once my SharePoint content databases are up to snuff, can I migrate the content databases to SharePoint Foundation in a multi server farm configuration? I realize you can't upgrade a Stand-Alone farm to a multi server farm, but can the conten db's be migrated into one?

Thanks!


Love them all...regardless. - Buddha

There is more than one match for your term.Please disambiguate which term you would like to use. + SharePoint 2013

$
0
0

Hi Everyone,

I have updated the content type of a document from one to another. The newly added content type contain one extra column than that of previous one. 

I have 3 metadata columns in it. I'm able to update the content type for a documents but in edit properties page I see those metadata column showing field value in red color with a message. See below image.



Please assist.

Event 6398 (SharePoint Foundation) of severity 'Critical' occurred 10 more time(s) and was suppressed in the event log

$
0
0

We are getting lot of error over windows logs Application event.

Please suggest on same how to fix this, We are using server 2012 R2.

Event 6398 (SharePoint Foundation) of severity 'Critical' occurred 10 more time(s) and was suppressed in the event log

External Email addresses are not receiving emails from Outgoing Email Settings in SharePoint 2013

$
0
0

External Email addresses are not receiving emails from  Outgoing Email Settings in SharePoint 2013. But internal email addresses receives email from SharePoint.

Outbound SMTP Server and From & reply addresses are configured correctly. There is no error messages also.

Viewing all 13778 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>