Showing posts with label report. Show all posts
Showing posts with label report. Show all posts

Monday, March 26, 2012

Installing Express toolkit

Hello

I have SQL Express with Advance report tools installed. I have download the express toolkit to use the Business Intelligence, however after I have installed the add on, when ever I select the Musiness Intelligence Management Studio I have a browser looking for the file Devenv.exe file and a reinstall is not working.

Can anyone help with this?

hi,

if you are running on Vista, the problem could be related to privileges required running devenv.exe.. you can try what's reported here, even if not strictly related to BIDS ..

regards

|||

Hi

I am running XP Pro SP2.

|||

I discuss some solutions for the devenv.exe problem in my blog, check out this post.

Mike

Installing Delphi 2005 Gives Security Exception..

After installing delphi 2005 I am getting a security exception when trying
to access the reports/report manager/web service of Reporting Services.
I think it is Borland related - the stack trace shows borland in there
now...How do I fix?
======================================================== Description: The application attempted to perform an operation not allowed
by the security policy. To grant this application the required permission
please contact your system administrator or change the application's trust
level in the configuration file.
Exception Details: System.Security.SecurityException: Request for the
permission of type System.Security.Permissions.EnvironmentPermission,
mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089 failed.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[SecurityException: Request for the permission of type
System.Security.Permissions.EnvironmentPermission, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
failed.]
System.Security.CodeAccessSecurityEngine.CheckHelper(PermissionSet
grantedSet, PermissionSet deniedSet, CodeAccessPermission demand,
PermissionToken permToken) +675
System.Security.CodeAccessSecurityEngine.Check(PermissionToken permToken,
CodeAccessPermission demand, StackCrawlMark& stackMark, Int32 checkFrames,
Int32 unrestrictedOverride) +0
System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap,
StackCrawlMark& stackMark) +88
System.Security.CodeAccessPermission.Demand() +62
System.Environment.GetEnvironmentVariable(String variable) +53
Borland.DbkAsp.DbkConnModule.getInstallRoot() +27
Borland.DbkAsp.DbkConnModule.OnBeginRequest(Object sender, EventArgs e)
+191
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
+60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87Hi Wayne,
Thanks for your posting!
It seems that the security module internal reports the error message, I
will make research to see whether others meet this issue before. You are
encouraged to see whether Borland guys have solutions to this issue.
Sincerely yours,
Michael Cheng
Online Partner Support Specialist
Partner Support Group
Microsoft Global Technical Support Center
---
Get Secure! - http://www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only, many thanks!|||Search for 'Security Exception - Article ID : 887787'.
I uninstalled Delphi 2005 and the problem went away immediately.....
I look forward to your solution. (I imagine I just have to give rights to
some borland assembly or something for Rptsvs..)
"Michael Cheng [MSFT]" <v-mingqc@.online.microsoft.com> wrote in message
news:JFbg9w11EHA.1512@.cpmsftngxa10.phx.gbl...
> Hi Wayne,
> Thanks for your posting!
> It seems that the security module internal reports the error message, I
> will make research to see whether others meet this issue before. You are
> encouraged to see whether Borland guys have solutions to this issue.
>
> Sincerely yours,
> Michael Cheng
> Online Partner Support Specialist
> Partner Support Group
> Microsoft Global Technical Support Center
> ---
> Get Secure! - http://www.microsoft.com/security
> This posting is provided "as is" with no warranties and confers no rights.
> Please reply to newsgroups only, many thanks!
>|||Hi Wayne,
Unfortunately, I found the only workaround available now is uninstall
Delphi 2005.
Thank you for your patience and corporation. If you have any questions or
concerns, don't hesitate to let me know. We are always here to be of
assistance!
Sincerely yours,
Michael Cheng
Online Partner Support Specialist
Partner Support Group
Microsoft Global Technical Support Center
---
Get Secure! - http://www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only, many thanks!|||Michael,
Exactly what did you find. What are we 'working around'? The problem
is what exactly? Isn't this an assembly rights issue, like when you install
that URL monitor DLL (security fix) from microsoft (forgot its name). You
would get these same sort of errors, until you put some magic entries into a
config file...
"Michael Cheng [MSFT]" <v-mingqc@.online.microsoft.com> wrote in message
news:g$%23vysC2EHA.3152@.cpmsftngxa10.phx.gbl...
> Hi Wayne,
> Unfortunately, I found the only workaround available now is uninstall
> Delphi 2005.
> Thank you for your patience and corporation. If you have any questions or
> concerns, don't hesitate to let me know. We are always here to be of
> assistance!
>
> Sincerely yours,
> Michael Cheng
> Online Partner Support Specialist
> Partner Support Group
> Microsoft Global Technical Support Center
> ---
> Get Secure! - http://www.microsoft.com/security
> This posting is provided "as is" with no warranties and confers no rights.
> Please reply to newsgroups only, many thanks!
>|||Hi Wayne,
Yes, you probably have to change the policy files to include some CAS (Code
Access Security) permissions for the Borland assemblies. See the following
information for more detailed information about how to set the Code Access
Security correctly
Code Access Security
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconCodeAccessSecurity.asp
Code Access Security in SQL Server 2000 Reporting Services
http://msdn.microsoft.com/data/default.aspx?pull=/library/en-us/dnsql2k/html
/dngrfCodeAccessSecurityInSQLServer2000ReportingServices.asp
Hope this helps and if you have any questions or concerns, don't hesitate
to let me know. We are always here to be of assistance!
Sincerely yours,
Michael Cheng
Online Partner Support Specialist
Partner Support Group
Microsoft Global Technical Support Center
---
Get Secure! - http://www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only, many thanks!|||Reinstall Delphi 2005 and press "No" when asked:
An entry needs to be added to the machine.config file to enable ASP
debugging for Delphi.
Would you like setup to add this entry for you now?
"Wayne Brantley" wrote:
> Michael,
> Exactly what did you find. What are we 'working around'? The problem
> is what exactly? Isn't this an assembly rights issue, like when you install
> that URL monitor DLL (security fix) from microsoft (forgot its name). You
> would get these same sort of errors, until you put some magic entries into a
> config file...
>
> "Michael Cheng [MSFT]" <v-mingqc@.online.microsoft.com> wrote in message
> news:g$%23vysC2EHA.3152@.cpmsftngxa10.phx.gbl...
> > Hi Wayne,
> >
> > Unfortunately, I found the only workaround available now is uninstall
> > Delphi 2005.
> >
> > Thank you for your patience and corporation. If you have any questions or
> > concerns, don't hesitate to let me know. We are always here to be of
> > assistance!
> >
> >
> > Sincerely yours,
> >
> > Michael Cheng
> >
> > Online Partner Support Specialist
> > Partner Support Group
> > Microsoft Global Technical Support Center
> > ---
> > Get Secure! - http://www.microsoft.com/security
> >
> > This posting is provided "as is" with no warranties and confers no rights.
> > Please reply to newsgroups only, many thanks!
> >
>
>

