Andrew
Andrew
Assuming you know how to register a datastore Item, you can do this: ```python item = gis.content.get() server_list = gis.admin.federation.servers server_id = server_list["servers"][0]["id"] cfg = {'serviceName': '7a932', 'type': 'MapServer', 'capabilities':...
@dkoerner I'll take a look. thanks for the suggestion.
@DavidAnderson-USFS can you provide more information? Type of geometry, reproducible code, etc..?
So this is happening on an Enterprise database?
You would probably experience the same issue as a geopackage as well, there is a similar trigger.
@DavidAnderson-USFS we are looking at this currently but we have no updates at the moment.
Can you post a set of permissions the user has? ``` print(gis.users.me.privileges) ```
Does the destination user have: `portal:user:receiveItems` ?
@hildermesmedeiros can you please post some reproducible code of the issue?
@hildermesmedeiros I'll see if I can get the result to pop up. If you find a way to reproduce it, please let us know.