Skip to main content
Nintex Community Menu Bar

Error "An object of the type Microsoft.SharePoint.Administration.SPWebConfigJobDefinition...already exists"

  • March 26, 2021
  • 0 replies
  • 882 views
  • Translate

butlerj
Nintex Employee
Forum|alt.badge.img+20
ISSUE
When performing Nintex Web Application Activation in Nintex Workflow or Activating the Web Application Feature In Nintex Forms the following error occurs:
 
Object of the type Microsoft.SharePoint.Administration.SPWebConfigJobDefinition named "job-webconfig-modification" already exists under parent Microsoft.Sharepoint.Administration.SPWebService named "".  Rename your object or delete the existing object.
ERROR CODE
RESOLUTION

Option 1

  1. Restart the SharePoint timer service on all Web and App servers.
  2. Find the job-webconfig-modification timer job running in Central Admin and cancel it.

Option 2

Use the PowerShell scripts below to find and delete the job(s).

SHAREPOINT 2010, SHAREPOINT 2013

DO NOT RUN THE FOLLOWING SCRIPT IN SHAREPOINT 2016 FARMS.
Get-SPTimerJob -Identity "job-webconfig-modification" | Format-Table -Property DisplayName, Id, LastRunTime  $job = Get-SPTimerJob -identity "GUID" -WebApplication webApplicationName  $job.Delete()

 

 SHAREPOINT 2016

Get-SPTimerJob -Identity "job-webconfig-modification" | Format-Table -Property DisplayName, Id, LastRunTime  $job = Get-SPTimerJob -identity "GUID"   $job.Delete()


Once the job has been deleted, rerun the activities that lead to the error (enabling live, web application feature activation for forms etc)

ADDITIONAL INFORMATION
RELATED LINKS
Did this topic help you find an answer to your question?

0 replies

Be the first to reply!

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings