Skip to:
When I search for a roxie query using WUQueryDetails and passing in a queryset and query id, I get a result.
When I pass in the same query id and queryset into WUListQueries, nothing returns.
This is on the http://10.173.147.1:8010 cluster (version HPCC 5.6)
Working WUQueryDetails soapcall:[code]<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="urn:hpccsystems:ws:wsworkunits"><soap:Body><WUQueryDetailsRequest><QueryId>lrenn_delete.ins002_service_20160517_050433.1</QueryId><QuerySet>roxie</QuerySet><IncludeStateOnClusters>1</IncludeStateOnClusters><IncludeSuperFiles>1</IncludeSuperFiles></WUQueryDetailsRequest></soap:Body></soap:Envelope>/code
Failing WUListQueries soapcall:[code]<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="urn:hpccsystems:ws:wsworkunits"><soap:Body><WUListQueriesRequest><QuerySetName>roxie</QuerySetName><ClusterName>roxie</ClusterName><QueryID>lrenn_delete.ins002_service_20160517_050433.1</QueryID></WUListQueriesRequest></soap:Body></soap:Envelope>/code
Fixing this is a high priority for HIPIE: a 1.7 bug fix (files for services not being correctly deleted) is dependent on it.
When I search for a roxie query using WUQueryDetails and passing in a queryset and query id, I get a result.
When I pass in the same query id and queryset into WUListQueries, nothing returns.
This is on the http://10.173.147.1:8010 cluster (version HPCC 5.6)
Working WUQueryDetails soapcall:
[code]<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="urn:hpccsystems:ws:wsworkunits">
<soap:Body>
<WUQueryDetailsRequest>
<QueryId>lrenn_delete.ins002_service_20160517_050433.1</QueryId>
<QuerySet>roxie</QuerySet>
<IncludeStateOnClusters>1</IncludeStateOnClusters>
<IncludeSuperFiles>1</IncludeSuperFiles>
</WUQueryDetailsRequest>
</soap:Body>
</soap:Envelope>
/code
Failing WUListQueries soapcall:
[code]<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="urn:hpccsystems:ws:wsworkunits">
<soap:Body>
<WUListQueriesRequest>
<QuerySetName>roxie</QuerySetName>
<ClusterName>roxie</ClusterName>
<QueryID>lrenn_delete.ins002_service_20160517_050433.1</QueryID>
</WUListQueriesRequest>
</soap:Body>
</soap:Envelope>
/code