xmatters On-Demand FOR CA SERVICE DESK MANAGER
|
|
|
- Loraine Ward
- 10 years ago
- Views:
Transcription
1 xmatters On-Demand FOR CA SERVICE DESK MANAGER
2 This manual provides information about xmatters. Every effort has been made to make it as complete and accurate as possible; however, the information it contains is subject to change without notice and does not represent a commitment on the part of xmatters. No part of this document may be reproduced by any means without the prior written consent of xmatters. Wednesday, September 02, 2015 Copyright All rights reserved. xmatters, xmatters, xmatters Java Client, xmatters mobile access, xmatters integration agent, xmatters lite, xmatters workgroup, xmatters enterprise, xmatters service provider, xmatters On-Demand, and xmatters Notification Server are trademarks of xmatters, inc. All other products and brand names are trademarks of their respective companies. Contacting xmatters You can visit the xmatters Web site at: From this site, you can obtain information about the company, products, support, and other helpful tips. You can also visit the Customer Support Site from the main web page. In this protected area, you will find current product releases, patches, release notes, a product knowledge base, trouble ticket submission areas and other tools provided by xmatters, inc. Corporate Headquarters Alcosta Blvd, Suite 425 San Ramon, CA Telephone: Facsimile: Client Assistance: International: and press 2 US/CAN Toll Free: XMATTRS ( ) EMEA: +44 (0) Australia/APJ Support: opt 2 Customer Support Site: This integration was designed and tested on an unmodified version of CA Service Desk Manager, and this document describes how to configure xmatters to integrate with the default installation. If you have customized or altered your instance of CA SDM, this integration may need to be modified for your deployment. Please note that these integration changes are not part of the services offered by xmatters Technical Support, but can be performed through xmatters s Professional Services department. For more information, contact your xmatters Sales representative. Proprietary and Confidential 2015 xmatters, inc
3 Table of Contents Chapter 1: Introduction to integrations Integration Architecture System Requirements Conventions and Terminology Conventions Terminology 3 Chapter 2: Installation and Configuration Installing the integration Installing voice files Adding the web service and REST API users Importing the communication plan Installing the integration services Setting web services user password Installing the integration script Configuring CA Service Desk Manager Configuring a notification method Configuring CA SDM to use managed login Configuring a contact for system notifications 11 Chapter 3: Integration Validation Triggering a notification Responding to a notification Viewing response results 15 Chapter 4: Optimizing and Extending the Integration Customizing communication plan forms Adding a new property Configuring integrated properties Purging temporary files Customizing the handling of temporary files Response choices Adding annotation messages Changing and adding response choices Delivery Annotations Filtering and suppression Configuring SSL 27 i
4 4.6.1 Using self-signed certificates Importing certificates Updating HTTP to HTTPS Optional Configuration 28 ii
5 Chapter 1: Introduction to integrations Chapter 1: Introduction to integrations xmatters On-Demand reduces incident response time by finding the right person to solve the problem when system outages require you to manage on-call schedules and escalations. Reduce downtime: create and automate critical incident processes to get the right people on the job. Aggregate and consolidate alert views: closed loop integration between xmatters and CA SDM provides a single view of all alerts, no matter how diverse and distributed your environment may be. Engage resolution teams: determine message recipients based on on-call schedules, including substitutions and holidays, specific skill sets, escalation priority, and more. Avoid alert fatigue: reduce the noise with targeted notifications; alerts go only to the people that need them. Manage issues from anywhere: full-featured mobile apps allow you to stay in control wherever you are. Through communication plans, xmatters can become the voice and interface of an automation engine or intelligent application. When a management system detects something that requires attention, xmatters places phone calls, sends messages, or s the appropriate personnel, vendors, or customers. xmatters is also persistent, escalating through multiple devices and personnel until someone accepts responsibility or resolves the problem. Once contacted, xmatters gives the notified person instant two-way communication with the management system. Responses are executed immediately on the original management system event, enabling remote updates and resolution. During the process, every notification, response, and action is logged in xmatters. In addition, xmatters automatically annotates the original event with status information Integration Architecture The following diagram illustrates the high-level architecture and components of this integration: Events injected into xmatters from CA SDM are based on notifications that would have been sent from CA SDM through other methods. As part of the integration, a custom Notification Method must be created in CA SDM. This Notification Method runs a wrapper shell script that executes APClient.bin. When the APXML messages reaches the xmatters integration agent, the integration agent parses a notification file that is created as part of the Notification Method to extract NX_NTF fields which are sent as event properties to xmatters. A CA SDM administrator or contact can then select the "xmatters Notification Method" as the notification method for Low, Medium, High, or Emergency notifications for specific CA SDM Contacts. 1
6 By default, the integration filters out notifications that are not addressed to the ticket's assignee or group, and terminates previous xmatters events related to the same ticket. (To modify this behavior, integrators can edit the issupportednotification and getexistingeventsfilter functions in the caservicedesk.js file. The content of the notifications is defined by forms in xmatters; each ticket type has a corresponding form. Responses for the integration are dynamic, and based on a query back to CA SDM when the APXML messages reach the integration agent. A web service call (getvalidtransitions) looks up the configured Transitions based on the type and current status of the ticket for which the notification was generated. Response handling is performed via web service calls back to CA SDM. The integration updates the state of the ticket to the next transition state. Note that xmatters limits the number of responses available on each form to nine, meaning that not all valid CA SDM response options can be available for certain ticket types. You can review and modify the response option according to your business requirements, but each form's response option values must match the descriptions returned by the getvalidtransitions web service call. Authentication can be done either through providing a user name/password or through creating a managed session which requires a policy to be configured in CA SDM (this is the preferred method). Impersonation is also supported. 1.2 System Requirements The following component versions are supported by this integration, and must be installed and operating correctly prior to integration. Integration Component xmatters On-Demand xmatters integration agent Version (validated) (validated) CA Service Desk Manager 12.9 and 14.1 For more information about the supported operating systems for xmatters components, refer to the xmatters installation and administration guide and xmatters integration agent guide. 1.3 Conventions and Terminology This section describes how styles are used in the document, and provides a list of definitions Conventions Some instructions appear in the following format: MENU > OPTION; for example, File > Open means click the File menu, and then click the Open menu option. Words in bold typically reference text that appears on the screen. Words in monospace font represent the following: text that must be typed into the computer directory and file names code samples Directory paths Except where explicitly stated, the directory paths in this document are listed in Windows format. Linux users must substitute the given paths with the Linux equivalents. Chapter 1: Introduction to integrations 2
7 The xmatters installation folder is referred to throughout the documentation as <xmhome>. On Windows systems, the default is C:\Program Files\xMatters On Linux systems, the default is /opt/xmatters The xmatters integration agent installation folder is referred to throughout the documentation as <IAHOME>. On Windows systems, the default is C:\Program Files\xmatters\integrationagent. On Linux systems, the default is /opt/xmatters/integrationagent Terminology The following terms are used through the xmatters documentation. Documentation terminology Term Event Management system Device User Group Meaning An event refers to any situation or item of interest detected by the management system, and which requires attention. Event is also used to refer to the incident or situation as it progresses through the xmatters system, from injection to notification to resolution. Each event must generate at least one alert or notification. Event can also be a generic term used to refer to an incident, change request, message, or other specific item within the management system. Whenever possible, these situations are referred to using the management system's preferred terminology (i.e., ticket), but can also collectively be called events. A management system is any sort of IT service management software with which xmatters can combine; i.e., a synonym for CA SDM. The medium through which a recipient is contacted by xmatters; i.e., , pager, phone, BlackBerry, etc. In xmatters, people who can receive notifications are called "Users". Each person in the xmatters system is defined by a set of User details, including ID number, user name, login password, and so on. Groups are used to collect and organize Users and Devices into notification schedules. For a complete explanation of Groups in xmatters, see the xmatters user guide. Chapter 1: Introduction to integrations 3
8 Chapter 2: Installation and Configuration This chapter provides information about installing the xmatters On-Demand for CA Service Desk Manager integration. This chapter also contains complete instructions on how to configure xmatters, CA SDM, and the integration components. 2.1 Installing the integration This section describes the installation process for the xmatters On-Demand for CA Service Desk Manager integration. Components This integration includes the following components that must be modified for each deployment: Component Name caservicedesk.xml, configuration.js CASDM.zip CASDIntegratedPropertiesforIncidents.zip conf/deduplicator-filter.xml Description The JavaScript and XML service configuration files that defines the integration services on the integration agent. Contains an exported communication plan and the necessary forms. Contains a pre-formatted, sample communication plan and form designed for the integrated properties feature. The filtering mechanism used to suppress duplicate messages. The filter checks the values of certain parameters within injected events; if they are all the same within a specified time frame, only the first message will be sent through to xmatters. You can customize these settings by adding or removing predicates in the filter, changing the suppression period or the number of messages that are compared by the integration agent. For more information about this feature, see "Filtering and suppression" on page Installing voice files These files must be installed into any xmatters deployment running a voice device engine. For more information, refer to the xmatters installation and administration guide. This integration provides a number of English voice files (.vox) customized for this integration and CA SDM. The files are located in the /components/xmatters/vox folder in the extracted integration archive. To install the voice files: 1. Log in to xmatters as a company administrator. 2. Click the Developer tab. 3. In the Phone Recordings menu, click Add Phone Recording. 4. On the Add a Phone Recording page, specify the following settings: Recording Phrase: A CA Service Desk Event Domain: applications 5. Click Save. 6. On the Edit Phone Recording Details page, click Add New. 7. On the Add Phone Recordings page, click Choose File. 8. Navigate to \components\xmatters\vox, and select A CA Service Desk.vox. Chapter 2: Installation and Configuration 4
9 Note: The names of the recordings you type into the web user interface MUST match the names of the files; file names are case-sensitive, and spacing must be respected. 9. Click Open. 10. Click Save. 11. Repeat steps 3-10 for each of the remaining.vox files in \components\xmatters\vox. Ensure that all files are added to the applications event domain Adding the web service and REST API users Adding the web service user This integration requires an xmatters web service user with permission to receive APXML in xmatters to receive user responses and notifications about event status changes. The following steps describe how to configure the default web service user, IA_User, for this integration. To set up a web service user: 1. In xmatters, click the Users tab, and then click Find Web Service Users. 2. On the Find Web Service Users page, click All. 3. In the returned search results, click IA_User. 4. On the Details for IA_User page, confirm that the list of Allowed Web Services includes the following web services. If any are missing, select them in the Denied Web Services list, and then click Add: Receive APXML Register Integration Agent 5. Click Save. Adding the REST API user To send, delete, and query events, the integration requires a separate xmatters user with permissions to access the integration's forms. By default, users with the Full Access User role have these permissions. To change this (for example, to limit the access to a specific user), you can modify form permissions. To set up a REST API user: 1. In the xmatters web user interface, click the Users tab. 2. Click Add User. 3. On the Add a User page, specify the following settings: User ID: Type the value you configured as INITIATOR_USER_ID in the configuration.js file. The default is "casdm". First Name: CA Service Desk Last Name: Manager 4. Select Full Access User from the Available Roles list, and then click Add. The role you select must match the role configured under Permissions in the integration form. 5. Click Save. 6. On the Change Web Login page, specify the following settings: Web Login ID: Type the value you configured as INITIATOR in configuration.js file. The default is "casdm". New Password and Verify New Password: Type the password you encoded in INITIATOR_PASSWORD_FILE. 7. Click Save. Chapter 2: Installation and Configuration 5
10 2.1.3 Importing the communication plan The integration package includes a.zip file that was created using the xmatters "Export Plan" feature; this greatly simplifies the xmatters configuration process by enabling you to create the integration communication plan, forms, event properties, and responses in a single step. To import the communication plan: 1. Log in to xmatters as a company administrator, and click the Developer tab. 2. In the Manage Communication Plans menu, click Import Plan. 3. In the Import Communication Plan File dialog box, click Choose File, and then locate the \components\xmatters\plans\casdm.zip file extracted from the integration archive. 4. Click Open, and then click Import Plan. 5. Click Plan Disabled to enable the plan. 6. In the Edit drop-down list, select Forms. 7. In the New Incident Alerts form, in the Not Deployed drop-down list, click Create Event Web Service. After you create the web service, the drop-down list label will change to Web Service Only. 8. In the Web Service Only drop-down list, click Permissions. 9. Enter the REST API user you created in "Adding the web service and REST API users" on page Click Save Changes. Accessing web service URLs To get the web service URL for a form, in the Web Service Only drop-down list, click Access Web Service URL. Copy the highlighted URL at the top of the dialog box Installing the integration services To install the integration services, you must perform the following steps: Copy the folder containing the integration components into the integration agent; this process is similar to patching the application, where instead of copying files and folders one by one, you copy the contents of a single folder directly into the integration agent folder (<IAHOME>). The folder structure is identical to the existing integration agent installation, so copying the folder's contents automatically installs the required files to their appropriate locations. Copying these files will not overwrite any existing integrations. Modify the integration agent's IAConfig.xml file to include the paths for the new integration services. Modify the variables in the configuration.js file associated with the integration services. If you have more than one integration agent providing the CA SDM service, repeat the following steps for each one. Note: If you have already installed an existing integration, ensure that you back up the deduplicator-filter.xml file (if one exists) in the <IAHOME>\conf folder before you install this integration. To install the integration service: 1. Copy all of the contents of the \components\integration-agent folder from the extracted integration archive to the <IAHOME> folder. 2. If you backed up an existing deduplicator file as indicated in the note above, merge the contents of your backup with the newly installed <IAHOME>\conf\deduplicator-filter.xml file: open both files in a text editor, and then copy the <filter> node from the backup file into the new deduplicator file after the last </filter> node. Save and close the file. 3. Open the IAConfig.xml file found in <IAHOME>\conf and add the following to the service-configs section: Chapter 2: Installation and Configuration 6
11 <path>caservicedesk-2-1/caservicedesk-2-1/caservicedesk.xml</path> 4. Open the configuration.js file (now located in <IAHOME>\integrationservices\caservicedesk-2-1\caservicedesk-2-1\ folder, and set the values for the following variables: Variable SERVICE_DESK_URL SERVICE_DESK_USER SERVICE_DESK_PASSWORD_FILE DEDUPLICATOR_FILTER DELETE_EXISTING_EVENTS WEB_SERVICE_URL FORMS ERROR_FORM INITIATOR RESPONSES INITIATOR_PASSWORD_FILE Description The URL of the CA SDM web service. The user name of the CA SDM web service user used to access the web services. Location of the file containing the web service user's password; for instructions on how to set the password for this user, see "Installing the integration services", below. The name of the filter used to suppress duplicate notifications for this integration. For more information, see "Filtering and suppression" on page 26. Sends a "delete" prior to creating the new event, which will clear any existing events for the incident ID. Specifies the web service URL of the Incidents Alerts form, which is used to create events in xmatters. You can locate the web service URL for this form on the CA SDM communication plan after you have imported it into xmatters. For more information, see "Importing the communication plan" on page 6. Maps each of the ticket types used in CA SDM to the corresponding communication plan form's web service URL. Note: You will need a web service URL for each form used in the integration. For more information, see "Importing the communication plan" on page 6. Specifies the web service URL of the Error Alerts form, which is used to create events in xmatters for any errors encountered while processing a user's response. Specifies the web login ID of a separate xmatters user for authenticating REST API requests. The user (or its role) must have permission to access the integration's forms via the REST API. For more information, see "Adding the web service and REST API users" on page 5. Maps response text returned by the getvalidtransitions web service call to xmatters responses for each xmatters form or CA SDM ticket type. Each response in xmatters is represented by a UUID for that response, available on the Responses tab for that form in the web user interface. For more information, see "Response choices" on page 24. Specifies the location of the file containing the password of the xmatters initiator user. Note: This password file must be created using the IAPassword utility, as explained in "Setting web services user password", below. Chapter 2: Installation and Configuration 7
12 Variable INITIATOR_USER_ID INTEGRATED_PROPERTIES TICKET_CONTACTS Description Specifies the user ID of xmatters initiator user that authenticates REST API calls. Specifies the mapping of properties returned by the CA SDM web service to the integrated properties in xmatters. Names of CA SDM incident properties to be treated as Contact UUIDs and resolved via look-up call to CA SDM. Note: To improve performance, include only those properties that will actually be used as integrated properties. 5. Save and close the file. 6. Restart the integration agent. On Windows, the integration agent runs as a Windows Service; on Linux, it runs as a daemon Setting web services user password This integration includes an encrypted file, located in the <IAHOME>\conf folder, that stores the password for the web services user required for the management system. You will need to update the file with the correct password for the SERVICE_DESK_USER variable specified in the caservicedesk-2-1\configuration.js file. Password file name: caservicedesk.pwd stores the password for the SERVICE_DESK_USER user used by the caservicedesk-2-1 integration service. If you change the name of this file, you must also update the configuration.js files to point to the correct password file. To specify a web service user password: 1. Open a command prompt, and then navigate to <IAHOME>\bin. 2. Run the following command, where <new_password> is the password for the web services user specified in the configuration.js file, <old_password> is the existing password (the default value for a newly installed integration is "password"), and <filename> is the name of the password file (caservicedesk.pwd). iapassword.bat --new <new_password> --old <old_password> --file conf/<filename>.pwd To configure the xmatters REST API user password: 1. Open a command prompt, and then navigate to <IAHOME>\bin. 2. Run the following command, where <new_password> is the password for the INITIATOR user specified in the configuration.js file, and <old_password> is the existing password (the default value for a newly installed integration is "password"): iapassword.bat --new <new_password> --old <old_password> --file conf/.initiatorpasswd Installing the integration script Each integration service has a pair of operating-system-specific integration scripts (xmattersintegration and xmattersintegration.bat) that are used as a bridge between CA SDM and the event integration service. Chapter 2: Installation and Configuration 8
13 Configuring the integration script These scripts assume that the integration agent has been installed to the default <IAHOME> folder listed in "Directory paths" on page 2. If the integration agent has been installed in a different location, the script files should be updated to reflect the installation path of your integration agent, specifically the apclient.bin.exe file. Note also that a change in CA SDM also requires that any paths in these script do not contain spaces. This is a common issue on Windows systems, where the default installation path includes the "Program Files (x86)" folder. In this case, you will need to replace all paths in the xmattersintegration.bat file with their "8dot3" formatted equivalents. To determine the 8dot3 version of a folder name, run the following command in its parent folder: dir /x This command will produce a directory listing of the folder's contents in 8dot3 format. For example, the Program Files (x86) folder is often represented as PROGRA~2. Use these folder names when configuring your integration script as described in the following steps. To configure the integration script: 1. For Windows systems, determine the "8dot3" representation of the path to your <IAHOME> folder. For example, to determine the 8dot3 representation of the default integration agent installation folder should resemble the following: c:\progra~2\xmatters\integr~1 2. Open the <CA SDM>\bin\xmattersintegration.bat (or xmattersintegration file on Linux systems) file in a text editor. 3. Edit the following lines to replace the paths with the location of your integration agent's bin folder. IF EXIST "C:\Program Files (x86)\xmatters\integrationagent\bin\" ( SET IAHOME=C:\Program Files (x86)\xmatters\integrationagent Note that on Windows systems, this involves replacing both instances of C:\program files (x86) \xmatters\integrationagent with the 8dot3 representation. For example, to use the path shown earlier, you would edit the lines as follows: IF EXIST "c:\progra~2\xmatters\integr~1\bin\" ( SET IAHOME=c:\progra~2\xmatters\integr~1 4. Save and close the xmattersintegration.bat file. Note that some versions of the integration script contains two sets of similar lines; for example: IF EXIST "C:\Program Files\AlarmPointSystems\IntegrationAgent\" ( SET IAHOME=C:\Program Files\AlarmPointSystems\IntegrationAgent ) IF EXIST "C:\Program Files (x86)\xmatters\integrationagent\bin\" ( SET IAHOME=C:\Program Files (x86)\xmatters\integrationagent ) It is recommended that you replace both sets of the lines with a single set as identified in the steps above. Installing the integration script To simplify the command path for the xmatters Notification Method that will be created in CA SDM, it is recommended that you copy the integration script files to the CA SDM server. To install the integration script, do one of the following: On Windows systems, copy the components\integration-agent\integrationservices\caservicedesk-2-1\caservicedesk-2-1\xmattersintegration.bat file from the extracted integration archive to the <CA SDM Chapter 2: Installation and Configuration 9
14 Install Folder>\Service Desk\bin folder. (On Windows systems, the default CA SDM installation location is C:\Program Files\CA\Service Desk Manager.) On Linux systems, copy the components/integration-agent/integrationservices/caservicedesk-2-1/caservicedesk-2-1/xmattersintegration file from the extracted integration archive to the <CA SDM Install Folder>/Service Desk/bin folder. Note that while each of the integration services has its own version of the integration script, you only need to install the script for the caservicedesk-2-1 integration service into the CA SDM bin folder. 2.2 Configuring CA Service Desk Manager Configuring CA SDM to combine with xmatters requires the following steps: Configure a new notification method to notify Users via xmatters. Optionally, configure CA SDM to use managed login and allow impersonations (recommended). Note that you may also want to perform periodic maintenance on the CA SDM temporary files, as described in "Purging temporary files" on page Configuring a notification method To configure a notification method for this integration, create a new notification for xmatters, and then set CA SDM to use the new notification method. To configure a notification method: 1. In the CA Service Desk Manager Web Client interface, click the Administration tab, expand Notifications, and then click Notification Methods. 2. Click Create New. 3. In the Create New Notification Method dialog box, enter the following information: Symbol: xm Write to File: Yes Supports SMTP: No Record Status: Active Description: Notify via xmatters 4. In the Notification method field, type the command appropriate for your operating system: Windows: launchit.exe -b xmattersintegration.bat Linux: launchit -b xmattersintegration 5. Set the xm notification method for contacts. CA SDM will now use the xmatters On-Demand to notify users. 6. Configure the notification rules in CA SDM. For more information on how to automatically notify key personnel about ticket activities and events, refer to the CA Service Desk Manager Administration Guide Configuring CA SDM to use managed login It is recommended that you configure CA Service Desk Manager to support managed login so that interactions from xmatters to CA SDM can be executed by impersonating the user responding to the notification. Chapter 2: Installation and Configuration 10
15 Note: Note that this requires each CA SDM user who you want to receive notifications from xmatters to have the Impersonate check box selected. The Managed Login functionality in CA SDM performs the user authentication by locating the defined security policy through the plain text policy code, finding the policyholder's public key associated with the policy, decrypting the encrypted policy code, matching decrypted content with the policy code, and finally, opening a session with a back-end server. To configure Managed Login on CA SDM, please refer to the CA Service Desk Manager Technical Reference Guide on how to create the Manager Certificate for use in this process. Note: Ensure that you create a copy of the Manager Certificate file and store it in a location outside the CA SDM subdirectory. Upgrading CA Service Desk Manager will overwrite the Manager Certificate. Once the Manager Certificate has been created, open the caservicedesk-2-1\caservicedesk-2-1\configuration.js file and ensure that the ACCESS_POLICY_FILE_PATH matches the location of the Manager Certificate (ending in a forward slash) and the ACCESS_POLICY matches the name of the Manager Certificate (with no file extension). The values in the configuration.js file are the default values that are applicable if you are following the CA Service Desk Manager Technical Reference Guide. If the integration is not being configured to use managed login, the MANAGED_LOGIN and ENABLE_IMPERSONATE variables should be set to false. In this case, the SERVICE_DESK_USER will be used to update the tickets from xmatters responses. The managed login functionality applies only to the notification integration; the data load service does not use managed login Configuring a contact for system notifications If you are configuring the integration to use managed login as described in "Configuring CA SDM to use managed login" on page 10, it is recommended that you configure a separate CA SDM contact to use for xmatters system notifications (such as delivery notifications). You can use any Access Type that has Functional Access for issue_mgr set to "Modify" in the CA SDM Security and Role Management details. For more information, refer to your CA SDM documentation. To configure the contact: 1. In the CA SDM interface, click the Administration tab, expand Security and Role Management, then click Contacts. 2. Click Create New. 3. In the Create New Contact dialog box, enter the following information: Last Name: xmatters User ID: xmatters Access Type: Administration Status: Active 4. Click Save. Note: If you enter a different User ID, you must also update the update the ANNOTATION_USER value in the <IAHOME>\integrationservices\caservicedesk-2-1\configuration.js file. Chapter 2: Installation and Configuration 11
16 Chapter 3: Integration Validation Chapter 3: Integration Validation After configuring xmatters and CA SDM, you can validate that communication is properly configured. Ensure that the xmatters integration agent has been started and is running properly. For more information, consult the xmatters integration agent guide. The following sections will test the combination of xmatters and CA SDM for notification delivery and response. 3.3 Triggering a notification To trigger a notification, create a new ticket or incident in CA SDM, and assign it to a user that exists in both CA Service Desk Manager and xmatters. 3.4 Responding to a notification This section describes how to respond to a notification from xmatters. In the following example, the notification is received via the xmatters mobile app on an Android phone, but the process is similar for all devices. To respond to a notification: 1. When the notification arrives, the mobile app uses the subject of the notification as a push message to let the user know that a new alert is available: 12
17 2. When the user opens the mobile app, they can see the new alert waiting in their inbox: 3. The user can open the alert to see its contents and the details of the problem: 4. To respond to the notification, the user scrolls down to view the available options, and then clicks a response choice: 13
18 Chapter 3: Integration Validation 5. On some systems, the user can also choose to add a comment or annotation to the response. Note that these annotations are visible only in the event's Log report in xmatters, and not sent back to CA SDM. 6. When the user submits their response, the app will update the event in CA SDM: 14
19 3.5 Viewing response results To view the results of the response, view the ticket in CA SDM. In the following example, the "Assignee" field has been updated to the name of the responding User, the "Status" has been updated to "Acknowledged", and the "Incident Activity Log List" has been updated with additional entries to show the changes resulting from the User's response: 15
20 Chapter 3: Integration Validation 16
21 Chapter 4: Optimizing and Extending the Integration This section describes some of the available methods you can use to optimize or extend the xmatters On-Demand for CA Service Desk Manager integration. 4.1 Customizing communication plan forms The default communication plan includes one form for each separate ticket type (change order, incident, issue, request and problem) and an Error Alerts form used to notify users about any errors encountered while processing their responses. The form layouts reflect the properties of the detail screen for each corresponding ticket type in CA SDM, but the default message content is identical. Each form can be customized separately. In addition to ticket properties, the integration injects the following event properties (properties marked with an asterisk are required by the Error Alerts form): ERROR_MESSAGE (*) ERROR_RESPONSE (*) Chapter 4: Optimizing and Extending the Integration 17
22 ERROR_SUBJECT (*) NOTIFICATION_COMBO_NAME NOTIFICATION_FILE NOTIFICATION_MESSAGE NOTIFICATION_SUMMARY NOTIFICATION_USERID NX_NTF_PERSISTENT_ID NX_NTF_REF_NUM NX_NTF_TYPE_SYM PRIORITY STATUS TICKET_FACTORY The integration requires the following properties to be included in callbacks: NX_NTF_PERSISTENT_ID (the CA SDM ticket ID) NX_NTF_REF_NUM (the CA SDM ticket number) STATUS (the ticket status) TICKET_FACTORY (the abbreviated ticket type) Note that this integration intentionally suppresses all callbacks for events created by the Error Alerts form Adding a new property You can add new CA SDM properties to your forms, and include them in messages. Note: For more information about designing and modifying communication plan forms, click the Help button at the top of the page in xmatters. To add a new property to a form: 1. Navigate to the Manage Communication Plans page in xmatters, and on the CA SDM plan, click Edit > Properties. 2. Click the Create Property button, and configure the type of property you want to add and set its details. 3. Add the property to any forms on which you want to include the information. If required, include the property in callbacks. 4. Save the changes to your form. 5. Open the caservicedesk-event.js file in a text editor, and locate the function createapxmlfromcanotificationfile. 6. For each property you want to retrieve from CA SDM, add the following line to the createapxmlfromcanotificationfile section: apxml.settoken("<propertyname>","<value>"); Where <PropertyName> is the name of the property you added in xmatters, and <value> is the name of the property you want to retrieve from CA SDM. Note that this function is called for every ticket type. To add the property to only one form, make sure to check for ticket type (e.g., the ticketfactory variable). 4.1 Configuring integrated properties This version of the integration supports integrated properties and includes a sample communication plan you can use to demonstrate and test this feature. Chapter 4: Optimizing and Extending the Integration 18
23 This plan is not required for the feature to work and is provided only as an example; to add integrated properties to an existing communication plan skip to Step 2. Step 1: Import the sample plan This integration includes a sample plan containing a simple form that you can use to manually create notifications with a custom "escalation message" property and ticket data retrieved from CA SDM. To import the sample communication plan: 1. Log in to xmatters, and click the Developer tab. 2. On the Communication Plans page, click Import Plan. 3. In the Import Communication Plan File dialog box, click Choose File, and then locate the \components\xmatters\plans\casdintegratedpropertiesforincidents.zip file extracted from the integration archive. 4. Click Open, and then click Import Plan. 5. Click Plan Disabled to enable the plan. 6. In the Edit drop-down list, select Forms. 7. In the Incident with Integrated Properties form, in the Not Deployed drop-down list, click Form. After you deploy the form, the drop-down list label will change to "Form Only". 8. In the Form Only drop-down list, click Permissions. 9. Enter a user or group that will have permission to send messages using this form, and then click Save Changes. Step 2: Defining the integration service For the installation to be successful, the integration service names must match the names specified in the caservicedesk.xml file installed on the integration agent. To define an Integration Service: 1. In xmatters, on the Event Domains page, click the applications event domain. 2. On the Event Domain Details page, in the Integration Services area, click Add New. 3. Enter the following information into the form: Name: caservicedesk-2-1 Description: CA Service Desk Integration Service Path: Not required. 4. Click Save. Step 3: Configure the integrated properties Once you have imported the sample plan and created the integration service, you can set up the integrated properties for your integration. (Integrated properties are not included in exported communication plans; they must be manually configured.) Note: For more information about configuring integrated properties, click the Help button on the Integrated Properties tab in xmatters. To configure the integrated properties: 1. In xmatters, on the CA SDM Integrated Properties for Incidents plan, click the Integrated Properties tab, and then click Create Integrated Properties. 2. In the Create Integrated Properties dialog box, in the Name field, type Incident Properties, and then click Create Integrated Properties. Chapter 4: Optimizing and Extending the Integration 19
24 3. Click Edit beside the new integrated properties. 4. On the Incident Properties page, enter the following information: 5. Click the Create a request property button, and then select Text from the drop-down list. 6. In the Create a new Text property dialog box, in the Name field, type Incident #, and then click Create request property. 7. Click the Create a response property button to add a response property; the table below describes the default properties supported by the integration. You can create all of your response properties for the sample form as text properties, but make sure you modify the Maximum Size for each property to account for longer fields such as Description. 8. When you have finished adding properties, click Save Changes. 9. To check your configuration, click Send Test Request and inspect the returned data. 10. Once you are satisfied with your changes, click the Forms tab, and then click Edit > Layout for the Incident with Integrated Properties form. 11. On the Layout tab, drag the Incident Properties section from the Integrated Properties section and drop it onto the form layout. 12. Click Save Changes. Available properties The names of the properties must match the names returned by the handlegetincident() function defined in the integration's caservicedesk-properties.js file. By default, this function uses the INTEGRATED_PROPERTIES variable defined in configuration.js to map XML elements returned by CA SDM web service to property names. Elements not found in the INTEGRATED_PROPERTIES variable are included as is. The integration also resolves Contact UUIDs to user names for properties included in the TICKET_CONTACTS array, and converts the dates into a human-readable format. You can edit the handlegetincident() function to modify these behaviors. The configuration.js file includes the following default mappings to ticket properties in CA SDM. Name Requester Affected End User Mapped value in CA SDM requested_by customer Chapter 4: Optimizing and Extending the Integration 20
25 Name Area Priority Status Active Reported By Assignee Group Affected Service Urgency Impact Major Incident Configuration Item Problem Call Back Date/Time Resolution Code Resolution Method Caused By Change Order External System Ticket Symptom Change Description Summary Open Date/Time Resolve Date/Time Last Modified Close Date/Time Total Activity Time Mapped value in CA SDM category priority status active log_agent assignee group affected_service urgency impact major_incident affected_resource problem call_back_date resolution_code resolution_method caused_by_chg external_system_ticket symptom_code change description summary open_date resolve_date last_mod_dt close_date time_spent_sum You can choose to include only a subset of properties; in this case, xmatters ignores the remaining properties returned by the integration and does not display them to users. Step 4: Send a test message. You can now create the message content and send a test notification that includes the integrated properties. Chapter 4: Optimizing and Extending the Integration 21
26 To add the integrated properties to message content: 1. On your communication plan form, click the Messages tab. 2. Click Edit for each message type to which you want to add integrated properties. 3. In the message builder, drag the properties you want to include from the integrated properties section on the right and drop them into the message.pane. Voice messages are constructed differently than and text messages; for more information about working with voice messages, click the Help button at the top of the page on the Messages tab. 4. Click Save Changes. You are now ready to send a test message containing the integrated properties. To send a test message: 1. Click the Messaging tab, and click the name of the form with the integrated properties. If you imported the sample communication plan, the form is named Incident with Integrated Properties. 2. On the form, in the Recipients section, specify a user (or device) whose notifications you can access. 3. Type a brief message in the Escalation Message field. 4. In the Integrated Properties section, in the Incident # field, type the ID number for an active ticket in your system, and then click Search. xmatters will automatically populate the fields with the details of the specified ticket. You can modify these details before sending the message, but your changes will not be reflected on the associated ticket. 5. Click Send Message to send a test message to the specified recipient. The test message will include both the escalation message and the ticket details retrieved from CA SDM. Chapter 4: Optimizing and Extending the Integration 22
27 4.2 Purging temporary files This integration relies on temporary files created by CA SDM to store notification data that will be sent to the integration agent. Files generated for the xmatters integration are not needed after the incident has been injected to the integration agent, but the temporary files are not automatically deleted. If these files are not purged occasionally, injections into xmatters may be delayed while CA SDM searches for the next available file name; for example, after restarting CA SDM. By default, these files are stored in the temp folder on the CA SDM server, and are named sequentially, e.g. c:\temp\1, c:\temp\2, etc. The integration creates a folder into which it moves the notification files after they have been processed. This folder is named "xmatters", and is located within the original file location. For example, if CA SDM creates a notification file called C:\temp\1, the integration renames the file and moves it to c:\temp\xmatters\1.<date>, where <date> is the current date and time in a "yymmddhhmmss" format. (The directory and filename scheme can be customized by editing the caservicedesk.js integration script. This process is intended to reduce the delay presently encountered after CA SDM is restarted, before notifications are sent to the integration agent. It is recommended that you occasionally purge the files from the temp\xmatters folder to reduce congestion of the CA SDM server's file system Customizing the handling of temporary files The temporary file handling feature can be disabled or configured by modifying the following sections within the caservicedesk-event.js integration script. // markprocessed() will attempt to move the parsed notification file to a subdirectory called xmatters. // This is bound by file system access so if you don't want this feature just comment out fileparser.markprocessed(). fileparser.setcopyafterprocessing(false); fileparser.markprocessed(); //fileparser.markprocessed('<custom directory>'); // If you want a different directory, use full qualified path. //fileparser.markprocessed('<custom directory>', '<custom filename>'); // If you want to control directory and file name. If setcopyafterprocessing is set to "true", then the integration will put a copy of the CA SDM temporary file into the xmatters folder after processing; otherwise, the file will be moved. If you want the file to be moved to a folder other than %temp%\xmatters, then specifiy the desired location by setting the "fileparser.markprocessed('<custom directory>');" parameter. For example: fileparser.markprocessed('c:\deleteme'); If you edit the script to specify "fileparser.markprocessed('<custom directory>', '<custom filename>');", then the files will be moved to a custom folder and will be renamed. Note that this will cause the previous notification files to be overwritten, and so it will effectively prevent the hard drive from filling up with temporary files (since each file will replace the previous one when it is moved and renamed.) For example: fileparser.markprocessed('c:\deleteme', 'latest-notification-file.txt'); Chapter 4: Optimizing and Extending the Integration 23
28 4.3 Response choices This integration allows recipients to respond to notifications with several default choices, some of which are injected back to the CA SDM server, updating the original incident. Users notified on or mobile devices also have the ability to respond with an extra annotation message which will be logged in the original CA SDM incident. The response choices presented on a notification will vary according to the ticket type that the notification represents, and the current status of the incident. xmatters presents the response choices that would be available in the ticket if the user were to perform the update directly in CA SDM. Which the exception of "Ignore" and "Annotate", response choices are essentially ticket statuses and will update the status of the ticket to the specified response choice. CA SDM also adds an activity log entry to the ticket with details of who changed the status, and from which Device. "Ignore" and "Annotate" do not modify the ticket status; they only update the activity log. Not all response options available in CA SDM can be presented to each recipient, because xmatters limits the number of available response options for each form to nine. You can customize response options to satisfy customer requirements by modifying the form's responses and updating the RESPONSES map in the configuration.js file. The Error Alerts form has only one response option, Accept, which terminates the event. Note: To remove the "Ignore" option, edit the configuration.js file in a text editor, and set the ADD_IGNORE_RESPONSE option to false. The following tables list the default response options for each form and their associated actions as defined on the xmatters form. Change order response options Option Ignore RFC Approved Implementation in progress Scheduled Backed Out Cancelled Closed Open Action Escalate End End Incident response options Option Ignore Acknowledged Resolved Action Escalate End Chapter 4: Optimizing and Extending the Integration 24
29 Option Closed Closed Unresolved Awaiting End User Response Awaiting Vendor In Progress Open Action End End Issue response options Option Ignore Acknowledged In Progress Resolved Cancelled Awaiting End User Response Avoided by Self Service Closed Open Action Escalate End End End End Request response options Option Ignore Acknowledged Approval in Progress Approved In Progress Cancelled Close Requested Closed Open Action Escalate End End End Chapter 4: Optimizing and Extending the Integration 25
30 Problem response options Option Ignore Acknowledged Approved Closed Rejected Fix in Progress Fixed Known Error Open Action Escalate End End End Adding annotation messages Two-way Device notifications (not FYI) can add extra annotations that will be added to the CA SDM incident. To add an extra annotation, respond to an notification with the following format in the subject line: RESPONSE <Choice> <Message> <Choice> can be any of the response choices listed in the table above, and <Message> can be any content you want to add as the annotation Changing and adding response choices You can change the response choices by adding new statuses and transitions in CA SDM. For each new status you add, you must update the responses in the corresponding xmatters form and in the RESPONSES map in the configuration.js file for the integration to be able to handle the new response choice. A new entry in the RESPONSES map must match the response text as returned by getvalidtransitions web service. 4.4 Delivery Annotations This integration extensively annotates the originating CA SDM ticket for each device to which a notification is delivered, but this may not be desirable in all environments. To prevent the delivery annotation of an incident, change the ANNOTATE_DELIVERY constant to false in the configuration.js file. 4.5 Filtering and suppression The xmatters integration agent's Portable Filtering and Suppression Module is a built-in module that maintains a rolling record of previously injected events, and allows for the suppression of duplicates (also referred to as "deduplication"). This helps avoid disruption of traffic due to inadvertent loads that can result when, for example, improperly configured management systems inject duplicated events. The deduplicator-filter.xml file is installed in the <IAHOME>\conf folder and is configured to suppress duplicate events for 30 minutes (up to a maximum of 100 events in that period). This filter can be modified to extend the time period over which an event is considered to be a duplicate, the number of events in that period and the tokens that are used to determine what makes the event unique. Chapter 4: Optimizing and Extending the Integration 26
31 For example, to add REQUESTOR_NAME to the tokens, open the deduplicator-filter.xml file in a text editor and add the following line to the <predicates> collection: <predicate>requestor_name</predicate> Save the file and restart the integration agent for the changes to take effect. Note: To see a complete list of predicates available in the integration, reviewing the Event Data in the Event Summary Report in the xmatters web user interface. 4.6 Configuring SSL This integration supports SSL communication between the integration agent and CA SDM and between the integration agent and xmatters Using self-signed certificates The SSL support has been configured out of the box to support self-signed certificates. This is not recommended for production systems due to security reasons, unless you are aware and accepting of the security implications of self-signed certificates. To modify the SSL configuration: 1. Open the <IAHOME>\integrationservices\caservicedesk-2-1\lib\lib_1_2_ 7\javascript\webservices\wsutil.js file and modify the ACCEPT_ANY_CERTIFICATE variable as follows: Set to true to use SSL but trust any certificate (including self-signed ones). Set to false to accept only Certificate Authority (CA) certified certificates (recommended in production environments) Importing certificates The next step required to enable SSL support is to import the certificate used by the CA SDM web server to the cacerts keystore of the Java Virtual Machine (JVM) bundled with the integration agent. Using the keytool executable located at <IAHOME>\jre\bin, execute the following command on the integration agent to import the certificate, replacing the variables with the appropriate values as described in the list below: keytool -import -alias <your.alias> -file <path>/<certificate>.cer -keystore <dir>/jre/lib/security/cacerts -storepass <password> <your.alias>: an identifier for the certificate within the keystore; for example, you can use the string "caservicedesk-2-1". <path>: path to the certificate <certificate>: the certificate s file name <dir>: the directory in which the integration agent is installed. <password>: the password for the cacerts keystore; the default password is "changeit". If you want to configure SSL support between the integration agent and xmatters, use the above command to import the trusted certificate for xmatters into the integration agent keystore (for information on setting up SSL in xmatters, consult the xmatters Community site at Updating HTTP to HTTPS The configuration of HTTPS requires changes to three files, located within the integrationservices/caservicedesk-2-1/ folder: Chapter 4: Optimizing and Extending the Integration 27
32 caservicedesk-2-1: caservicedesk-2-1/configuration.js lib/lib_1_2_7/javascript/webservices/wsutil.js lib/lib_1_2_7/javascript/xmatters/xmattersws.js In the remainder of this section these files will be referred to by name without their path. The next step is to update the SERVICE_DESK_URL in the configuration.js file to use the HTTPS protocol instead of HTTP. The modified value should resemble the following: var SERVICE_DESK_URL = " Note: For trusted certificates, "localhost" should be replaced with the COMMON NAME (CN) specified in the certificate and the port should be set to the port specified in the SSL configuration for CA SDM. To configure the integration agent to use HTTPS when communicating with xmatters: 1. In a text editor, open the <IAHOME>\conf\IAConfig.xml file. 2. Modify the URL for the <primary-servers> and <secondary-servers> elements to use the HTTPS protocol instead of HTTP; the section should resemble the following: <primary-servers> <!-- 0 or more URL elements that specify the primary location of each xmatters server's RegisterIntegrationAgent Web Service. The URLs must begin with either or and cannot have a query or fragment component. The URLs must be resolvable from this IA. +--> <url> </primary-servers> <!-- These servers are assumed to be connected to the same xmatters database, which can be different than the primary servers' database. +--> <secondary-servers> <!-- 0 or more URL elements that specify the secondary location of each xmatters server's RegisterIntegrationAgent Web Service. The URLs must begin with either or and cannot have a query or fragment component. The URLs must be resolvable from this IA. +--> <url> </secondary-servers> Note: For trusted certificates, "localhost" should be replaced with the COMMON NAME (CN) specified in the certificate and the port should be set to the port specified in the SSL configuration for the xmatters server. 3. Modify the value for the <service-gateway> element to use SSL; note that the service-gateway host IP must be resolvable from the xmatters servers: <service-gateway ssl="true" host="localhost" port="8081"/> 4. Restart the integration agent Optional Configuration The following scenarios illustrate the common configuration options available when using SSL. Chapter 4: Optimizing and Extending the Integration 28
33 Chapter 4: Optimizing and Extending the Integration 29
34
xmatters (IT) engine for Ca ServiCe desk Manager
xmatters (IT) engine for CA Service Desk Manager This manual provides information about xmatters. Every effort has been made to make it as complete and accurate as possible; however, the information it
xmatters (IT) engine FOR CA SERVICE DESK MANAGER
xmatters (IT) engine FOR CA SERVICE DESK MANAGER This manual provides information about xmatters. Every effort has been made to make it as complete and accurate as possible; however, the information it
xmatters (IT) engine FOR CA WORKLOAD AUTOMATION AE (FORMERLY CA AUTOSYS)
xmatters (IT) engine FOR CA WORKLOAD AUTOMATION AE (FORMERLY CA AUTOSYS) This manual provides information about xmatters. Every effort has been made to make it as complete and accurate as possible; however,
CA Spectrum and CA Service Desk
CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter
Copyright 2012 Trend Micro Incorporated. All rights reserved.
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,
Case Management Implementation Guide
Case Management Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: October 30, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
AlarmPoint Adapter for BMC Remedy AR System by AlarmPoint Systems
AlarmPoint Adapter for BMC Remedy AR System by AlarmPoint Systems User Guide Supporting AlarmPoint Adapter for BMC Remedy AR System by AlarmPoint Systems November 30, 2007 Contacting BMC Software You can
Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide
Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without
IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM
IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information
Case Management Implementation Guide
Case Management Implementation Guide Salesforce, Summer 15 @salesforcedocs Last updated: June 30, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
KeyAdvantage System DMS Integration. Software User Manual
KeyAdvantage System DMS Integration Software User Manual ii Copyright Disclaimer Trademarks and patents Intended use EMC Directive Regulatory 2013 United Technologies Corporation. All rights reserved.
Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04
Tutorial: BlackBerry Object API Application Development Sybase Unwired Platform 2.2 SP04 DOCUMENT ID: DC01214-01-0224-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This
Getting Started Guide
BlackBerry Web Services For Microsoft.NET developers Version: 10.2 Getting Started Guide Published: 2013-12-02 SWD-20131202165812789 Contents 1 Overview: BlackBerry Enterprise Service 10... 5 2 Overview:
Sophos for Microsoft SharePoint startup guide
Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning
DocuSign for Salesforce Administrator Guide v6.1.1 Rev A Published: July 16, 2015
DocuSign for Salesforce Administrator Guide v6.1.1 Rev A Published: July 16, 2015 Copyright Copyright 2003-2015 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights
WatchDox Administrator's Guide. Application Version 3.7.5
Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals
NetBackup Backup, Archive, and Restore Getting Started Guide
NetBackup Backup, Archive, and Restore Getting Started Guide UNIX, Windows, and Linux Release 6.5 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Copyright 2007 Symantec Corporation.
IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM
IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015 Integration Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 93.
Copyright 2013 Trend Micro Incorporated. All rights reserved.
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,
HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing
HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December
VERITAS NetBackup 6.0
VERITAS NetBackup 6.0 Backup, Archive, and Restore Getting Started Guide for UNIX, Windows, and Linux N15278C September 2005 Disclaimer The information contained in this publication is subject to change
ScriptLogic File System Auditor User Guide
ScriptLogic File System Auditor User Guide FILE SYSTEM AUDITOR I 2005 by ScriptLogic Corporation All rights reserved. This publication is protected by copyright and all rights are reserved by ScriptLogic
Manual POLICY PATROL SECURE FILE TRANSFER
Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software
HMRC Secure Electronic Transfer (SET)
HMRC Secure Electronic Transfer (SET) How to use HMRC SET using PGP Desktop Version 2.0 Contents Welcome to HMRC SET 1 HMRC SET overview 2 Encrypt a file to send to HMRC 3 Upload files to the Government
VMware Mirage Web Manager Guide
Mirage 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,
TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual
TIBCO Spotfire Automation Services 6.5 Installation and Deployment Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED
How to integrate Verax NMS & APM with Verax Service Desk
How to integrate Verax NMS & APM with Verax Service Desk Table of contents Abstract... 3 1. Configuring Service Desk notification profile in Verax Administrator Console... 4 2. Configuring incident categories
enicq 5 System Administrator s Guide
Vermont Oxford Network enicq 5 Documentation enicq 5 System Administrator s Guide Release 2.0 Published November 2014 2014 Vermont Oxford Network. All Rights Reserved. enicq 5 System Administrator s Guide
DiskPulse DISK CHANGE MONITOR
DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product
FileMaker Server 11. FileMaker Server Help
FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered
NTP Software VFM Administration Web Site for EMC Atmos
NTP Software VFM Administration Web Site for EMC Atmos User Manual Revision 1.1 - July 2015 This guide details the method for using NTP Software VFM Administration Web Site, from an administrator s perspective.
www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013
www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
Use Enterprise SSO as the Credential Server for Protected Sites
Webthority HOW TO Use Enterprise SSO as the Credential Server for Protected Sites This document describes how to integrate Webthority with Enterprise SSO version 8.0.2 or 8.0.3. Webthority can be configured
TIBCO Spotfire Automation Services 6.5. User s Manual
TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO
FileMaker Server 14. FileMaker Server Help
FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks
Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc.
ARGUS Symphony 1.6 and Business App Toolkit 6/13/2014 2014 ARGUS Software, Inc. Installation Guide for ARGUS Symphony 1.600.0 6/13/2014 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite
POLICY PATROL MFT. Manual
POLICY PATROL MFT Manual MANUAL Policy Patrol MFT This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software may be copied, reproduced, translated
Overview. Table of Contents. isupport Incident Management
Overview The isupport software is a powerful and flexible help desk/desktop support solution used by San José State to manage information technology tickets, or incidents. While isupport has many tools
Fixes for CrossTec ResQDesk
Fixes for CrossTec ResQDesk Fixes in CrossTec ResQDesk 5.00.0006 December 2, 2014 Resolved issue where the list of Operators on Category was not saving correctly when adding multiple Operators. Fixed issue
Using Outlook WebAccess
Using Outlook WebAccess Outlook Toolbars - Terminology Update all folders New Move/Copy Reply Forward Check for New Messages Help Show/Hide Folders Delete Reply to All Show/Hide Reading Pain Search Address
Integration Client Guide
Integration Client Guide 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective
Synthetic Monitoring Scripting Framework. User Guide
Synthetic Monitoring Scripting Framework User Guide Please direct questions about {Compuware Product} or comments on this document to: APM Customer Support FrontLine Support Login Page: http://go.compuware.com
Enterprise Toolbar User s Guide. Revised March 2015
Revised March 2015 Copyright Notice Trademarks Copyright 2007 DSCI, LLC All rights reserved. Any technical documentation that is made available by DSCI, LLC is proprietary and confidential and is considered
ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000
ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000 Version 3.2 ArcMail Technology 401 Edwards Street, Suite 1601 Shreveport, LA 71101 Support: (888) 790-9252
FileMaker Server 10 Help
FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo
Unicenter NSM Integration for BMC Remedy. User Guide
Unicenter NSM Integration for BMC Remedy User Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational
www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012
www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
Converting to the Inmagic DB/Text for SQL Platform
Converting to the Inmagic DB/Text for SQL Platform Copyright 2007 2011 by Inmagic (a subsidiary of SydneyPLUS International Library Systems). All rights reserved. Inmagic, the Inmagic logo, DB/Text, DB/TextWorks,
Unicenter Service Desk
Unicenter Service Desk ITIL User Guide r11.2 This documentation (the Documentation ) and related computer software program (the Software ) (hereinafter collectively referred to as the Product ) is for
PTC Integrity Eclipse and IBM Rational Development Platform Guide
PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity
email-lead Grabber Business 2010 User Guide
email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license
CA Nimsoft Monitor. Probe Guide for CA ServiceDesk Gateway. casdgtw v2.4 series
CA Nimsoft Monitor Probe Guide for CA ServiceDesk Gateway casdgtw v2.4 series Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or
Spectrum Technology Platform. Version 9.0. Administration Guide
Spectrum Technology Platform Version 9.0 Administration Guide Contents Chapter 1: Getting Started...7 Starting and Stopping the Server...8 Installing the Client Tools...8 Starting the Client Tools...9
Server Manager. Open Text Web Solutions Management Server 10.0
Server Manager Open Text Web Solutions Management Server 10.0 Copyright 2009 Open Text Corporation. All rights reserved. Documentation 01/2009 - Management Server 10.0 This documentation contains information
EMC Documentum Composer
EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights
2 Downloading Access Manager 3.1 SP4 IR1
Novell Access Manager 3.1 SP4 IR1 Readme May 2012 Novell This Readme describes the Novell Access Manager 3.1 SP4 IR1 release. Section 1, Documentation, on page 1 Section 2, Downloading Access Manager 3.1
Integrating LivePerson with Salesforce
Integrating LivePerson with Salesforce V 9.2 March 2, 2010 Implementation Guide Description Who should use this guide? Duration This guide describes the process of integrating LivePerson and Salesforce
Using Logon Agent for Transparent User Identification
Using Logon Agent for Transparent User Identification Websense Logon Agent (also called Authentication Server) identifies users in real time, as they log on to domains. Logon Agent works with the Websense
Configuring MailArchiva with Insight Server
Copyright 2009 Bynari Inc., All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any
Kaldeera Workflow Designer 2010 User's Guide
Kaldeera Workflow Designer 2010 User's Guide Version 1.0 Generated May 18, 2011 Index 1 Chapter 1: Using Kaldeera Workflow Designer 2010... 3 1.1 Getting Started with Kaldeera... 3 1.2 Importing and exporting
Table of Contents INTRODUCTION... 2 HOME PAGE... 3. Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG...
Table of Contents INTRODUCTION... 2 HOME PAGE... 3 Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG... 11 Raising a Service Request... 12 Edit the Service Request...
Grapevine Mail User Guide
Grapevine Mail User Guide Table of Contents Accessing Grapevine Mail...2 How to access the Mail portal... 2 How to login... 2 Grapevine Mail user guide... 5 Copying your contacts to the new Grapevine Mail
CA Spectrum. Microsoft MOM and SCOM Integration Guide. Release 9.4
CA Spectrum Microsoft MOM and SCOM Integration Guide Release 9.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation
IBM WebSphere Application Server Version 7.0
IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the
BlackBerry Enterprise Service 10. Universal Device Service Version: 10.2. Administration Guide
BlackBerry Enterprise Service 10 Universal Service Version: 10.2 Administration Guide Published: 2015-02-24 SWD-20150223125016631 Contents 1 Introduction...9 About this guide...10 What is BlackBerry
WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM
WEBROOT EMAIL ARCHIVING SERVICE Getting Started Guide North America Webroot Software, Inc. World Headquarters 2560 55th Street Boulder CO 80301 USA www.webroot.com 800.870.8102 Table of Contents Create
CA Clarity Project & Portfolio Manager
CA Clarity Project & Portfolio Manager Connector for CA Unicenter Service Desk & CA Software Change Manager for Distributed Product Guide v2.0.00 This documentation, which includes embedded help systems
Help Desk Web User Guide
Help Desk Web User Guide 1 P age Contents Create an Incident... 3 Classifying Category... 3 Describe Incident Request... 3 Add Attachments to the Request... 4 Requests... 4 Request List View... 5 Modes
Marketo Integration Setup Guide
Page 1 of 30 Table of Contents About the RingLead Integration with Marketo Create the Marketo Webhook - Response Mapping - Configure Webhook Response Mapping Create the Marketo Program and Campaign - Create
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see
Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011
Version 1.7 Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide Last updated October 2011 1 Introduction and Overview... 1 2 The Case for Email monitoring... 2 3 Installation
FileMaker Server 13. FileMaker Server Help
FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,
Ajera 8 Installation Guide
Ajera 8 Installation Guide Ajera 8 Installation Guide NOTICE This documentation and the Axium software programs may only be used in accordance with the accompanying Axium Software License and Services
Installation and Configuration Guide
Entrust Managed Services PKI Auto-enrollment Server 7.0 Installation and Configuration Guide Document issue: 1.0 Date of Issue: July 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark
Novell ZENworks 10 Configuration Management SP3
AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties
Forms Printer User Guide
Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting
Vector HelpDesk - Administrator s Guide
Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks
Booth Gmail Configuration
Student email is accessed via a Booth branded Gmail service. Student mailboxes will be accessed via Gmail. Configure Gmail Settings Before you connect Gmail to send and receive Booth Gmail on your mobile
Kaseya 2. User Guide. Version 1.1
Kaseya 2 Directory Services User Guide Version 1.1 September 10, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.
Migrating to vcloud Automation Center 6.1
Migrating to vcloud Automation Center 6.1 vcloud Automation Center 6.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a
Kaseya Server Instal ation User Guide June 6, 2008
Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's
Workflow Templates Library
Workflow s Library Table of Contents Intro... 2 Active Directory... 3 Application... 5 Cisco... 7 Database... 8 Excel Automation... 9 Files and Folders... 10 FTP Tasks... 13 Incident Management... 14 Security
Change Management for Rational DOORS User s Guide
Change Management for Rational DOORS User s Guide Before using this information, read the general information under Appendix: Notices on page 58. This edition applies to Change Management for Rational
Attix5 Pro Server Edition
Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.
Configuring, Customizing, and Troubleshooting Outlook Express
3 Configuring, Customizing, and Troubleshooting Outlook Express............................................... Terms you ll need to understand: Outlook Express Newsgroups Address book Email Preview pane
How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac)
CA ARCserve Backup Patch Manager for Windows User Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation
HP Business Process Monitor
HP Business Process Monitor For the Windows operating system Software Version: 9.23 BPM Monitoring Solutions Best Practices Document Release Date: December 2013 Software Release Date: December 2013 Legal
FileMaker Server 12. FileMaker Server Help
FileMaker Server 12 FileMaker Server Help 2010-2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.
CA Performance Center
CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is
Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0
Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Third edition (May 2012). Copyright International Business Machines Corporation 2012. US Government Users Restricted
Nintex Workflow 2013 Help
Nintex Workflow 2013 Help Last updated: Wednesday, January 15, 2014 1 Workflow Actions... 7 1.1 Action Set... 7 1.2 Add User To AD Group... 8 1.3 Assign Flexi Task... 10 1.4 Assign To-Do Task... 25 1.5
NETWRIX USER ACTIVITY VIDEO REPORTER
NETWRIX USER ACTIVITY VIDEO REPORTER ADMINISTRATOR S GUIDE Product Version: 1.0 January 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute
Administration Guide. BlackBerry Enterprise Service 12. Version 12.0
Administration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2015-01-16 SWD-20150116150104141 Contents Introduction... 9 About this guide...10 What is BES12?...11 Key features of BES12...
AlienVault. Unified Security Management (USM) 5.x Policy Management Fundamentals
AlienVault Unified Security Management (USM) 5.x Policy Management Fundamentals USM 5.x Policy Management Fundamentals Copyright 2015 AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault,
Live@edu User Guide. Please visit the Helpdesk website for more information: http://www.smu.edu.sg/iits/helpdesk_support/index.asp
IITS Main Office SINGAPORE MANAGEMENT UNIVERSITY Administration Building, Level 11 81, Victoria Street Singapore 188065 Phone: 65-6828 1930 Email: [email protected] Please visit the Helpdesk website for
HP Operations Orchestration Software
HP Operations Orchestration Software Software Version: 9.00 HP Business Availability Center Integration Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only
LANDESK Service Desk. Desktop Manager
LANDESK Service Desk Desktop Manager LANDESK SERVICE DESK DESKTOP MANAGER GUIDE This document contains information, which is the confidential information and/or proprietary property of LANDESK Software,
IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide
IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide Note Before using
Sophos Mobile Control Installation guide. Product version: 3.5
Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External
