[fdo-trac] #495: ArcSDE
FDO
trac_fdo at osgeo.org
Sat Apr 4 08:44:49 EDT 2009
#495: ArcSDE
----------------------------+-----------------------------------------------
Reporter: crispinatime | Owner: gregboone
Type: defect | Status: new
Priority: major | Milestone: 3.5.0
Component: FDO API | Version: 3.4.0
Severity: 3 | Keywords:
External_id: |
----------------------------+-----------------------------------------------
Hi,
In ArcSDEFeatureReader.cpp there is a section that handles an SDE error
(in MapGuide throws to the log files) but retains the connection.
In experience when we see "Cannot initialize SE_STREAM structure." the
connection is then gubbed and should be closed / reopended as all future
requests to that open connection will fail.
Crispin
Existing code:
{{{
result = SE_stream_create (mConnection->GetConnection (), &mStream);
handle_sde_err<FdoCommandException> (mConnection->GetConnection (),
result, __FILE__, __LINE__, ARCSDE_STREAM_ALLOC, "Cannot initialize
SE_STREAM structure.");
}}}
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/495>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list