Hi,
I have one existing service for searching the date in staging area. That will run following search query in command line :

\Interwoven\Search\bin\iwsrchquery.exe -f

\Interwoven\Search\Publish.txt hydhtc74353/administrator 5000
/default/main/Internet-Non-DM/SCIDGNPL/AmericanEnglish
/default/main/Internet-Non-DM/SCIDGNPL/AmericanEnglish/Staging
This query returning following result:
[data]
[query_id]55L4CRTI[/query_id]
[return_code]0[/return_code]
[/data]
Each time the query id changing but retun code is 0.
Here is the Publish.txt file content:
[predicate xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="TeamSiteSearch.xsd"]
[value]2008-05-15[/value]
[/attributeComparison]
[/predicate]
What i feel is there is error in Publish.txt file to find out date in the file there will be some other way.I have searched SupportInterwoven and CLT reference document but I could find only for text searching.Please suggest.