Add CAD Fields tool adds a field called Level, which is a reserved word for Microsoft Access, so GDB Feature Classes cannot open table.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM005858
已提交
December 23, 2006
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.2
修正版本
N/A
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Problem only occurs with personal geodatabase (MDB) feature classes.Workaround I:1. Add CAD Fields. 2. Open properties of Feature Class, Fields tab. 3. Rename Level to Level_ (reserved word)4. Set Alias to Level5. Edit fields. 6. Before Export to CAD, use Set CAD Alias, and set Level_ alias to Level. Workaround II:Copy the feature class to new feature class, and the above Step 3 will be done automatically. This way steps 4 ~ 6 are not necessary.Workaround III:Export the SDE or PGDB feature class to a file geodatabase. Run the ADD CAD Fields and populate the following fields with these values:Level = 0Color = 5Layer = DefaultRun the Export to CAD tool and choose the DGN v8 format.