- Community Home
- >
- Storage
- >
- Data Protection and Retention
- >
- StoreOnce Backup Storage
- >
- MSSQL Catalyst Plugin can't Connect to SQL-Server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017 02:31 AM
09-04-2017 02:31 AM
MSSQL Catalyst Plugin can't Connect to SQL-Server
HI,
When trying to backup an MSSQL-Server database using the extended stored Procedure/dll deliverd with the Catalyst Plugin I ma getting the following Error:
ERROR: Failed to connect to SQL Server .: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) Error : -1
I am running this command:
exec xp_StoreOnce 'BACKUP DATABASE [master] TO STORE=''<IP/Store_name>''
WITH CHECKSUM,
MAXTRANSFERSIZE = 4194304,
$Instance=<MYINSTANCE>'
When starting the Backup via the Plugin itself it works fine:
HPStoreOnceForMSSQL.exe -backup "BACKUP Database [master] TO STORE='<IP/Store_name>'
WITH MAXTRANSFERSIZE=4194304,
CHECKSUM,STATS=10"
-instance <MYINSTANCE>
I have also tried to use different quotationmarks with $Instance without success.
Has anybody been able to back up a database from a named instance using the Plugin and the extended stored procedure so far?
Regards.