How to: troubleshoot Nintex workflow publication issues

I just started working with Nintex workflow and on my first day, I ran into this error message:

“Server was unable to process request —> Failed to publish workflow: (…)”

At the end of the descriptive error message, I was given the exact cause of the error. A type that was being used by the Nintex workflow, had not been registered as authorized in the application configuration file.

The solution is really simple. You need to navigate to your application’s folder in the wwwroot\wss\VirtualDirectories\portNumber (or, whichever is the correct folder for you), open up the web.config and scroll down to the list of <authorizedType Assembly> stuff.

In there, add the following:

<authorizedType Assembly=”mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089″ Namespace=”System.Collections.Generic” TypeName=”List`1″ Authorized=”True” />

Fixed.

Solution by Johan Olivier, here. By the way, love the “ΕΛΛΑΣ” cap Johan!

MGR: the Intelogist

About MGR: the Intelogist

SharePoint Server developer, turned Sitefinity developer, turned Angular developer, turned SharePoint Online consultant, turned Unily consultant, turned O365 consultant... Never a dull moment!

2 thoughts on “How to: troubleshoot Nintex workflow publication issues

  1. Miad

    Thanks a lot Johan it worked perfectly.

    • MGR

      Well, I’m not Johan, but I’m sure he appreciates your comment =) Glad this helped you Miad.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

This site uses Akismet to reduce spam. Learn how your comment data is processed.