Unable to Connect to SQL server from SQL server VBO
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-01-18 10:55 AM
I am receiving below error when I am trying to login to SQL server using SQL server VBO
A connection was successfully established with the server, but then an error occurred during the login process. (provider: Named Pipes Provider, error: 0 - No process is on the other end of the pipe.)
I am able to telnet the SQL server from machine where I am connecting. No firewall/Connectivity issues
Do we need to enable "Named pipes" on the configuration manager
Has anyone faced and resolved this issue.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-01-18 11:00 PM
Can you connect to the database using Excel data options or Visual studio code. It sounds as though your connection string is wrong somehow.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
31-01-18 01:25 PM
Could you please provide me the steps to use Data-Sql server VBO with steps?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
31-01-18 02:27 PM
Start with Set Connection to tell BP how to connect to the DB. For this you'll either need a SQL user/password or the current Windows account will need permission to access the DB. Then run your SQL via pages such as Execute or Get Collection.
