osql Connection
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
So, I have SQL 2005 installed and running. I have a 3rd party software
package that connects to it using Windows Auth and everything works great.
Problem is I have another 3rd party software that doesn't use Windows auth
and it can't connect. The user has been setup on the SQL Server. As well
under the Server Properties, and Security I have SQL Server and Windows Auth
Mode selected.
Further, when I try to connect using OSQL -E -S <servername>\MSSQLSERVER I
get the following.
[DBMSLPCN]Invalid connection.
[DBMSLPCN]ConnectionOpen (ParseConnectParams()).
Any ideas? Oh, Shared Memory, Named Pipes and TCP/IP are all enabled.
.
Relevant Pages
- Re: SQL Connection Error
... You can connect to SQL using Windows Auth, ... The reason is the web app is running under an account IUSR_YOURSERVERNAME that uses ASPNET account. ... I would however recommend creating a new SQL Server user and add it to the database you are connecting to. ... (microsoft.public.dotnet.framework.aspnet) - RE: SQL Server 2008 on untrusted domain
... i was trying to connect to the sql server using the old machine name. ... joined the domain and installed SQL Server 2008 Enterprise. ... untrusted domain and does not work with windows auth. ... I wanted all domain workstations to connect to the SQL server using windows ... (microsoft.public.sqlserver.setup) - Re: Linked server using Windows Auth across untrusted domains
... to a SQL 2008 in domain2 using windows auth. ... The only way to log with Windows authentication in SQL Server, ... (microsoft.public.sqlserver.security) - Re: Windows service
... I've actually done this before (we were hitting an Oracle DB that didn't support Windows Auth), using both the COM+ method recommend by the PAG group, and using the DPAPI method others have recommended. ... Windows Auth to the SQL Database is better in every way. ... I have not seen NT Authenticated user used for a means of connecting to a SQL Server database by any application, ... Some DBA's have a special sequence of characters to kind of encrypt the psw a kind of their own blend or take on the psw. ... (microsoft.public.dotnet.languages.csharp) - RE: Windows 2003 Web Server and SSPI Authentication from ASP
... If IIS and SQL are on different boxes, and you want the web user to be ... the IIS server in Windows Auth and use Kerberos. ... register the SPN for SQL Server as well as trust the IIS machine for ... (microsoft.public.sqlserver.security) |
|