Password Reset Error: The system cannot find the path specified

415
0
11-07-2017 08:42 AM
orettebascoe
New Contributor

I receive the captioned error when I try to reset my ArcGIS Enterprise Initial Administrator password with the command below. 

C:\Program Files\ArcGIS\Server\tools\passwordreset>passwordreset -p mynewpassword

passwordreset Batch Script:

@echo off
rem Build the classpath
set CP=%AGSSERVER%framework\lib\server\*;%AGSSERVER%framework\lib\shared\*;
rem Invoke the PasswordReset class
"%AGSSERVER%framework\runtime\jre\bin\java" -cp "%CP%" com.esri.arcgis.discovery.tools.PasswordReset %*
Tags (1)
0 Kudos
0 Replies