|
POST
|
You were not able to add a domain to fields on a table created with the File Geodatabase API (NIM074135). This has been fixed in the 1.2 release, which will be available this week. With alter field working correctly you can add a domain to a field in one step and the API is operating as designed. NIM072315 is an enhancement. With the current design you can add domains to fields. NIM072315 just changes the way you have to code this. NIM074135 slipped through because our test used an existing feature class. We have corrected this test to create the test table.
... View more
03-07-2012
09:20 AM
|
0
|
0
|
1093
|
|
POST
|
Compact only removes orphan locks (which rarely exist). The only way to orphan a lock is to pull the plug on your PC. The locks hanging around means that some process is holding on to them. The lock name includes the file name, the name of the machine, thread id and the process id.
... View more
01-25-2012
03:07 PM
|
0
|
0
|
4178
|
|
POST
|
Can you post your code. We have C++ tests for this and have seen no problems.
... View more
01-25-2012
10:28 AM
|
0
|
0
|
1041
|
|
POST
|
The only way a lock file will persist is if a process is maintaining it.The lock files are created as "delete on close" so the operating system will delete them when the creating process closes. If the creating process has not closed the locks will remain until the process is deleted. You should never need to restart you PC to clear the locks. Is your file geodatabase local or on a network disk? What version of ArcGIS are you using?
... View more
01-25-2012
09:03 AM
|
0
|
0
|
4178
|
|
POST
|
The only way a lock file will persist is if a process is maintaining it.The lock files are created as "delete on close" so the operating system will delete them when the creating process closes. Is your file geodatabase local or on a network disk? What version of ArcGIS are you using?
... View more
01-25-2012
07:14 AM
|
0
|
0
|
4403
|
|
POST
|
Are you closing the tables before attempting to close the geodatabase?
... View more
01-25-2012
07:09 AM
|
0
|
0
|
1041
|
|
POST
|
What version of ArcGIS are you using? There is a bug in spatialRelDescription at 10.0 that is fixed in 10.0 sp4.
... View more
01-23-2012
06:31 AM
|
0
|
0
|
1163
|
|
POST
|
The problem in this case is with the grid sizes that you defined in the .xml file. They are not valid. To fix this change: <GridSize0>0.983688354492188</GridSize0>
<GridSize1>3.04943389892578</GridSize1>
<GridSize2>9.45324508666992</GridSize2> To: <GridSize0>0</GridSize0>
<GridSize1>0</GridSize1>
<GridSize2>0</GridSize2> This is a flag to calculate the spatial index grid size based on the contained features. If you do this the feature class behaves correctly.
... View more
01-19-2012
09:05 AM
|
0
|
0
|
2175
|
|
POST
|
The problem from the other thread will only happen when the code is run on Linux. Display with ArcMap will be messed up if you zoom in. Data generated on Windows should not have this problem.
... View more
01-18-2012
02:39 PM
|
0
|
0
|
2175
|
|
POST
|
This has been entered as NIM077138. We are reviewing this and will post our findings. We were never able to reproduce http://forums.arcgis.com/threads/451...-API-in-ArcMap.
... View more
01-18-2012
12:28 PM
|
0
|
0
|
1284
|
|
POST
|
The tables are pairs .gdbtable and .gdbtablx. They are both binary files. The .gdbtablx file is the index to the .gdbtable. If either are removed the data is non-recoverable. What most commonly happens with file geodatabase corruption is the meta data tables are removed. This tool will read all of the .gdbtable, .gdbtablx pairs that it finds and recover them based on the header information from the .gdbtable. The a00000001.gdbtable is usually the catalog.
... View more
01-17-2012
09:03 AM
|
0
|
0
|
1390
|
|
POST
|
delete the signature file ("gdb") or the a00000001.gdbtable. Lance
... View more
01-17-2012
08:51 AM
|
0
|
0
|
1390
|
|
POST
|
A file involved in a topology will be recovered. The topology and feature dataset will not be recovered.
... View more
01-17-2012
08:39 AM
|
0
|
0
|
1390
|
|
POST
|
Thanks for reporting this. I've corrected it for final.
... View more
01-17-2012
07:28 AM
|
0
|
0
|
919
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-16-2013 09:31 AM | |
| 1 | 12-21-2016 08:14 AM | |
| 1 | 07-29-2016 08:34 AM | |
| 1 | 04-15-2015 09:20 AM | |
| 1 | 12-19-2016 04:33 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-24-2025
12:47 PM
|