Friday, March 23, 2012

Installing a report

I urgently need to install a report that I developed (in Reporting Services
for SQL Server 2003) in a different computer, that doesn't has VS.NET (that
is, a can't build the reports there).
What files do I need to install, and where do I install them? And what about
the connection string of the report, how can I change it so that it will
work in the new computer ?I am unclear as to why you wish to put a report on a different computer...
however
1. if the reason is for someone else to develop the report, you must install
the developement environment on that computer
2. If you wish someone else to run the report, you should deploy it to a
reporting server...
Both items are documented in books on line... Search for Deploy
--
Wayne Snyder MCDBA, SQL Server MVP
Mariner, Charlotte, NC
I support the Professional Association for SQL Server ( PASS) and it''s
community of SQL Professionals.
"Nuno Machado" wrote:
> I urgently need to install a report that I developed (in Reporting Services
> for SQL Server 2003) in a different computer, that doesn't has VS.NET (that
> is, a can't build the reports there).
> What files do I need to install, and where do I install them? And what about
> the connection string of the report, how can I change it so that it will
> work in the new computer ?
>
>|||hi u shoul take only the ReportName.rdl.
then u should use Report Manger->Upload File.
to change Connection styring : Report
Manger->ReportName->Properties->DataSource.
"Nuno Machado" wrote:
> I urgently need to install a report that I developed (in Reporting Services
> for SQL Server 2003) in a different computer, that doesn't has VS.NET (that
> is, a can't build the reports there).
> What files do I need to install, and where do I install them? And what about
> the connection string of the report, how can I change it so that it will
> work in the new computer ?
>
>

installing 64bit

would there be any issues if i where to install reporting services 2005 64 ed
on 64 bit machine with the report database on another server running 32 bitOn Aug 13, 12:30 pm, Marvin <Mar...@.discussions.microsoft.com> wrote:
> would there be any issues if i where to install reporting services 2005 64 ed
> on 64 bit machine with the report database on another server running 32 bit
As far as I know, this should be possible; however, you may want to
check out this link to determine if your version of SQL Server
supports different bit versions, etc.
http://msdn2.microsoft.com/en-us/library/ms143761.aspx
Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant|||thanks
"EMartinez" wrote:
> On Aug 13, 12:30 pm, Marvin <Mar...@.discussions.microsoft.com> wrote:
> > would there be any issues if i where to install reporting services 2005 64 ed
> > on 64 bit machine with the report database on another server running 32 bit
>
> As far as I know, this should be possible; however, you may want to
> check out this link to determine if your version of SQL Server
> supports different bit versions, etc.
> http://msdn2.microsoft.com/en-us/library/ms143761.aspx
> Hope this helps.
> Regards,
> Enrique Martinez
> Sr. Software Consultant
>|||On Aug 14, 1:02 pm, Marvin <Mar...@.discussions.microsoft.com> wrote:
> thanks
> "EMartinez" wrote:
> > On Aug 13, 12:30 pm, Marvin <Mar...@.discussions.microsoft.com> wrote:
> > > would there be any issues if i where to install reporting services 2005 64 ed
> > > on 64 bit machine with the report database on another server running 32 bit
> > As far as I know, this should be possible; however, you may want to
> > check out this link to determine if your version of SQL Server
> > supports different bit versions, etc.
> >http://msdn2.microsoft.com/en-us/library/ms143761.aspx
> > Hope this helps.
> > Regards,
> > Enrique Martinez
> > Sr. Software Consultant
You're welcome. Let me know if I can be of further assistance.
Regards,
Enrique Martinez
Sr. Software Consultant

Monday, March 19, 2012

installation.

GOOD MORNING,
I HAVE INSTALLED THE MSSQL RPT SVC ON A SQL SERVER
BUT HOW CAN I DESIGN A REPORT?
I DON'T HAVE VISUAL STUDIO .NET ON THE SERVER ,IS A PROBLEM?Good morning,
Congratulations for being able to set up RS.
The short question with version 1.0 you have to have Visual Studio.NET (on
you dev machine) for report authoring unless you want to generate the report
programatically or use third party tools. Looking ahead, SQL Server 2005
will give come with a stand alone designer and you won't need VS.NET.
--
Hope this helps.
---
Teo Lachev, MCSD, MCT
Author: "Microsoft Reporting Services in Action"
http://www.prologika.com
"Killer" <roninkaiser@.tiscali.it> wrote in message
news:SxpOc.20707$1V3.480258@.twister2.libero.it...
> GOOD MORNING,
> I HAVE INSTALLED THE MSSQL RPT SVC ON A SQL SERVER
> BUT HOW CAN I DESIGN A REPORT?
> I DON'T HAVE VISUAL STUDIO .NET ON THE SERVER ,IS A PROBLEM?
>|||On a side note, you only need the basic IDE with Visual Basic, which you can
get in VB.NET for under $100.
--
Bryan Keller
Developer Documentation
SQL Server Reporting Services
A friendly reminder that this posting is provided "AS IS" with no
warranties, and confers no rights.
"Teo Lachev" <teo@.nospam.prologika.com> wrote in message
news:%23hI2LSjdEHA.3704@.TK2MSFTNGP09.phx.gbl...
> Good morning,
> Congratulations for being able to set up RS.
> The short question with version 1.0 you have to have Visual Studio.NET (on
> you dev machine) for report authoring unless you want to generate the
report
> programatically or use third party tools. Looking ahead, SQL Server 2005
> will give come with a stand alone designer and you won't need VS.NET.
> --
> Hope this helps.
> ---
> Teo Lachev, MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> http://www.prologika.com
>
> "Killer" <roninkaiser@.tiscali.it> wrote in message
> news:SxpOc.20707$1V3.480258@.twister2.libero.it...
> > GOOD MORNING,
> > I HAVE INSTALLED THE MSSQL RPT SVC ON A SQL SERVER
> > BUT HOW CAN I DESIGN A REPORT?
> >
> > I DON'T HAVE VISUAL STUDIO .NET ON THE SERVER ,IS A PROBLEM?
> >
> >
>

Installation trouble again...

Hi All
Now I got the right order and installed vs net and then rep s.
Now I have the report builder.....but when starting report manager I have
no toolbar ?
Any ideas...?
I think I've seen this error before when trying to install - don't remember
the solution though...
/Michael V.Had enabled anonymous ... removed that and now it works...
"Michael Vardinghus" <michaelvardinghus@.hotmail.com> wrote in message
news:eY0aCSHgFHA.3936@.tk2msftngp13.phx.gbl...
> Hi All
> Now I got the right order and installed vs net and then rep s.
> Now I have the report builder.....but when starting report manager I have
> no toolbar ?
> Any ideas...?
> I think I've seen this error before when trying to install - don't
remember
> the solution though...
> /Michael V.
>

Friday, March 9, 2012

Installation of Studio

