Hi Melinda,
did you check if your newly created user is allowed to access the tables
in your database?
I see the same behavior if the SQL-user I'm using is not allowed to
access tables in the database. You will find the rights in the security
section of the database.
Furtheron I can confirm SQirreL to be capable to connect from my linux
box (debian) to SQL-Server 2008R2 installation on our network using SQL
Login (but you already solved this one :-) )
Cheers
Stefan
Am Dienstag, den 24.07.2012, 11:37 -0500 schrieb Savoy, Melinda:
> Pardon my ignorance, but I’m not a SQL Server DBA but a Java developer
> and consequently here is what I’ve done to date:
>
>
>
> 1. I finally fixed the problem whereby I could not get logged in
> to the SQL Server DB by going in and creating a local SQL Server user
> (msavoy) instead of using the Windows Domain user (wccampus\admin-mxs)
> by mapping user msavoy to user wccampus\admin-mxs. The DEFAULT SCHEMA
> used for this domain user is: ICS_NET (one of the databases – hope
> that is correct)
>
> 2. The PROBLEM that I now face is that when I open up the
> ICS_NET database I do NOT see the tables but the different DATABASE
> ROLE MEMBERSHIPS for ICS_NET:
>
> a. Db_accessadmin
>
> b. Db_backupoperator
>
> c. DB_datareader
>
> d. DB_datawriter
>
> e. Db_ddladmin
>
> and then at the bottom of this long list a WCCAMPUS\admin-mxs
>
>
>
> I’m not sure what happened to the list of my tables, views, etc., that
> are supposed to be listed under the database name.
>
>
>
> I hope this makes sense. Any help/direction would be greatly
> appreciated.
>
>
>
> Regards.
>
>
>
> From: Robert Manning [mailto:rob...@gm...]
> Sent: Tuesday, July 24, 2012 8:41 AM
> To: Savoy, Melinda
> Cc: Alexandre Peshansky; squ...@li...
> Subject: Re: [Squirrel-sql-users] Problem trying to connect to SQL
> Server 2008 R2 box
>
>
>
> Oops - should have read the rest of the thread first ;)
>
> Rob
>
> On Tue, Jul 24, 2012 at 9:39 AM, Robert Manning
> <rob...@gm...> wrote:
>
>
> And the obvious question - have the credentials for user 'admin-mxs'
> been added as an account to the SQL-Server instance for SQL-Server
> authentication ?
>
> Rob
>
> On Mon, Jul 23, 2012 at 1:32 PM, Savoy, Melinda <ms...@wc...> wrote:
>
>
> Thanks for the quick reply. Each server is setup for allowing
> both SQL and Windows authentication (mixed mode).
>
>
>
> Any other suggestions?
>
>
>
> From: Alexandre Peshansky
> [mailto:Ale...@ei...]
> Sent: Monday, July 23, 2012 12:20 PM
> To: Savoy, Melinda
> Subject: RE: [Squirrel-sql-users] Problem trying to connect to
> SQL Server 2008 R2 box
>
>
>
>
> Check that these boxes allow login by SQL-Server credentials.
>
> By default, MS SQL is set to only allow login by Windows
> credentials, and won’t accept other forms of login (even if
> you present the same user name and password).
>
> --
>
> Alexandre Peshansky, MS
>
> Senior Bioinformatics Analyst, Research Informatics Core (RIC)
>
> Einstein-Montefiore Institute for Clinical and Translational
> Research (ICTR)
>
> Albert Einstein College of Medicine
>
> 1300 Morris Park Ave, Mazer Bldg., Rm 534
>
> Bronx, NY 10461
>
> (718) 430-2440 (Mo, Th, Fr) (718) 920-4885 (Tu & We)
>
> Einstein-Monti.GIF
>
>
>
>
> From: Savoy, Melinda [mailto:ms...@wc...]
> Sent: Monday, July 23, 2012 1:01 PM
> To: squ...@li...
> Subject: [Squirrel-sql-users] Problem trying to connect to SQL
> Server 2008 R2 box
> Importance: High
>
>
>
>
> I have downloaded SQuirreL 3.3.0 on my Debian 6 Linux box and
> it loaded great. I’m trying to setup my Alias to connect to
> the 3 SQL Server 2008 R2 boxes on our network.
>
>
>
> I can connect to these boxes remotely from my own SQL Server
> 2008 client on my Windows 7 box but when I try to connect to
> these SQL Server boxes from my SQuirreL client in Debian I get
> the following error:
>
>
>
> Golden: Login failed for user 'admin-mxs'.
> ClientConnectionId:5dea83e5-3407-4d05-b307-84e826b4436f
>
>
>
> I’ve tried entering the username with and without the DOMAIN
> NAME\admin-mxs but still get the same error.
>
>
>
> Any help/direction would be appreciated.
>
>
>
> Regards.
>
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security
> and
> threat landscape has changed and how IT managers can respond.
> Discussions
> will include endpoint security, mobile security and the latest
> in malware
> threats.
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Squirrel-sql-users mailing list
> Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________ Squirrel-sql-users mailing list Squ...@li... https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
|