Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-nasser authored May 29, 2018
1 parent 7eb4480 commit 96b04d5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
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

0 comments on commit 96b04d5

Please sign in to comment.