Ultrasound problem
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Ultrasound problem

 
Post new topic   Reply to topic    Windows Server Forum Index -> DFS and FRS
Author Message
Asgard Hostmaster
Guest





Posted: Tue Oct 12, 2004 5:32 am    Post subject: Ultrasound problem Reply with quote

I've installed Ultrasound to try and track a problem with SYSVOL not
replicating; Installation went fine witn no errors, as did WMI deployment.
The database on the local SQL server was created and Ultrasound just reports
"healthy" on everything.

However I noticed in event log about 10 minuts after starting it -

***********
Event Type: Warning
Event Source: Ultrasound
Event Category: None
Event ID: 3
Date: 10/11/2004
Time: 7:20:30 PM
User: N/A
Computer: SB-3
Description:
Ultrasound Controller cannot connect to the database. Retrying.
ErrorMessage: "Intial Database Connectivity Test ADO Error: Login failed for
user 'NT AUTHORITY\NETWORK SERVICE'.. NativeError=18456, SQLState=42000
(0x80040e4d): (CUSDatabaseBase::CreateConnection 110)
Intial Database Connectivity Test Could not connect to database:
Provider=SQLOLEDB;Data Source=localhost;Initial
Catalog=Ultrasound;Integrated Security=SSPI;Persist Security
Info=False;Current Language=us_english; (0x80040e4d):
(CUSDatabaseBase::CreateConnection 110)
".
***********

Any ideas?
david
Back to top
Asgard Hostmaster
Guest





Posted: Wed Oct 13, 2004 2:28 am    Post subject: Re: Ultrasound problem Reply with quote

Ok, I now realise this means Ultrasound cannot connect at all to the SQL
Server. This seems odd as the server is on the same machine as Ultrasound
and installation quite happily and successfully connected to the server and
installed all the tables with no problems.

What am I missing?

"Asgard Hostmaster" <hostmaster@_remove_asgard.net> skrev i meddelandet
news:umdcsL$rEHA.2684@TK2MSFTNGP12.phx.gbl...
Quote:
I've installed Ultrasound to try and track a problem with SYSVOL not
replicating; Installation went fine witn no errors, as did WMI deployment.
The database on the local SQL server was created and Ultrasound just
reports "healthy" on everything.

However I noticed in event log about 10 minuts after starting it -

***********
Event Type: Warning
Event Source: Ultrasound
Event Category: None
Event ID: 3
Date: 10/11/2004
Time: 7:20:30 PM
User: N/A
Computer: SB-3
Description:
Ultrasound Controller cannot connect to the database. Retrying.
ErrorMessage: "Intial Database Connectivity Test ADO Error: Login failed
for user 'NT AUTHORITY\NETWORK SERVICE'.. NativeError=18456,
SQLState=42000 (0x80040e4d): (CUSDatabaseBase::CreateConnection 110)
Intial Database Connectivity Test Could not connect to database:
Provider=SQLOLEDB;Data Source=localhost;Initial
Catalog=Ultrasound;Integrated Security=SSPI;Persist Security
Info=False;Current Language=us_english; (0x80040e4d):
(CUSDatabaseBase::CreateConnection 110)
".
***********

Any ideas?
david
Back to top
Maxim Stepin [MSFT]
Guest





Posted: Wed Oct 13, 2004 5:07 am    Post subject: Re: Ultrasound problem Reply with quote

David,

It is known issue and described in Ultrasound FAQ which you can download
from the page:
http://www.microsoft.com/windowsserver2003/techinfo/overview/ultrasoundfaq.mspx
----------------------------------------------------------------------
Q: After a successful installation, why does the controller report this
event "Ultrasound controller cannot connect to the database. Retrying.
ErrorMessage: "Initial Database Connectivity Test could not connect to
database."?
A: This report is often caused by specifying "localhost" as the database
server. When installing the controller and the database on the same machine
you must use the name of the machine, not the "localhost" alias.

----------------------------------------------------------------------

-- Maxim
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only.

"Asgard Hostmaster" <hostmaster@asgard_remove_.net> wrote in message
news:%23778mJKsEHA.2008@TK2MSFTNGP12.phx.gbl...
Quote:
Ok, I now realise this means Ultrasound cannot connect at all to the SQL
Server. This seems odd as the server is on the same machine as Ultrasound
and installation quite happily and successfully connected to the server
and installed all the tables with no problems.

What am I missing?

