Opened 16 years ago
Last modified 15 years ago
#495 assigned defect
ArcSDE FeatureReader handles SDE error but retains connection.
Reported by: | crispinatime | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | 3.5.0 |
Component: | ArcSDE Provider | Version: | 3.4.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
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.");
Change History (2)
comment:1 by , 16 years ago
Component: | FDO API → ArcSDE Provider |
---|
comment:2 by , 15 years ago
Status: | new → assigned |
---|---|
Summary: | ArcSDE → ArcSDE FeatureReader handles SDE error but retains connection. |
Note:
See TracTickets
for help on using tickets.