the convert to PDF action suddenly stopped working. The timer job runs and it looks like it is not picking up the documents that need to be converted. It was working for a few months and suddenly stopped. Any idea what I need to do to fix this?
I restarted the server and no luck.
Best answer by jesse_mchargue
So everything that I am seeing points to the Word Automation Services that are handling the conversion.
Unfortunately this means that it is not a Nintex workflow issue, but an environmental issue .
I would start with ensuring that the services are still running and the service app permissions to the content DB are still functioning as intended.
I created a workflow in my 2010 test environment to do some testing and was able to recreate the error:
I also created the same thing in a production environment (2010) and was able to successfully convert a document to .PDF:
This leads me to believe that something in the environment is what is causing this. I did notice that in my test environment that the workflow action would take about an hour to complete, complete successfully, but return that the conversion job did not complete.
I am still searching for a specific cause and resolution, but nothing yet.
Maybe I am misunderstanding the questions but did you buy more document conversions? When the feature was added you were only able to convert 50 documents before you have to buy more.
Nintex. I may be talking about something else though because I'm on O365 and the step is called Document Generation in the workflow. When you configure the step there is a little information bar at the top that tells you how many uses you have left.
Yes this action, "Convert Document", leverages the Word Automation services and does not have a limited number of uses like the Document Generation action you are referring to.
in my case it was also the WAS that gave the problem. I could see it in the event viewer. The message was: Sql Database Access Error. Error Code: 0x80131904. Error Message: The EXECUTE permission was denied on the object 'proc_AddJob', database 'SP_WordAutomation', schema 'dbo'.. Error Link: .
When i gave permissions again in SQL Server it was fixed. I have had this before, for some reason this can occur (maybe because of cumulative updates)