I have a client that upgraded to Dynamics GP 2016 (R2) build, 16.00.0579 running on SQL 2014 version 12.0.5203.0. They are now implementing PO Requisition workflow. The configuration and test approval emails processed without issue. When we attempted to send from a Windows 7 workstation, Dynamics GP returned the below error and the approval email was not sent.
Subsequently all approval emails have stopped working. I followed the KB to drop the .Net assemblies and ran, exec wfDeployClrAssemblies to add them back. Running the deploy command returned the below top two lines and 44 warnings regarding the individual assemblies, and made no change in our results.
(1 row(s) affected)
Configuration option 'clr enabled' changed from 1 to 1. Run the RECONFIGURE statement to install.
Warning: The Microsoft .NET Framework assembly 'system.directoryservices, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a, processorarchitecture=msil.' you are registering is not fully tested in the SQL Server hosted environment and is not supported. In the future, if you upgrade or service this assembly or the .NET Framework, your CLR integration routine may stop working. Please refer SQL Server Books Online for more details.
The servers and SQL instance are on premise, but the warning message specifies hosted. Has anyone resolved this?
*This post is locked for comments