How to load a web project thru Pega.Loader?
OpenSpan.Runtime.exe has the capability to load a web project thru following command. So we are able to run the below command successfully.
C:\{path}\OpenSpan.Runtime.exe Project="https://{WEbServerPath}/OpenSpanDeploymentFiles\example.openspan"
However, trying to load the same web project using Pega.Loader.exe does not work
"C:\{path}\Pega Synchronization Engine\Pega.Loader.exe" - d "https://{WEbServerPath}/OpenSpanDeploymentFiles\example.openspan"
We do not use package server and the WEbServerPath above is just a webserver we use to store our automation packages.
Any insights on how to use Pega.Loader.exe to load web project will be really helpful.