
Is the error being repeated with a specific time interval? If it does repeat at the same time every day then it would be worth to compare SharePoint TimerJobs' LastRunTime with the ULS logs' timestamps to figure out what job is involved, if any. Having said that, in your case, you may need to find out what process (or manually?) starts/launches the PowerShell process. Also, noticeable is that a connection to SharePoint Configuration database is also made, as can be seen in the log with the same correlation id.
Data rescue 5 insuficient permisions upgrade#
What I have found out is (I was not aware before) that launching "SharePoint 2013 Management Shell" or Window PowerShell ISE and then adding PSSnapin creates ULS log items of Upgrade category, which might be confusing. Azure AD Connect encompasses functionality that was previously released as Dirsync and AAD Sync. The wizard deploys and configures pre-requisites and components required for the connection, including sync and sign-on. So, it doesn't make sense to me that it is related to any upgrade or SharePoint patching. Azure AD Connect is a tool for connecting on-premises identity infrastructure to Microsoft Azure AD. Because, in our SharePoint 2013 on-prem farm, all databases' Upgrade Statuses are showing No action required. I was curious to know how PowerShell.exe or PowerShell_ISE.exe processes are linked to Category of Upgrade in ULS log. It triggered by task scheduler job "Desired State Configuration - > Consistency"

SPDataAccess and WSS_Content_Applications_Pools db roles have Execute(dbo) permissions to this stored procedure. NT AUTHORITY\SYSTEM SID: S-1-5-18 is the LOCAL SYSTEM account. Provide ‘Execute’ permissions for ‘WSS_Content_Application_Pools’ Select the Search button and browse for ‘WSS_Content_Application_Pools’ Right-click proc_proc_getObject and choose Properties I don't think that it is a duplicate because the following steps weren't helpful.Įxpand your SharePoint Configuration database 'SharePoint_Config' and navigate to ‘proc_getObject’ under Programmability ->Stored Procedures


The EXECUTE permission was denied on the object 'proc_getObject', Additional error information from SQL Server is included below. Insufficient SQL database permissions for user 'Name: NT AUTHORITY\SYSTEM SID: S-1-5-18 ImpersonationLevel: None' in database SP Config DB on SQL Server instance ' XXX'. I have this error on each server of SharePoint Farm(APP, WFE, Search).
