Administration reports Nintex Central Administration
I had an issue where the Administration reports in Central admin didn't work for my Nintex Workflow environment. Thanks to Peter D on Nintex Connect I was able to fix this issue. Here is what had to be done: You have to add the following lines in you Web.Config file under "Safecontrols": <SafeControl Assembly="Nintex.Workflow.ServerControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12" Namespace="Nintex.Workflow.ServerControls" TypeName="*" Safe="True" /> <SafeControl Assembly="Nintex.Workflow.ServerControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12" Namespace="Nintex.Workflow.ServerControls.WebParts" TypeName="*" Safe="True" /> Now the Administration Reports will work in Central Admin.