Thursday, 19 December 2019

to get package information through command d365

open command prompt as a admin

point to drive where application hosted. In my case it is C:

run below command.

c:\AOSService\PackagesLocalDirectory\Bin\xppbp.exe -metadata=c:\AOSService\PackagesLocalDirectory -all -model="ApplicationSuite.INTC_EXP" -xmlLog=BPCheckLog_ApplicationSuite.xml -module=ApplicationSuite -car=c:\temp\Log_ApplicationSuite.xlsx
c:\AOSService\PackagesLocalDirectory\Bin\xppbp.exe -metadata=c:\AOSService\PackagesLocalDirectory -all -model="Directory.INTC_EXP" -xmlLog=BPCheckLog_Directory.xml -module=Directory -car=c:\temp\Log_Directory.xlsx
c:\AOSService\PackagesLocalDirectory\Bin\xppbp.exe -metadata=c:\AOSService\PackagesLocalDirectory -all -model="INTC_EXP" -xmlLog=BPCheckLog_INTC_EXP.xml -module=INTC_EXP -car=c:\temp\Log_INTC_EXP.xlsx
pause

No comments:

Post a Comment