
04-08-2009, 11:12 AM
|
| Database Newbie | | Join Date: Apr 2009
Posts: 1
| |
Deploying a cube in SQL Server 2005
I am trying to deploy a cube from my PC to my test server. I have created the data sources, the data source view, and built the cube on my PC. However, when I try to deploy the cube to the test server, I get the following error:
The project could not be deployed to the 'CFDB1\CFDB1' server because of the following connectivity problems : A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. To verify or update the name of the target server, right-click on the project in Solution Explorer, select Project Properties, click on the Deployment tab, and then enter the name of the server.
The server name is CFDB1, and when I run "select @@servername" and "SELECT SERVERPROPERTY('MachineName')", I get CFDB1. I have done what I can to change the name of the server to something else, use the IP address, and I have made sure that the SQL Browser service is running. Does anyone have any other ideas for getting this deployed?
|