Skip To Content

What's new in ArcGIS Server 10.7.1

ArcGIS Server 10.7.1 offers new enhancements, tools, and bug fixes. For a list of issues that were fixed at 10.7.1, see the 10.7.1 Issues Addressed List.

Note:

If you are upgrading from 10.6.1 or earlier, you need to reauthorize your software with a new authorization file for 10.7.1. You can access your new authorization files in My Esri. You do not need to reauthorize your software if you are upgrading from 10.7 to 10.7.1.

Note:

It is no longer possible to configure multiple server clusters in ArcGIS Server 10.7, and sites with multiple clusters will be reconfigured to a single-cluster architecture when upgraded to this version. If you plan to upgrade an ArcGIS Server site that has multiple server clusters configured, see Upgrade a multiple-cluster site for complete information and available options.

It's recommended that you review the deprecation notice to determine if your hardware and software components are still compatible with version 10.7.1 and to see a list of functionality that has been deprecated. To review which earlier ArcGIS product versions are compatible with ArcGIS Server 10.7.1, see Compatibility of ArcGIS Server with earlier versions.

New features and developments in both 10.7 and 10.7.1 are described below, as well as the version at which each item was introduced.

ArcGIS Notebook Server

Introduced at 10.7, ArcGIS Notebook Server is a specialized server role to host ArcGIS Notebooks. This places a comprehensive data science platform into your ArcGIS Enterprise deployment, integrated with the portal.

ArcGIS Notebook Server has a unique architecture. To provide each notebook author with an isolated workspace, the server role uses containers, which are virtualized operating systems configured with hundreds of Python libraries.

Because of this, ArcGIS Notebook Server has a different installation process than that of other ArcGIS Server roles. See the ArcGIS Notebook Server installation guide for complete steps.

At 10.7.1, ArcGIS Notebook Server now supports multiple-machine sites. See Join additional machines to an ArcGIS Notebook Server site for more information and complete steps.

Printing

Starting at 10.7.1, print services automatically adjust legends to only display patches for features that are visible in the current extent. This applies to map services published from ArcGIS Pro to ArcGIS Enterprise 10.7.1 and does not require additional configuration.

Publishing

Starting at ArcGIS Pro 2.4, you can now publish services directly from ArcGIS Pro to a stand-alone ArcGIS Server site at version 10.6 or later.

The arcpy.sharing module also supports publishing services from ArcGIS Pro 2.4 and later to stand-alone ArcGIS Server sites at version 10.6 or later. See Introduction to arcpy.sharing in the ArcGIS Pro documentation for complete information.

Feature binning, which aggregates large amounts of point features into dynamic polygons called bins, is now supported on map services published from ArcGIS Pro 2.4 and later to ArcGIS Enterprise 10.7.1. Feature binning is a visualization tool that allows you to explore large datasets, while optimizing the drawing performance of layers that contain thousands or millions of point features. Bin-enabled layers can be published as map image layers to ArcGIS Enterprise 10.7.1 portals, or as map services to stand-alone ArcGIS Server 10.7.1 sites. Prior to publishing a bin-enabled feature layer, the source database of the layer must be registered to an ArcGIS Server site.

You can now publish OGC-compliant services, such as WMS and WFS, from ArcGIS Pro to the ArcGIS Enterprise portal.

When you add the same feature class to a map multiple times and publish a feature layer that references an enterprise geodatabase, you can now enable the sync capability on the feature layer if the layer is read-only (only the query and sync capabilities are enabled).

Server administration

Architecture

ArcGIS Server 10.7 introduces shared instances, a configuration in which some or all of the map services published to your site from ArcGIS Pro use a pool of service processes (ArcSOC.exe processes) rather than having their own reserved instances. This conserves memory usage on your server machines by reducing the number of processes running when there is no need for them, and does so without detracting from service performance. To learn more, see Configure service instance settings.

At 10.7, administrators can now specify a maximum heap size setting for an individual service using the ArcGIS Server Administrator Directory. The javaHeapSize service property overrides the machine's socMaxHeapSize setting without affecting the settings of other services in the site. Increasing the value of this property is a possible solution to performance issues—for example, if the heap size limit is preventing the service from processing a very large file.

A legacy server architecture component has been removed from ArcGIS Server 10.7. This grants ArcGIS Server some noticeable performance improvements.

