Software AG Products 10.11 | Integrate Software AG Products Using Digital Event Services | webMethods API Gateway Documentation | Administrating API Gateway | Operating API Gateway | Data Management | Data backup | Renaming Data Store Windows Service
 
Renaming Data Store Windows Service
You can rename API Gateway Data Store only if you have installed it as a windows service.
1. Stop the Data Store windows service.
2. Open command prompt.
3. Run the following commands in the SAG_Install_Directory\InternalDataStore\bin folder of the system where the API Gateway Data Store is installed:
elasticsearch-service.bat remove current_service_name
elasticsearch-service.bat install new_service_name
For example,
<SAG_Install_Directory>\InternalDataStore\bin>elasticsearch-service.bat remove datastore
<SAG_Install_Directory>\InternalDataStore\bin>elasticsearch-service.bat install newstore
4. Restart the Data Store windows service.