Hi All,
I tried to install the new performance dashboards on 2005 sp2 on
windows 2003 and received the following error messages.
Has anyone seen these before? I know it is quite new...
Thanks
Peter
Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
'object_schema_name' is not a recognized built-in function name.
Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
Incorrect syntax near the keyword 'as'.
Msg 15151, Level 16, State 1, Line 1
Cannot find the object 'usp_GetPageDetails', because it does not exist
or you do not have permission.
Did you run the sql script that came with the download?
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
"Peter Nolan" <peter@.peternolan.com> wrote in message
news:1177505070.696147.173040@.n35g2000prd.googlegr oups.com...
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not exist
> or you do not have permission.
>
|||
> GUEST wrote:
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not
exist
> or you do not have permission.
I am getting the same error.
What is the fix for this if the server is on sp2?
|||On May 22, 6:54 pm, stacey.do...@.shawinc-dot-com.no-spam.invalid
(sdoran) wrote:
> exist
> I am getting the same error.
> What is the fix for this if the server is on sp2?
Same error here - SQL 2005 SP2 Latest hotfixes, etc. Any fix for
this?
Showing posts with label received. Show all posts
Showing posts with label received. Show all posts
Friday, March 30, 2012
Installing new performance dashboard for SQL Server 2005 SP2
Hi All,
I tried to install the new performance dashboards on 2005 sp2 on
windows 2003 and received the following error messages.
Has anyone seen these before? I know it is quite new...
Thanks
Peter
Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
'object_schema_name' is not a recognized built-in function name.
Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
Incorrect syntax near the keyword 'as'.
Msg 15151, Level 16, State 1, Line 1
Cannot find the object 'usp_GetPageDetails', because it does not exist
or you do not have permission.Did you run the sql script that came with the download?
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
"Peter Nolan" <peter@.peternolan.com> wrote in message
news:1177505070.696147.173040@.n35g2000prd.googlegroups.com...
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not exist
> or you do not have permission.
>|||The fact that you get an error about 'object_schema_name' suggests SP2 is
not installed on the instance since this is a new function added by SP2. Try
(re)applying SP2 to the instance to see if that resolves the issue.
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
http://sqlblogcasts.com/blogs/sqldbatips
"Peter Nolan" <peter@.peternolan.com> wrote in message
news:1177505070.696147.173040@.n35g2000prd.googlegroups.com...
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not exist
> or you do not have permission.
>|||
> GUEST wrote:
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not
exist
> or you do not have permission.
I am getting the same error.
What is the fix for this if the server is on sp2?|||On May 22, 6:54 pm, stacey.do...@.shawinc-dot-com.no-spam.invalid
(sdoran) wrote:
>
> exist
> I am getting the same error.
> What is the fix for this if the server is on sp2?
Same error here - SQL 2005 SP2 Latest hotfixes, etc. Any fix for
this?sql
I tried to install the new performance dashboards on 2005 sp2 on
windows 2003 and received the following error messages.
Has anyone seen these before? I know it is quite new...
Thanks
Peter
Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
'object_schema_name' is not a recognized built-in function name.
Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
Incorrect syntax near the keyword 'as'.
Msg 15151, Level 16, State 1, Line 1
Cannot find the object 'usp_GetPageDetails', because it does not exist
or you do not have permission.Did you run the sql script that came with the download?
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
"Peter Nolan" <peter@.peternolan.com> wrote in message
news:1177505070.696147.173040@.n35g2000prd.googlegroups.com...
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not exist
> or you do not have permission.
>|||The fact that you get an error about 'object_schema_name' suggests SP2 is
not installed on the instance since this is a new function added by SP2. Try
(re)applying SP2 to the instance to see if that resolves the issue.
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
http://sqlblogcasts.com/blogs/sqldbatips
"Peter Nolan" <peter@.peternolan.com> wrote in message
news:1177505070.696147.173040@.n35g2000prd.googlegroups.com...
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not exist
> or you do not have permission.
>|||
> GUEST wrote:
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not
exist
> or you do not have permission.
I am getting the same error.
What is the fix for this if the server is on sp2?|||On May 22, 6:54 pm, stacey.do...@.shawinc-dot-com.no-spam.invalid
(sdoran) wrote:
>
> exist
> I am getting the same error.
> What is the fix for this if the server is on sp2?
Same error here - SQL 2005 SP2 Latest hotfixes, etc. Any fix for
this?sql
Installing new performance dashboard for SQL Server 2005 SP2
Hi All,
I tried to install the new performance dashboards on 2005 sp2 on
windows 2003 and received the following error messages.
Has anyone seen these before? I know it is quite new...
Thanks
Peter
Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
'object_schema_name' is not a recognized built-in function name.
Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
Incorrect syntax near the keyword 'as'.
Msg 15151, Level 16, State 1, Line 1
Cannot find the object 'usp_GetPageDetails', because it does not exist
or you do not have permission.Did you run the sql script that came with the download?
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
"Peter Nolan" <peter@.peternolan.com> wrote in message
news:1177505070.696147.173040@.n35g2000prd.googlegroups.com...
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not exist
> or you do not have permission.
>|||The fact that you get an error about 'object_schema_name' suggests SP2 is
not installed on the instance since this is a new function added by SP2. Try
(re)applying SP2 to the instance to see if that resolves the issue.
--
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
http://sqlblogcasts.com/blogs/sqldbatips
"Peter Nolan" <peter@.peternolan.com> wrote in message
news:1177505070.696147.173040@.n35g2000prd.googlegroups.com...
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not exist
> or you do not have permission.
>|||> GUEST wrote
> Hi All
> I tried to install the new performance dashboards on 2005 sp2 o
> windows 2003 and received the following error messages
>
> Has anyone seen these before? I know it is quite new..
>
> Thank
>
> Pete
>
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 2
> 'object_schema_name' is not a recognized built-in function name
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 4
> Incorrect syntax near the keyword 'as'
> Msg 15151, Level 16, State 1, Line
> Cannot find the object 'usp_GetPageDetails', because it does no
exis
> or you do not have permission
I am getting the same error
What is the fix for this if the server is on sp2|||On May 22, 6:54 pm, stacey.do...@.shawinc-dot-com.no-spam.invalid
(sdoran) wrote:
> > GUEST wrote:
> > Hi All,
> > I tried to install the new performance dashboards on 2005 sp2 on
> > windows 2003 and received the following error messages.
> >
> > Has anyone seen these before? I know it is quite new...
> >
> > Thanks
> >
> > Peter
> >
> >
> > Msg 195, Level 15, State 10, Procedureusp_GetPageDetails, Line 27
> > 'object_schema_name' is not a recognized built-in function name.
> > Msg 156, Level 15, State 1, Procedureusp_GetPageDetails, Line 42
> > Incorrect syntax near the keyword 'as'.
> > Msg 15151, Level 16, State 1, Line 1
> > Cannot find the object 'usp_GetPageDetails', because it does not
> exist
> > or you do not have permission.
> I am getting the same error.
> What is the fix for this if the server is on sp2?
Same error here - SQL 2005 SP2 Latest hotfixes, etc. Any fix for
this?
I tried to install the new performance dashboards on 2005 sp2 on
windows 2003 and received the following error messages.
Has anyone seen these before? I know it is quite new...
Thanks
Peter
Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
'object_schema_name' is not a recognized built-in function name.
Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
Incorrect syntax near the keyword 'as'.
Msg 15151, Level 16, State 1, Line 1
Cannot find the object 'usp_GetPageDetails', because it does not exist
or you do not have permission.Did you run the sql script that came with the download?
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
"Peter Nolan" <peter@.peternolan.com> wrote in message
news:1177505070.696147.173040@.n35g2000prd.googlegroups.com...
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not exist
> or you do not have permission.
>|||The fact that you get an error about 'object_schema_name' suggests SP2 is
not installed on the instance since this is a new function added by SP2. Try
(re)applying SP2 to the instance to see if that resolves the issue.
--
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
http://sqlblogcasts.com/blogs/sqldbatips
"Peter Nolan" <peter@.peternolan.com> wrote in message
news:1177505070.696147.173040@.n35g2000prd.googlegroups.com...
> Hi All,
> I tried to install the new performance dashboards on 2005 sp2 on
> windows 2003 and received the following error messages.
> Has anyone seen these before? I know it is quite new...
> Thanks
> Peter
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 27
> 'object_schema_name' is not a recognized built-in function name.
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 42
> Incorrect syntax near the keyword 'as'.
> Msg 15151, Level 16, State 1, Line 1
> Cannot find the object 'usp_GetPageDetails', because it does not exist
> or you do not have permission.
>|||> GUEST wrote
> Hi All
> I tried to install the new performance dashboards on 2005 sp2 o
> windows 2003 and received the following error messages
>
> Has anyone seen these before? I know it is quite new..
>
> Thank
>
> Pete
>
>
> Msg 195, Level 15, State 10, Procedure usp_GetPageDetails, Line 2
> 'object_schema_name' is not a recognized built-in function name
> Msg 156, Level 15, State 1, Procedure usp_GetPageDetails, Line 4
> Incorrect syntax near the keyword 'as'
> Msg 15151, Level 16, State 1, Line
> Cannot find the object 'usp_GetPageDetails', because it does no
exis
> or you do not have permission
I am getting the same error
What is the fix for this if the server is on sp2|||On May 22, 6:54 pm, stacey.do...@.shawinc-dot-com.no-spam.invalid
(sdoran) wrote:
> > GUEST wrote:
> > Hi All,
> > I tried to install the new performance dashboards on 2005 sp2 on
> > windows 2003 and received the following error messages.
> >
> > Has anyone seen these before? I know it is quite new...
> >
> > Thanks
> >
> > Peter
> >
> >
> > Msg 195, Level 15, State 10, Procedureusp_GetPageDetails, Line 27
> > 'object_schema_name' is not a recognized built-in function name.
> > Msg 156, Level 15, State 1, Procedureusp_GetPageDetails, Line 42
> > Incorrect syntax near the keyword 'as'.
> > Msg 15151, Level 16, State 1, Line 1
> > Cannot find the object 'usp_GetPageDetails', because it does not
> exist
> > or you do not have permission.
> I am getting the same error.
> What is the fix for this if the server is on sp2?
Same error here - SQL 2005 SP2 Latest hotfixes, etc. Any fix for
this?
Monday, March 19, 2012
installation problems/need urgent answer
I am installing SQL Server 2000 Reporting Services trial version from the cd I received at the recent simiar, here is the details of the errors I get while running the installation
1. Report Server component requirement - explaination of the problem is iis is either not installed or not iis 5.0 or later. I had IIS 6.0 installed
2. Report Server component requirement - explaination of the problem is Windows SharePoint Services is installed on this computer. (What's that mean?)
Can you please tell me how I can resolve these issues.
Thanks
Susanhi,
whts the operating system in ur machine? and did you
install share point portal server in your machine ? if so,
report server will not be installed...chk these things.try
to install IIS6 first and then report services.
if you give ur system configuration i can analyse the
problem.
bye
>--Original Message--
>I am installing SQL Server 2000 Reporting Services trial
version from the cd I received at the recent simiar, here
is the details of the errors I get while running the
installation
>1. Report Server component requirement - explaination of
the problem is iis is either not installed or not iis 5.0
or later. I had IIS 6.0 installed
>2. Report Server component requirement - explaination of
the problem is Windows SharePoint Services is installed on
this computer. (What's that mean?)
>Can you please tell me how I can resolve these issues.
>Thanks
>Susan
>.
>
1. Report Server component requirement - explaination of the problem is iis is either not installed or not iis 5.0 or later. I had IIS 6.0 installed
2. Report Server component requirement - explaination of the problem is Windows SharePoint Services is installed on this computer. (What's that mean?)
Can you please tell me how I can resolve these issues.
Thanks
Susanhi,
whts the operating system in ur machine? and did you
install share point portal server in your machine ? if so,
report server will not be installed...chk these things.try
to install IIS6 first and then report services.
if you give ur system configuration i can analyse the
problem.
bye
>--Original Message--
>I am installing SQL Server 2000 Reporting Services trial
version from the cd I received at the recent simiar, here
is the details of the errors I get while running the
installation
>1. Report Server component requirement - explaination of
the problem is iis is either not installed or not iis 5.0
or later. I had IIS 6.0 installed
>2. Report Server component requirement - explaination of
the problem is Windows SharePoint Services is installed on
this computer. (What's that mean?)
>Can you please tell me how I can resolve these issues.
>Thanks
>Susan
>.
>
Sunday, February 19, 2012
Installation Error
Hi,
I uninstalled the trial version of RS and delete the folder completely. But
when I re-install the permanent version, I received the message "Error" at
Componenet Update for Microsoft Reporting Services Setup Support Files. I
have attached the screen shot of the error page.
Is there any way I can re-install RS without re-building the machine?
SunnyThere should be a rsstp<#>.log file in your %temp% directory. Could you
post that please. Make sure that you are installing the same version/edition
as you did before.
HTH, Jens Suessmeyer.
"Sansanee" <sansanee@.nospam.com> schrieb im Newsbeitrag
news:OTKNmEcSFHA.2384@.tk2msftngp13.phx.gbl...
> Hi,
> I uninstalled the trial version of RS and delete the folder completely.
> But
> when I re-install the permanent version, I received the message "Error" at
> Componenet Update for Microsoft Reporting Services Setup Support Files. I
> have attached the screen shot of the error page.
> Is there any way I can re-install RS without re-building the machine?
> Sunny
>|||Hi,
The following is the log file found:
"Microsoft SQL Server 2000 Reporting Services Setup beginning at Thu Apr 14
11:40:54 2005
<Func Name='UpdateComponents'>
SCU_SetupMgr::InitComponents()
<Func Name='WindowsInstallerComp::Init'>
<Func Name='WindowsInstallerComp::IsRequired'>
<Func Name='DotNetFxComp::Init'>
<Func Name='DotNetFxComp::IsRequired'>
<EndFunc Name='DotNetFxComp::IsRequired' Return='F' GetLastError='0'>
SCU_SetupMgr::svc() state=SS_INIT_DONE, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:414}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
<Func Name='SqlSetupFilesComp::Install'>
<Func Name='BootstrapPackageLogic'>
<Func Name='InstallBootstrapPackage'>
<EndFunc Name='InstallBootstrapPackage' Return='2' GetLastError='183'>
<Func Name='InstallBootstrapPackage'>
/I "C:\Temp\EXE filies\SQLRSEVAL\Setup\bootmsi.dat"
REBOOT="ReallySuppress"
ADDLOCAL="BootstrapFiles,ParsFiles1033,HelpFiles1028,HelpFiles1031,HelpFiles
1033,HelpFiles1036,HelpFiles1040,HelpFiles1041,HelpFiles1042,HelpFiles2052,H
elpFiles3082,WatsonFiles1033" /qn
<EndFunc Name='InstallBootstrapPackage' Return='1612' GetLastError='183'>
<EndFunc Name='BootstrapPackageLogic' Return='1612' GetLastError='183'>
SqlSetupFilesComp BootstrapPackageLogic() failed : (1612)
{n:\rosetta\dev\src\everettsetup\sqlcu\dll\customcomps.cpp:565}
SCU_SetupMgr::svc() caught exception: SqlSetupFilesComp
BootstrapPackageLogic() failed : (1612)
{n:\rosetta\dev\src\everettsetup\sqlcu\dll\customcomps.cpp:565}. SetupMgr:
state=ERROR, cancel_state=0, is_done=0, ActionRequired=1, NeedReboot=0,
custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:428}
ScuProgressDlg::SetupFinished()
ScuProgressDlg::DialogProc() installation done... waiting for setup mgr
<EndFunc Name='UpdateComponents' Return='1602' GetLastError='0'>"
Thank you,
Sunny
"Jens Süßmeyer" <Jens@.Remove_this_For_Contacting.sqlserver2005.de> wrote in
message news:OBvMYLcSFHA.356@.TK2MSFTNGP14.phx.gbl...
> There should be a rsstp<#>.log file in your %temp% directory. Could you
> post that please. Make sure that you are installing the same
version/edition
> as you did before.
> HTH, Jens Suessmeyer.
> "Sansanee" <sansanee@.nospam.com> schrieb im Newsbeitrag
> news:OTKNmEcSFHA.2384@.tk2msftngp13.phx.gbl...
> > Hi,
> >
> > I uninstalled the trial version of RS and delete the folder completely.
> > But
> > when I re-install the permanent version, I received the message "Error"
at
> > Componenet Update for Microsoft Reporting Services Setup Support Files.
I
> > have attached the screen shot of the error page.
> >
> > Is there any way I can re-install RS without re-building the machine?
> >
> > Sunny
> >
> >
>|||That rings no bell for me, i foun an article about this:
"
The documentation for error 1601 is
The Windows Installer service could not be accessed. Contact your
support personnel to verify that the Windows Installer service is properly
registered.
Any idea why this might happen? Can you verify the Windows Installer
service is enabled?
--
Albert Yen
SQL Server Reporting Services
"
http://groups.google.de/groups?hl=de&lr=&threadm=A83AF6C6-6CDF-416B-9947-AAEFE04FA75E%40microsoft.com&rnum=13&prev=/groups%3Fq%3D%2522EndFunc%2BName%253D%27UpdateComponents%27%2522%26start%3D10%26hl%3Dde%26lr%3D%26selm%3DA83AF6C6-6CDF-416B-9947-AAEFE04FA75E%2540microsoft.com%26rnum%3D13
Sorry not able to give you more information, Jens Suessmeyer.
--
http://www.sqlserver2005.de
--
"Sansanee" <sansanee@.nospam.com> schrieb im Newsbeitrag
news:u4AU$NdSFHA.3944@.TK2MSFTNGP10.phx.gbl...
> Hi,
> The following is the log file found:
> "Microsoft SQL Server 2000 Reporting Services Setup beginning at Thu Apr
> 14
> 11:40:54 2005
> <Func Name='UpdateComponents'>
> SCU_SetupMgr::InitComponents()
> <Func Name='WindowsInstallerComp::Init'>
> <Func Name='WindowsInstallerComp::IsRequired'>
> <Func Name='DotNetFxComp::Init'>
> <Func Name='DotNetFxComp::IsRequired'>
> <EndFunc Name='DotNetFxComp::IsRequired' Return='F' GetLastError='0'>
> SCU_SetupMgr::svc() state=SS_INIT_DONE, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:414}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> <Func Name='SqlSetupFilesComp::Install'>
> <Func Name='BootstrapPackageLogic'>
> <Func Name='InstallBootstrapPackage'>
> <EndFunc Name='InstallBootstrapPackage' Return='2' GetLastError='183'>
> <Func Name='InstallBootstrapPackage'>
> /I "C:\Temp\EXE filies\SQLRSEVAL\Setup\bootmsi.dat"
> REBOOT="ReallySuppress"
> ADDLOCAL="BootstrapFiles,ParsFiles1033,HelpFiles1028,HelpFiles1031,HelpFiles
> 1033,HelpFiles1036,HelpFiles1040,HelpFiles1041,HelpFiles1042,HelpFiles2052,H
> elpFiles3082,WatsonFiles1033" /qn
> <EndFunc Name='InstallBootstrapPackage' Return='1612' GetLastError='183'>
> <EndFunc Name='BootstrapPackageLogic' Return='1612' GetLastError='183'>
> SqlSetupFilesComp BootstrapPackageLogic() failed : (1612)
> {n:\rosetta\dev\src\everettsetup\sqlcu\dll\customcomps.cpp:565}
> SCU_SetupMgr::svc() caught exception: SqlSetupFilesComp
> BootstrapPackageLogic() failed : (1612)
> {n:\rosetta\dev\src\everettsetup\sqlcu\dll\customcomps.cpp:565}. SetupMgr:
> state=ERROR, cancel_state=0, is_done=0, ActionRequired=1, NeedReboot=0,
> custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:428}
> ScuProgressDlg::SetupFinished()
> ScuProgressDlg::DialogProc() installation done... waiting for setup mgr
> <EndFunc Name='UpdateComponents' Return='1602' GetLastError='0'>"
> Thank you,
> Sunny
> "Jens Süßmeyer" <Jens@.Remove_this_For_Contacting.sqlserver2005.de> wrote
> in
> message news:OBvMYLcSFHA.356@.TK2MSFTNGP14.phx.gbl...
>> There should be a rsstp<#>.log file in your %temp% directory. Could you
>> post that please. Make sure that you are installing the same
> version/edition
>> as you did before.
>> HTH, Jens Suessmeyer.
>> "Sansanee" <sansanee@.nospam.com> schrieb im Newsbeitrag
>> news:OTKNmEcSFHA.2384@.tk2msftngp13.phx.gbl...
>> > Hi,
>> >
>> > I uninstalled the trial version of RS and delete the folder completely.
>> > But
>> > when I re-install the permanent version, I received the message "Error"
> at
>> > Componenet Update for Microsoft Reporting Services Setup Support Files.
> I
>> > have attached the screen shot of the error page.
>> >
>> > Is there any way I can re-install RS without re-building the machine?
>> >
>> > Sunny
>> >
>> >
>>
>
I uninstalled the trial version of RS and delete the folder completely. But
when I re-install the permanent version, I received the message "Error" at
Componenet Update for Microsoft Reporting Services Setup Support Files. I
have attached the screen shot of the error page.
Is there any way I can re-install RS without re-building the machine?
SunnyThere should be a rsstp<#>.log file in your %temp% directory. Could you
post that please. Make sure that you are installing the same version/edition
as you did before.
HTH, Jens Suessmeyer.
"Sansanee" <sansanee@.nospam.com> schrieb im Newsbeitrag
news:OTKNmEcSFHA.2384@.tk2msftngp13.phx.gbl...
> Hi,
> I uninstalled the trial version of RS and delete the folder completely.
> But
> when I re-install the permanent version, I received the message "Error" at
> Componenet Update for Microsoft Reporting Services Setup Support Files. I
> have attached the screen shot of the error page.
> Is there any way I can re-install RS without re-building the machine?
> Sunny
>|||Hi,
The following is the log file found:
"Microsoft SQL Server 2000 Reporting Services Setup beginning at Thu Apr 14
11:40:54 2005
<Func Name='UpdateComponents'>
SCU_SetupMgr::InitComponents()
<Func Name='WindowsInstallerComp::Init'>
<Func Name='WindowsInstallerComp::IsRequired'>
<Func Name='DotNetFxComp::Init'>
<Func Name='DotNetFxComp::IsRequired'>
<EndFunc Name='DotNetFxComp::IsRequired' Return='F' GetLastError='0'>
SCU_SetupMgr::svc() state=SS_INIT_DONE, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:414}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
<Func Name='SqlSetupFilesComp::Install'>
<Func Name='BootstrapPackageLogic'>
<Func Name='InstallBootstrapPackage'>
<EndFunc Name='InstallBootstrapPackage' Return='2' GetLastError='183'>
<Func Name='InstallBootstrapPackage'>
/I "C:\Temp\EXE filies\SQLRSEVAL\Setup\bootmsi.dat"
REBOOT="ReallySuppress"
ADDLOCAL="BootstrapFiles,ParsFiles1033,HelpFiles1028,HelpFiles1031,HelpFiles
1033,HelpFiles1036,HelpFiles1040,HelpFiles1041,HelpFiles1042,HelpFiles2052,H
elpFiles3082,WatsonFiles1033" /qn
<EndFunc Name='InstallBootstrapPackage' Return='1612' GetLastError='183'>
<EndFunc Name='BootstrapPackageLogic' Return='1612' GetLastError='183'>
SqlSetupFilesComp BootstrapPackageLogic() failed : (1612)
{n:\rosetta\dev\src\everettsetup\sqlcu\dll\customcomps.cpp:565}
SCU_SetupMgr::svc() caught exception: SqlSetupFilesComp
BootstrapPackageLogic() failed : (1612)
{n:\rosetta\dev\src\everettsetup\sqlcu\dll\customcomps.cpp:565}. SetupMgr:
state=ERROR, cancel_state=0, is_done=0, ActionRequired=1, NeedReboot=0,
custom_props={AutoStart=true
HandleReboots=false
ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
QuietMode=false
Unattended=false
WorkDir=C:\Temp\EXE filies\SQLRSEVAL
}} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:428}
ScuProgressDlg::SetupFinished()
ScuProgressDlg::DialogProc() installation done... waiting for setup mgr
<EndFunc Name='UpdateComponents' Return='1602' GetLastError='0'>"
Thank you,
Sunny
"Jens Süßmeyer" <Jens@.Remove_this_For_Contacting.sqlserver2005.de> wrote in
message news:OBvMYLcSFHA.356@.TK2MSFTNGP14.phx.gbl...
> There should be a rsstp<#>.log file in your %temp% directory. Could you
> post that please. Make sure that you are installing the same
version/edition
> as you did before.
> HTH, Jens Suessmeyer.
> "Sansanee" <sansanee@.nospam.com> schrieb im Newsbeitrag
> news:OTKNmEcSFHA.2384@.tk2msftngp13.phx.gbl...
> > Hi,
> >
> > I uninstalled the trial version of RS and delete the folder completely.
> > But
> > when I re-install the permanent version, I received the message "Error"
at
> > Componenet Update for Microsoft Reporting Services Setup Support Files.
I
> > have attached the screen shot of the error page.
> >
> > Is there any way I can re-install RS without re-building the machine?
> >
> > Sunny
> >
> >
>|||That rings no bell for me, i foun an article about this:
"
The documentation for error 1601 is
The Windows Installer service could not be accessed. Contact your
support personnel to verify that the Windows Installer service is properly
registered.
Any idea why this might happen? Can you verify the Windows Installer
service is enabled?
--
Albert Yen
SQL Server Reporting Services
"
http://groups.google.de/groups?hl=de&lr=&threadm=A83AF6C6-6CDF-416B-9947-AAEFE04FA75E%40microsoft.com&rnum=13&prev=/groups%3Fq%3D%2522EndFunc%2BName%253D%27UpdateComponents%27%2522%26start%3D10%26hl%3Dde%26lr%3D%26selm%3DA83AF6C6-6CDF-416B-9947-AAEFE04FA75E%2540microsoft.com%26rnum%3D13
Sorry not able to give you more information, Jens Suessmeyer.
--
http://www.sqlserver2005.de
--
"Sansanee" <sansanee@.nospam.com> schrieb im Newsbeitrag
news:u4AU$NdSFHA.3944@.TK2MSFTNGP10.phx.gbl...
> Hi,
> The following is the log file found:
> "Microsoft SQL Server 2000 Reporting Services Setup beginning at Thu Apr
> 14
> 11:40:54 2005
> <Func Name='UpdateComponents'>
> SCU_SetupMgr::InitComponents()
> <Func Name='WindowsInstallerComp::Init'>
> <Func Name='WindowsInstallerComp::IsRequired'>
> <Func Name='DotNetFxComp::Init'>
> <Func Name='DotNetFxComp::IsRequired'>
> <EndFunc Name='DotNetFxComp::IsRequired' Return='F' GetLastError='0'>
> SCU_SetupMgr::svc() state=SS_INIT_DONE, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:414}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> SCU_SetupMgr::InstallComponent state=INSTALL, cancel_state=0, is_done=0,
> ActionRequired=1, NeedReboot=0, custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:292}
> <Func Name='SqlSetupFilesComp::Install'>
> <Func Name='BootstrapPackageLogic'>
> <Func Name='InstallBootstrapPackage'>
> <EndFunc Name='InstallBootstrapPackage' Return='2' GetLastError='183'>
> <Func Name='InstallBootstrapPackage'>
> /I "C:\Temp\EXE filies\SQLRSEVAL\Setup\bootmsi.dat"
> REBOOT="ReallySuppress"
> ADDLOCAL="BootstrapFiles,ParsFiles1033,HelpFiles1028,HelpFiles1031,HelpFiles
> 1033,HelpFiles1036,HelpFiles1040,HelpFiles1041,HelpFiles1042,HelpFiles2052,H
> elpFiles3082,WatsonFiles1033" /qn
> <EndFunc Name='InstallBootstrapPackage' Return='1612' GetLastError='183'>
> <EndFunc Name='BootstrapPackageLogic' Return='1612' GetLastError='183'>
> SqlSetupFilesComp BootstrapPackageLogic() failed : (1612)
> {n:\rosetta\dev\src\everettsetup\sqlcu\dll\customcomps.cpp:565}
> SCU_SetupMgr::svc() caught exception: SqlSetupFilesComp
> BootstrapPackageLogic() failed : (1612)
> {n:\rosetta\dev\src\everettsetup\sqlcu\dll\customcomps.cpp:565}. SetupMgr:
> state=ERROR, cancel_state=0, is_done=0, ActionRequired=1, NeedReboot=0,
> custom_props={AutoStart=true
> HandleReboots=false
> ModuleDir=C:\Temp\EXE filies\SQLRSEVAL
> QuietMode=false
> Unattended=false
> WorkDir=C:\Temp\EXE filies\SQLRSEVAL
> }} {n:\rosetta\dev\src\everettsetup\sqlcu\dll\scusetupmgr.cpp:428}
> ScuProgressDlg::SetupFinished()
> ScuProgressDlg::DialogProc() installation done... waiting for setup mgr
> <EndFunc Name='UpdateComponents' Return='1602' GetLastError='0'>"
> Thank you,
> Sunny
> "Jens Süßmeyer" <Jens@.Remove_this_For_Contacting.sqlserver2005.de> wrote
> in
> message news:OBvMYLcSFHA.356@.TK2MSFTNGP14.phx.gbl...
>> There should be a rsstp<#>.log file in your %temp% directory. Could you
>> post that please. Make sure that you are installing the same
> version/edition
>> as you did before.
>> HTH, Jens Suessmeyer.
>> "Sansanee" <sansanee@.nospam.com> schrieb im Newsbeitrag
>> news:OTKNmEcSFHA.2384@.tk2msftngp13.phx.gbl...
>> > Hi,
>> >
>> > I uninstalled the trial version of RS and delete the folder completely.
>> > But
>> > when I re-install the permanent version, I received the message "Error"
> at
>> > Componenet Update for Microsoft Reporting Services Setup Support Files.
> I
>> > have attached the screen shot of the error page.
>> >
>> > Is there any way I can re-install RS without re-building the machine?
>> >
>> > Sunny
>> >
>> >
>>
>
Subscribe to:
Posts (Atom)