Hello,
I ran the installer on a windows 2000/ iis5 server and no issues at all, the
server components were available during setup (trial version downloaded from
MS).
I subsequently tried the same thing on a Windows 2003 / IIS6 server and it
says IIS is not properly configured but it does not tell me what
specifically is the problem. IIS works fine on the server, i have over 10
sites hosted and it is working fine.
My guess is there must be a security/permission problem?
Anybody else have issues running the Report Services installer on an IIS6
machine?
PLEASE HELP! :)
thanks in advance,
-ZDRS will not install if you are running IIS 6 in IIS 5 compatibility mode.
You should check that first. If that is not the case then look in the
rsspt<#>.log file, search for prereq and there should be a line in there
telling you what check is failing.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Z D" <NOSPAM@.NOSPAM.com> wrote in message
news:O1wrZhUVEHA.2336@.TK2MSFTNGP12.phx.gbl...
> Hello,
> I ran the installer on a windows 2000/ iis5 server and no issues at all,
the
> server components were available during setup (trial version downloaded
from
> MS).
> I subsequently tried the same thing on a Windows 2003 / IIS6 server and it
> says IIS is not properly configured but it does not tell me what
> specifically is the problem. IIS works fine on the server, i have over 10
> sites hosted and it is working fine.
> My guess is there must be a security/permission problem?
> Anybody else have issues running the Report Services installer on an IIS6
> machine?
> PLEASE HELP! :)
> thanks in advance,
> -ZD
>|||Daniel,
Thanks for your reply. :)
IIS6 is NOT running in IIS5 compat mode.
I am unable to find the rsspt*.log file anywhere on my webserver. Do you
know which directory it's supposed to be in? When exactly is it created? (I
cancel out of the install after I get the warning message saying IIS is not
installed/configured for a server component installation).
Thanks,
-ZD
"Daniel Reib [MSFT]" <danreib@.online.microsoft.com> wrote in message
news:%23$ETx9VVEHA.2752@.TK2MSFTNGP10.phx.gbl...
> RS will not install if you are running IIS 6 in IIS 5 compatibility mode.
> You should check that first. If that is not the case then look in the
> rsspt<#>.log file, search for prereq and there should be a line in there
> telling you what check is failing.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> "Z D" <NOSPAM@.NOSPAM.com> wrote in message
> news:O1wrZhUVEHA.2336@.TK2MSFTNGP12.phx.gbl...
> > Hello,
> >
> > I ran the installer on a windows 2000/ iis5 server and no issues at all,
> the
> > server components were available during setup (trial version downloaded
> from
> > MS).
> >
> > I subsequently tried the same thing on a Windows 2003 / IIS6 server and
it
> > says IIS is not properly configured but it does not tell me what
> > specifically is the problem. IIS works fine on the server, i have over
10
> > sites hosted and it is working fine.
> >
> > My guess is there must be a security/permission problem?
> >
> > Anybody else have issues running the Report Services installer on an
IIS6
> > machine?
> >
> > PLEASE HELP! :)
> >
> > thanks in advance,
> > -ZD
> >
> >
>|||Hi Daniel, thanks for your reply.
I finally found the file, it was named rsstp<#>.log (not rsspt<#>.log).
Anyways, below is the relevant portion of the log that is failing. It seems
as though its looking for W3SVC #1 ' Is that the default website? I deleted
that when I originally configured IIS, but I do have another site from which
the server can be accessed through http://localhost and http://<serverName>
Any ideas?
Thanks
-ZD
<EndFunc Name='PerformDetections' Return='0' GetLastError='0'>
<Prerequisite Name="IsIISInstalled" Checked="Metabase"
Item="/LM/W3SVC/1/1016" Found="Can not read value" Expected="No error"
Result="Fail" />
Machine = WWW01, Article = IIS, Result = 60350 (0xebbe)
<Prerequisite Name="IsVS71Installed" Checked="Registry"
Item="HKLM\SOFTWARE\Microsoft\VisualStudio\7.1" Found="Can not open key"
Expected="No error" Result="Fail" />
Machine = WWW01, Article = VSNET, Result = 60351 (0xebbf)
Machine = WWW01, Article = ASPNET, Result = 0 (0x0)
Machine = WWW01, Article = MDAC, Result = 0 (0x0)
Machine = WWW01, Article = DTC, Result = 0 (0x0)
Machine = WWW01, Article = SERVEROS, Result = 0 (0x0)
Machine = WWW01, Article = SHAREPOINT, Result = 0 (0x0)
Machine = WWW01, Article = AUTHZ, Result = 0 (0x0)
Machine = WWW01, Article = RSACCOUNTS, Result = 0 (0x0)
**************
WWW01
**************
Report Server component requirement
<B>Explanation:</B> Internet Information Services 5.0 (IIS) or later is
either not installed, or it is configured in a way that is incompatible with
a Reporting Services installation.
<B>Action:</B> To install the Report Server and Report Manager components,
you must first install Internet Information Services 5.0 (IIS) or later, and
then verify that the Web server configuration requirements are compatible
with Setup. Check the Setup documentation for more information about Web
server configuration requirements.
Report Designer component requirement
<B>Explanation:</B> Visual Studio .NET 2003 is not installed.
<B>Action:</B> Install Visual Studio .NET 2003, and then rerun Setup to
install Report Designer. Or, continue Setup to complete the installation
without Report Designer.
Report size = 1050
"Daniel Reib [MSFT]" <danreib@.online.microsoft.com> wrote in message
news:%23$ETx9VVEHA.2752@.TK2MSFTNGP10.phx.gbl...
> RS will not install if you are running IIS 6 in IIS 5 compatibility mode.
> You should check that first. If that is not the case then look in the
> rsspt<#>.log file, search for prereq and there should be a line in there
> telling you what check is failing.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> "Z D" <NOSPAM@.NOSPAM.com> wrote in message
> news:O1wrZhUVEHA.2336@.TK2MSFTNGP12.phx.gbl...
> > Hello,
> >
> > I ran the installer on a windows 2000/ iis5 server and no issues at all,
> the
> > server components were available during setup (trial version downloaded
> from
> > MS).
> >
> > I subsequently tried the same thing on a Windows 2003 / IIS6 server and
it
> > says IIS is not properly configured but it does not tell me what
> > specifically is the problem. IIS works fine on the server, i have over
10
> > sites hosted and it is working fine.
> >
> > My guess is there must be a security/permission problem?
> >
> > Anybody else have issues running the Report Services installer on an
IIS6
> > machine?
> >
> > PLEASE HELP! :)
> >
> > thanks in advance,
> > -ZD
> >
> >
>|||RS setup only supports installing to the default website. Unfortunately
there is no way to change this. After the install the vdirs can be moved
using the following instructions:
http://www.sqljunkies.com/HowTo/525B575A-7F61-483A-AC8F-FEC700C34674.scuk
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Z D" <NOSPAM@.NOSPAM.com> wrote in message
news:eWA$JcIWEHA.2972@.TK2MSFTNGP12.phx.gbl...
> Hi Daniel, thanks for your reply.
> I finally found the file, it was named rsstp<#>.log (not rsspt<#>.log).
> Anyways, below is the relevant portion of the log that is failing. It
seems
> as though its looking for W3SVC #1 ' Is that the default website? I
deleted
> that when I originally configured IIS, but I do have another site from
which
> the server can be accessed through http://localhost and
http://<serverName>
> Any ideas?
> Thanks
> -ZD
>
> <EndFunc Name='PerformDetections' Return='0' GetLastError='0'>
> <Prerequisite Name="IsIISInstalled" Checked="Metabase"
> Item="/LM/W3SVC/1/1016" Found="Can not read value" Expected="No error"
> Result="Fail" />
> Machine = WWW01, Article = IIS, Result = 60350 (0xebbe)
> <Prerequisite Name="IsVS71Installed" Checked="Registry"
> Item="HKLM\SOFTWARE\Microsoft\VisualStudio\7.1" Found="Can not open key"
> Expected="No error" Result="Fail" />
> Machine = WWW01, Article = VSNET, Result = 60351 (0xebbf)
> Machine = WWW01, Article = ASPNET, Result = 0 (0x0)
> Machine = WWW01, Article = MDAC, Result = 0 (0x0)
> Machine = WWW01, Article = DTC, Result = 0 (0x0)
> Machine = WWW01, Article = SERVEROS, Result = 0 (0x0)
> Machine = WWW01, Article = SHAREPOINT, Result = 0 (0x0)
> Machine = WWW01, Article = AUTHZ, Result = 0 (0x0)
> Machine = WWW01, Article = RSACCOUNTS, Result = 0 (0x0)
> **************
> WWW01
> **************
> Report Server component requirement
> <B>Explanation:</B> Internet Information Services 5.0 (IIS) or later is
> either not installed, or it is configured in a way that is incompatible
with
> a Reporting Services installation.
> <B>Action:</B> To install the Report Server and Report Manager components,
> you must first install Internet Information Services 5.0 (IIS) or later,
and
> then verify that the Web server configuration requirements are compatible
> with Setup. Check the Setup documentation for more information about Web
> server configuration requirements.
> Report Designer component requirement
> <B>Explanation:</B> Visual Studio .NET 2003 is not installed.
> <B>Action:</B> Install Visual Studio .NET 2003, and then rerun Setup to
> install Report Designer. Or, continue Setup to complete the installation
> without Report Designer.
> Report size = 1050
>
>
> "Daniel Reib [MSFT]" <danreib@.online.microsoft.com> wrote in message
> news:%23$ETx9VVEHA.2752@.TK2MSFTNGP10.phx.gbl...
> > RS will not install if you are running IIS 6 in IIS 5 compatibility
mode.
> > You should check that first. If that is not the case then look in the
> > rsspt<#>.log file, search for prereq and there should be a line in there
> > telling you what check is failing.
> >
> > --
> > -Daniel
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> >
> >
> > "Z D" <NOSPAM@.NOSPAM.com> wrote in message
> > news:O1wrZhUVEHA.2336@.TK2MSFTNGP12.phx.gbl...
> > > Hello,
> > >
> > > I ran the installer on a windows 2000/ iis5 server and no issues at
all,
> > the
> > > server components were available during setup (trial version
downloaded
> > from
> > > MS).
> > >
> > > I subsequently tried the same thing on a Windows 2003 / IIS6 server
and
> it
> > > says IIS is not properly configured but it does not tell me what
> > > specifically is the problem. IIS works fine on the server, i have
over
> 10
> > > sites hosted and it is working fine.
> > >
> > > My guess is there must be a security/permission problem?
> > >
> > > Anybody else have issues running the Report Services installer on an
> IIS6
> > > machine?
> > >
> > > PLEASE HELP! :)
> > >
> > > thanks in advance,
> > > -ZD
> > >
> > >
> >
> >
>
Showing posts with label ran. Show all posts
Showing posts with label ran. Show all posts
Monday, March 26, 2012
Monday, March 19, 2012
Installation
Hi,
I'm using the most current version of MSDE, I've ran all my updates on a
2000 Pro machine.
Someone else did the install and I'm receiving an error message that SQL is
not installed properly
or has been tampered with, pleas uninstall and reinstall, so I went to the
add/remove and uninstalled
MSDE and reinstalled but I'm still receiving the same error message. I go
to Services to start it and
it won't start.
So that's where I'm at, thanks, Craig
Hi Craig,
Thank you for using Microsoft NewsGroup!
Since the installation issue might be related to many possibilities, please
collect the following information to help my analyze this issue, thank you!
1. Take a screenshot of the error message, and send it to me, my email:
v-warnw@.microsoft.com
Create a screenshot
=================
a) When the message appears in the window, press PrScrn (the key right of
F12).
b) Click start menu->all programs->accessories->paint.
c) Press Ctrl+V to paste the screen shot into the paint, and save the
picture in GIF file type.
2. Collect related MPSREPORT to me.
1). Please go to the following link, and download the MPSRPT SQL.exe.
http://www.microsoft.com/downloads/d...c7c-7ca5-408f-
88b7-f9c79b7306c0&displaylang=en
2). Double click to open this file, click Yes to start to collect the
information.
3). When the tool is done you will see an Explorer Window open up. In the
Explorer window should be a .CAB and a .NFO file that you need to send to
me.
If there is anything unclear, please feel free to let me know. Thank you!
Sincerely,
Warner Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
|||Thanks Warner,
It appears that the user had a bad hard drive.
Thanks for your time, Craig
"Warner wang" <v-warnw@.microsoft.com> wrote in message
news:nRchyXgMGHA.128@.TK2MSFTNGXA01.phx.gbl...
> Hi Craig,
> Thank you for using Microsoft NewsGroup!
> Since the installation issue might be related to many possibilities,
> please
> collect the following information to help my analyze this issue, thank
> you!
> 1. Take a screenshot of the error message, and send it to me, my email:
> v-warnw@.microsoft.com
> Create a screenshot
> =================
> a) When the message appears in the window, press PrScrn (the key right of
> F12).
> b) Click start menu->all programs->accessories->paint.
> c) Press Ctrl+V to paste the screen shot into the paint, and save the
> picture in GIF file type.
> 2. Collect related MPSREPORT to me.
> 1). Please go to the following link, and download the MPSRPT SQL.exe.
> http://www.microsoft.com/downloads/d...c7c-7ca5-408f-
> 88b7-f9c79b7306c0&displaylang=en
> 2). Double click to open this file, click Yes to start to collect the
> information.
> 3). When the tool is done you will see an Explorer Window open up. In the
> Explorer window should be a .CAB and a .NFO file that you need to send to
> me.
> If there is anything unclear, please feel free to let me know. Thank you!
> Sincerely,
> Warner Wang
> Microsoft Online Partner Support
> Get Secure! - www.microsoft.com/security
> ================================================== ===
> When responding to posts, please "Reply to Group" via
> your newsreader so that others may learn and benefit
> from your issue.
> ================================================== ===
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
|||Hi Craig,
I am glad to know you figured this out. If you need my further assistance,
please feel free to let me know by posting to this web. Thank you very much!
Sincerely,
Warner Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
I'm using the most current version of MSDE, I've ran all my updates on a
2000 Pro machine.
Someone else did the install and I'm receiving an error message that SQL is
not installed properly
or has been tampered with, pleas uninstall and reinstall, so I went to the
add/remove and uninstalled
MSDE and reinstalled but I'm still receiving the same error message. I go
to Services to start it and
it won't start.
So that's where I'm at, thanks, Craig
Hi Craig,
Thank you for using Microsoft NewsGroup!
Since the installation issue might be related to many possibilities, please
collect the following information to help my analyze this issue, thank you!
1. Take a screenshot of the error message, and send it to me, my email:
v-warnw@.microsoft.com
Create a screenshot
=================
a) When the message appears in the window, press PrScrn (the key right of
F12).
b) Click start menu->all programs->accessories->paint.
c) Press Ctrl+V to paste the screen shot into the paint, and save the
picture in GIF file type.
2. Collect related MPSREPORT to me.
1). Please go to the following link, and download the MPSRPT SQL.exe.
http://www.microsoft.com/downloads/d...c7c-7ca5-408f-
88b7-f9c79b7306c0&displaylang=en
2). Double click to open this file, click Yes to start to collect the
information.
3). When the tool is done you will see an Explorer Window open up. In the
Explorer window should be a .CAB and a .NFO file that you need to send to
me.
If there is anything unclear, please feel free to let me know. Thank you!
Sincerely,
Warner Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
|||Thanks Warner,
It appears that the user had a bad hard drive.
Thanks for your time, Craig
"Warner wang" <v-warnw@.microsoft.com> wrote in message
news:nRchyXgMGHA.128@.TK2MSFTNGXA01.phx.gbl...
> Hi Craig,
> Thank you for using Microsoft NewsGroup!
> Since the installation issue might be related to many possibilities,
> please
> collect the following information to help my analyze this issue, thank
> you!
> 1. Take a screenshot of the error message, and send it to me, my email:
> v-warnw@.microsoft.com
> Create a screenshot
> =================
> a) When the message appears in the window, press PrScrn (the key right of
> F12).
> b) Click start menu->all programs->accessories->paint.
> c) Press Ctrl+V to paste the screen shot into the paint, and save the
> picture in GIF file type.
> 2. Collect related MPSREPORT to me.
> 1). Please go to the following link, and download the MPSRPT SQL.exe.
> http://www.microsoft.com/downloads/d...c7c-7ca5-408f-
> 88b7-f9c79b7306c0&displaylang=en
> 2). Double click to open this file, click Yes to start to collect the
> information.
> 3). When the tool is done you will see an Explorer Window open up. In the
> Explorer window should be a .CAB and a .NFO file that you need to send to
> me.
> If there is anything unclear, please feel free to let me know. Thank you!
> Sincerely,
> Warner Wang
> Microsoft Online Partner Support
> Get Secure! - www.microsoft.com/security
> ================================================== ===
> When responding to posts, please "Reply to Group" via
> your newsreader so that others may learn and benefit
> from your issue.
> ================================================== ===
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
|||Hi Craig,
I am glad to know you figured this out. If you need my further assistance,
please feel free to let me know by posting to this web. Thank you very much!
Sincerely,
Warner Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
Subscribe to:
Posts (Atom)