Proactive Quality update failed for 10.0.41 on D365F&O?
Naresh Dharanikota
AX 2009 || AX 2012 || D365F&O Developer || D365FO Technical Consultant || LCS || Azure DevOps || MCP || Development Lead
Hope everyone upgraded their Dev machines to Service update 10.0.41.
After updated machine we have observed bugs on some functionalities, so Microsoft released PQU for those issues.
you can see the platform version before update as below
When applying PQU 10.0.41 on Tire 1 environments , it will fail at step 39.
Error : GlobalUpdate script for service model: MROneBox on machine DEV-1
When it failed at Step 39, connect to the RDP and do the following steps
To work around the issue:
Fix the MR web.config and resume the operation:
- On the machine, find the MR web.configK:\MROneBox\MRInstallDirectory\Server\ApplicationService\web.config
- Under the <configSections> add another element (line) for:
? ? <section name="SqlAuthenticationProviders" type="System.Data.SqlClient.SqlAuthenticationProviderConfigurationSection, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
The final result for that part of the file would look something like:
After change and the web config file, go to LCS and resume the update, and it will complete successfully.
You can see the Plat form update version has been changed as above.
we can also find the same LCS issue search.
Thanks & Regards
Naresh Dharanikota
Software Engineer
4 个月After doing this fix, I am now getting: Failed to read the config section for authentication providers. An error occurred creating the configuration section handler for SqlAuthenticationProviders: Could not load type 'System.Data .SqlClient.SqlAuthenticationProviderConfigurationSection' from assembly 'System.Data , Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' Did you encounter this?
D365 DevOps Technical Architect
4 个月Thank you, Naresh! You made my day!
AX 2009 || AX 2012 || D365F&O Developer || D365FO Technical Consultant || LCS || Azure DevOps || MCP || Development Lead
5 个月Note: web config file has to be modified only after failed with error, if you modified the file before error, it would override again and has to be modified once again after error.