cancel
Showing results for 
Search instead for 
Did you mean: 

BE 12.5 unable to open SQL2008 database

vette92
Level 2
I'm running a SQL2008 database on a win2008 server. This server is also running the backup (12.5 sp4)
Other instances of SQL (2000, 2005) gives no problem.

The error says "a network connection to the server can not be established" (credentials OK)

Error trace gives the following:

BEREMOTE: [05.08.10 23:06:22] [1132] FS_ResolveDevName: [SERVER3\POWEROFFICE]
BEREMOTE: [05.08.10 23:06:22] [1132] MB2-Resolve returned 1
BEREMOTE: [05.08.10 23:06:22] [1132] Notes Agent:CLNFileSystem::ResolveDeviceName
BEREMOTE: [05.08.10 23:06:22] [1132] machine name = SERVER3
BEREMOTE: [05.08.10 23:06:22] [4292] SQL2_Connect worked.
BEREMOTE: [05.08.10 23:06:22] [4292] SQL Agent: Version String { 10.50.1600.1 }
BEREMOTE: [05.08.10 23:06:22] [4292] SQL2 Could not determine version information.
BEREMOTE: [05.08.10 23:06:22] [4292] SQL DBClose
BEREMOTE: [05.08.10 23:06:22] [4292] SQL2_CleanUpSnapInfoList called.

Any pointers anyone???
1 ACCEPTED SOLUTION

Accepted Solutions

Ben_L_
Level 6
Employee
This line tells me that you're running SQL 2008 R2
"SQL Agent: Version String { 10.50.1600.1 }"

SQL 2008 R2 is currently only supported with Backup Exec 2010 R2

View solution in original post

3 REPLIES 3

ZeRoC00L
Level 6
Partner Accredited
Did you enable the "Named Pipes" in SQL 2008 ?

Ben_L_
Level 6
Employee
This line tells me that you're running SQL 2008 R2
"SQL Agent: Version String { 10.50.1600.1 }"

SQL 2008 R2 is currently only supported with Backup Exec 2010 R2

vette92
Level 2
Thank you!