ValueError SUGGEST in arcpy.CreateGeocodeSDDraft in Python











up vote
-1
down vote

favorite












I working in a Python packae to automate some processes in ArcGIS Server. We need to re-create some Geocode Service using arcpy. The problem I am facing is using arcpy.createGeocodeSDDraft(), If I try to add the supported_operations in this way ['GEOCODE','REVERSE_GEOCODE','SUGGEST'] the function raise a ValueError becasue of the SUGGEST value, it does not recognice that value, if I remove SUGGEST from the list the sddraft is created with no problems. According to the documentation SUGGEST is valid value for the list.



Any clue about this problem??










share|improve this question






















  • Not sure why you are getting an error but it says that ['GEOCODE','REVERSE_GEOCODE','SUGGEST'] is the default value for the supported_operation parameter meaning that if that is the value you want then you can just leave that parameter out of the function call.
    – BigGerman
    Nov 9 at 17:09










  • This looks like a question better asked at the Geographic Information Systems Stack Exchange.
    – PolyGeo
    2 days ago










  • @BigGerman To apply this workaround is not an option . Sooner or later I should use SUGGEST and I will face the same problem.
    – Javier
    yesterday















up vote
-1
down vote

favorite












I working in a Python packae to automate some processes in ArcGIS Server. We need to re-create some Geocode Service using arcpy. The problem I am facing is using arcpy.createGeocodeSDDraft(), If I try to add the supported_operations in this way ['GEOCODE','REVERSE_GEOCODE','SUGGEST'] the function raise a ValueError becasue of the SUGGEST value, it does not recognice that value, if I remove SUGGEST from the list the sddraft is created with no problems. According to the documentation SUGGEST is valid value for the list.



Any clue about this problem??










share|improve this question






















  • Not sure why you are getting an error but it says that ['GEOCODE','REVERSE_GEOCODE','SUGGEST'] is the default value for the supported_operation parameter meaning that if that is the value you want then you can just leave that parameter out of the function call.
    – BigGerman
    Nov 9 at 17:09










  • This looks like a question better asked at the Geographic Information Systems Stack Exchange.
    – PolyGeo
    2 days ago










  • @BigGerman To apply this workaround is not an option . Sooner or later I should use SUGGEST and I will face the same problem.
    – Javier
    yesterday













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I working in a Python packae to automate some processes in ArcGIS Server. We need to re-create some Geocode Service using arcpy. The problem I am facing is using arcpy.createGeocodeSDDraft(), If I try to add the supported_operations in this way ['GEOCODE','REVERSE_GEOCODE','SUGGEST'] the function raise a ValueError becasue of the SUGGEST value, it does not recognice that value, if I remove SUGGEST from the list the sddraft is created with no problems. According to the documentation SUGGEST is valid value for the list.



Any clue about this problem??










share|improve this question













I working in a Python packae to automate some processes in ArcGIS Server. We need to re-create some Geocode Service using arcpy. The problem I am facing is using arcpy.createGeocodeSDDraft(), If I try to add the supported_operations in this way ['GEOCODE','REVERSE_GEOCODE','SUGGEST'] the function raise a ValueError becasue of the SUGGEST value, it does not recognice that value, if I remove SUGGEST from the list the sddraft is created with no problems. According to the documentation SUGGEST is valid value for the list.



Any clue about this problem??







arcgis geocode arcpy






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 8 at 10:04









Javier

3121411




3121411












  • Not sure why you are getting an error but it says that ['GEOCODE','REVERSE_GEOCODE','SUGGEST'] is the default value for the supported_operation parameter meaning that if that is the value you want then you can just leave that parameter out of the function call.
    – BigGerman
    Nov 9 at 17:09










  • This looks like a question better asked at the Geographic Information Systems Stack Exchange.
    – PolyGeo
    2 days ago










  • @BigGerman To apply this workaround is not an option . Sooner or later I should use SUGGEST and I will face the same problem.
    – Javier
    yesterday


















  • Not sure why you are getting an error but it says that ['GEOCODE','REVERSE_GEOCODE','SUGGEST'] is the default value for the supported_operation parameter meaning that if that is the value you want then you can just leave that parameter out of the function call.
    – BigGerman
    Nov 9 at 17:09










  • This looks like a question better asked at the Geographic Information Systems Stack Exchange.
    – PolyGeo
    2 days ago










  • @BigGerman To apply this workaround is not an option . Sooner or later I should use SUGGEST and I will face the same problem.
    – Javier
    yesterday
















Not sure why you are getting an error but it says that ['GEOCODE','REVERSE_GEOCODE','SUGGEST'] is the default value for the supported_operation parameter meaning that if that is the value you want then you can just leave that parameter out of the function call.
– BigGerman
Nov 9 at 17:09




Not sure why you are getting an error but it says that ['GEOCODE','REVERSE_GEOCODE','SUGGEST'] is the default value for the supported_operation parameter meaning that if that is the value you want then you can just leave that parameter out of the function call.
– BigGerman
Nov 9 at 17:09












This looks like a question better asked at the Geographic Information Systems Stack Exchange.
– PolyGeo
2 days ago




This looks like a question better asked at the Geographic Information Systems Stack Exchange.
– PolyGeo
2 days ago












@BigGerman To apply this workaround is not an option . Sooner or later I should use SUGGEST and I will face the same problem.
– Javier
yesterday




@BigGerman To apply this workaround is not an option . Sooner or later I should use SUGGEST and I will face the same problem.
– Javier
yesterday

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53205427%2fvalueerror-suggest-in-arcpy-creategeocodesddraft-in-python%23new-answer', 'question_page');
}
);

Post as a guest





































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53205427%2fvalueerror-suggest-in-arcpy-creategeocodesddraft-in-python%23new-answer', 'question_page');
}
);

Post as a guest




















































































Popular posts from this blog

Schultheiß

Liste der Kulturdenkmale in Wilsdruff

Android Play Services Check