Add Feature Service URL to AXF error

3892
1
Jump to solution
07-01-2014 01:10 PM
JoshSaad1
Occasional Contributor II
When I try to run the Add feature service URL to AXF tool, I get the following error:

Traceback (most recent call last):
  File "c:\program files (x86)\arcgis\desktop10.2\ArcToolbox\Scripts\ArcPadConnectFS.py", line 70, in <module>
    returnFromVBS = os.system(cScript + " \"" + srcVBS + "\" \"" + str(objAXF) + "\" " + str(objSOAPstring) + " " + str(objURLREST) + " " + str(objTokenString) + " ")
NameError: name 'objSOAPstring' is not defined

Failed to execute (AddFeatureServicesToAXF).


I verified that I published my map to the server as a feature service.  When I run the tool I'm warned that, Error -1 This is not a valid Feature Service Layer.

Anyone know of a fix?  Thanks.
Tags (3)
0 Kudos
1 Solution

Accepted Solutions
JoshSaad1
Occasional Contributor II
I resolved the issue by creating a new GIS server connection with my user account rather than our generic mobileEdit account, which seems to work.

View solution in original post

0 Kudos
1 Reply
JoshSaad1
Occasional Contributor II
I resolved the issue by creating a new GIS server connection with my user account rather than our generic mobileEdit account, which seems to work.
0 Kudos