1. Check to make sure 'SQL Server Browser' is running within your services2. Go to Start > Programs > SQL Server > Configuration Tools > SQL Server Configuration Manager. Expand SQL Server Network Configuration > Protocols for MSSQLSERVER. Check to make sure Named Pipes and TCP/IP are both enabled. Check the same for SQL Server Native Client Configuration within the Configuration Manager.3. By default, SQL Server communicates through port 1433. Do you have this port open within your Firewall (if there is one)?
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?
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.
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]
If you are the sa, then you have connect privileges. Is PGIS the name of the server where SQL Server is installed?
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
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.