Available with Production Mapping license.
Creating a geodatabase
The server administrator needs to create a workgroup geodatabase for SQL Server Express to be used as the product library.
- Log in as a server administrator, start ArcMap, and open the Catalog window.
- In the Catalog tree, right-click the database server on which you want to create a geodatabase.
- Click New Geodatabase.
- Type a name for the new geodatabase in the Geodatabase name text box.
The name must begin with a letter, cannot contain spaces or special characters (such as *, &, !, %, ., +, or -), and has a maximum length of 31 characters when combined with your server name.
- If you want to change the database file location, specify the new location in the Geodatabase file text box by clicking the ellipsis button (...) and browsing to the location.
- Type the size of the new geodatabase in the Initial Size text box.
- Choose MB or GB from the Units drop-down menu, or use the default size of 100 MB.
Regardless of the initial size, the geodatabase grows as it needs to, up to 10 GB.
- Click OK.
A progress bar displays while the database file and geodatabase schema are created. When complete, the new geodatabase appears on the Contents tab and in the Catalog tree.
Creating geodatabase users
The steps below are for creating users for the product library geodatabase in the Catalog window on a database server (an instance of SQL Server Express).
- Log in as a server administrator, start ArcMap, and open the Catalog window.
- Right-click the database server to which you want to add a user or group.
- Click Permissions.
- Click Add user on the Permissions dialog box.
- Specify the location where you want to search for the user or group.
This can be the local machine or a domain.
- Type the name of the user or group you want to add. You can click the Advanced button to do a more specific query to find the desired user.
- Click Check Names to verify the login name is valid.
- Click OK.
Granting geodatabase permissions
A role needs to be assigned to the users who are going to be working with the product library so they can view or add components, information, and data to the product library. These permissions are at the geodatabase level, assigned separately from the product library permissions. The roles are assigned through the Catalog window as permissions for users who are using a product library stored in SQL Server Express.
User names for the role are required for any users who are going to be working with the product library and need to read from or write to the product library tables and other components. The administrators are considered the owners of the data, so they already have this privilege.
The steps below are for granting roles/permissions on a database server (an instance of SQL Server Express).
- Right-click the geodatabase for which you want to grant user permissions.
- Click Administration and click Permissions.
- Choose the desired user or group from the list on the Permissions dialog box.
- Click the appropriate role:
- None—No specific access to the geodatabase or the datasets in the geodatabase has been granted.
- Read Only—The user can only view and select data.
- Read/Write—The user can read, write to, and create new datasets in a geodatabase or can read and write to an existing dataset.
- Admin—The user can perform administrative tasks in a specific geodatabase.
- Server administrator—This user manages the database server.
- Click Apply.