Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 SQL Server Administration (2012)
 SQL Server Login Problem

Author  Topic 

mpolaiah
Starting Member

24 Posts

Posted - 2015-03-06 : 02:42:07
Hi, All

whe i connect the sql server with SSMS i got these error.please help

The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

--------------------------------------
===================================

Error connecting to 'IP-C0A8EAEB'.

===================================

The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

------------------------------
Program Location:

at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32 id, ProvideToolWindowAttribute tool)
at Microsoft.VisualStudio.Shell.Package.FindToolWindow(Type toolWindowType, Int32 id, Boolean create, ProvideToolWindowAttribute tool)
at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsToolWindowFactory.CreateToolWindow(Guid& toolWindowType, UInt32 id)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.CreateFrame(String moniker, UInt32 instanceID, IVsWindowFrame& frame)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.GetObjectExplorerWindowFrame()
at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.get_Tree()
at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ConnectToServer(UIConnectionInfo connectionInfo, IDbConnection liveConnection, Boolean validateConnection)

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2015-03-06 : 12:52:56
I would try reinstalling the client tools and then applying the latest service pack plus hotfix.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -