web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

I deployed D365 On-Premises but failed to deploy Financial reporting (MR)

(0) ShareShare
ReportReport
Posted on by 418

I deployed D365 failed with Financial reporting application and found event logs as below

For I tried, Reinstall Visual C++ Redistributable Package, Create new Financial reporting database and install new version local agent but failed.


Application: FinancialReportingDeployer.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
at Microsoft.Dynamics.Performance.Deployment.FinancialReportingDeployer.Program.Main(System.String[])

Faulting application name: FinancialReportingDeployer.exe, version: 7.3.1.0, time stamp: 0x5a2f72ad

Faulting module name: KERNELBASE.dll, version: 10.0.14393.1770, time stamp: 0x59bf2ba6
Exception code: 0xe0434352
Fault offset: 0x0000000000033c58
Faulting process id: 0xa3c
Faulting application start time: 0x01d58615b0a7dbf1
Faulting application path: \\192.168.43.33\agent\wp\SB2\StandaloneSetup-140149\Apps\FR\Deployment\FinancialReportingDeployer.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: bcc8942a-6bdc-4f01-9f4e-3d975d902edf
Faulting package full name:


Faulting package-relative application ID:

Assigning a new secret reader of type Microsoft.Dynamics.Performance.Core.SecretStore.PassThroughSecretReader
Machine: 
Certificate lookup is using handler of type Microsoft.Dynamics.AX.Configuration.CertificateHandler.LocalStoreCertificateHandler, Microsoft.Dynamics.AX.Configuration.Base, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Machine: 
10/18/2019 11:53:18 PM - Retrying configuration service operation due to exception with 5 retries left. Exception has been thrown by the target of an invocation.
Machine: 
10/18/2019 11:53:18 PM - Retrying configuration service operation due to exception with 4 retries left. Exception has been thrown by the target of an invocation.
Machine: 
10/18/2019 11:53:18 PM - Retrying configuration service operation due to exception with 3 retries left. Exception has been thrown by the target of an invocation.
Machine: 
10/18/2019 11:53:19 PM - Retrying configuration service operation due to exception with 2 retries left. Exception has been thrown by the target of an invocation.
Machine: 
10/18/2019 11:53:22 PM - Retrying configuration service operation due to exception with 1 retries left. Exception has been thrown by the target of an invocation.
Machine: 

I have the same question (0)
  • arkaitzv Profile Picture
    on at

    Hi Tanyaboon,

    Could you check this article and see if it helps? docs.microsoft.com/.../troubleshoot-on-prem

    Also, what PU and LocalAgent versions are you running?

  • Hammad Khan Profile Picture
    71 on at

    Hi,

    I am facing exactly same issue. how have you resolve this issue?

  • Akshay Pujari Profile Picture
    220 on at

    Hello, Anyone got the solution for this? Same error is coming for "Module AOS failed with error code 255" and "Module financialreporting failed with error code 255" I have tried re install VC++ 2013 and 2017 many times with newer scripts.

  • Shady Kaaky Profile Picture
    440 on at

    If you are still looking for a solution or for those new to this error like me:

    If You are running Local Agent version 2.3.1 or later and you received the following stacktrace in the event logs while deploying a package that contains Platform update 29 or earlier:

    Run TSG_UpdateFRDeployerConfig.ps1 either you download latest version or use below

    param (

       [Parameter(Mandatory=$true)]

       [string]

       $agentShare = ''

    )

    $frConfig = Get-ChildItem $agentShare\wp\*\StandaloneSetup-*\Apps\FR\Deployment\FinancialReportingDeployer.exe.config |

       Select-Object -First 1 -Expand FullName

    if( -not $frConfig)

    {

       Write-Output "Unable to find FinancialReportingDeployer.exe.Config"

       return

    }

    Write-Output "Found config: $frConfig"

    [xml]$xml = get-content $frConfig

    $nodeList = $xml.GetElementsByTagName("loadFromRemoteSources")

    if($nodeList.Count -eq 0)

    {

       # Create the node

       $newNode = $xml.CreateNode("element","loadFromRemoteSources","")

       $newNode.SetAttribute("enabled","true")

       # Find the parent

       $nodeList = $xml.GetElementsByTagName("runtime")

       $runtimeNode = $nodeList[0]

       $runtimeNode.AppendChild($newNode)

       # Save doc

       $xml.save($frConfig)

       Write-Output "Inserted new node: "$newNode.Name

    }

    else

    {

       $node = $nodeList[0]

       $attribute = $node.Attributes.GetNamedItem("enabled")

       if($attribute.Value -eq "true")

       {

           Write-Output "Node already exists: "$node.Name

       }

       else

       {

           Write-Output "Node already exists but attribute is incorrect: " $attribute.Name "is" $attribute.Value

       }

    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 449 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 422 Most Valuable Professional

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 239 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans