Translate

Mostrando postagens com marcador MROneBox. Mostrar todas as postagens
Mostrando postagens com marcador MROneBox. Mostrar todas as postagens

segunda-feira, 9 de fevereiro de 2026

GlobalUpdate scritp for service model: MROneBox. Erro ao aplicar um Service Update do D365F&O.

 Hoje novamente enfrentei este erro ao aplicar a versão 10.0.46 em alguns(48) ambientes de DEV...

Segui as seguintes opções de solução:

https://fsilvajunior.blogspot.com/2024/10/globalupdate-scrito-for-service-model.html

https://fsilvajunior.blogspot.com/2025/04/globalupdate-scrito-for-service-model.html

Nenhuma delas funcionou neste caso.

Analisando o log pude ver que houve erro no momento de atualizar o MR, encontrei a seguinte mensagem no log:

Error 1921. Service 'Management Reporter 2012 Process Service' (MR2012ProcessService) could not be stopped. Verify that you have sufficient privileges to stop system services.

O serviço do MR estava em execução, tentei parar ele mas a mensagem acima foi exibida novamente. Estava usando o user Admin da VM.

A unica opção foi dar um kill no serviço do MR. Depois do kill eu resumi o deploy e o problema foi resolvido!

Obs: eu já havia reiniciado a VM antes de iniciar o deploy.

Estranho, mas é isso ai.

terça-feira, 29 de abril de 2025

GlobalUpdate scrito for service model: MROneBox. Erro ao aplicar um Service Update do D365F&O.



Resolution/Information:

The following steps were followed, and the issue was resolved.

Look for the DeployablePackages path:

K:\DeployablePackages\934795825gn002495uyogiqeebe-b59cn0-2nt4g0\MROneBox\scripts\Update

Find the following file: JobAutoRunDVT.ps1

Make a copy of the file. Edit the original, DELETE all contents so the file is empty, and save the empty file

Resume the runbook from LCS

quarta-feira, 23 de outubro de 2024

GlobalUpdate scrito for service model: MROneBox. Erro ao aplicar um Service Update do D365F&O.

 Se você está aplicando um Service ou Quality Update em sua VM e recebeu o erro abaixo:

GlobalUpdate scrito for service model: MROneBox

Olhando no log este erro é encontrado:

System.TypeInitializationException: The type initializer for 'Microsoft.Dynamics.Performance.Core.AuthenticationConfigSettings' threw an exception. ---> System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section SqlAuthenticationProviders. (K:\MROneBox\MRInstallDirectory\Server\ApplicationService\web.config line 7)

Faça o seguinte...

Abra o arquivo "web.config" normalmente localizado no seguinte diretório:

K:\MROneBox\MRInstallDirectory\Server\ApplicationService\web.config



Procure por <configSections> e adicone o seguinte:

<section name="SqlAuthenticationProviders" type="System.Data.SqlClient.SqlAuthenticationProviderConfigurationSection, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />

Após a alteração seu arquivo web.config ficara assim:

Salve o arquivo e feche.

Continue com a aplicação do pacote e pronto!

Fonte: LCS