IDispatch error in INSPIRE Download Service request

1440
0
10-23-2017 02:27 AM
AlinPlesoianu2
New Contributor

Hello,

I set up an INSPIRE Download Service, and I am trying to retrieve the full dataset using the 'GetDatasetByCrs' query. When I do the request, I get an 'IDispatch error'. I attached below the error message:

The example request:

https://inspire/server/rest/services/TN_Download2/MapServer/exts/InspireFeatureDownload/service?SERV... 

And response (without leading namespaces):

    <wfs:TruncatedResponse>
        <ExceptionReport xmlns="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-        instance" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://inspire/server/rest/directories/arcgisforinspire/schema/ogc/ows/1.1.0/owsExceptionReport.xsd">
            <Exception exceptionCode="NoApplicableCode" locator="unknown">
                <ExceptionText>
                  Request rejected due to errors. InternalExceptionCode: iiSQLQueryError. Reason:
                    <![CDATA[
                        Abort: error executing a SQL query: IDispatch error #337
                     ]]>
                </ExceptionText>
            </Exception>
        </ExceptionReport>
    </wfs:TruncatedResponse>

On the same server, I also have other download services, and all work properly.

What can be the cause of this error, and how can I solve it?

Thanks you for any help,

Alin

0 Kudos
0 Replies