How come I cannot make any reporting projects ... when choosing new from the
menu it seems as
the report designer isn't installed but when checking installation settings
in add / remove everything is
installed - do I need to apply servicepacks ?Isnt visual studio prof enough ? Do i need another version ? or just some
extra cd's ?
"Michael Vardinghus" <michaelvardinghus@.hotmail.com> wrote in message
news:uA6K$5WfFHA.2472@.TK2MSFTNGP15.phx.gbl...
> How come I cannot make any reporting projects ... when choosing new from
the
> menu it seems as
> the report designer isn't installed but when checking installation
settings
> in add / remove everything is
> installed - do I need to apply servicepacks ?
>|||When you add a new project in VS do you have a Business Intelligence
Projects category?
Any VS version works.
Did you have VS installed prior to install RS?
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Michael Vardinghus" <michaelvardinghus@.hotmail.com> wrote in message
news:OroVOKXfFHA.2320@.TK2MSFTNGP10.phx.gbl...
> Isnt visual studio prof enough ? Do i need another version ? or just some
> extra cd's ?
>
> "Michael Vardinghus" <michaelvardinghus@.hotmail.com> wrote in message
> news:uA6K$5WfFHA.2472@.TK2MSFTNGP15.phx.gbl...
>> How come I cannot make any reporting projects ... when choosing new from
> the
>> menu it seems as
>> the report designer isn't installed but when checking installation
> settings
>> in add / remove everything is
>> installed - do I need to apply servicepacks ?
>>
>|||Nope - didn't have it prior and I think that's where it went wrong...?
And nope I haven't got the bi projects category
Will try to uninstall both and try againg with studio before rep s
"Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
news:%23wUtuaXfFHA.2320@.TK2MSFTNGP10.phx.gbl...
> When you add a new project in VS do you have a Business Intelligence
> Projects category?
> Any VS version works.
> Did you have VS installed prior to install RS?
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "Michael Vardinghus" <michaelvardinghus@.hotmail.com> wrote in message
> news:OroVOKXfFHA.2320@.TK2MSFTNGP10.phx.gbl...
> > Isnt visual studio prof enough ? Do i need another version ? or just
some
> > extra cd's ?
> >
> >
> > "Michael Vardinghus" <michaelvardinghus@.hotmail.com> wrote in message
> > news:uA6K$5WfFHA.2472@.TK2MSFTNGP15.phx.gbl...
> >> How come I cannot make any reporting projects ... when choosing new
from
> > the
> >> menu it seems as
> >> the report designer isn't installed but when checking installation
> > settings
> >> in add / remove everything is
> >> installed - do I need to apply servicepacks ?
> >>
> >>
> >
> >
>|||VS has to be installed prior to RS report designer because the report
designer has to have something to install into.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Michael Vardinghus" <michaelvardinghus@.hotmail.com> wrote in message
news:OnmH9wXfFHA.572@.TK2MSFTNGP15.phx.gbl...
> Nope - didn't have it prior and I think that's where it went wrong...?
> And nope I haven't got the bi projects category
> Will try to uninstall both and try againg with studio before rep s
>
> "Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
> news:%23wUtuaXfFHA.2320@.TK2MSFTNGP10.phx.gbl...
>> When you add a new project in VS do you have a Business Intelligence
>> Projects category?
>> Any VS version works.
>> Did you have VS installed prior to install RS?
>>
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>> "Michael Vardinghus" <michaelvardinghus@.hotmail.com> wrote in message
>> news:OroVOKXfFHA.2320@.TK2MSFTNGP10.phx.gbl...
>> > Isnt visual studio prof enough ? Do i need another version ? or just
> some
>> > extra cd's ?
>> >
>> >
>> > "Michael Vardinghus" <michaelvardinghus@.hotmail.com> wrote in message
>> > news:uA6K$5WfFHA.2472@.TK2MSFTNGP15.phx.gbl...
>> >> How come I cannot make any reporting projects ... when choosing new
> from
>> > the
>> >> menu it seems as
>> >> the report designer isn't installed but when checking installation
>> > settings
>> >> in add / remove everything is
>> >> installed - do I need to apply servicepacks ?
>> >>
>> >>
>> >
>> >
>>
>

Wednesday, March 7, 2012

Installation of MS SQL Server 2000 Reporting Services

After Installation of MS SQL Server 2000 Reporting Services , It gives message: Setup could not initialize the report Server. You must manually initialize the report Server before usung it for the first time. For more information, see the Reporting Services setup documents.

I have Windows Server 2003.

How I should resolve this problem?
COuld you help me?

Thanks,Hi Alice,

I had this error when I tried to install the RS in a server which was also a DC (Domain Controller) of the network. As I found that this might cause any other issues, I decided to install in another server ...

Have you already googled it? I found a lot of topics about ...

http://www.google.com.br/search?hl=pt-BR&c2coff=1&q=%22Setup+could+not+initialize+the+report+Server%22&meta=

Regards,

Friday, February 24, 2012

Installation issues with MS Server 2003

okay,

so I've installed reporting services using mostley default configuration... but when you navigate to the report manager you get a 404 error.

any thoughts?

thanks in advance

Kay so it turned out that when we re-installed IIS on MS Server 2003 it set the .NET version to 1.0 as a default... change to 2.0 and its alll gravy.

Sunday, February 19, 2012

Installation Error Sql Express 2005 - a similar problem

When I open the installation, everything is fine. The report says that I do not meet the reccomended hardware requirements, but I checked and I am above the minimum requirements. This is the report:

System Configuration Check

- WMI Service Requirement (Success)

Messages

WMI Service Requirement

Check Passed

- MSXML Requirement (Success)

Messages

MSXML Requirement

Check Passed

- Operating System Minimum Level Requirement (Success)

Messages

Operating System Minimum Level Requirement

Check Passed

- Operating System Service Pack Level Requirement. (Success)

Messages

Operating System Service Pack Level Requirement.

Check Passed

- SQL Server Edition Operating System Compatibility (Success)

Messages

SQL Server Edition Operating System Compatibility

Check Passed

- Minimum Hardware Requirement (Warning)

Messages

Minimum Hardware Requirement

The current system does not meet the recommended hardware requirements for this SQL Server release. For detailed hardware and software requirements, see the readme file or SQL Server Books Online.

- Pending Reboot Requirement (Success)

Messages

Pending Reboot Requirement

Check Passed

- Default Installation Path Permission Requirement (Success)

Messages

Default Installation Path Permission Requirement

Check Passed

- Internet Explorer Requirement (Success)

Messages

Internet Explorer Requirement

Check Passed

- COM Plus Catalog Requirement (Success)

Messages

COM Plus Catalog Requirement

Check Passed

- ASP.Net Version Registration Requirement (Success)

Messages

ASP.Net Version Registration Requirement

Check Passed

- Minimum MDAC Version Requirement (Success)

Messages

Minimum MDAC Version Requirement

Check Passed

- Edition Change Check (Success)

Messages

Edition Change Check

Check Passed

