Previous Topic: Manage SessionsNext Topic: Create a Customized Security Message


Complete Mart Settings

You can configure the following options in Mart per the requirements of your organization:

Typically, you configure the settings when you log in to Mart for the first time. However, you can change them whenever you want.

Follow these steps:

  1. Open CA ERwin Mart Administrator.
  2. Click Settings.
  3. Complete the following fields:
    Default profile for model creator

    Specifies the profile that is assigned to a user on a model. This profile is assigned whenever a user creates a model and saves it to Mart for the first time. The user inherits the permissions of the default profile selected here on the model that is saved. For example, suppose that User1 is assigned with Modeler profile and the System Administrator selects Architect as the default profile for model creator. If User1 creates Model1 and saves it to Mart, for Model1, User1 inherits the permissions of Architect. Now, suppose that the System Administrator selects Viewer as the default profile for model creator, and suppose that User1 creates Model2 and saves it to Mart. For Model2, User1 inherits the permissions of Viewer.

    Use Default Password

    Specifies the default password that you want to use for new users and for resetting passwords, in the absence of an SMTP server for emails.

    Note: Select this option only if you do not have an SMTP server that is configured for emails.

    SMTP host name

    Specifies the name of the SMTP host. Enter the name in the mail.domain.com format. Notification emails are sent from this server.

    Port number

    Specifies the port number of the SMTP server. The default port number is 25. If your company is using an alternate port number for the mail server, specify that port number.

    Authenticate

    Specifies whether transactions with the SMTP server are authenticated. Select the check box to authenticate.

    User name

    Specifies the user name to authenticate the SMTP server. Select the Authenticate check box to enable authentication.

    Password

    Specifies the password to authenticate the SMTP server. Select the Authenticate check box to enable authentication.

    Administrator email

    Specifies the email ID of the Mart administrator. Notifications to Mart users are sent from this ID.

    No-reply email from

    Specifies the email ID from which administrative emails such as the password reset email are sent.

  4. Click Save.

    Mart options are configured.

Customize Mart Emails

The Mart sends automated emails for the following events:

You can customize the subject and body of these emails to suit the requirements of your organization.

Follow these steps:

  1. Navigate to the Mart Server installation directory and locate the email-templates.xml file.

    Typically, this file is available in the following location:

    C:\Program Files\CA\ERwin MartServer r9\Tomcat\webapps\MartServer\WEB-INF\
    
  2. [Optional] Create a folder named Backup on your computer and copy the email-templates.xml file to the folder.

    You can use the file in the Backup folder to revert to the original contents.

  3. Open the email-templates.xml file using Notepad or a similar XML editor.
  4. Locate the event for which you want to customize the email.

    Events are included between the <Name> and </Name> tags, within the <template> and </template> tags.

  5. To change the subject of the email, change the text that is available between the <Subject> and </Subject> tags.
  6. To change the body of the email, change the text that is available between the <Content> and </Content> tags.

Important! Do not change anything that includes a % or an & symbol. Modifying such predefined tokens may break the code and may disable user accounts.

  1. Save the XML file.
  2. Restart the Web server.

    The updated email template is used when the event occurs the next time.