Problems connecting to MSSQL. The Remote Player Host keeps saying that it is unable to connect to the SQL
"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default setting SQL Server does not allow remote connection. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)"
I have enabled Local connections with Named pipes, but this does not seem to have made a scott of difference. I am going to continue to poke away at this until I can make sense of it, but any help would be grateful.
Thanks.
User resolved issue by following MSSQL configuration steps on this page:
http://www.datamasker.com/SSE2005_NetworkCfg.htm
You can find more details on the error you're seeing by looking at the log files in the folder "C:\Program Files\Media Bonza\Broadcast Power\2.5". All log files have the word "log" in their names.
From what you are describing, it seems BP2X cannot connect to the SQL server instance.
I suggest you read the following thread on our forums first: http://www.bp2x.com/node/11
I recommend that you then try to connect to the SQL instance from a command prompt to confirm that it is functional and working and then apply the same settings to the connection string in the config files "RemotePlayerHost.exe.config" and "WinUI.exe.config".
Try the following command, changing the parameters to match your system's.
osql -U sa -P password -S 127.0.0.1\sql1
actually its the problem when you use database with default instance, this means you dont have to use MYSERVER\THISINSTANCE, just MYSERVER in config file.