I am working on a process to update all tiff files to pdf files in content server using web services. There are millions of files need to be converted. I have everything working now except it only works on small amount of files, like 35,000 files. When I set the SingleSearchRequest.NumResultsToRetrieve more than 40,000, then "Error executing a sql query" exception happens. I am just wondering is there a settings in OpenText is preventing me to search more files? Or I should use some different method to retrieve all the tiff files.
Thanks