I'm trying to setup ArcPad 10.2 to sync with a feature service when edits are checked in. I have followed this article.
The problem is when I try to run the 'Add feature service URL to AXF' in the ArcPad Tools toolbox, I get a long error when I add my layer file. The layer file was created as per the article, by right-clicking my feature service and choosing 'Create Layer'.
Here is the error message, sorry for the length...
ERROR updateMessage Execution Error: Runtime error Traceback (most recent call last): File "C:\Program Files (x86)\ArcGIS\ArcPad10.2\DesktopTools10.0\Toolboxes\ArcPad Tools.tbx#AddFeatureServicesToAXF_ArcPad.UpdateMessages.py", line 4, in File "C:\Program Files (x86)\ArcGIS\ArcPad10.2\DesktopTools10.0\Toolboxes\ArcPad Tools.tbx#AddFeatureServicesToAXF_ArcPad.UpdateMessages.py", line 27, in updateMessages File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\utils.py", line 181, in fn_ return fn(*args, **kw) File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\mapping.py", line 1499, in ListLayers result = mixins.MapDocumentMixin(map_document_or_layer).listLayers(wildcard, data_frame) File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\arcobjects\mixins.py", line 822, in listLayers layers = self.layers File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\arcobjects\mixins.py", line 682, in layers for frame in reversed(self.dataFrames): File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\arcobjects\mixins.py", line 694, in dataFrames return map(convertArcObjectToPythonObject, self.pageLayout.dataFrames) File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\arcobjects\mixins.py", line 678, in pageLayout return convertArcObjectToPythonObject(self._mxd._arc_object.pageLayout) AttributeError: ValueObject: Get attribute _arc_object does not exist