

- #Unable to remote desktop to server 2012 r2 install#
- #Unable to remote desktop to server 2012 r2 64 Bit#
- #Unable to remote desktop to server 2012 r2 windows 7#
The configuration is two computers connected via a router both running windows 7 home premium. login fromĪn untrusted domain." as SQL Server couldn't verify the windows token, though if you didn't get that you most certainly would have had the "cannot open database" error that you had above. Secondly, windows authentication is being used and if you did connect to the isntance an error would have occured, either ". Is that I don't believe it is properly setup to allow remote connections to the instance form the link I gave you above. This tells me that at first it "probably" tried to connect via tcp and failed so it attempted to use named pipes (you can change this behavoir). Notice that the protocol used in the error was named pipes. The connection string is "Data Source=ROOM-3\\SQLEXPRESS Initial Catalog=AtsmDatabase Integrated Security=True"Ĭonnecting to the database from the server gives the error " After the 2008 R2 install though I cannot connect either on the server or the client. I am logged in as an administrator on both the client and server. Thisĭuring the 2008 R2 install, I selected Windows Authentication.
#Unable to remote desktop to server 2012 r2 install#
The purpose of the upgrade is to avoid having to uninstall and install a new version but the upgrade doesn't work.
#Unable to remote desktop to server 2012 r2 64 Bit#
The workaround worked in that now 2008 R2 64 bit is running.

I uninstalled all of sql server and installed a new version of 2008 R2. I tried to run the upgrade again and it terminated with an error that no features could be selected for this version. The version of sqlservr.exe was 20.0 after the upgrade. I used the upgrade option from 2005 to 2008 R2 which did nothing. I have two computers running windows 7 64 bit connected by a private work network configured to be client server with sql server 2008 R2 running on the server. I re-read the 1st paragraph and you are actually connecting, but being denied.Ĭheck the sql server errorlog for the state of the 18452 error which will tell you why, but my guess is that the login doesn't exist, or the instance is having issues communicating with a DC - but the errorlog will tell you, I'm just guessing. I don't believe (I'm not positive though) that configuration settings are pulled over with an in-place version upgrade (as opposed to an edition upgrade which doesn't affect this). Check the dates and version of the actual binaries.

Probably because it was an in-place upgrade of a 32-bit 2005 install. If you did a side-by-side upgrade once again the older insatnce is not uninstalled. If you did an in-place upgrade (which is probably what happened) 2008R2 was installed over top of the older instance, but it doesn't uninstall it. why can't I connect to sql server on the server? Why do the service for sqlserver and sqlbrowser point to program files x86 even after I installed the 64 bit upgrade?ģ. why is sql server 2005 still present on the server even after the upgrade to 2008 R2?Ģ. Under 2008 R2 is also Configuration manager with sql server installation center 64 bit.ġ. Under 2005 is Configuration Tools with sql server configuration manager, sql server error and usage reportingĪnd sql server suface area reporting. Under Start \ Programs there are now 2 folders one for 2005 and one for 2008. Sql server 2005 was running on the server. The user is not associated with a trusted sql server connection. String is: "Data Source=ROOM-3\\SQLEXPRESS Initial Catalog=AtsmDatabase Integrated Security=True". net c# program on the client to the server using the sqlconnection object. I have a windows 7, 64 bit client computer connected via a work type network to a windows 7, 64 bit server running sql server 2008 R2.
