Select to view content in your preferred language

We would like to list all services published from a specific database

517
3
08-25-2025 11:02 AM
LouEarly
Occasional Contributor

We would like to create a list of services that have been published to arcgis server from a specific database.  

We are on enterprise 11.3 using SQL Server 2022

0 Kudos
3 Replies
George_Thompson
Esri Notable Contributor

Take a look at this post: https://community.esri.com/t5/arcgis-enterprise-documents/report-which-services-are-using-enterprise... I think that you should be able to get the information you need.

--- George T.
LouEarly
Occasional Contributor

Thanks, this looks promising. On our first few attempts at running, its only returning 4 results.  While in the arcgisinput folder we have over 100 services.  

0 Kudos
TimoT
by
Frequent Contributor

You could generate a simple script based on the output of service manifest. Perhaps something that iterates through all your services and parses the connection string 

Service Manifest | ArcGIS REST APIs | Esri Developer

 

0 Kudos