Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
gpatrick
Starting Member
2 Posts |
Posted - 2009-08-26 : 15:29:10
|
Server Operating System: Windows server 2000MS SQL Version: MS SQL Server 2000Client Machine Op. System: win xp sp3sql server is currently installed on our server using the default instance. we are using a third party software namely Real-Time Analytical Intelligence Database (RAID) to create/install our database on sql server. all client machines can connect to the RAID database which is located on the sql server via the RAID application installed on the client machine.However, when an attempt is made to create a new database on sql, via the RAID Application on the client machine, the following error is returned:"Sql server does not exist or access denied"I have since installed the RAID Application on the server where sql server is installed and tried creating a new database and i'm successfull. I did this mainly to determine whether it was possible to create a new database on sql with the RAID App. I have tried the "telnet <servername> <portnumber> command and i am able to telnet to the server. THe name of my server where sql is installed is "SERVER" Sql was installed to a default instance.Like i said, i can connect to the RAID database on sql from a client machine but cannot create any new databases. HElp please!!! |
|
gpatrick
Starting Member
2 Posts |
Posted - 2009-08-28 : 13:44:51
|
Here are some of the Event Logs i am receiving. Any help would be appreciated.No.1 Event Type: WarningEvent Source: RAID-3Event Category: NoneEvent ID: 100Date: 8/28/2009Time: 12:13:28User: N/AComputer: ADMINDescription:Timestamp: 8/28/2009 12:13:28 PMMessage: HandlingInstanceID: 773e9dff-d432-4b1d-80a3-e0e78d2f1aa2An exception of type 'NDIC.RAID.Common.GeneralSQLException' occurred and was caught.------------------------------------------------------------------------------------08/28/2009 12:13:28Type : NDIC.RAID.Common.GeneralSQLException, RAID.Common, Version=3.2.1.213, Culture=neutral, PublicKeyToken=be3fbf7ff2e1b6f7Message : There is a problem with the database and the operation was not completed. Please check with the administrator.Source : Help link : TargetSite : Stack Trace : The stack trace is unavailable.Additional Info:MachineName : ADMINTimeStamp : 8/28/2009 4:13:28 PMFullName : Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=1.0.0.6, Culture=neutral, PublicKeyToken=729d7be5c4aa9ce3AppDomainName : Raid.exeThreadIdentity : WindowsIdentity : FIU\Administrator Inner Exception --------------- Type : System.Data.SqlClient.SqlException, System.Data, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Message : SQL Server does not exist or access denied. Source : .Net SqlClient Data Provider Help link : Errors : System.Data.SqlClient.SqlErrorCollection Class : 20 LineNumber : 0 Number : 17 Procedure : ConnectionOpen (Connect()). Server : State : 0 TargetSite : System.Data.SqlClient.SqlInternalConnection GetConnection(Boolean ByRef) Stack Trace : at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) at System.Data.SqlClient.SqlConnection.Open() at Microsoft.Practices.EnterpriseLibrary.Data.Database.OpenConnection() at Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteScalar(DBCommandWrapper command) at Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteScalar(CommandType commandType, String commandText) at NDIC.RAID.DataAccess.DatabaseHelper.DoesLocalDBExist(String dbName)Category: EventLogPriority: 0EventId: 100Severity: WarningTitle:Enterprise Library Exception HandlingMachine: ADMINApplication Domain: Raid.exeProcess Id: 4732Process Name: C:\Program Files\NDIC\RAID\Raid.exeWin32 Thread Id: 5400Thread Name: Extended Properties: For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.No.2Event Type: WarningEvent Source: Enterprise Library Data ServiceEvent Category: NoneEvent ID: 10Date: 8/28/2009Time: 12:13:31User: N/AComputer: ADMINDescription:Data connection failed to open: integrated security=true;server=.;For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.Thanks again for you'll anticipated assistance in this matter.Patrick |
|
|
|
|
|
|
|