Ah, close. These URLs will work unless you install SQL Server as a named
instance. In this case, each of the Reporting Services URLs need to be
adjusted to point to the specific instance as in:
[quoted text, click to view] > http://<server>$<instance>/reports
as in
http://betav9v$ss2k5/reports
[quoted text, click to view] >
> using management studio, open a connection to your RS server:
> http://server/reportserver$<instance>
as in
http://server/reportserver$ss2k5
HOWEVER, if you've installed the SP2 SharePoint extensions I expect the
Report Manager has been deactivated...
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com www.betav.com/blog/billva Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit
www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
[quoted text, click to view] "Jeje" <willgart@hotmail.com> wrote in message
news:CBBBF43F-BCDE-47DB-93CB-826D60158DBD@microsoft.com...
> through the web by default:
> http://<server>/reports
>
> using management studio, open a connection to your RS server:
> http://server/reportserver
>
> else use the reporting services configuration tool to identify (or create)
> the web servers and virtual folders deployments.
>
> Jerome.
>
>
> "jobs" <jobs@webdos.com> wrote in message
> news:1193618275.667543.245020@d55g2000hsg.googlegroups.com...
>> duh I know.
>>
>> I'm on the reportserver as administrator. I'm looking sql mgt studio
>> and iis, I know reports and folders are there somewhere, but can't see
>> them.
>>
>> Thanks for any help or information.
>>
All sites automatically have Report Manager. This is the portal that needs
to be there for managing the RS.
http://yourserver/Reports/Pages/Folder.aspx
Are you in the local administrators group on the server? If not, then
someone who is needs to add you to the local administrators group OR you
need to have someone who know RS add you to the appropriate role in RS
(which they use Report Manager to do).
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
[quoted text, click to view] "jobs" <jobs@webdos.com> wrote in message
news:1193849161.094365.78150@o80g2000hse.googlegroups.com...
> The admins did install sp2, not sure about sharepoint extensions?
>
> if I go to http://servername/Reports
>
> I get a page with this and no options for creating folders.
>
>
> SQL Server Reporting Services
> Home
>
> If I attempt to deploy my reports to the new ssrs instance (I got the
> report from development and changed deployment information)
>
> Deploying to http://servername/reportserver/
> Error rsItemAlreadyExists : The item '/myfolder' already exists.
>
> How do I enable report manager, how do I create a folder for
> deployment? This is a brand new sql server, ssrs install on sql server
> cluster.
>
> Thanks for any help or information.
>
>
I'm not familiar with the requirements for installing RS on clustered
servers. My guess is that your problem has to do with that area.
One other thing to try. There is the report server configuration tool (not
sure exact name). Try that and make sure it says everything is good. It is
on the machine that you had it installed on. If possible remote desktop to
it and check out the configuration. Perhaps it will show an error.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
[quoted text, click to view] "jobs" <jobs@webdos.com> wrote in message
news:1193856006.348501.137400@o3g2000hsb.googlegroups.com...
> Thanks. SSRS is on one of two sql server clustered servers.
>
> If I enter,
>
> http://servername/Reports
>
> i get what looks like the report manager page, but no buttons for
> creating folders
>
> if I enter
>
> http://ip address/Reports
>
> i'm prompted for user/pass, I have an account that has administrator,
> i enter it and it just sits there.
>
>
>