jsanborn20's method is great! before this could be done... I had this happen a few times and found a way to save the data meaning I didn't have to drive out and recapture the data. What happened was:1. Checking AXF and SSF hung after 90 mins so I hit cancel.2. Once successfully cancelled I restarted ArcMap and tried again3. this time ArcMap wouldn't allow check in as it indicated 0 new features�?�(oh #$$%% I've deleted the data off the logger already.)4. Insert 99 extra step of messing around with access and the ArcGIS MDB and other files.5. Eventually I downloaded SQL Server Management Studio Express(limited free use) to edit the contents of the axf filehttp://www.microsoft.com/downloads/details.aspx?familyid=6053C6F8-82C8-479C-B25B-9ACA13141C9E&displaylang=en6. Connect to the AXF as such..6. after playing around with an AXF for a while I found that AXF_STATUS field was what I was after.Using: select * from GPSSMAINTENANCEHOLE7. I set this the AXF_STATUS field to 1 by using the query bellow:(NB you will see some checked out data as well is null so the query has the option of " Where AXF_Status=16777217") UPDATE GPSSMAINTENANCEHOLE SET AXF_STATUS=1 Where AXF_Status=16777217Hoorah!! Now you can check the file in again!
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.