ERROR

ERROR 001369: Failed to create the service

Last Published: May 28, 2020

Error Message

Creating a web service and publishing the service to ArcGIS Server fails, and the following error is returned:

Packaging succeeded but publishing failed.

ERROR 001369: Failed to create the service.

Please consult the GP Results Window for enhanced error description or 
contact your administrator for the server logs.
User-added image

Cause

This is a generic error code. There are many different reasons why this error may occur.

The three most common causes of ERROR 001369 are related to:

  • Permissions
  • Data
  • Memory

Two less common causes of the error are environment-specific, and are not present in all environments:

  • OpLocks
  • ArcGIS Workflow Manager for Server

Solution or Workaround

Before troubleshooting the error, review the ArcGIS Server logs. Logs give insight into what ArcGIS Server processes are taking place. The ArcGIS Server logs can be inspected in ArcGIS Server Manager, or directly on the machine where ArcGIS Server is installed.

To access the logs in ArcGIS Server Manager, click the Logs tab on the top-right.

Access location for Server logs in ArcGIS Server Manager


To access the logs directly on the machine where ArcGIS Server is installed, navigate to Drive:\arcgis\arcgisserver\logs\.

Access Server logs on the machine.


By default, the logs can be found in the ArcGIS Server directory.

Permissions

To investigate permissions, be familiar with the account running ArcGIS Server. If unsure about the details of the account, perform the following workflow.

  1. Open the Windows Services dialog (Start > enter Services). Or, open the Run desktop app, type services.msc, and click OK.
  2. Locate the ArcGIS Server service.
  3. Inspect the value in the Log On As column for this service.
    • If the value is formatted like ".\username", ArcGIS Server is running under a local accountThis means the account only exists on the machine where ArcGIS Server is installed.
    • If the value is formatted like "DOMAIN\username", ArcGIS Server is running under a domain account. A domain account exists on the Windows domain.

In the following image, ArcGIS Server is run by a local account named 'arcgis'; this is the default account when installing ArcGIS Server.

User-added image

Once the account running ArcGIS Server is known:

  1. Ensure ArcGIS Server has read and write access on the following directories.
    • C:\Python27
    • C:\arcgisserver
    • C:\Program Files\ArcGIS\Server
Note:
The above directories are the default directories. This list may vary depending on the environment.
  1. Verify that the PublishingTools service has started. This can be checked in ArcGIS Server Manager by clicking the Services tab and viewing the PublishingTools service status.​
    User-added image
  2. To further isolate the issue, answer the following questions:
    • Is publishing possible at all?
    • Can other data be published to ArcGIS Server?
    • Is a service being overwritten, or was a service previously published with this same name? What happens if a new service, with a new name, is published instead?

Data

The result of the error may be data-specific. To determine if this is the case:

  1. Create a new MXD, add the data to the project, and publish it as a service.
  2. Re-register the data store being referenced in publishing.
Caution:   
This workflow disrupts all services referencing the data source. Therefore, this workflow potentially brings down services and ruins data references until the data store is re-established.
  1. In ArcGIS Server Manager, click the Site tab, and navigate to Data Stores.
  2. Click the X next to the data source to be re-registered.
  3. In the Unregister Database window, click Yes to delete the data connection.
  4. Click the Database drop-down and select the appropriate data source to re-establish the data store connection.
User-added image

Memory

Check the number of ArcSOC processes. To check the number of ArcSOCs, log in to the machine where ArcGIS Server is installed.

  • In a Windows environment, open Command Prompt and run the following command:
tasklist | find "ArcSOC.exe" /c
  • In a Linux environment, run the following command:
ps -Al | grep -c arcso

If the number returned is greater than 200, this can be problematic in Windows environments. Refer to the linked article in the Related Information section below.

When possible, in either Windows or Linux environments, reduce the number of ArcSOCs. This can be done by:

  • Tuning the service:
  1. In ArcGIS Server Manager, click the Services tab, and navigate to the service to be edited by clicking the pencil icon next to the service's name.
  2. On the left-hand side, select Pooling.
  3. Lower the number of maximum instances for less popular services.
  4. Set the minimum number of instances for services not used regularly to '0'​.
User-added image
  • Stopping any services that are not currently necessary.
  • Deleting any services that are not necessary.
  • Increasing heap size, as documented in the Related Information linked technical article.

Less Common Causes

  • OpLocks
    If the data referenced is a resource residing on a Samba directory with Opportunistic Locking (OpLocks) enabled, this error may be returned when publishing a service. To resolve this issue, disable oplocks for each of the Samba directories. The instructions provided describe how to do this.
  1. On the machine hosting Samba, open smb.conf.
  2. For each directory configured to be accessible through Samba, add the following properties:
[folder]
      ...
      oplocks = false
      level2 oplocks = false
      ...
  1. Save smb.conf.
  2. Run the testparm command to verify that the properties appear in the Samba configuration file.
  3. Restart Samba (SMB) and NetBIOS (NMB) services.
  • ArcGIS Workflow Manager for Server
    If ArcGIS Workflow Manager for Server has recently been installed, this error may be returned if:
  • The ArcGIS Server service is not started.
  • The ArcGIS Server or ArcGIS Workflow Manager for Server is not authorized.
  • The user running the ArcGIS Server service is not a registered database user and does not have access.
  • In a cluster ArcGIS Server environment, ArcGIS Workflow Manager for Server is not installed on all clusters.
  • To troubleshoot this issue:
  1. Verify ArcGIS Workflow Manager for Server is installed, authorized, and accessible.
  2. Restart the ArcGIS Server service after ArcGIS Workflow Manager for Server is installed.
  3. If using Operating System authentication, add the acount running the ArcGIS Server services to the database with read and write permissions.
  4. Install ArcGIS Workflow Manager for Server on each cluster in the ArcGIS Server cluster environment.

Article ID:000016577

Software:
  • ArcGIS Server
  • ArcGIS Desktop 1

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic