Why does the Nintex Workflow Schedular timer job keep getting removed from my SharePoint SE farm? It seems that after evey install of the monthly SharePoint SE CU, the Nintex Workflow Schedular timer job is no longer in the list of farm timer jobs. I have to run the command “NWAdmin.exe -o InstallTimerJob -job ScheduledWorkflows -url https://someurl.com” for each web app for it to appear in the timer job list. Why am I having to add it back to the environment every month or every so often? When is this job initially created by Nintex? Why does it keep dissappearing?
Nintex Support does not have a clue. They wouldn’t even attempt to troubleshoot, stating it’s a Microsoft problem when their timer jobs are removed after running the PSConfig wizard. Nintex support is useless.
I think I have resolved the issue, Next patch cycle I will test my findings.
After running updates and the PSConfig wizard, the Nintex Schedular jobs disappeared, I then reapplied the latest Nintex update. After applying the Nintex update, I ran the PSConfig wizard on all servers and the schedular jobs still remained. Today as a test I ran the PSConfig wizard on the DC server in dev and the schedular jobs are still there. This months patch cycle will allow me to validate. I’ll keep this thread updated with my findings.
Nintex Support does not have a clue. They wouldn’t even attempt to troubleshoot, stating it’s a Microsoft problem when their timer jobs are removed after running the PSConfig wizard. Nintex support is useless.
I stand corrected, After voicing some complaints to our Nintex Rep, we finally got a Nintex support person that actually knows what they are doing and not reading from a script.
Support gave me a script to get Nintex forms working again immediately after running PSConfig on all servers,
-----------------From Support:-------------------------
“To elaborate, when you interact with Nintex Forms in any capacity, one of the categories it logs under is 'Nintex Common'. Therefore, if you do something as simple as open a form, it attempts to log under this category that is non-existent. To replace this category after a SharePoint CU, you can run the following lines in the SharePoint Management Shell; I suggest running 1 line at a time: “
Add-Type -AssemblyName "Nintex.Administration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12"
$bindingFlags = 'static','nonpublic','instance'
$method = >Nintex.Administration.Common.ULS].GetMethod('get_Local', $bindingFlags)
$uls = $method.Invoke($null, $null)
$uls.Update()
$uls.Farm.Update()
Once this is done, 'Nintex Common' should exist again, and Nintex Forms should start working immediately.
There's a bit of a delay on the Development team's end due to conflicting priorities, but I believe we have solid evidence and are on the right path.
---------------End of Nintex Support Text------------------
We are getting closer to a solution. I doubt Nintex is going to completely abandon Nintex forms and workflow on prem. There are too many customers who are heavily vested in the product and K2 still needs a lot more development work imo.
Hi, we have same problem - mini role ShP SE farm, after installing last Microsoft security update and running PSConfig all Nintex timer jobs disappeared.
We recovered ScheduledWorkflows timer job via nwadmin (https://help.nintex.com/en-US/nintexSE/current/sp2019/NWAdmin/InstallTimerJob.htm) and have opened support ticket with Nintex but it's absolutely desperate - AI-generated answers that don't make sense.
Hi, thanks to Jamie’s workarround:
there are steps how to return all missing timer jobs to place: just reapply Nintex license code.
No comment.
Michal
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.