Hi,
We use search webservice to get all the nodes from one of the folders. We have been facing a very strange issue for last couple of days and it recently started.
When I do a search, the response would return 3 matching nodes , but their information is blank in the response. If I trigger the same search again, it returns everything just fine. We have never seen this issue before. Here is the request and response:
Request:-
<tns:Body>
<tns:Search xmlns:tns="urn:SearchServices.service.livelink.opentext.com">
<tns:queries>
<tns:DataCollectionSpec>"LES Enterprise [All Versions]"</tns:DataCollectionSpec>
<tns:FirstResultToRetrieve>1</tns:FirstResultToRetrieve>
<tns:NumResultsToRetrieve>2000</tns:NumResultsToRetrieve>
<tns:QueryLanguage>Livelink Search API V1</tns:QueryLanguage>
<tns:ResultOrderSpec>sortByRegion=OTModifyDate</tns:ResultOrderSpec>
<tns:ResultSetSpec>where1=[qlregion OTLocation] 1909438&lookfor1=complexquery&boolean2=and&where2=[qlregion OTSubTypeName] Folder&lookfor2=complexquery</tns:ResultSetSpec>
<tns:ResultTransformationSpec>OTDataID</tns:ResultTransformationSpec>
<tns:ResultTransformationSpec>OTName</tns:ResultTransformationSpec>
</tns:queries>
<tns:partitionName>NONE</tns:partitionName>
</tns:Search>
----------------------------------------------------------------------------------
Response:-
<SearchResponse xmlns="urn:SearchServices.service.livelink.opentext.com">
<SearchResult>
<ResultAnalysis>
<ID>Map from Region Names to Display Names</ID>
<N>
<Type>MRD</Type>
</N>
</ResultAnalysis>
<Results>
<Item>
<ID>DataId=1909439&Version=0</ID>
<N>
<ID>n1</ID>
<Type>t1</Type>
</N>
</Item>
<Item>
<ID>DataId=1909438&Version=0</ID>
<N>
<ID>n1</ID>
<Type>t1</Type>
</N>
</Item>
<Item>
<ID>DataId=1909442&Version=0</ID>
<N>
<ID>n1</ID>
<Type>t1</Type>
</N>
</Item>
<ListDescription>
<ActualCount>3</ActualCount>
<IncludeCount>3</IncludeCount>
<ListHead>1</ListHead>
</ListDescription>
<Type>
<ID>t1</ID>
</Type>
</Results>
Thanks,
Kapil