Showing posts with label operations. Show all posts
Showing posts with label operations. Show all posts

Tuesday, 14 February 2012

configuring reporting services (to work for SCOM2007)

Hello-
I am having a bit of an issue configuring reporting services so that I can
install the System Center Operations Manager 2007 Reporting feature.
On our SQL server we have SQL2005 SP2 installed with the operations manager
database installed and working. I installed SQL reporting services on the
server that runs Operations Manager (OM) which is required to install OM
Reporting. I am however having an issue configuring reporting services.
I go into the reporting services configuration and there are 3 ares which
have red X's, Report Manager Virtual Directory, Web Service Identity and
Database Setup.
First thing I do is set the virtual directory, I click new and it creates
the new virtual directory in the default website however the red X never
turns to a green checkmark.
Next I go to web service identity and create a new app pool called reportsvc
and click apply and get an error saying "There was an error setting the
identity for the web service" If i set it to DefaultAppPool I get the same
thing.
then create the reporting database in the sql2005 server instance which
seems to go fine untill I go to click apply then I get an error saying that
it could not apply it because a virtual directory must be created first.
If i go into inetmgr the virtual directory was created under the default
website but it does not register in reporting servcies for some reason.
Can anyone help!? Much thanks in advance!!!
/EhrenMake sure you have asp.net installed,
run %WINNT%\Microsoft.NET\Framework\%framework version%\aspnet_regiis.exe -i.
"Ehren" wrote:
> Hello-
> I am having a bit of an issue configuring reporting services so that I can
> install the System Center Operations Manager 2007 Reporting feature.
> On our SQL server we have SQL2005 SP2 installed with the operations manager
> database installed and working. I installed SQL reporting services on the
> server that runs Operations Manager (OM) which is required to install OM
> Reporting. I am however having an issue configuring reporting services.
> I go into the reporting services configuration and there are 3 ares which
> have red X's, Report Manager Virtual Directory, Web Service Identity and
> Database Setup.
> First thing I do is set the virtual directory, I click new and it creates
> the new virtual directory in the default website however the red X never
> turns to a green checkmark.
> Next I go to web service identity and create a new app pool called reportsvc
> and click apply and get an error saying "There was an error setting the
> identity for the web service" If i set it to DefaultAppPool I get the same
> thing.
> then create the reporting database in the sql2005 server instance which
> seems to go fine untill I go to click apply then I get an error saying that
> it could not apply it because a virtual directory must be created first.
> If i go into inetmgr the virtual directory was created under the default
> website but it does not register in reporting servcies for some reason.
> Can anyone help!? Much thanks in advance!!!
> /Ehren|||Hi, thanks for your suggestion. I verified that ASP.NET is installed for the
default website and is using version 2.0.50727. I tried switching to v1.xxxx
to see if that would make a difference and it did not.
I also created a new website called "reports" on port 1024 to see if that
would make a difference and then clicked the new button again and told it to
create the reports virtual directory in the reports website. It did add the
virtual directory (as it did in the default site) however it never registers
as "OK" (with the green checkmark)
When i click the "report manager virtual directory" item on the left nav bar
it shows Name: Reports / and Website: Reports (or Default Website) in greyed
out text boxes.
Any other ideas as to why this might not be working?
Thanks
"Alien2_51" wrote:
> Make sure you have asp.net installed,
> run %WINNT%\Microsoft.NET\Framework\%framework version%\aspnet_regiis.exe -i.
> "Ehren" wrote:
> > Hello-
> >
> > I am having a bit of an issue configuring reporting services so that I can
> > install the System Center Operations Manager 2007 Reporting feature.
> >
> > On our SQL server we have SQL2005 SP2 installed with the operations manager
> > database installed and working. I installed SQL reporting services on the
> > server that runs Operations Manager (OM) which is required to install OM
> > Reporting. I am however having an issue configuring reporting services.
> >
> > I go into the reporting services configuration and there are 3 ares which
> > have red X's, Report Manager Virtual Directory, Web Service Identity and
> > Database Setup.
> >
> > First thing I do is set the virtual directory, I click new and it creates
> > the new virtual directory in the default website however the red X never
> > turns to a green checkmark.
> >
> > Next I go to web service identity and create a new app pool called reportsvc
> > and click apply and get an error saying "There was an error setting the
> > identity for the web service" If i set it to DefaultAppPool I get the same
> > thing.
> >
> > then create the reporting database in the sql2005 server instance which
> > seems to go fine untill I go to click apply then I get an error saying that
> > it could not apply it because a virtual directory must be created first.
> >
> > If i go into inetmgr the virtual directory was created under the default
> > website but it does not register in reporting servcies for some reason.
> >
> > Can anyone help!? Much thanks in advance!!!
> > /Ehren