We have an application that was built on Sharepoint 2003 web services. It still works for one of our MOSS 2007 server, but not on the other one :
<ResponsePacket xmlns="urn:Microsoft.Search.Response">
<Response domain="">
<Status>ERROR_SERVER</Status>
<DebugErrorMessage>System.ArgumentNullException</DebugErrorMessage>
</Response></ResponsePacket>
Query:
SELECT "DAV:getcontentlength", "DAV:getcontenttype", "DAV:getlastmodified", "DAV:href", "urn: schemas-microsoft-com: office: office#Author", "urn: schemas.microsoft.com:fulltextqueryinfo: description", "urn: schemas.microsoft.com:fulltextqueryinfo: displaytitle"
FROM ( TABLE Portal_Content..Scope() )
WHERE (( (Contains("ALL",'"ECIS*"')) ) ) ORDER BY "urn: schemas.microsoft.com:fulltextqueryinfo:rank" DESC
Web services are activated, authentication is validated. We get this error after submitting the query.
Any idea
Thanks!