Then the installation seems to work fine until it tries to install the native client. then it shows a message box saying: "An installation package for the product Microsoft SQL Server Native Client cannot be found. try the installation again using a valid copy of the installation package 'sqlncli.msi'." Everything else completes except for that and the database services. This is the summary log:

Microsoft SQL Server 2005 9.00.2047.00
==============================
OS Version : Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
Time : Sat Aug 19 11:43:01 2006
HUNTERXMAS05 : The current system does not meet recommended hardware requirements for this SQL Server release. For detailed hardware requirements, see the readme file or SQL Server Books Online.
Machine : HUNTERXMAS05
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.2047.00
Install : Successful
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_SQLSupport_1.log
--
Machine : HUNTERXMAS05
Product : SQL Native Client
Error : An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'.
--
Machine : HUNTERXMAS05
Product : Microsoft SQL Server Native Client
Product Version : 9.00.2047.00
Install : Failed
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_SQLNCLI_1.log
Last Action : InstallFinalize
Error String : An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'.
Error Number : 1706
--
Machine : HUNTERXMAS05
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.2047.00
Install : Successful
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_SqlWriter_1.log
--
Machine : HUNTERXMAS05
Product : MSXML 6.0 Parser
Product Version : 6.00.3883.8
Install : Successful
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_MSXML6_1.log
--

Please help.

One suggestion I can make is to install the components seperatly. Install the .Net Framework 2.0 and the Native client. For the .net framework you can use the windows update system, and for the native client you can get the latest version from the microsoft downloads site. Then re run the sql install.

|||Problem solved. Thanks!|||Hi,

I've tried to install SQLX on my pc which has the followings:

1. windows XP pro SP2

2. enough space on the system HD ( several free GBs - more then 600 MB required minimum)

3. 512 MB RAM (although it states 504 MB when going to Start -> My Computer -> Properties)

