Hi
I am running a CMIS query against SharePoint 2010 server.
I am getting below exception when my query uses LIKE operator.
One or more of the input parameters to the service method is missing or invalid.
Input Query: SELECT cmis:objectId from cmis:document WHERE cmis:name LIKE '%{0}%' Query after replacing placeholders: SELECT cmis:objectId from cmis:document WHERE cmis:name LIKE '%Test%'
Same query is executing with Alfresco.
Any help is greatly appreciated.
Rama