Related Table - failed to synchronize

4537
1
01-08-2015 01:56 PM
ColinCole
New Contributor II

Hi,

I'm receiving the following error code when trying to sync my non-spatial related table with the feature service. I can successfully sync my spatial feature layer with no issues.

Error Domain=NSCocoaErrorDomain Code=500 "The operation couldn’t be completed. Failed to synchronize." UserInfo=0x1c4aa9e0 {NSURL=http://gisdemo1.cdmsmith.com/arcgis/rest/services/Mansfield_MA_FS/FeatureServer/jobs/jda6e1ee1fdb64f..., responseJSON={

    error =     {

        code = 500;

        description = "Failed to synchronize.";

    };

    lastUpdatedTime = 1420753586000;

    replicaName = "Ags_Fs_1420753396000";

    resultUrl = "";

    status = Failed;

    submissionTime = 1420753582000;

}, NSLocalizedFailureReason=Failed to synchronize.}

Has anyone encountered this error before? Any tips on how to retrieve a more specific error message or how to resolve?

Thanks,

Colin

0 Kudos
1 Reply
DiveshGoyal
Esri Regular Contributor

Have you tried looking at the server logs? That could provide a clue as to why the service is failing to synchronize.

You might need to bump up the log level to Verbose or Fine

Viewing, querying, and configuring server logs—Documentation | ArcGIS for Server

0 Kudos