OK. I'm stumped. I've got a branch versioned feature service from which I'm trying to create a new version as a child of SDE.Default. Here's are the GP tool parameters:
and here is the error
there is no other version of this name in this database. I don't know if there is an issue with the name provided ('TestVersion') or something else.
Any thoughts or suggestions would be much appreciated.
Thx,
Ed
On the off chance that there might be another "TestVersion" lurking somewhere unseen in my database, I tried again with a version name I sure does not exist. Same result:
Possibly lack of create privileges on the database?
David -
Thanks much for the suggestion. I've considered this as well and I thought I had my bases covered, but maybe not. I'm using SQL*Server. Here are the permissions granted to my editor user:
- Server Roles:
- The schema containing the UN data is named GISADMIN. I've granted my editor user SELECT, INSERT, UPDATE and DELETE on this schema. Out of desperation I granted the same to the SDE schema.
- Also the editor user has the Enterprise user type "Creator"
If I'm missing something I would greatly appreciate any pointers.
Thx,
Ed