Contents
Which type of services you can publish with ArcGIS GIS server?
| Service type | Required GIS resource |
|---|---|
| Geodata service | File geodatabase or database connection file (.sde) to a geodatabase |
| Geoprocessing service | Geoprocessing result from the Results window in ArcGIS Desktop |
| Image service (cached, dynamic) | Raster dataset or a layer file referencing a raster dataset |
How do I publish an image in ArcGIS pro?
Note:
- In the Catalog pane or a catalog view, browse to the collection of servers in your project.
- On the Select Image dialog box, browse to the map in the current project that you want to publish, and click OK.
- In the Publish Image Service pane, enter the Name of the service, and add a Summary and Tags.
How to publish geoprocessing services in Python scripts?
You can share a geoprocessing service to ArcGIS Server from ArcGIS Pro 2.4 and later using the ArcGIS Server Connection. You can also use Python to publish a geoprocessing service to a stand-alone server from ArcGIS Pro 2.3. To learn more, see Use geoprocessing services in Python scripts.
How to restrict geoprocessing services in ArcGIS Pro?
By default, a geoprocessing service created with an administrator role is accessible by all the other accounts from which it was created. To restrict the service to certain roles, sign in to ArcGIS Server Manager and set the roles on the Security tab.
Where do I find upload service definition in ArcGIS?
Since Upload Service Definition is a geoprocessing tool, you’ll see the result of the tool’s execution in the Results window. Once Upload Service Definition has transferred the service definition to the server, the server extracts the contents of the service definition file to the server’s arcgisinput directory.
How to publish a service to a server?
After configuring the service properties and task settings in the Service Editor, you’re ready to publish the service to the server. Click the Publish button. A progress dialog box will appear to show the status of publishing. If there are any errors in your service, the Prepare window will open and publishing will be stopped.