Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

User interface is designed to load data into the following DB tables:

  • PACE_MASTERDBO.PACE_USERS – User fields
  • PACE_MASTERDBO.PACE_USER_GROUPS – Business group fields
  • PACE_MASTERDBO.STARSEC_USER_GROUP – Application group fields
  • PACE_MASTERDBO.EGL_CENTER_ROLE – Center Role fields
  • PACE_MASTERDBO.EGL_CENTER_ROLE_USER – Center Role for User fields
  • PACE_MASTERDBO.PACE_USERS_CONTACT_INFO or PACE_MASTERDBO.PACE_MAIL_USER_INFO (only 1 exists in a database) – Email field

Stream name: eagle_ml-2-0_default_in_xml_user
Rule name: xml-user_user.xml

If Business and/or Application group is not specified, the new User will be loaded by stored procedure with values GROUP_ID = -1 and/or STARSEC_GROUP_ID = -1. In other case for loading will be used the panel.

If the Role Name and Center Code are specified, the User will be assigned to Center Roles specified in the group section with groupCode = ‘CenterRole’.

Microstrategy Model Processing Details

microstrategyRole can get the following valid values (MSTR_ROLE code category):

  • 1 - Consumer;
  • 2 - Writer;
  • 3 - Administrator.

microstrategyUserStatus can get the following valid values (MSTR_USR_STATUS code category):

  • 1 - ACTIVE;
  • 2 - INACTIVE;
  • 3 - DELETED.

Deleting User

To delete a user, make sure you have set header/action = ‘DELETE’, the User will be deleted, and the followings elements:

  • userId
  • updateSource
  • No labels