Now that I have the correct connection
string I am able to see the data in Map 2009. however all the features show as
line features in the table of contents.
Brad
From:
[hidden email] [mailto:[hidden email]] On Behalf Of Brad Nesom
Sent: Thursday, March 05, 2009
11:09 PM
To: 'FDO
Users Mail List'
Subject: [fdo-users] Problem with
map2009 fdo 3.3.2
Using Map3d 2009 with the installed 3.3.0
trying to connect to esri personal gdb with ogr. I get the connection to
complete but always have to edit/override the coord system. Then after adding
to map get the message “failed to cache features” 2 “geometry
is null”. View log looks like this…
<?xml version="1.0" ?>
- <Map3dErrorLog
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="AcMap3dErrorLog.xsd">
- <Session user="ws21"
start="3/5/2009 10:30:38 PM" document="Drawing1.dwg">
- <Error code="1"
type="15" dispensation="2" sId="2"
occurrence="1">
Failed to cache features.
<Entry code="1"
type="15" sId="3" occurrence="1">Geometry is
null.</Entry>
<Entry code="1"
type="15" sId="4" occurrence="1">Failed to
cache features.</Entry>
<Entry code="1"
type="15" sId="5" occurrence="1">Geometry is
null.</Entry>
<Entry code="1"
type="15" sId="6" occurrence="1">Failed to
cache features.</Entry>
<Entry code="1"
type="15" sId="7" occurrence="1">Geometry is
null.</Entry>
<Entry code="1"
type="15" sId="8" occurrence="1">Failed to
cache features.</Entry>
<Entry code="1"
type="15" sId="9" occurrence="1">Geometry is
null.</Entry>
<Entry code="1"
type="15" sId="10" occurrence="1">Failed to
cache features.</Entry>
<Entry code="1"
type="15" sId="11" occurrence="1">Geometry is
null.</Entry>
<Entry code="1"
type="15" sId="12" occurrence="1">Failed to
cache features.</Entry>
<Entry code="1"
type="15" sId="13" occurrence="1">Geometry is
null.</Entry>
<Entry code="1"
type="15" sId="14" occurrence="1">Failed to
cache features.</Entry>
<Entry code="1"
type="15" sId="15" occurrence="1">Geometry is
null.</Entry>
</Error>
- <Error code="1"
type="15" dispensation="1" sId="16"
occurrence="1">
Failed to cache features.
<Entry code="1"
type="15" sId="17" occurrence="1">Geometry is
null.</Entry>
</Error>
</Session>
</Map3dErrorLog>
If I use fdo 3.3.2 to connect to the same
data. I get the same messages with this as a log file…
<?xml version="1.0" ?>
- <Map3dErrorLog
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="AcMap3dErrorLog.xsd">
- <Session user="ws21"
start="3/5/2009 10:58:26 PM" document="Drawing1.dwg">
- <Error code="1"
type="15" dispensation="2" sId="2"
occurrence="1">
Failed to cache features.
<Entry code="1"
type="15" sId="3" occurrence="1">Geometry is
null.</Entry>
</Error>
</Session>
</Map3dErrorLog>
Can someone help me get this to work?
Thanks
Brad