I have create a new package model with references added for multiple models and ran a Customization Analysis Report.
Now if you check the documentation this is the example command that we have to run.
Example:
xppbp.exe -metadata=C:\Packages -all -model="MyAppSuiteCustomizations" -xmlLog=C:\temp\BPCheckLogcd.xml -module="ApplicationSuite" -car=c:\temp\CAReport.xlsx
My Command:
xppbp.exe -metadata=C:\AosService\PackagesLocalDirectory -all -model=MyModelName -xmlLog=C:\temp\BPCheckLogcd.xml -module=MyModelName -car=C:\CARreportMyModelName.xlsx
The only difference is that the parameters for model and module are the same(ModelName itself) in my case. Since it is a new package and I checked the ModelModule node in the descriptor file for my model it has the same value as MyModelName.
Now the report generated has all the information and analysis for the newly created elements. But it leaves the extensions information blank. Is there something that I missed? or is there some additional parameter that I need to specify?
I am running it on a VM with platform update 5, and I ran the cmd from this path
C:\AosService\PackagesLocalDirectory\bin
*This post is locked for comments
I have the same question (0)