"Asgard Hostmaster" <hostmaster@_remove_asgard.net> skrev i meddelandet
news:umdcsL$rEHA.2684@TK2MSFTNGP12.phx.gbl...
I've installed Ultrasound to try and track a problem with SYSVOL not
replicating; Installation went fine witn no errors, as did WMI
deployment. The database on the local SQL server was created and
Ultrasound just reports "healthy" on everything.

However I noticed in event log about 10 minuts after starting it -

***********
Event Type: Warning
Event Source: Ultrasound
Event Category: None
Event ID: 3
Date: 10/11/2004
Time: 7:20:30 PM
User: N/A
Computer: SB-3
Description:
Ultrasound Controller cannot connect to the database. Retrying.
ErrorMessage: "Intial Database Connectivity Test ADO Error: Login failed
for user 'NT AUTHORITY\NETWORK SERVICE'.. NativeError=18456,
SQLState=42000 (0x80040e4d): (CUSDatabaseBase::CreateConnection 110)
Intial Database Connectivity Test Could not connect to database:
Provider=SQLOLEDB;Data Source=localhost;Initial
Catalog=Ultrasound;Integrated Security=SSPI;Persist Security
Info=False;Current Language=us_english; (0x80040e4d):
(CUSDatabaseBase::CreateConnection 110)
".
***********

Any ideas?
david


Back to top
Asgard Hostmaster
Guest





Posted: Wed Oct 13, 2004 6:27 am    Post subject: Re: Ultrasound problem Reply with quote

mmm, well before i saw your post i manually added the NETWORK SERVICE
account as a dbo on the database and Ultrasound started working.
After reading your message I uninstalled Ultrasound and rebooted and
reinstalled using a FQDN instead of localhost.
It went back to failure with the same error (except with FQDN), adding
NETWORK SERVICE as a dbo fxed the problem

"Maxim Stepin [MSFT]" <maximst@online.microsoft.com> skrev i meddelandet
news:ebEvTiLsEHA.2300@TK2MSFTNGP09.phx.gbl...
Quote:
David,

It is known issue and described in Ultrasound FAQ which you can download
from the page:
http://www.microsoft.com/windowsserver2003/techinfo/overview/ultrasoundfaq.mspx
----------------------------------------------------------------------
Q: After a successful installation, why does the controller report this
event "Ultrasound controller cannot connect to the database. Retrying.
ErrorMessage: "Initial Database Connectivity Test could not connect to
database."?
A: This report is often caused by specifying "localhost" as the database
server. When installing the controller and the database on the same
machine you must use the name of the machine, not the "localhost" alias.

----------------------------------------------------------------------

-- Maxim
This posting is provided "AS IS" with no warranties, and confers no
rights.
Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only.

"Asgard Hostmaster" <hostmaster@asgard_remove_.net> wrote in message
news:%23778mJKsEHA.2008@TK2MSFTNGP12.phx.gbl...
Ok, I now realise this means Ultrasound cannot connect at all to the SQL
Server. This seems odd as the server is on the same machine as Ultrasound
and installation quite happily and successfully connected to the server
and installed all the tables with no problems.

What am I missing?

"Asgard Hostmaster" <hostmaster@_remove_asgard.net> skrev i meddelandet
news:umdcsL$rEHA.2684@TK2MSFTNGP12.phx.gbl...
I've installed Ultrasound to try and track a problem with SYSVOL not
replicating; Installation went fine witn no errors, as did WMI
deployment. The database on the local SQL server was created and
Ultrasound just reports "healthy" on everything.

However I noticed in event log about 10 minuts after starting it -

***********
Event Type: Warning
Event Source: Ultrasound
Event Category: None
Event ID: 3
Date: 10/11/2004
Time: 7:20:30 PM
User: N/A
Computer: SB-3
Description:
Ultrasound Controller cannot connect to the database. Retrying.
ErrorMessage: "Intial Database Connectivity Test ADO Error: Login failed
for user 'NT AUTHORITY\NETWORK SERVICE'.. NativeError=18456,
SQLState=42000 (0x80040e4d): (CUSDatabaseBase::CreateConnection 110)
Intial Database Connectivity Test Could not connect to database:
Provider=SQLOLEDB;Data Source=localhost;Initial
Catalog=Ultrasound;Integrated Security=SSPI;Persist Security
Info=False;Current Language=us_english; (0x80040e4d):
(CUSDatabaseBase::CreateConnection 110)
".
***********

Any ideas?
david




Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> DFS and FRS All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB