<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic AXF Successfully checks in, but data does not appear in database. in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/axf-successfully-checks-in-but-data-does-not/m-p/195224#M1401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, I've got two laptops that go out daily and collect data.&amp;nbsp; (not a lot, mind you - between 5 and 30 features per day).&amp;nbsp; I'm using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Arcpad 10.0.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Desktop 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had it set up so that all they did was check in their axf file at the end of their shift via the roadpatrol manager.&amp;nbsp; (reusing the same axf day after day)&amp;nbsp; On check-in, everything appeared to go normally, except for that the data would not appear on our server.&amp;nbsp; At this point, I'd have to use arcpad studio to export the collected features as as shapefile and then manually input them into the server (I could have done a copy/paste job, but you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ve got to remap the fields and considering the number of features it was just faster to do it manually).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I set up an automated process using python - I make sure I have access to either an arcgis editor or arcview license first, then uses&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]# Process: ArcPad Check In&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.ArcPadCheckin_ArcPad(axfpath, "", "")[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I rename the axf file, move it to another folder, and then create a new axf using the 'configure project for geoprocessing' tool in the arcpad data manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]# Local variables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcPad_mxd = "C:\\example\\example.mxd"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Process: Process ArcPad Project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.ProcessArcPadProject_ArcPad(ArcPad_mxd, "")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything processes without complaint, but again, no data shows up in my database (this project has it's own database at the moment).&amp;nbsp; Kinda pulling my hair out over this one.&amp;nbsp; This worked flawlessly for over a year and a half using arcgis 9.3 and arcpad 7.1 and then arcpad 8.0.&amp;nbsp; The problems started when I changed the axf to only check out the schemas instead of the entire feature, as it was taking too long for them to sync over crummy wifi.&amp;nbsp; I was hoping our switch to arcgis/arcpad 10 might clear up some of the issues, but to no avail.&amp;nbsp; Any ideas would help immensely.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2012 14:11:14 GMT</pubDate>
    <dc:creator>KenMcCartney</dc:creator>
    <dc:date>2012-01-13T14:11:14Z</dc:date>
    <item>
      <title>AXF Successfully checks in, but data does not appear in database.</title>
      <link>https://community.esri.com/t5/arcpad-questions/axf-successfully-checks-in-but-data-does-not/m-p/195224#M1401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, I've got two laptops that go out daily and collect data.&amp;nbsp; (not a lot, mind you - between 5 and 30 features per day).&amp;nbsp; I'm using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Arcpad 10.0.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Desktop 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had it set up so that all they did was check in their axf file at the end of their shift via the roadpatrol manager.&amp;nbsp; (reusing the same axf day after day)&amp;nbsp; On check-in, everything appeared to go normally, except for that the data would not appear on our server.&amp;nbsp; At this point, I'd have to use arcpad studio to export the collected features as as shapefile and then manually input them into the server (I could have done a copy/paste job, but you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ve got to remap the fields and considering the number of features it was just faster to do it manually).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I set up an automated process using python - I make sure I have access to either an arcgis editor or arcview license first, then uses&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]# Process: ArcPad Check In&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.ArcPadCheckin_ArcPad(axfpath, "", "")[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I rename the axf file, move it to another folder, and then create a new axf using the 'configure project for geoprocessing' tool in the arcpad data manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]# Local variables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcPad_mxd = "C:\\example\\example.mxd"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Process: Process ArcPad Project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.ProcessArcPadProject_ArcPad(ArcPad_mxd, "")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything processes without complaint, but again, no data shows up in my database (this project has it's own database at the moment).&amp;nbsp; Kinda pulling my hair out over this one.&amp;nbsp; This worked flawlessly for over a year and a half using arcgis 9.3 and arcpad 7.1 and then arcpad 8.0.&amp;nbsp; The problems started when I changed the axf to only check out the schemas instead of the entire feature, as it was taking too long for them to sync over crummy wifi.&amp;nbsp; I was hoping our switch to arcgis/arcpad 10 might clear up some of the issues, but to no avail.&amp;nbsp; Any ideas would help immensely.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 14:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/axf-successfully-checks-in-but-data-does-not/m-p/195224#M1401</guid>
      <dc:creator>KenMcCartney</dc:creator>
      <dc:date>2012-01-13T14:11:14Z</dc:date>
    </item>
  </channel>
</rss>

