hello All,
please i need a script powershell for the following tasks:
Once the models are imported, perform a model refresh as well as a full sync using script powershell.
I found these examples but im not sure and i didn't undesrstand the content.
Build script:
K:\AOSService\PackagesLocalDirectory\bin\xppc.exe -metadata="K:\AosService\PackagesLocalDirectory" -modelmodule={model name}
-output="K:\AosService\PackagesLocalDirectory\{model}\bin" -referenceFolder="K:\AosService\PackagesLocalDirectory" -log="C:\temp\buildmodelresult.txt"
-xmllog="K:\AosService\PackagesLocalDirectory\{model}\BuildProjectResult.xml" -nowarn
sync script:
K:\AOSService\PackagesLocalDirectory\bin\syncmode="fullall" -metadatabinaries="K:\AosService\PackagesLocalDirectory"
-connect="Data Source=localhost;Initial Catalog=AxDB;Integrated Security=True;Enlist=True;Application Name=AXVSSDK" -verbosity="Minimal"
Do you have any idea about this?
thank you in advance.