thx for that hint 🙄 my installer takes care of that part anyway because the app is .net based.Originally Posted by MSG View PostRather off-topic, but: Note that your users may not all have .NET installed.
MSSQL Plugin
66 posts
Hi there,
I am also experiencing this logon timeout issue on 2008 R2 Server.
I'm using Standard Edition with a default instance, on a local box. It has failed with both Mixed Mode authentication and Windows Authentication only.
Let me know if you need any more information to help diagnose the issue.
Thanks.
I am also experiencing this logon timeout issue on 2008 R2 Server.
I'm using Standard Edition with a default instance, on a local box. It has failed with both Mixed Mode authentication and Windows Authentication only.
Let me know if you need any more information to help diagnose the issue.
Thanks.
Login to localhost\sqlexpress doesn't work on some machines
I'm encountering the same problem. On my Windows XP SP3 VMWare Virtual Machine with only SQL Server 2008 Express installed and .NET 3.5 the plugin example fails to log-in on localhost\sqlexpress.
What could be the real reason for such log-in fail message?
"SQL State: 0x80004005 - Native: 0 - Message: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied."
Originally Posted by njpride View PostFirst, great! Really useful, thanks for all your effort!
Now to my issue, if I try to logon to a server at localhost\instanceName it doesn't login however if I try machineName\instanceName it does connect without any problems.
Any idea how to get around this? Using other tools I can connect via the localhost.
Thanks
------
🙄 Seems to have been some interference between keyboard and chair.
Right way to do it : "(local)\instanceName"
Another way that works but is pointless! Look up the machine name in registry and use that.
Thanks for being a sounding board 😁
I'm encountering the same problem. On my Windows XP SP3 VMWare Virtual Machine with only SQL Server 2008 Express installed and .NET 3.5 the plugin example fails to log-in on localhost\sqlexpress.
What could be the real reason for such log-in fail message?
"SQL State: 0x80004005 - Native: 0 - Message: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied."
Not able to login with different windows user id. How to give different windows useid
Not able to login with different windows user id. How to give different windows useidOriginally Posted by sgiusto View PostTry the attached installer, on my pc works fine
Regards
Stefano
Not able to login with different windows user id. How to give different windows useid
[QUOTE=SRINIVAS_hp;2896183]Not able to login with different windows user id. How to give different windows useid[/QUOTE
LogOn how i can give different user id info.?
[QUOTE=SRINIVAS_hp;2896183]Not able to login with different windows user id. How to give different windows useid[/QUOTE
LogOn how i can give different user id info.?
in windows,
i have logged in as say user, "ABC"
But "ABC" user does not have the permission to access sql agent. SO i have to give another user say "def",
Like ${OLEDB}::SQL_Logon "$SQLSERVER" "def" "$SQLPASSWORD".
But i am getting
Loggin on to SQL server RAJATSSRS.qa.englab.local\GRYSQL2008
1
Error initializing OLEDB Connection (Initialize)
0
SQL State: 0x80040e4d - Native: 0 - Message: Login failed for user 'englab\rnair'.
But it works with "sa" user.
Kindly help me in solving this issue
i have logged in as say user, "ABC"
But "ABC" user does not have the permission to access sql agent. SO i have to give another user say "def",
Like ${OLEDB}::SQL_Logon "$SQLSERVER" "def" "$SQLPASSWORD".
But i am getting
Loggin on to SQL server RAJATSSRS.qa.englab.local\GRYSQL2008
1
Error initializing OLEDB Connection (Initialize)
0
SQL State: 0x80040e4d - Native: 0 - Message: Login failed for user 'englab\rnair'.
But it works with "sa" user.
Kindly help me in solving this issue