Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Invoke “executeSQLQuery” OBIEE soap request encounter exception

We made a “executeSQLQuery” OBIEE soap request to the server, it returned the following error message.
Anyone have any idea about this ? thanks in advance for the reply.
<?xml version="1.0" encoding="UTF-8"
?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:saw-SOAP="com.siebel.analytics.web/soap/v6">
<soap:Body>
<soap:Fault><faultcode>soap:Server</faultcode>
<faultstring>Error occurred while processing the
query.</faultstring>
<detail><sawsoape:Error
xmlns:sawsoape="com.siebel.analytics.web/soap/error/v1">
<sawsoape:Code>OY6IVZ6M</sawsoape:Code>
<sawsoape:Message>Error occurred while processing the
query.</sawsoape:Message>
<sawsoape:File>project/webviews/rsxmlserializer.cpp</sawsoape:File>
<sawsoape:Line>257</sawsoape:Line>
<sawsoape:LogSources>
<sawsoape:LogSource>saw.soap.xmlviewservice</sawsoape:LogSource>
<sawsoape:LogSource>saw.SOAP</sawsoape:LogSource>
<sawsoape:LogSource>saw.httpserver.request.soaprequest</sawsoape:LogSource>
<sawsoape:LogSource>saw.rpc.server.responder</sawsoape:LogSource>
<sawsoape:LogSource>saw.rpc.server</sawsoape:LogSource>
<sawsoape:LogSource>saw.rpc.server.handleConnection</sawsoape:LogSource>
<sawsoape:LogSource>saw.rpc.server.dispatch</sawsoape:LogSource>
<sawsoape:LogSource>saw.threadpool.socketrpcserver</sawsoape:LogSource>
<sawsoape:LogSource>saw.threads</sawsoape:LogSource>
</sawsoape:LogSources><sawsoape:Error >
<sawsoape:Code>CYYBM6B7</sawsoape:Code>
<sawsoape:Message>The query was canceled.</sawsoape:Message>
</sawsoape:Error>
</sawsoape:Error>
</detail>