Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


To create AptifySA user using Microsoft SQL Server Management Studio, follow the steps below:

  1. Launch SQL Server Management Studio (SSMS) and connect to the Aptify server as sa user.
  2. In the Object Explorer, expand the Security folder to view a list of available options.
  3. Right-click Login folder and select New Login.
    Image Removed
  4. On the General Page, enter the Login name as AptifySA.                                                                                 Image Removed
  5. Select SQL Server authentication.
  6. Enter a Password and re-type the password in Confirm password field.
  7. On the Server Roles Page, select public and sysadmin server roles.                                                              Image Removed
  8. On the User Mapping Page, under Users mapped to the login section, select APTIFY.
  9. Under Database role membership for Aptify, select db_owner and public database roles and click OK.          Image Removed
  10. Log in to Aptify using a user account that has system administrator privileges.
  11. Expand the Users Administration application in the Navigation Bar.
  12. Right-click the Users service and select New Users Record to open the Aptify User Administration wizard.
  13. Step 1: Select the SQL Server Security login method for the new user and click Next.               Image Modified
  14. Step 2: Specify username as AptifySA and password as the same given while creating AptifySA in SSMS.         Image Modified
  15. Click Next to continue.
  16. Step 3: Select the Client Access License for the user by selecting the check box next to the appropriate License Access type. See Licensing Aptify Products for more information.
    Image Modified
  17. Click Next to continue.
  18. Step 4: Select the Module for which this user should be licensed by selecting the check box next to the appropriate License Access type.  Image Modified
  19. Step 5: In the Permit column, select the check box for each of the databases to which you want grant access to the user.
  20. Select the System Administrator option for accounts that require administrative access to the databases and the SQL server. When this check box is selected, Aptify automatically assigns the user a DB Owner role on the SQL server. If you want a system administrator account to able to create new users, select the Can Create Users option. 
  21. Confirm that the Active User option is selected and click Next to continue.                      Image Modified
  22. Step 6: No entry required for AptifySA user at the screen "Select User Account Details", click Next to continue.
  23. Step 7: Select the Object Repository Context for the user from the drop-down list. This list includes all existing Object Contexts, as well as a <DEFAULT> option.
  24. Select the Culture for the user from the drop-down list. This list includes all existing Cultures, as well as a <DEFAULT> option.
  25. Click Next to continue.                                                                                                             Image Modified
  26. Step 8: In the Include column, select the check box for each Group to which you want to add the new user. 
  27. If you selected one or more Groups, specify one of the groups as the Primary Group in the field provided. Click Next to continue.Image Modified
  28. Step 9: Create Entity Relations records as necessary. Follow these steps to create a new User Entity Relations record:
    1. Select the New icon to open a new record. 
    2. Specify the entity for the related record in the EntityID field. For example, to link to an employee's record, you would specify the Employees entity in this field.
    3. Specify the related record in the Entity Record ID field. For example, this would be a specific Employees record.
    4. Enter a Description for the relationship, if desired.
    5. Click OK to save the new record.
    6. Repeat these steps to add relations to other records, as necessary. You can click OK and New to save the record and open a new record in one step.
      Image Modified
  29. Click Finish to complete the creation of the user login.

...

  1.  AptifySA user is assigned an available License Key automatically based on the license selections made in Steps 3 and 4 of the wizards.

...

  1. See Licensing Aptify Products for more information.
  2. Give required permissions to AptifySA user using Microsoft SQL Server Management Studio, launch SQL Server Management Studio (SSMS) and connect to the Aptify server as sa user.
  3. In the Object Explorer, expand the Security folder to view a list of available options and open APTIFYSA user.
    Image Added
  4. On the Server Roles Page, select public and sysadmin server roles.
    Image Added
  5. On the User Mapping Page, under Users mapped to the login section, select APTIFY.
  6. Under Database role membership for Aptify, select db_owner and public database roles and click OK.
    Image Added


Note

Unlike sa user, adding/updating the server roles like sysadmin, public and database role membership like db_owner, public for AptifySA user is not allowed through the Aptify User Creation Wizard.

...