Solved! Go to Solution.
Hi NicolasGIS,
Can you point me to where in the ArcGIS Documentation this is (that replicas can't be created when indexed attributes are hidden)? I suspect this is the issue I am seeing but don't see where in the documentation this is described.
Thanks,
Micah
Hi Micah,
I did not find it in the documentation.
I did some tests with and without an indexed field and it failed without the indexed field but worked with !
Thanks,
Nicolas
i think this will happen when you have the service set to download by map instead of by user. When you download to say collector and it is by map you will get a version for each download. if you set it to download by user then it will be by the security users at server level. Ex. no security on service will be an anonymous(service name). if you add security version will be by that name: Robert(service name) . These will need to be managed. Reconcile/posted to default. Hope its working. I trudged through this late last year. it was dreadful, but now it is working slick. there are just so many things to consider.
Thanks for the information. I think it is getting closer. I set the service to be for "User" this time when i published. I am still getting the same 2 errors in the Logs. The service folder is open to public and so is the site root. I am going to the developers summit in Palm Springs so maybe i can let someone see exactly what i am doing.
i ran across this again and was thinking if you didn't find a solution anyway. I had issues downloading replicas at first and it was security on the arcgisserver folder on the server. it needed the arcgis user added.
Thanks Hillary. We did get it going and it was the same issue you described.
Hello All,
I think I am having the same issue where when trying to download a map for offline use when I am presented with an error "The Map "Map Name" failed to download with the message: Failed to create replica.". This map resides on ArcGIS online and consumes one feature service that is running on my local ArcGIS Server (version 10.3). The feature class has attachments and are tied to the attachments via a relationship class using a GlobalID field.
What I have tried so far:
When logging into the server manager and checking out the logs there is this error which I am guessing is the culprit but I am unsure what to do to rectify it:
SEVERE | Aug 25, 2016, 4:47:39 PM | Error: Insufficient permissions [{server}.dbo.GDB_Items]. | System/SyncTools.GPServer |
Both the ArcGIS service account and the account I am using to log into collector with (We're using AD FS ) have full permissions to the dataset the layer is in as well as the attachments table. Does anyone have any input on what account needs what permissions for the GDB_items table?
Thank you in advance,
Chris
Just wanted to give an update on this issue I had. I had to grant db_datareader and db_datawriter permissions to my ArcGIS Server Service account. Once this was done I was able to download, edit and sync my locally hosted feature service.