Getting error : This operation is not supported on a report server that runs in native mode-Collection of common programming errors
Hi Thangakumar,
In Reporting Services Web service, there are two endpoints available for managing objects on a report server, ReportServer2005 and ReportServer2006. The ReportService2005 endpoint is used for managing objects on a report server that is configured for native mode. The ReportService2006 endpoint is used for managing objects on a report server that is configured for SharePoint integrated mode. From you description, your Reporting Services runs in native mode, but ReportService2006.asmx is used for SharePoint integrated mode. If you need to call Reporting Services Web service in native mode, please change the address to:
http:///ReportServer/ReportService2005.asmx
If you need to call Reporting Services Web service in SharePoint integrated mode, please change the address to:
http:////_vti_bin/ReportServer/ReportService2006.asmx
For more information, you can refer to:
http://msdn.microsoft.com/en-us/library/ms155398(v=SQL.100).aspx
Thanks,
Albert Ye