I can't find the solution and searching for info doesn't give desired results
Environment:
- Server: W2K8 EE 64 bit + MSSQL SE 2K8 R2 64 bit
- Client: Windows XP Prof 32 bit
Using SSMS on client machine I get the following error:
TITLE: Connect to Server
------------------------------
Cannot connect to <<server-name>>.
------------------------------
ADDITIONAL INFORMATION:
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476
------------------------------
A security package specific error occurred. (Exception from HRESULT: 0x80070721) (Microsoft.SqlServer.DTSRuntimeWrap)
------------------------------
A security package specific error occurred. (Exception from HRESULT: 0x80070721) (Microsoft.SqlServer.DTSRuntimeWrap)
------------------------------
BUTTONS:
OK
------------------------------
When I connect from another 64bit W2K8 server using SSMS it works correctly.
Is there some workaround to make it work? For now I'm using SSMS on remote 64-bit machine, but would like to use it on local 32-bit PC.
