-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7eb4480
commit 96b04d5
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# uncmd | ||
Its command line tool for the utility network. It has options to validate topology, update all subnetworks and update is connected for a given service or all services for the logged in user. Examples of how this works: | ||
|
||
Validate full extent for a given service AllStar_Postgres | ||
|
||
> **uncmd.exe** /url:utilitynetwork.esri.com/portal /user:unadmin /pass:unadmin /s:AllStar_Postgres /v | ||
Validate full extent, update subnetworks and update is connected for ALL services. | ||
|
||
> **uncmd.exe** /url:utilitynetwork.esri.com/portal /user:unadmin /pass:unadmin /s:all /v /u /c | ||
Validate specific extent | ||
|
||
> **uncmd.exe** /url:utilitynetwork.esri.com/portal /user:unadmin /pass:unadmin /s:NapervilleElectric_Oracle_Daily /v /e:{"xmin":1034298.770580286,"ymin":1871150.45390869863,"xmax":1035343.74091765482,"ymax":1871932.05773827527,"spatialReference":{"wkid":102671,"latestWkid":3435}} | ||
|
||
Enable logging at any time by adding /l this will write to a folder "logs" under the same directory where uncmd.exe lives | ||
|
||
> **uncmd.exe** /url:utilitynetwork.esri.com/portal /user:unadmin /pass:unadmin /s:AllStar_Postgres /v /l | ||
Download tool here |