Solved! Go to Solution.
Hi Timothy,
1. Does your window's account have 'Connect' privileges to the database?
2. Do you know if this is a named instance for SQL Server? If it is, you will want to change the instance to, for example:
<server name>\PGIS
If you are the sa, then you have connect privileges. Is PGIS the name of the server where SQL Server is installed?
You can double-check to make sure your window's account has the correct permissions by right-clicking on the database in Management Studio > Properties > Permissions. Select your windows account and choose the 'Effective' tab.
Your database connection dialog should look like:
[ATTACH=CONFIG]17554[/ATTACH]
Go to your Security folder, not under your database, but under the instance. Then expand Logins. Is your windows account listed there? If it is, right-click on it > Properties > Server Roles. Is 'sysadmin' and 'public' checked? If it is, you won't have to add your windows account to the database. The 'sysadmin' role gives your account administrative privileges over the entire instance (including all databases).
If your windows account is not listed under Logins, right-click on the Logins folder > New Login. Click the Search button and make sure 'From this location' is pointing to your network, and not the current server. You should then be able to add your login, and then grant it 'sysadmin' under Roles at the top left.
My account is there. 'sysadmin' and 'public' are both checked. Should I add 'public' under the database permissions and then try and connect via ArcCatalog?