[TinyOWS-users] unable to access geometry_columns table

Richard Greenwood richard.greenwood at gmail.com
Sat Dec 5 23:27:45 EST 2009


On Sat, Dec 5, 2009 at 9:59 AM, Haftish 21 <haftish21 at gmail.com> wrote:
> while I request...
>
> http://localhost/cgi-bin/tinyows.exe?service=WFS&version=1.0.0&request=DescribeFeatureType&TypeName=ethroads
>
> I get the ff exception. How could I solve that???
>
> <ows:ExceptionReport xsi:schemaLocation="http://www.opengis.net/ows
> http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd" version="1.1.0"
> language="en">
> -
> <ows:Exception exceptionCode="RequestSqlFailed" locator="storage">
> <ows:ExceptionText>Unable to access geometry_columns
> table</ows:ExceptionText>
> </ows:Exception>
> </ows:ExceptionReport>
> --

Be sure that the user making the request has select privileges on the
geometry_columns table. e.g.
  GRANT SELECT ON geometry_columns TO user_name;

-- 
Richard Greenwood
richard.greenwood at gmail.com
www.greenwoodmap.com


More information about the TinyOWS-users mailing list