4. Intel (R) Celeron (R) CPU 2.53 GHz - the requirement is: Pentium III Compatible or higher, with a 500 MHz minimum.
(Also, see this link http://www.intel.com/support/process...cs-001784.html)

5. Windows installer 3.1, IE 6.1, and .Net 2.0 installed

Although the installation did went out well I got this warning:

- Minimum Hardware Requirement (Warning)
Messages
* Minimum Hardware Requirement

* The current system does not meet the recommended hardware requirements for this SQL
Server release. For detailed hardware and software requirements, see the readme file or SQL
Server Books Online.

can someone assist on that?
is this warning is for my pc not having the recommended or the minimum requirements (it show two different messages - the two asteriks in the message above)?
can someone explain to me what is the problem with my pc's hw/sw?

Thanks, Ziv.|||

it means that you didn't meet the reccomended specifications (example: 1 gb ram), but you did meet the minimum (example 512 mb ram). the same happened with me, but it didn't stop the install; it shouldn't stop you from installing unless you have another problem.

Hunter

|||

I am having the exact same problem trying to install express with Advances Services, minimum hardware requirements not met. I have a Pentium 4 512 Meg memory, validated from properties on "My computer" and about 85GB free disk space! I just don't know what more the darn thing wants!

If some one has ANY suggestions I would appreciate it more than you can ever imagine.

Joe,

Installation Error Sql Express 2005 - a similar problem

When I open the installation, everything is fine. The report says that I do not meet the reccomended hardware requirements, but I checked and I am above the minimum requirements. This is the report:

System Configuration Check

- WMI Service Requirement (Success)

Messages

WMI Service Requirement

Check Passed

- MSXML Requirement (Success)

Messages

MSXML Requirement

Check Passed

- Operating System Minimum Level Requirement (Success)

Messages

Operating System Minimum Level Requirement

Check Passed

- Operating System Service Pack Level Requirement. (Success)

Messages

Operating System Service Pack Level Requirement.

Check Passed

- SQL Server Edition Operating System Compatibility (Success)

Messages

SQL Server Edition Operating System Compatibility

Check Passed

- Minimum Hardware Requirement (Warning)

Messages

Minimum Hardware Requirement

The current system does not meet the recommended hardware requirements for this SQL Server release. For detailed hardware and software requirements, see the readme file or SQL Server Books Online.

- Pending Reboot Requirement (Success)

Messages

Pending Reboot Requirement

Check Passed

- Default Installation Path Permission Requirement (Success)

Messages

Default Installation Path Permission Requirement

Check Passed

- Internet Explorer Requirement (Success)

Messages

Internet Explorer Requirement

Check Passed

- COM Plus Catalog Requirement (Success)

Messages

COM Plus Catalog Requirement

Check Passed

- ASP.Net Version Registration Requirement (Success)

Messages

ASP.Net Version Registration Requirement

Check Passed

- Minimum MDAC Version Requirement (Success)

Messages

Minimum MDAC Version Requirement

Check Passed

- Edition Change Check (Success)

Messages

Edition Change Check

Check Passed

Then the installation seems to work fine until it tries to install the native client. then it shows a message box saying: "An installation package for the product Microsoft SQL Server Native Client cannot be found. try the installation again using a valid copy of the installation package 'sqlncli.msi'." Everything else completes except for that and the database services. This is the summary log:

Microsoft SQL Server 2005 9.00.2047.00
==============================
OS Version : Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
Time : Sat Aug 19 11:43:01 2006
HUNTERXMAS05 : The current system does not meet recommended hardware requirements for this SQL Server release. For detailed hardware requirements, see the readme file or SQL Server Books Online.
Machine : HUNTERXMAS05
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.2047.00
Install : Successful
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_SQLSupport_1.log
--
Machine : HUNTERXMAS05
Product : SQL Native Client
Error : An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'.
--
Machine : HUNTERXMAS05
Product : Microsoft SQL Server Native Client
Product Version : 9.00.2047.00
Install : Failed
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_SQLNCLI_1.log
Last Action : InstallFinalize
Error String : An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'.
Error Number : 1706
--
Machine : HUNTERXMAS05
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.2047.00
Install : Successful
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_SqlWriter_1.log
--
Machine : HUNTERXMAS05
Product : MSXML 6.0 Parser
Product Version : 6.00.3883.8
Install : Successful
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_MSXML6_1.log
--

Please help.

One suggestion I can make is to install the components seperatly. Install the .Net Framework 2.0 and the Native client. For the .net framework you can use the windows update system, and for the native client you can get the latest version from the microsoft downloads site. Then re run the sql install.

|||Problem solved. Thanks!|||Hi,

I've tried to install SQLX on my pc which has the followings:

1. windows XP pro SP2

2. enough space on the system HD ( several free GBs - more then 600 MB required minimum)

3. 512 MB RAM (although it states 504 MB when going to Start -> My Computer -> Properties)

4. Intel (R) Celeron (R) CPU 2.53 GHz - the requirement is: Pentium III Compatible or higher, with a 500 MHz minimum.
(Also, see this link http://www.intel.com/support/process...cs-001784.html)

5. Windows installer 3.1, IE 6.1, and .Net 2.0 installed

Although the installation did went out well I got this warning:

- Minimum Hardware Requirement (Warning)
Messages
* Minimum Hardware Requirement

* The current system does not meet the recommended hardware requirements for this SQL
Server release. For detailed hardware and software requirements, see the readme file or SQL
Server Books Online.

can someone assist on that?
is this warning is for my pc not having the recommended or the minimum requirements (it show two different messages - the two asteriks in the message above)?
can someone explain to me what is the problem with my pc's hw/sw?

Thanks, Ziv.|||

it means that you didn't meet the reccomended specifications (example: 1 gb ram), but you did meet the minimum (example 512 mb ram). the same happened with me, but it didn't stop the install; it shouldn't stop you from installing unless you have another problem.

Hunter

Installation Error Sql Express 2005

When I open the installation, everything is fine. The report says that I do not meet the reccomended hardware requirements, but I checked and I am above the minimum requirements. This is the report:

System Configuration Check

- WMI Service Requirement (Success)

Messages

WMI Service Requirement

Check Passed

- MSXML Requirement (Success)

Messages

MSXML Requirement

Check Passed

- Operating System Minimum Level Requirement (Success)

Messages

Operating System Minimum Level Requirement

Check Passed

- Operating System Service Pack Level Requirement. (Success)

Messages

Operating System Service Pack Level Requirement.

Check Passed

- SQL Server Edition Operating System Compatibility (Success)

Messages

SQL Server Edition Operating System Compatibility

Check Passed

- Minimum Hardware Requirement (Warning)

Messages

Minimum Hardware Requirement

The current system does not meet the recommended hardware requirements for this SQL Server release. For detailed hardware and software requirements, see the readme file or SQL Server Books Online.

- Pending Reboot Requirement (Success)

Messages

Pending Reboot Requirement

Check Passed

- Default Installation Path Permission Requirement (Success)

Messages

Default Installation Path Permission Requirement

Check Passed

- Internet Explorer Requirement (Success)

Messages

Internet Explorer Requirement

Check Passed

- COM Plus Catalog Requirement (Success)

Messages

COM Plus Catalog Requirement

Check Passed

- ASP.Net Version Registration Requirement (Success)

Messages

ASP.Net Version Registration Requirement

Check Passed

- Minimum MDAC Version Requirement (Success)

Messages

Minimum MDAC Version Requirement

Check Passed

- Edition Change Check (Success)

Messages

Edition Change Check

Check Passed

Then the installation seems to work fine until it tries to install the native client. then it shows a message box saying: "An installation package for the product Microsoft SQL Server Native Client cannot be found. try the installation again using a valid copy of the installation package 'sqlncli.msi'." Everything else completes except for that and the database services. This is the summary log:

Microsoft SQL Server 2005 9.00.2047.00
==============================
OS Version : Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
Time : Sat Aug 19 11:43:01 2006
HUNTERXMAS05 : The current system does not meet recommended hardware requirements for this SQL Server release. For detailed hardware requirements, see the readme file or SQL Server Books Online.
Machine : HUNTERXMAS05
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.2047.00
Install : Successful
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_SQLSupport_1.log
--
Machine : HUNTERXMAS05
Product : SQL Native Client
Error : An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'.
--
Machine : HUNTERXMAS05
Product : Microsoft SQL Server Native Client
Product Version : 9.00.2047.00
Install : Failed
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_SQLNCLI_1.log
Last Action : InstallFinalize
Error String : An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'.
Error Number : 1706
--
Machine : HUNTERXMAS05
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.2047.00
Install : Successful
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_SqlWriter_1.log
--
Machine : HUNTERXMAS05
Product : MSXML 6.0 Parser
Product Version : 6.00.3883.8
Install : Successful
Log File : c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0005_HUNTERXMAS05_MSXML6_1.log
--

Please help.

One suggestion I can make is to install the components seperatly. Install the .Net Framework 2.0 and the Native client. For the .net framework you can use the windows update system, and for the native client you can get the latest version from the microsoft downloads site. Then re run the sql install.

|||Problem solved. Thanks!|||Hi,

I've tried to install SQLX on my pc which has the followings:

1. windows XP pro SP2

2. enough space on the system HD ( several free GBs - more then 600 MB required minimum)

3. 512 MB RAM (although it states 504 MB when going to Start -> My Computer -> Properties)

4. Intel (R) Celeron (R) CPU 2.53 GHz - the requirement is: Pentium III Compatible or higher, with a 500 MHz minimum.
(Also, see this link http://www.intel.com/support/process...cs-001784.html)

5. Windows installer 3.1, IE 6.1, and .Net 2.0 installed

Although the installation did went out well I got this warning:

- Minimum Hardware Requirement (Warning)
Messages
* Minimum Hardware Requirement

* The current system does not meet the recommended hardware requirements for this SQL
Server release. For detailed hardware and software requirements, see the readme file or SQL
Server Books Online.

can someone assist on that?
is this warning is for my pc not having the recommended or the minimum requirements (it show two different messages - the two asteriks in the message above)?
can someone explain to me what is the problem with my pc's hw/sw?

Thanks, Ziv.|||

it means that you didn't meet the reccomended specifications (example: 1 gb ram), but you did meet the minimum (example 512 mb ram). the same happened with me, but it didn't stop the install; it shouldn't stop you from installing unless you have another problem.

Hunter

Installation Error - "The report server installation is not initialized. Check the documen

I have an Installation Error -
"The report server installation is not initialized. Check the
documentation for more information. (rsReportServerNotActivated)" this
error happens when installing the Server Components. The message
appears at the end of the installation.
I have tried uninstalling and deleting the ReportServer and
ReportserverTempDB databases but I keep getting the same message.
I just don't know what to do.
Thanks in advance.
JulioWhat error message do you see when navigating to
http://localhost/reportserver? Are there any errors in the report server
log files?
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Julio Allegue" <jallegue@.med.miami.edu> wrote in message
news:2711d570.0407260638.64222576@.posting.google.com...
> I have an Installation Error -
> "The report server installation is not initialized. Check the
> documentation for more information. (rsReportServerNotActivated)" this
> error happens when installing the Server Components. The message
> appears at the end of the installation.
> I have tried uninstalling and deleting the ReportServer and
> ReportserverTempDB databases but I keep getting the same message.
> I just don't know what to do.
> Thanks in advance.
> Julio

Installation Error

When installing reporting services, I get the following
error:
"Authz is not installed on this computer. Authz is
required by the Report Server component."
I am allowed to continue the installation. When complete,
I notice that my database server now has the
AnswerWorks2000 database and that Visual Studio .NET 2003
allows me to create the Business Intelligence Projects.
However, I can't view the reports I create on my local web
server. Actually, when I look in the IIS Manager, I can't
find a virtual directory that has anything to do with
Reporting Services.
I found an article that mentions the Authz error:
http://www.win2000mag.com/sqlserver/forums/messageview.cfm?
catid=1741&threadid=117797
It mentions that a patch is going to be available for this
error, but after searching the Q number, I notice that the
patch will only take care of Windows 2003. I'm running
Windows 2000 SP4 with SQL Server 2000 Dev. Ed. + SP3a. I
have installed IIS and have all of the updates from
Windows Update.
My questions are...
1) Is the Authz error the reason why I can publish reports
to the web server?
2) If that is the case, is Microsoft making another patch
for 2000?
3) Is there a fix in the meantime?
Thanks in advance for your help,
Paul DalyReporting Service's server components require that Authz be installed. SP4
should have installed authz but apparently some versions off the service
pack did not contain this dll. You will need to obtain a copy of this dll.
I would contact PSS for resolution on this. Once you have done this you
will need to rerun setup to install the RS server components.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Paul Daly" <pauldaly1982@.hotmail.com> wrote in message
news:37f501c48f6c$29434190$a301280a@.phx.gbl...
> When installing reporting services, I get the following
> error:
> "Authz is not installed on this computer. Authz is
> required by the Report Server component."
> I am allowed to continue the installation. When complete,
> I notice that my database server now has the
> AnswerWorks2000 database and that Visual Studio .NET 2003
> allows me to create the Business Intelligence Projects.
> However, I can't view the reports I create on my local web
> server. Actually, when I look in the IIS Manager, I can't
> find a virtual directory that has anything to do with
> Reporting Services.
> I found an article that mentions the Authz error:
> http://www.win2000mag.com/sqlserver/forums/messageview.cfm?
> catid=1741&threadid=117797
> It mentions that a patch is going to be available for this
> error, but after searching the Q number, I notice that the
> patch will only take care of Windows 2003. I'm running
> Windows 2000 SP4 with SQL Server 2000 Dev. Ed. + SP3a. I
> have installed IIS and have all of the updates from
> Windows Update.
> My questions are...
> 1) Is the Authz error the reason why I can publish reports
> to the web server?
> 2) If that is the case, is Microsoft making another patch
> for 2000?
> 3) Is there a fix in the meantime?
> Thanks in advance for your help,
> Paul Daly|||Thanks for the advice...
I called support and wound up copying the Windows 2000
version of authz.dll to the WINNT\System32 directory.
After installing with this dll in place, another "tree"
became available during installation that included the
server components.
The rest of the install worked fine.
Thanks again,
Paul
>--Original Message--
>Reporting Service's server components require that Authz
be installed. SP4
>should have installed authz but apparently some versions
off the service
>pack did not contain this dll. You will need to obtain a
copy of this dll.
>I would contact PSS for resolution on this. Once you
have done this you
>will need to rerun setup to install the RS server
components.
>--
>-Daniel
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>"Paul Daly" <pauldaly1982@.hotmail.com> wrote in message
>news:37f501c48f6c$29434190$a301280a@.phx.gbl...
>> When installing reporting services, I get the following
>> error:
>> "Authz is not installed on this computer. Authz is
>> required by the Report Server component."
>> I am allowed to continue the installation. When
complete,
>> I notice that my database server now has the
>> AnswerWorks2000 database and that Visual Studio .NET
2003
>> allows me to create the Business Intelligence Projects.
>> However, I can't view the reports I create on my local
web
>> server. Actually, when I look in the IIS Manager, I
can't
>> find a virtual directory that has anything to do with
>> Reporting Services.
>> I found an article that mentions the Authz error:
>>
http://www.win2000mag.com/sqlserver/forums/messageview.cfm?
>> catid=1741&threadid=117797
>> It mentions that a patch is going to be available for
this
>> error, but after searching the Q number, I notice that
the
>> patch will only take care of Windows 2003. I'm running
>> Windows 2000 SP4 with SQL Server 2000 Dev. Ed. + SP3a.
I
>> have installed IIS and have all of the updates from
>> Windows Update.
>> My questions are...
>> 1) Is the Authz error the reason why I can publish
reports
>> to the web server?
>> 2) If that is the case, is Microsoft making another
patch
>> for 2000?
>> 3) Is there a fix in the meantime?
>> Thanks in advance for your help,
>> Paul Daly
>
>.
>

Installation error

Hi,
I've been trying to get Reporting Services to activate but I keep
getting an error. The error is
The Report Server Web service has not generated a public key.
I am trying to install RS on a W2K SP4 Advanced Server with SQL Server
2K SP3. I am using a named instance (TTBITEST2K\JAI).
The attached WebService log file shows no error. I've tried deleting
and recreating the keys many times. I've installed MDAC 2.7 SP1
Refresh. I use a Windows Domain Account that is a W2K local
Adminstrator and SS2K Systems Administrator.
I'm at a loss as to what to try next.
I'm open to suggestions.
Regards,
Rick Sjogren
<<<<<<<<<<<<<<<<<< ReportServerService__10_08_2004_13_22_24.log
>>>>>>
<Header>
<Product>Microsoft SQL Server Reporting Services Version
8.00.743.00</Product>
<Locale>en-US</Locale>
<TimeZone>AUS Eastern Standard Time</TimeZone>
<Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\LogFiles\ReportServerService__10_08_2004_13_22_24.log</Path>
<SystemName>TTBITEST2K</SystemName>
<OSName>Microsoft Windows NT 5.0.2195.0</OSName>
<OSVersion>5.0.2195.0</OSVersion>
</Header>
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing ConnectionType to '1' as specified in Configuration
file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing IsSchedulingService to 'True' as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing IsNotificationService to 'True' as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing IsEventService to 'True' as specified in Configuration
file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing PollingInterval to '10' second(s) as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing MemoryLimit to '60' percent as specified in Configuration
file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing RecycleTime to '720' minute(s) as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing MaximumMemoryLimit to '80' percent as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing MaxQueueThreads to '0' thread(s) as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing MaxActiveReqForOneUser to '20' requests(s) as specified
in Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing MaxScheduleWait to '5' second(s) as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing DatabaseQueryTimeout to '120' second(s) as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing InstanceName to 'MSSQLSERVER' as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing ProcessRecycleOptions to '0' as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing RunningRequestsScavengerCycle to '60' second(s) as
specified in Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing RunningRequestsDbCycle to '60' second(s) as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing RunningRequestsAge to '30' second(s) as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing CleanupCycleMinutes to '10' minute(s) as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing SecureConnectionLevel to '0' as specified in
Configuration file.
ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
Initializing DisplayErrorLink to 'True' as specified in Configuration
file.
ReportingServicesService!resourceutilities!1018!8/10/2004-13:22:24:: i
INFO: Running on 4 physical processors, 4 logical processors
ReportingServicesService!resourceutilities!1018!8/10/2004-13:22:24:: i
INFO: Reporting Services starting SKU: Developer
ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: v
VERBOSE: Hooking up AppDomain handler
ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: i INFO:
Database Cleanup (NT Service) timer enabled: Cycle: 600 seconds
ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: i INFO:
Running Requests Scavenger timer enabled: Cycle: 60 seconds
ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: i INFO:
Running Requests DB timer enabled: Cycle: 60 seconds
ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: i INFO:
Execution Log Entry Expiration timer enabled: Cycle: 45455 seconds
ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: i INFO:
Memory stats update timer enabled: Cycle: 60 seconds
ReportingServicesService!crypto!f80!8/10/2004-13:22:25:: i INFO:
Initializing crypto as user: TOLL\sdSQL
ReportingServicesService!library!f80!8/10/2004-13:22:25:: v VERBOSE:
Transaction begin.
ReportingServicesService!crypto!f80!8/10/2004-13:22:25:: i INFO:
Exporting public key
ReportingServicesService!crypto!f80!8/10/2004-13:22:27:: i INFO: NT
Service self activating
ReportingServicesService!library!f80!8/10/2004-13:22:27:: v VERBOSE:
Transaction commit.
ReportingServicesService!library!f80!8/10/2004-13:22:27:: v VERBOSE:
Transaction begin.
ReportingServicesService!library!f80!8/10/2004-13:22:27:: v VERBOSE:
Transaction commit.
ReportingServicesService!dbpolling!f80!10/08/2004-13:22:27::
EventPolling polling service started
ReportingServicesService!dbpolling!f80!10/08/2004-13:22:27::
NotificationPolling polling service started
ReportingServicesService!dbpolling!f80!10/08/2004-13:22:27::
SchedulePolling polling service started
ReportingServicesService!dbpolling!cd4!8/10/2004-13:22:27::
EventPolling heartbeat thread started.
ReportingServicesService!dbpolling!f7c!8/10/2004-13:22:27::
NotificationPolling heartbeat thread started.
ReportingServicesService!dbpolling!738!8/10/2004-13:22:27:: Polling
startedRick Sjogren wrote:
> I've been trying to get Reporting Services to activate but I keep
> getting an error. The error is
> The Report Server Web service has not generated a public key.
Rick, google pulls up a bunch of hits on that error string. Here are a
couple of them:
http://groups.google.com/groups?q=%22generated+a+public+key%22&hl=en&lr=&group=microsoft.public.sqlserver.reportingsvcs&selm=dbf9e5e6.0406241253.22fdae9f%40posting.google.com&rnum=6
http://groups.google.com/groups?hl=en&lr=&threadm=1784a01c418d2%249dc1a950%24a401280a%40phx.gbl&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26q%3D%2522generated%2Ba%2Bpublic%2Bkey%2522%26btnG%3DSearch%26meta%3Dgroup%253Dmicrosoft.public.sqlserver.reportingsvcs
Of course, if you've already gone through all of the google hits, this
doesn't provide much help! Seems like this may be caused by a number of
different configuration issues.
-BA|||Rick,
Does the report server windows service run after you setup? Is there
an error log in it?
When you try to access the report server web service in IE or you
browser of choice, what is the error message you get (turn nice error
messages off)?
-Lukasz
Rick Sjogren wrote:
> Hi,
> I've been trying to get Reporting Services to activate but I keep
> getting an error. The error is
> The Report Server Web service has not generated a public key.
> I am trying to install RS on a W2K SP4 Advanced Server with SQL
Server
> 2K SP3. I am using a named instance (TTBITEST2K\JAI).
> The attached WebService log file shows no error. I've tried deleting
> and recreating the keys many times. I've installed MDAC 2.7 SP1
> Refresh. I use a Windows Domain Account that is a W2K local
> Adminstrator and SS2K Systems Administrator.
> I'm at a loss as to what to try next.
> I'm open to suggestions.
> Regards,
> Rick Sjogren
> <<<<<<<<<<<<<<<<<< ReportServerService__10_08_2004_13_22_24.log
> >>>>>>
> <Header>
> <Product>Microsoft SQL Server Reporting Services Version
> 8.00.743.00</Product>
> <Locale>en-US</Locale>
> <TimeZone>AUS Eastern Standard Time</TimeZone>
> <Path>C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> Services\LogFiles\ReportServerService__10_08_2004_13_22_24.log</Path>
> <SystemName>TTBITEST2K</SystemName>
> <OSName>Microsoft Windows NT 5.0.2195.0</OSName>
> <OSVersion>5.0.2195.0</OSVersion>
> </Header>
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing ConnectionType to '1' as specified in Configuration
> file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing IsSchedulingService to 'True' as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing IsNotificationService to 'True' as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing IsEventService to 'True' as specified in Configuration
> file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing PollingInterval to '10' second(s) as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing MemoryLimit to '60' percent as specified in
Configuration
> file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing RecycleTime to '720' minute(s) as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing MaximumMemoryLimit to '80' percent as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing MaxQueueThreads to '0' thread(s) as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing MaxActiveReqForOneUser to '20' requests(s) as specified
> in Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing MaxScheduleWait to '5' second(s) as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing DatabaseQueryTimeout to '120' second(s) as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing InstanceName to 'MSSQLSERVER' as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing ProcessRecycleOptions to '0' as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing RunningRequestsScavengerCycle to '60' second(s) as
> specified in Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing RunningRequestsDbCycle to '60' second(s) as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing RunningRequestsAge to '30' second(s) as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing CleanupCycleMinutes to '10' minute(s) as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing SecureConnectionLevel to '0' as specified in
> Configuration file.
> ReportingServicesService!library!1018!8/10/2004-13:22:24:: i INFO:
> Initializing DisplayErrorLink to 'True' as specified in
Configuration
> file.
> ReportingServicesService!resourceutilities!1018!8/10/2004-13:22:24::
i
> INFO: Running on 4 physical processors, 4 logical processors
> ReportingServicesService!resourceutilities!1018!8/10/2004-13:22:24::
i
> INFO: Reporting Services starting SKU: Developer
> ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: v
> VERBOSE: Hooking up AppDomain handler
> ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: i
INFO:
> Database Cleanup (NT Service) timer enabled: Cycle: 600 seconds
> ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: i
INFO:
> Running Requests Scavenger timer enabled: Cycle: 60 seconds
> ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: i
INFO:
> Running Requests DB timer enabled: Cycle: 60 seconds
> ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: i
INFO:
> Execution Log Entry Expiration timer enabled: Cycle: 45455 seconds
> ReportingServicesService!runningjobs!1018!8/10/2004-13:22:24:: i
INFO:
> Memory stats update timer enabled: Cycle: 60 seconds
> ReportingServicesService!crypto!f80!8/10/2004-13:22:25:: i INFO:
> Initializing crypto as user: TOLL\sdSQL
> ReportingServicesService!library!f80!8/10/2004-13:22:25:: v VERBOSE:
> Transaction begin.
> ReportingServicesService!crypto!f80!8/10/2004-13:22:25:: i INFO:
> Exporting public key
> ReportingServicesService!crypto!f80!8/10/2004-13:22:27:: i INFO: NT
> Service self activating
> ReportingServicesService!library!f80!8/10/2004-13:22:27:: v VERBOSE:
> Transaction commit.
> ReportingServicesService!library!f80!8/10/2004-13:22:27:: v VERBOSE:
> Transaction begin.
> ReportingServicesService!library!f80!8/10/2004-13:22:27:: v VERBOSE:
> Transaction commit.
> ReportingServicesService!dbpolling!f80!10/08/2004-13:22:27::
> EventPolling polling service started
> ReportingServicesService!dbpolling!f80!10/08/2004-13:22:27::
> NotificationPolling polling service started
> ReportingServicesService!dbpolling!f80!10/08/2004-13:22:27::
> SchedulePolling polling service started
> ReportingServicesService!dbpolling!cd4!8/10/2004-13:22:27::
> EventPolling heartbeat thread started.
> ReportingServicesService!dbpolling!f7c!8/10/2004-13:22:27::
> NotificationPolling heartbeat thread started.
> ReportingServicesService!dbpolling!738!8/10/2004-13:22:27:: Polling
> started|||lukaszp@.gmail.com wrote in message news:<1097215597.146796.209040@.c13g2000cwb.googlegroups.com>...
> Rick,
> Does the report server windows service run after you setup? Is there
> an error log in it?
> When you try to access the report server web service in IE or you
> browser of choice, what is the error message you get (turn nice error
> messages off)?
> -Lukasz
>
Hi Lukasz,
The Report Server Service does run and I don't get an error log - at
least as far as I can tell.
When I access the Report Server via IE, I get the following (with
Friendly HTTP messages turned off):
-2147467259 (0x80004005)
And that's it!
With Friendly HTTP messages turned on, I get the following:
HTTP 500 - Internal server error
It appears that the part of the Service that generates keys can do it,
but the bit that reads it isn't authorised!
I'm stumped!
Regards,
Rick|||Brian Almond <pythonista@.sbcglobal.net> wrote in message news:<uVgQSOPrEHA.2596@.TK2MSFTNGP12.phx.gbl>...
> Rick Sjogren wrote:
> > I've been trying to get Reporting Services to activate but I keep
> > getting an error. The error is
> >
> > The Report Server Web service has not generated a public key.
> Rick, google pulls up a bunch of hits on that error string. Here are a
> couple of them:
> http://groups.google.com/groups?q=%22generated+a+public+key%22&hl=en&lr=&group=microsoft.public.sqlserver.reportingsvcs&selm=dbf9e5e6.0406241253.22fdae9f%40posting.google.com&rnum=6
> http://groups.google.com/groups?hl=en&lr=&threadm=1784a01c418d2%249dc1a950%24a401280a%40phx.gbl&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26q%3D%2522generated%2Ba%2Bpublic%2Bkey%2522%26btnG%3DSearch%26meta%3Dgroup%253Dmicrosoft.public.sqlserver.reportingsvcs
> Of course, if you've already gone through all of the google hits, this
> doesn't provide much help! Seems like this may be caused by a number of
> different configuration issues.
> -BA
Hi Brian,
Thanks for the links but I'd already tried them. No dice!
Do you have any other suggestions? I'm stumped!
Regards,
Rick

