[mapguide-trac] #423: Unhandled exception previewing ODBC
source when joined source is previewed
MapGuide Open Source
trac_mapguide at osgeo.org
Thu Feb 7 17:11:13 EST 2008
#423: Unhandled exception previewing ODBC source when joined source is previewed
-------------------------+--------------------------------------------------
Reporter: ronnielouie | Owner: ronnielouie
Type: defect | Status: closed
Priority: medium | Milestone: 2.0
Component: Server | Version: 2.0.0
Severity: major | Resolution: fixed
Keywords: | External_id:
-------------------------+--------------------------------------------------
Changes (by ronnielouie):
* status: new => closed
* resolution: => fixed
Comment:
When a file already has an open handle with a sharing mode other than
FILE_SHARE_READ, attempts to request subsequent handles with only
FILE_SHARE_READ will result in a sharing violation. Instead use
ACE_DEFAULT_OPEN_PERMS to open with additional sharing modes. Note the
sharing mode is different from the desired access mode specifying the
access level, which remains unchanged.
http://trac.osgeo.org/mapguide/changeset/r2822
http://trac.osgeo.org/mapguide/changeset/r2823
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/423#comment:1>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list