all groups > sql server reporting services > september 2005 >
You're in the

sql server reporting services

group:

SQL Server 2005 : Err while deploying Report project


SQL Server 2005 : Err while deploying Report project Shagun
9/14/2005 11:13:02 PM
sql server reporting services:
Hi ,

I created a report project when I tried to deploy it .
I gave Target server URL as http://localhost/Reportserver

It gave error as Share point portal server 2003 was installed in my machin
it was some port conflict. That is why I created a new virtual directory
Report server configuration manager

I changed target url to http://localhost:9003/Reportserver

Now when I tried to deploy it

I am getting following error

The report server webservice unable to access secure information in the
report server. Please verify that the Webservice Account is specified
correctly in the report server config file.

Please help
Regards,
Shagun Khare
RE: SQL Server 2005 : Err while deploying Report project Raj
9/15/2005 10:47:12 AM
This may be because of side by side installation of Sharepoint and reporting
services.
When you install sharepoint, it takes over default website in your IIS. If
reporting services also installed in default website it may not work
properly. So, you need to exclude the reportservices virtual roots from
sharepoint administration by running this:
STSADM.EXE -o addpath -url http://localhost/ReportServer -type exclusion
You can find more info here:

http://blogs.officezealot.com/mauro/archive/2005/07/08/6729.aspx

HTH
Raj

[quoted text, click to view]
AddThis Social Bookmark Button