Start batch export via command line
Portfolio Service Batch Export Tables" module or "Portfolio Service Scheduled Reporting" module
The individual batch exports can be started via a batch file using Windows time control via the command line.
Beispiel
You are user "PMUser" with the password "Pass" and have created the two batch export configurations with the names "TestBatch" and "TestBatch 1".
The call for a batch run now works as follows:
- Create a batch file (here Batch.bat) with the following content:
path\vwdpm.exe -BE:TestBatch PMUser Pass
path\vwdpm.exe -BE: "TestBatch 1" PMUser Pass
If there are spaces in the batch name, the entire parameter must be set in quotation marks.
The evaluation date can also be defined using the parameter-evaldate=YYYY-MM-DD
. You can then execute this batch file at the desired times using Windows time control.