Security

ArcGIS Server 10.7.1 includes several fixes and enhancements that improve the security of the software. It's recommended that you upgrade to 10.7.1 to help protect your ArcGIS Server infrastructure.

At 10.7, ArcGIS Server now sends a no-sniff web header with all web traffic by default. This header prevents the user's web browser from sniffing the content type of requests away from the content type declared by ArcGIS Server. This is a defense against cross-site scripting (XSS) attacks. There is an option to disable the no-sniff header, which should be used with caution.

As of 10.7, only communication over HTTPS is enabled in ArcGIS Server by default. Previously, communication over both HTTP and HTTPS was enabled by the default setting. The default TLS protocol settings have also changed. Now, only TLS version 1.2 is enabled by default on ArcGIS Server, though you can modify the settings to enable TLS versions 1.0 and 1.1. For more information about these settings, see Secure ArcGIS Server communication.

Management

Two new properties to improve efficiency in multinode sites are available starting at 10.7 in the Server Properties resource of the ArcGIS Server Administrator Directory. The first, machineSuspendThreshold, defines a time period of inactivity (in which the machine does not register an active status) after which the site stops assigning administrative and publishing requests to the inactive machine. By default, this property is set to 60 minutes. The second, suspendedMachineUnregisterThreshold, defines a time period of inactivity after which the machine is automatically unregistered from the site. It is disabled by default, because unregistration is irreversible.

A new property, Under Maintenance, can be used to flag a machine participating in an ArcGIS Server site. When the property is set to true in the ArcGIS Server Administrator Directory, the machine will fail its regular health check operation. At 10.7.1, ArcGIS Web Adaptor does not pass service requests to any machine that has failed its most recent health check. You can also program your third-party load balancer or reverse proxy server to avoid passing service requests to such machines. Using this flag allows administrators to perform maintenance, such as an OS upgrade, on a machine without causing service requests to sit idle. You can set this property in the Edit Machine resource.

Monitoring

A new page, Jobs, is available in ArcGIS Server Manager under the Site tab at 10.7. On this page, you can query for current jobs for any of your site's published services, view information about each job, and intervene to cancel or delete jobs.

All requests made to ArcGIS Server services, such as to draw a map or locate an address, are now assigned a unique Request ID starting at 10.7. This ID is included in all logs involving the request and is created for all services, including hosted services. Queries to the server logs can be filtered for a specific Request ID, allowing you to view a timeline of how the request was processed. Doing so can aid your monitoring, troubleshooting, and server optimization efforts.

Geoprocessing services

The following are new at 10.7.

Inputs and outputs

When publishing a geoprocessing service with a feature class output, you can now also publish an output feature service by providing an Output feature service name.

A new Field parameter is supported as both an input and output data type for geoprocessing services authored in ArcGIS Pro or its Python environment.

Administration

You can move the jobs directory for one or more geoprocessing services from its local machine location to a Microsoft Azure cloud storage location. This can reduce the storage impact of a geoprocessing service that receives a high volume of job requests.

Deployment

You can now deploy custom script tools that were written using third-party Python libraries or the R-ArcGIS Bridge as geoprocessing services. To do so requires steps that are detailed in the following ArcGIS Pro documentation:

Documentation

The ArcGIS Server documentation has been improved at 10.7.

As with other ArcGIS Enterprise software components, the installed help has a new format: a local installation of all the content available on the ArcGIS Enterprise website. This allows you to access all parts of the ArcGIS Enterprise documentation from within ArcGIS Server Manager.

The ArcGIS Server help has also been reorganized. Content for administrators relating to site planning and configuration is now in the Deploy section; information about and workflows for data in ArcGIS Server is now in the Manage Data section; and the Administer section has been restructured to improve the browsing experience.

Learn more about the ArcGIS Server documentation

ArcGIS Server licensing roles

Many updates have been made across the ArcGIS Enterprise platform at 10.7 and 10.7.1.

ArcGIS GeoAnalytics Server

New tools and enhancements are available in the ArcGIS Enterprise portal. See What's new in the portal for details.

ArcGIS GeoAnalytics Server now supports writing results to big data file shares.

Other ArcGIS Enterprise components

See the following to find out what's new in Portal for ArcGIS, ArcGIS Data Store, and the ArcGIS REST API Services Directory: