Esri / developer-support

Proof of concept developer code and samples to help be successful with all ArcGIS developer products (Python, NET, JavaScript, Android…). The repository is designed to be an exchange for sharing coding conventions and wisdom to developers at all skill levels.
Apache License 2.0
266 stars 164 forks source link

Not working with 'ARCGIS_SERVER' #337

Closed vikshut closed 5 years ago

vikshut commented 5 years ago

Hi,

I am trying to publish as a feature service into my ArcGIS portal. For this I need to create the sddraft with ARCGIS_SERVER' as the server type. After this when I run the code to modify from MapService to FeatureService (within Arcmap's python window), the runs successfully without any errors but doesn't make any changes to the sddraft.

Would appreciate a fix for this. Thanks.

jgravois commented 5 years ago

you're going to have to clarify which code sample you are trying to adapt because there are literally dozens in this project.