473,671 Members | 2,290 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Services not listed on Configuration Manager screen?

aj
SQL Server 205 SP2 64-bit, Windows Server 2003 R2 64-bit

I have SQLS happily running, but when I run Configuration
Manager (I need to change MSSQLSERVER startup param properties),
the only entry I see is Integration services - nothing else.
This happens even with a local administrator login.

In Control-Panel, Services, MSSQLSERVER and other SQLS services are
definitely running and the "Log On As" is set to Local System.

I have another (test) server, and Config Mgr there shows FullText,
Analysis, Reporting Services, Browser, etc...

Any help appreciated.

TIA

aj
Sep 22 '08 #1
4 10999
aj (ro****@mcdonal ds.com) writes:
SQL Server 205 SP2 64-bit, Windows Server 2003 R2 64-bit

I have SQLS happily running, but when I run Configuration
Manager (I need to change MSSQLSERVER startup param properties),
the only entry I see is Integration services - nothing else.
This happens even with a local administrator login.

In Control-Panel, Services, MSSQLSERVER and other SQLS services are
definitely running and the "Log On As" is set to Local System.

I have another (test) server, and Config Mgr there shows FullText,
Analysis, Reporting Services, Browser, etc...
I have no idea what might be going on, but can you connect to the instance
and run SELECT @@version and post the output?
--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Sep 24 '08 #2
aj
Erland Sommarskog wrote:
aj (ro****@mcdonal ds.com) writes:
>SQL Server 205 SP2 64-bit, Windows Server 2003 R2 64-bit

I have SQLS happily running, but when I run Configuration
Manager (I need to change MSSQLSERVER startup param properties),
the only entry I see is Integration services - nothing else.
This happens even with a local administrator login.

In Control-Panel, Services, MSSQLSERVER and other SQLS services are
definitely running and the "Log On As" is set to Local System.

I have another (test) server, and Config Mgr there shows FullText,
Analysis, Reporting Services, Browser, etc...

I have no idea what might be going on, but can you connect to the instance
and run SELECT @@version and post the output?
Thanks for the help, Erlang. Yes, absolutely.

Here's the @@version output:
Microsoft SQL Server 2005 - 9.00.3050.00 (X64) Mar 2 2007 22:06:10
Copyright (c) 1988-2005 Microsoft Corporation Standard Edition (64-bit)
on Windows NT 5.2 (Build 3790: Service Pack 2)

As I said, its acting just fine as far as using the engine.

Other symptoms noted since OP:
-When I run SSMS on the server, and try to save a maintenance plan, I
get a dialog saying "Library Not Registered"

-SAC->Services and Connections gives dialog:
"Specified argument was out of the range of valid values.
Parameter name: index (System.Windows .Forms)"

-SAC->Features gives dialog:
"To configure the surface area, one or more services for the Database
Engine or Analysis Services or Reporting Services must be running. (SQLSAC)"

The issue is not the engine itself, but the admin tools around the
engine...

<scratching head>.......... ......????

AJ
Sep 24 '08 #3
aj
Erland Sommarskog wrote:
aj (ro****@mcdonal ds.com) writes:
>SQL Server 205 SP2 64-bit, Windows Server 2003 R2 64-bit

I have SQLS happily running, but when I run Configuration
Manager (I need to change MSSQLSERVER startup param properties),
the only entry I see is Integration services - nothing else.
This happens even with a local administrator login.

In Control-Panel, Services, MSSQLSERVER and other SQLS services are
definitely running and the "Log On As" is set to Local System.

I have another (test) server, and Config Mgr there shows FullText,
Analysis, Reporting Services, Browser, etc...

I have no idea what might be going on, but can you connect to the instance
and run SELECT @@version and post the output?
Thanks for the help, Erlang. Yes, absolutely.

Here's the @@version output:
Microsoft SQL Server 2005 - 9.00.3050.00 (X64) Mar 2 2007 22:06:10
Copyright (c) 1988-2005 Microsoft Corporation Standard Edition (64-bit)
on Windows NT 5.2 (Build 3790: Service Pack 2)

As I said, its acting just fine as far as using the engine.

Other symptoms noted since OP:
-When I run SSMS on the server, and try to save a maintenance plan, I
get a dialog saying "Library Not Registered"

-SAC->Services and Connections gives dialog:
"Specified argument was out of the range of valid values.
Parameter name: index (System.Windows .Forms)"

-SAC->Features gives dialog:
"To configure the surface area, one or more services for the Database
Engine or Analysis Services or Reporting Services must be running. (SQLSAC)"

The issue is not the engine itself, but the admin tools around the
engine...

<scratching head>.......... ......????

