Generate a CAR(Customization Analysis Report) report in Microsoft Dynamics 365 F&O

CAR report or Customization Analysis Report is a report generated by running a query in Dynamics 365 F&O Dev server to get the BP issues or warnings in a custom model, it also provides suggestions for fixing errors and warnings. It also gives list of tables, forms, and enums.

Generate a report :

Run CMD as Admin

Run below query, it will take you to XPPBP tool in DEV server

cd K:\AosService\PackagesLocalDirectory\bin

Once you have reached this path (K:\AosService\PackagesLocalDirectory\bin)

Now run below query to generate the report,

xppbp.exe -packagesroot="K:\AosService\PackagesLocalDirectory" -metadata="K:\AosService\PackagesLocalDirectory" -all -model="LS_HISOL" -xmlLog=C:\temp\BPCheckLogcd.xml -module="LS_HISOL" -car=c:\temp\DynamicsCommunityCARReport.xlsx

In the above query LS_HISOL is my model and report is being generated in this path C:\temp\DynamicsCommunityCARReport.xlsx

Once you run above query, it will take around 15-20 minutes to generate the report

CAR report
CAR report

Need help? Connect Atul

Atul Yadav
Latest posts by Atul Yadav (see all)

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *