Select to view content in your preferred language

ArcGIS Portal webgisdr Output File

442
3
Jump to solution
05-29-2024 08:12 AM
mpboyle
Frequent Contributor

We are running ArcGIS Enterprise 11.2 on Windows.  I see there is an option with the webgisdr tool to have an output .json file created.  However, I don't see anything in this documentation page the outlines how to create the file.   Is this file auto-generated...?...is there a place in the webgisdr.properties file to define this file...?...somewhere else that I'm missing?

0 Kudos
1 Solution

Accepted Solutions
simoxu
by MVP Regular Contributor
MVP Regular Contributor

webgisdr.bat --{export | import | configuration} --file <properties file location> [--output <output file location>]

(Optional) -o or --output

Creates an output file that can be parsed to help automate validation of successful backups and restores or for administrator review.

View solution in original post

3 Replies
ReeseFacendini
Esri Regular Contributor

The output file is auto-generated, and when invoking the parameter ( -o ) for the file you only need to supply a name or full file path (if it lives in a different folder / location). The file will also be overwritten each time WebGISDR is run, ensuring it shows the latest updates from the backup process.

simoxu
by MVP Regular Contributor
MVP Regular Contributor

webgisdr.bat --{export | import | configuration} --file <properties file location> [--output <output file location>]

(Optional) -o or --output

Creates an output file that can be parsed to help automate validation of successful backups and restores or for administrator review.

mpboyle
Frequent Contributor

Thanks for pointing me in the right direction.  Esri does have the run time arguments documented.

0 Kudos