AJ
Sep 24 '08 #4
aj (ro****@mcdonal ds.com) writes:
Here's the @@version output:
Microsoft SQL Server 2005 - 9.00.3050.00 (X64) Mar 2 2007 22:06:10
Copyright (c) 1988-2005 Microsoft Corporation Standard Edition (64-bit)
on Windows NT 5.2 (Build 3790: Service Pack 2)
3050? That's a very odd version!

I don't remember under which build number SP2 was originally released as,
but the one you can download now is 3042. Shortly after the release of
SP2 yet a serious bug with maintenance plans were uncovered, and they
released a so called GDR with build number 3054.

Thus, most people running SQL 2005 SP2 runs 3042 or 3054. Or they run
one the nine Cumultative Updates that have been released. The CU:s are
not downloadable; you have to register for them, and then they will
send it to you. As the KB articles for the CUs includes the general
caveat that they are only intended to fix a particular problem, I cannot
really recommend that you try one of them.

Instead I would suggest that you install build 3073, which includes two
security fixes, of which one appears to relatively critical. You can
find information on http://support.microsoft.com/kb/954606, and from
there you should be able to find a download.

I don't know if your odd build number is related to your problems with
the Config Manager and funny things you see in SSMS, but since you ought to
install that security fix anyway, I think it's worth to see id it helps.

Oh, also check the version of the tools, so that you don't happen to
run the RTM or SP1 version of them.
--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Sep 24 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1724
by: John Morgan | last post by:
I have installed SQL Server Management Studio 2005 and have been finding the equivalent of the Data Transfer Services in SQLServer 2000. I think I have worked out that it is in SQL Server Integration Services but when I open File-New-Project I do not see the SQL Server Integration Services there, though Help assumes that it is available for selection when starting a new project.. How can I make it visible in the New Project window? ...
4
8821
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hi... Following the samples online, we implemented a windows service in .Net. Like most services, there's a worker thread actually doing stuff in the background. The problem we've run into is how to get the service to exit when the worker thread has a fatal error *and* get the SCM to invoke the auto-restart configuration? The worker thread can error out while the parent thread in the server process chugs along. We can set the exit...
1
6410
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hi... After I installed my .net windows service, I tried to control some of the behavior with the Start Parameters: in the services control parameter. I can put a value in the box but for some reason it never gets saved (I open the properties right after, and the box is empty). How does one persist a value in the Start Parameters box for a service? Thanks
0
3174
by: scottdistefano | last post by:
I've got an issue that is perhaps a bit different than any other related posting on this topic. I have successfully installed and configured SSRS for SQL 2005 and now I'm at the step where I need to require SSL. So I opened the Reporting Services Configuration, then selected Report Server Virtual Directory. Then I select the checkbox Require Secure Socket Layer (SSL) connections. At this step I am required to enter the name of the...
0
1696
by: =?Utf-8?B?bWV0YWxsaWNpdGU=?= | last post by:
I got this message when I was browsing the net. Generic Host Process for WIN32 Services has encountered a problem and needs to close. We are sorry for the inconvenience. I left it for about a minute and could do things normally then I clicked on "dont send" button. The computer then died. I tried restarting the computer but it got to the compaq screen at the beginning with the press F10 for Recovety etc etc it left that the the curser
23
1581
by: Chizl | last post by:
I created a console app, but most all the code was in classes. I've recently created a windows service, pulled all the classes over and everything compiles fine. Few things I need to understand though. I'm a C++ guy so this service is much different to me. 1) Where do I spawn the main thread off from? (a) My first guess is in the Program.cs in the Main() before the ServiceBase.Run(). However, that doesn't seem right because if...
0
2236
by: fperri | last post by:
Hi, I am trying to configure reporting services which I just added to an already existing installation of SQL Server 2005. When I am in the reporting services configuration manager and I am trying to create the reporting services database I get the following error: Verifying Database Edition The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of...
1
2081
by: =?Utf-8?B?TWFuanJlZSBHYXJn?= | last post by:
Hi, I created a web service that I want to host in windows service. The problem is that if I host it as windows service it does not use the configuration file. I have to define the binding, endpoint etc. programmatically in the Program.cs file. Any idea what I might be doing wrong? Cheers,
1
3651
by: BobLewiston | last post by:
I installed SQL Server 2008 Express, basic edition (SQLEXPR32_x86_ENU_Bootstrapper.exe, version 9.0.30729.1) without any problem. Then I attempted to install AdventureWorks Sample Databases for SQL Server 2008 (SQL2008.AdventureWorks_All_Databases.x86.msi). This attempt failed because SQL Server 2008 Express, basic edition doesn’t support Full-text Search, which AdventureWorks requires. So I uninstalled SQL Server 2008 Express, basic...
0
8390
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8819
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8597
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8667
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7428
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6222
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4402
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2808
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.