Installation Error

I got the following message at the end of my install
"Setup could not initialize the report server. you must manually initialize
the report server befoer using it for the first time. For more information,
see the Reporting Service setup documentation"
In RSMSIxx.log file i found the following entry
Doing Action: Do_Activate_ReportService
<Func Name='Do_Activate_ReportService'>
<Func Name='CreateProccessAndWait'>
Error reported by child process:
Failure starting the web service:
The Report Server Web service has not generated a public key. The service
may not have started successfully. Check the log files for more information.
I tried the solutinos given in documentation nothing worked. I had a beta
version first installed on my box. I did uninstall and installed the release.
Since then i am not able to run reporting services on my box.
I tried applying sp1 but the error still remains
Every time i go to localmachine/reports it gives 401:Access denied message
I am able to access localmachine/reportserver without a problem.
I tried removing the default virtual directoreis created by install and
recreated it again. now if i go to localmachine/reports it gives The request
failed with HTTP status 404: Not Found
I also tried RsKeyMgmt.exe -d
I have tried uninstalling and reinistalling many times.
Any suggessions?Is your server configurated for comunication via SSL ? This error message
shows that you have maybe problem with this.
Jirka
"vRam" wrote:
> I got the following message at the end of my install
> "Setup could not initialize the report server. you must manually initialize
> the report server befoer using it for the first time. For more information,
> see the Reporting Service setup documentation"
> In RSMSIxx.log file i found the following entry
> Doing Action: Do_Activate_ReportService
> <Func Name='Do_Activate_ReportService'>
> <Func Name='CreateProccessAndWait'>
> Error reported by child process:
> Failure starting the web service:
> The Report Server Web service has not generated a public key. The service
> may not have started successfully. Check the log files for more information.
> I tried the solutinos given in documentation nothing worked. I had a beta
> version first installed on my box. I did uninstall and installed the release.
> Since then i am not able to run reporting services on my box.
> I tried applying sp1 but the error still remains
> Every time i go to localmachine/reports it gives 401:Access denied message
> I am able to access localmachine/reportserver without a problem.
> I tried removing the default virtual directoreis created by install and
> recreated it again. now if i go to localmachine/reports it gives The request
> failed with HTTP status 404: Not Found
> I also tried RsKeyMgmt.exe -d
> I have tried uninstalling and reinistalling many times.
> Any suggessions?|||My machineis not configured for SSL. An i unchecked SSL checkbox while
installing
"Jirka" wrote:
> Is your server configurated for comunication via SSL ? This error message
> shows that you have maybe problem with this.
> Jirka
> "vRam" wrote:
> > I got the following message at the end of my install
> >
> > "Setup could not initialize the report server. you must manually initialize
> > the report server befoer using it for the first time. For more information,
> > see the Reporting Service setup documentation"
> >
> > In RSMSIxx.log file i found the following entry
> >
> > Doing Action: Do_Activate_ReportService
> > <Func Name='Do_Activate_ReportService'>
> > <Func Name='CreateProccessAndWait'>
> > Error reported by child process:
> > Failure starting the web service:
> > The Report Server Web service has not generated a public key. The service
> > may not have started successfully. Check the log files for more information.
> >
> > I tried the solutinos given in documentation nothing worked. I had a beta
> > version first installed on my box. I did uninstall and installed the release.
> > Since then i am not able to run reporting services on my box.
> >
> > I tried applying sp1 but the error still remains
> > Every time i go to localmachine/reports it gives 401:Access denied message
> > I am able to access localmachine/reportserver without a problem.
> >
> > I tried removing the default virtual directoreis created by install and
> > recreated it again. now if i go to localmachine/reports it gives The request
> > failed with HTTP status 404: Not Found
> >
> > I also tried RsKeyMgmt.exe -d
> >
> > I have tried uninstalling and reinistalling many times.
> >
> > Any suggessions?