how to generate a CAR Report for your model in d 365 fo
This article describes how to generate a CA Report for your model. It also describes some best practice rules that are included in the report and provides suggestions for fixing errors and warnings that are associated with these rules.
What is the Customization Analysis Report?
The Customization Analysis Report is a tool that analyzes your customization and extension models, and runs a predefined set of best practice rules. The report is one of the requirements of the solution certification process. The report is in the form of a Microsoft Excel workbook.
How to generate CA report
Step 1: Run the command prompt as an administrator
Step 2: Go to your AOSService folder. You can either find it in C or K drive in your VM.
The xppbp.exe tool is located in c:\packages\bin or I:\AosService\PackagesLocalDirectory\bin.
Once you found your AosService folder then you can replace it with the below command.
Standard syntax
xppbp.exe -metadata=<local packages folder> -all -model=<ModelName> -xmlLog=C:\BPCheckLogcd.xml -module=<PackageName> -car=<reportlocation>
For example
C:\AosService\PackagesLocalDirectory\bin\xppbp.exe -metadata="C:\AosService\PackagesLocalDirectory" -all -model="YourModelName" -xmlLog=C:\temp\BPCheckLogcd.xml -module="YourModelName" -car=c:\temp\CAReport.xlsx
Once you hit enter then you can see the below process.
Once the report is generated then it will display a complete result like below.
This will generate your CAReport under C:\temp\CAReport as below
For more information, please check the Microsoft standard documentation here.
Example :-
K:\AosService\PackagesLocalDirectory\bin\xppbp.exe -metadata="k:\AosService\PackagesLocalDirectory" -all -model="IGPS" -xmlLog=C:\temp\BPCheckLogcd.xml -module="IGPS" -car=c:\temp\CAReport.xlsx
K:\AosService\PackagesLocalDirectory\bin.
Comments
Post a Comment