all groups > sql server reporting services > november 2004 >
You're in the

sql server reporting services

group:

Installing RS on SBS2003


Installing RS on SBS2003 Bob P
11/20/2004 10:16:36 PM
sql server reporting services: OK, I installed Reporting Services on SBS2003...

- fixed the application pool issue
- fixed session state
- fixed ASP.NET (KB 887787)
- ran rsactivate

http://<servername>/reports and http://<servername>/reportserver both
come up.

The problem I'm having is that I can't perform step 2 of
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSinstall/htm/gs_installingrs_v1_9fdy.asp

"Add the Reporting Services virtual directories to the Windows
SharePoint Services list of exclusions. If you installed Reporting
Services using the default virtual directories, run the following at
the command prompt:

STSADM.EXE -o addpath -url http://localhost/ReportServer -type
exclusion

and

STSADM.EXE -o addpath -url http://localhost/Reports -type exclusion"

Running STSADM.EXE -o addpath -url http://localhost/Reports -type
exclusion gives me a "The server instance specified was not found."

Trying STSADM.EXE -o addpath -url http://192.168.16.2/Reports -type
exclusion gives me a different message, "The virtual server that is
referenced here is not in the config database"

I must be missing something obvious. Any ideas?
Re: Installing RS on SBS2003 Jéjé
11/20/2004 10:49:37 PM
have you tried to add these exclusion through the web based administration
of sharepoint?

"Bob P" <rpalnik@metfabtech.com> a écrit dans le message de news:
nj10q09ls1fimp99jnshetu04ijglefg0u@4ax.com...
[quoted text, click to view]

Re: Installing RS on SBS2003 Bob P
11/20/2004 11:12:11 PM
I looked at 'SharePoint Services Central Administration', but didn't
see anything about adding exclusions - perhaps you could walk me
through the steps?


On Sat, 20 Nov 2004 22:49:37 -0500, "Jéjé"
[quoted text, click to view]
Re: Installing RS on SBS2003 Bob P
11/20/2004 11:26:27 PM
Found it! It turns out that the commands should be

STSADM.EXE -o addpath -url http://companyweb/ReportServer -type
exclusion

STSADM.EXE -o addpath -url http://companyweb/Reports -type exclusion

Your suggestion to look at the web tool was the clue I needed,

Thanks!


On Sat, 20 Nov 2004 23:12:11 -0500, Bob P <rpalnik@metfabtech.com>
[quoted text, click to view]
AddThis Social Bookmark Button