This document contains important information about installing and configuring RulePoint and RTAM to proactively monitor PowerCenter.

Size: px
Start display at page:

Download "This document contains important information about installing and configuring RulePoint and RTAM to proactively monitor PowerCenter."

Transcription

1 Informatica Corporation Proactive Monitoring for Installation & Configuration April 13, 2011 Copyright Informatica Corporation Contents Abstract... 1 Installation & Configuration... 2 Install the... 2 Install RulePoint & Custom Objects... 3 After Installing and Configuring RulePoint... 4 Identify Personas and Recipients of Alerts... 5 Tips and Tricks... 6 Notification Framework... 6 Monitor Multiple Instances of... 9 Appendix A: Rules in the Starter Kit Template Rules Advanced Rules Appendix B: Analytics and Source Services in the Starter Kit Analytics Source Services Appendix C: Templates in the Starter Kit Appendix D: Responses in the Starter Kit Contact Information Abstract This document contains important information about installing and configuring RulePoint and RTAM to proactively monitor. All references to the files in this document are relative to the root path of the starter kit zip file distributed along with this document. All such references use the blue font. Proactive Monitoring Installation and Configuration Guide

2 Installation & Configuration To install Proactive Monitoring do the following: Install the For each repository to monitor, follow these steps: Obtain the following information: Which RDBMS hosts the? (Oracle (default), SQL Server, DB2). Which user is the Owner? Which user will serve as the Readonly User (default: pcrs_readonly) and password (default: pcrs_readonly) Which Domains, Services and Integration Services are being monitored? Create readonly User and grant privileges Create read-only user and grant privileges in the same database as the repository using one of the following files depending on your repository database type oracle: ddl\powercenter\oracle\create_user_pcrs_readonly.sql sqlserver: ddl\powercenter\sqlserver\create_user_pcrs_readonly.txt db2: ddl\powercenter\db2\create_user_pc_rs_ro.sql Create Views and Synonyms Login as pcrs_readonly (or selected user) and create views and synonyms using one of the following files depending on your repository database type oracle: ddl\powercenter\oracle\pcrs_readonly.ddl.sql sqlserver: ddl\powercenter\sqlserver\pcrs_readonly.ddl.sql db2: ddl\powercenter\db2\pcrs_ro.ddl.sql Import workflow using Manager Import workflow exports\powercenter\wf_m_load_pc_alert_recipients.xml into the repository in a separate folder ("Proactive Monitoring") but don't run it at this time. We will run the workflow after installing RulePoint. Install EBF2901 Install EBF2901 (INFA for HF13, INFA for 9.0.1HF2). Download the EBF from the Informatica customer support portal and follow instructions provided therein. -2- Installation and Configuration Guide

3 Install RulePoint & Custom Objects The names $RP_HOME, $RTAM_HOME, $RP_SDK_HOME and $IDP_HOME refer to the directories where the installations are done. The choice of folder location is left to the user. However, it is recommended that RulePoint and RTAM be installed under the same parent folder. Install RulePoint 5.1SP4 to $RP_HOME Install RTAM 3.1 to $RTAM_HOME using RTAM 3.1 Admin Guide Install RulePoint SDK 2.1 to $RP_SDK_HOME Install Informatica Developer Platform (IDP) to $IDP_HOME Copy LMAPI JAR files to RulePoint Installation Copy the following JAR files to $RP_HOME\webapps\rulepoint\WEB-INF\lib : $IDP_HOME\OperationsAPI\OperationsAPI_Java\jlmapi\jlmapi.jar $IDP_HOME\OperationsAPI\OperationsAPI_Java\jlmapi\pmserversdk.jar Copy database driver JAR files to RulePoint Installation (e.g. Oracle, DB2, MS SQL Server) Install Custom Services : o Copy pcmonitor\rulepointpc.jar to $RP_HOME\WEB-INF\lib o Copy the file pcmonitor\beans.xml to $RP_HOME\WEB-INF\spring\customservices.xml Create Users and Groups (read carefully and follow instructions based on the authentication mechanism preferred: LDAP or Database). LDAP Option: Create LDAP users using the files listed below: pcuser: exports\ldap\pcuser.ldif pcmonitor: exports\ldap\pcmonitor.ldif pcadmin: exports\ldap\pcadmin.ldif : exports\ldap\.ldif dataarchitect: exports\ldap\dataarchitect.ldif itsecurity : exports\ldap\itsecurity.ldif Add the users to the LDAP groups listed below: rulepoint_users: pcuser, pcmonitor, pcadmin,, dataarchitect, itsecurity rulepoint_admins: pcuser OR Proactive Monitoring Installation and Configuration Guide

4 Database option: Add users using the RulePoint Administration Menu as specified in the next step. Consult the RulePoint Admin Guide for details. Login to RulePoint as root and add pcuser, pcmonitor, pcadmin,, dataarchitect, itsecurity Make pcuser an Administrator. This user will own all imported objects Import Starter Kit into RulePoint Login to RulePoint as pcuser and import RulePoint objects using one of the export files listed below for the appropriate database being monitored. oracle: exports\rulepoint\oracle\oracle_rp-5.1_sp4_exportall-no ACLS.xml sqlserver: exports\rulepoint\sqlserver\sqlserver_rp-5.1_sp4_exportall-no ACLS.xml db2: exports\rulepoint\db2\db2_ RP-5.1_SP4_ExportAll-No ACLS.xml Create database user pc_rp to host alerts in the same database as the RulePoint repository user. Login to the RulePoint repository database and create the user and grant privileges using the file ddl\rulepoint\oracle\create_user_pc_rp.sql Seed the pc_rp schema by using the file ddl\rulepoint\oracle\pc_rp.ddl.sql After Installing and Configuring RulePoint Edit parameters for Custom Sources and Responders For each of the 3 Custom Services listed below, fill in the Domain, Integration Service, Service, Service User, Server User Password, Locale properties. Runtime Statistics Receiver Ping Service Workflow Control Responder Install Client on the RulePoint host and configure the monitored instances. A sure way to do this is to use one of the client applications to configure Domains. -4- Installation and Configuration Guide

5 Identify Personas and Recipients of Alerts Edit the XML file conf\pc_alert_recipients.xml. Fill in the RTAM ids and addresses for alert recipients for each Domain, RS combination. You can enter multiple RTAM entries separated by semi-colon. Multiple addresses can be added separated by comma <pc_alert_recipients> <pcinstance domain="domain_vm" rs = "_Service"> <persona name="itsecurity" RTAM="itsecurity;pcmonitor" ="recipient@mycompany.com"/> <persona name="pcadmin" RTAM="pcadmin;pcmonitor" ="recipient@mycompany.com"/> <persona name="" RTAM=";pcmonitor" ="recipient@mycompany.com"/> <persona name="dataarchitect" RTAM="dataarchitect;pcmonitor" ="recipient@mycompany.com"/> </pcinstance> <pcinstance domain="domain_vm2" rs = "_Service2"> <persona name="itsecurity" RTAM="itsecurity;pcmonitor" ="recipient@mycompany.com"/> <persona name="pcadmin" RTAM="pcadmin;pcmonitor" ="recipient@mycompany.com"/> <persona name="" RTAM=";pcmonitor" ="recipient@mycompany.com"/> <persona name="dataarchitect" RTAM="dataarchitect;pcmonitor" ="recipient@mycompany.com"/> </pcinstance> </pc_alert_recipients> Configure workflow wf_m_load_pc_alert_recipients (installed earlier ) Use Workflow Manager (Add Connections, Configure Workflow to point to the conf\pc_alert_recipients.xml path and to the pc_rp schema) Run workflow wf_m_load_pc_alert_recipients to load the XML configuration into database by executing the following: pmcmd startworkflow -f "Proactive Monitoring" -sv service -d domain -u username -p password wf_m_load_pc_alert_recipients Proactive Monitoring Installation and Configuration Guide

6 Tips and Tricks Notification Framework Configure personas The default starter kit for PC Proactive Monitoring uses four personas (i.e. alertee roles) as targets for sending alerts. The Rules sheet (in this doc) specifies the persona that has been pre-configured for each Rule. In case of template based Rules, these personas were inherited from the Templates. The framework is now limited to a single persona for a Rule. However, multiple notification destinations (RTAM ids, addresses) can be configured for each persona. The personas pre-configured in the starter kit are: pcadmin ( Administrators - typically responsible for maintaining workflows/sessions/domains/integration Services/ Services) ( Development, Subject Matter Experts - Anyone who is tasked with the logic of PC mappings/mapplets/transforms/sources/targets) dataarchitect (Anyone tasked with maintaining the data that is being integrated with ) itsecurity (Anyone tasked with dealing with IT security issues like sensitive data, malware etc.) Customers can extend the starter kit by extending/ replacing the persona list to suit your organization. Understanding how the framework works is essential to make these changes. Configure RTAM users Once the personas configuration is well understood, the association of each persona to a set of RTAM ids is specified in the conf\pc_recipients.xml file. Multiple RTAM ids can be specified for each persona. One can use an RTAM group in place of an id. The RTAM entries are separated by semi-colons (;). Configure addresses Each persona can be associated with multiple addresses. These can be individual addresses or distribution lists that are specified as a single address. The addresses are separated by commas(,). Notification Hyperlink The default starter kit includes a hyperlink with every notification that is intended to point to a Landing Page (containing information about your organizations Monitoring Project with contact information). Alternatively the hyperlink can be a -6- Installation and Configuration Guide

7 mailto reference to a contact address(es). The two rules ( Notification Advanced and RTAM Notification Advanced) that handle notification should be modified to point to the appropriate URL. Configure Host The responder element Responder should be edited to contain information about your organizations Host Server and authentication credentials. Configure default notification behavior In order to separate the alert logic from the physical mode of delivery; the Rules (Template Based and Advanced) have been pre-configured to use a "default" delivery mechanism. This is implemented by using the delivery property in the " Notification Response" response (delivery=default). This can be overridden at each Rule/Template level by simply editing the Advanced Rule or Template and replacing the "delivery=default" clause with one of these alternatives: delivery="rtam" (forcing notifications to go to RTAM only) delivery=" " (forcing notifications to go to only) delivery="rtam& " (forcing notifications to go to RTAM and ) The framework has been designed so that the default behavior can be easily changed by just changing one or two Rules. There are 2 Rules that ultimately govern the physical delivery of alerts. They are listed below with the portion of the WITH clause that govern the delivery behavior. RTAM Notification Advanced (delivery = "RTAM" OR delivery = "RTAM& " OR delivery = "default") Notification Advanced (delivery = " " OR delivery = "RTAM& ") With the above configuration, the default behavior for ALL rules is to send notification to RTAM only. Only rules that override this with default=" " or default="rtam& " will send alerts to . If the desired default behavior is to send only, then the above two Rules have to be modified as below: RTAM Notification Advanced (delivery = "RTAM" OR delivery = "RTAM& " ) Notification Advanced (delivery = " " OR delivery = "RTAM& " OR delivery = "default") If the desired default behavior is to send both RTAM and , then the above two Rules have to be modified as below: RTAM Notification Advanced (delivery = "RTAM" OR delivery = "RTAM& " OR delivery = "default") Proactive Monitoring Installation and Configuration Guide

8 Notification Advanced (delivery = " " OR delivery = "RTAM& " OR delivery = "default") Overriding default notification behavior Every Template/Advanced Rule in the starter kit that is responsible for sending alerts use a single response " Notification Response". Here is an example of the THEN clause of a Rule: " Notification response" with topic = "pc_workflows as pc_notifications", properties = "*", params = "body = Duplicate workflow ${folder}/${workflow_name} saved at ${workflow_last_saved}, subject = Duplicate Workflow ${folder}/${workflow_name} found!, persona =, priority = 2, channels = Design Time, rulename = ${drql_rulename}, keyval=${t0.workflow_id}, tstamp = ${t0.tstamp}, delivery = default, snooze = 0" Note that the "delivery=default" clause has been specified here. This implies that the delivery of the alert will depend on how the 2 Notification Rules (see above) are configured. To override the default behavior for a particular Advanced Rule or Template, simply replace the "delivery=default" clause in that Rule/Template with one of the other choices ("RTAM", " ", or "RTAM& ") Configure the "snooze" time for suppressing repeat alerts The starter kit has been configured to send one alert for every exception. However, there are exceptions that can be termed "Running Exceptions". Examples for Running Exceptions are "Long Running Workflows", " Domain is Down", " Integration Service is Down", "The Running Time for this workflow has exceeded the SLA". Since these exceptions are continuous (until a corrective action is taken), the triggering conditions for these alerts remain in place even after the first alert is sent out. Depending on the specification of the frequency of the sources that feed these alerts, the triggering action is repeated as long as the exception is outstanding. If repeated alerts are sent out every so often for the same running exception, it will cause inconvenience, annoyance, waste of resources etc. and may eventually result in significant alerts being ignored altogether. To address this problem, the "snooze" feature has been implemented as part of the notification framework. The snooze specification in the " Notification Response" informs the 2 notification rules on how to space out repeating alerts for the same running exception. The starter kit has used a value of 60 minutes for all Advanced Rules/Templates that deal with Running Exceptions. Singular exceptions (e.g. Workflow Failed, Mapping Saved without Comments etc.) are treated differently and the corresponding Advanced Rules/Templates have been configured with a snooze value of 0. This is to ensure that each Singular Exception is treated as an isolated occurrence and not filtered out by a snooze clause. The snooze property specifies (in minutes) the interval that should elapse between successive alerts of the same Running Exception. The definition of the uniqueness of an alert includes the combination of Domain + Service + Rulename + Key value -8- Installation and Configuration Guide

9 Channels This applies to RTAM only. Channels are used to group RTAM alerts into logical buckets. These are not physical folders but logical groups that conveniently associate a set of alerts to a common theme. Channels used in the starter kit are "Design Time" (for design time alerts), "Run Time" (for completed sessions/workflows) and "Run Time (Live)" for running workflows Monitor Multiple Instances of What is a instance? A instance essentially refers to a and the Domain that hosts it. What is included in the starter kit by default? A set of Source Services (SQL and Custom), Templates, Advanced Rules, Template Rules, SQL Analytics, Watchlists, Responders (Workflow Control, , RTAM, Alert Recorder) and Responses form the starter kit. The support PC database types are Oracle, SQL Server and DB2. The starter kit will be different for each of these 3 types. What can be monitored on Day 1 by just installing the starter kit? A single instance (Domain/RS combination) can be monitored with the installation of the starter kit What needs to be done to add another PC instance by the same RulePoint instance? Addition of a new PC instance will require the following steps: Determine a unique identifier combination for the PC instance. It is recommended that the identifier clearly indicates the Domain and the Service. (e.g. ICCDomain_ICCRS) Start with the base export XML file from RulePoint for a database type that matches the database type of the instance being added. Use the starter kit XML for the given database type if this is the first such instance for the given db type. Replace all the named Source SQL Services with a new name <Prefix>_<ExistingName> (e.g. ICCDomain_ICCRS_ Concurrent Workflows). Replace all custom Source Services ( Runtime Statistics Receiver, Workflow Control Responder, Ping Service) with a new name <Prefix>_<ExistingName> Replace the Workflow Control Response service with a new name <Prefix>_ Workflow Control Response Replace all SQL Analytics that have a as source (the following are excluded: pc_get_alert_recipients, pc_recent_alert, divide, divide_percent, divide_neg_percent) with a new name <Prefix>_<ExistingName> Replace all Topic references with a new name <Prefix>_<ExistingTopicName> Replace all Templates with a new name <Prefix>_<ExistingTemplateName> Replace all Rules with a new name <Prefix>_<ExistingRuleName> Replace all Watchlists with a new name <Prefix>_<ExistingWatchListName> Proactive Monitoring Installation and Configuration Guide

10 Import the file with the above changes into the existing RulePoint instance. Verify that all elements indicated above have been replicated Enable the new Services (Source, Analytic, Responder), Responses Can we specify a different set of recipients for different instance being monitored? Yes, you can specify a different set of recipients for each Instance (see Installation Guide/Personas and Recipients section) What is the roadmap for Multiple instance support? We will continuously evaluate feedback from customers on their experiences in this area and work towards implementing a solution that logically maps to the problem area without undue customization. We recognize that the above requirement to replicate most elements of the RulePoint instance is sub-optimal that amplifies the problems of maintenance, upgrades, version control etc. and will work towards alleviating these problems Installation and Configuration Guide

11 Appendix A: Rules in the Starter Kit Template Rules Template Rules are rules that have been created from templates by specifying values for the parameters. These are just illustrations. Users are encouraged to further customize these solutions as per their requirements. Name Template Name Persona Param Values 3 errors in same workflow within 10 minutes Hardcoded Windows Pathname with C Drive Mapping modified 3 times in the last 10 minutes Mapping Naming Convention Violation Prefix m_ Scheduled Workflow did not start 3 minutes after scheduled time Scheduled Workflow missed schedule by 3 minutes due to running status Session Elapsed Time greater than recent Average Session Failed after Session Saved within 10 minutes Too many errors in same workflow within a few minutes Template dataarchitect Hardcoded Windows Pathname with Drive Template C Mapping modified too often recently Mapping Naming Convention Violation Template m_ Duration (minutes): 10 Count: 3 Times Mapping Saved: 3 Within Minutes: 10 Scheduled Workflow did not start N minutes after scheduled time pcadmin Minutes: 3 Scheduled Workflow missed schedule due to running status pcadmin Minutes: 3 Session Elapsed Time greater than recent Average Session Failed after Session Saved Template dataarchitect Count: 3 Percent Increase: 20 Duration (mins): 10 Analytics used pc_is_workflo w_running pc_getprevnse ssiontimes Proactive Monitoring Installation and Configuration Guide

12 Name Template Name Persona Param Values Session Loaded Rows 15 percent lesser than recent Average Session Modified 3 Times in the last 10 minutes Session Naming Convention Violation for Prefix s_ Skewed Session to Workflow elapsed time ratio less than 0.6 Concurren t Workflows exceeds 2 Workflow Elapsed Time greater than 15pc of recent Average of 3 runs Workflow Load Mobile records running more than 2 minutes Workflow Naming Convention Violation Workflow Running Time greater by 10 percent than recent 3 Average Session Loaded Rows lesser than recent Average Template Session Modified Too Often Recently Session Naming Convention Violation Template Skewed Session to Workflow elapsed time ratio Template dataarchitect pcadmin Percent: 15 Average Count: 3 Duration (minutes): 10 Times Modified: 3 Session Name Prefix: s_ Threshold Ratio: 0.6 Too Many Concurrent Workflows Template pcadmin Count: 2 Workflow Elapsed Time greater than recent Average Advanced Template Workflow Running Time Exceeds Workflow SLA Template Workflow Naming Convention Violation Template Workflow Running Time greater than recent Average Advanced Template Percentage increase over Average: 15 Number of Runs to compute Average: 3 SLA for elapsed time (in minutes): 2 Workflow Name: wf_m_load_mo bile_records Workflow Name Prefix: wf_ Percentage increase over Average: 10 Number of Runs to compute Average: 3 Analytics used pc_getprevnse ssionrows pc_getprevnw orkflowtimes -12- Installation and Configuration Guide

13 Name Template Name Persona Param Values Workflow Running Time greater than Proactive Monitoring SLA 5 minutes Workflow Running Time greater than SLA 10 minutes Zombie Session Alert Rule for 5 minutes Workflow Running Time greater than Folder SLA Template Workflow Running Time greater than SLA Template Zombie Session Alert Template pcadmin Folder: Proactive Monitoring SLA for elapsed time (in minutes 5 SLA for elapsed time (in minutes) 10 Duration of time (minutes) 5 Low Watermark for rows processed in given duration: 0 Analytics used Advanced Rules Unlike Template based rules, Advanced rules do not have parameters. Users are encouraged to extend these Rules themselves once they get comfortable with the functioning of these rules. Name Persona Analytics used Check for Illegal commands Advanced Domain is Down Advanced itsecurity pcadmin Duplicate Mapping Creation Advanced pc_is_mapping_duplicate Duplicate Session Creation Advanced pc_is_session_duplicate Duplicate Workflow Creation Advanced pc_is_workflow_duplicate Notification Advanced pc_recent_alert Failed Rows in Session Advanced Failed Session Advanced dataarchitect Proactive Monitoring Installation and Configuration Guide

14 Name Persona Analytics used Integration Service is Down Advanced Invalidated Mapping Advanced Invalidated Session Advanced Invalidated Workflow Advanced Mapping Name contains spaces Advanced Service is Down Advanced pcadmin pcadmin RTAM Notification Advanced pc_recent_alert Runtime Stats Server Transformer Advanced Runtime Stats Session Transformer Advanced Runtime Stats Target Transformer Advanced Runtime Stats Workflow Transformer Advanced Session Failed Rows Advanced Transform saved with Default Name Advanced Uncommented Mapping Advanced Uncommented Session Advanced Uncommented Transform in watched folders Advanced Uncommented Workflow in watched folders Advanced Workflow succeeded but loaded Zero Rows Advanced dataarchitect -14- Installation and Configuration Guide

15 Appendix B: Analytics and Source Services in the Starter Kit Analytics These services provide data enrichment to the rules that invoke them. Name Connect To pc_get_alert_recipients pc_getprevnsessionrows pc_getprevnsessiontimes pc_getprevnthroughputs pc_getprevnworkflowtimes pc_is_mapping_duplicate pc_is_session_duplicate pc_is_workflow_running pc_recent_alert Source Services RulePoint These services fetch data from repositories and runtime instances that eventually trigger the rules in the starter kit. Frequency (seconds) Name Type Topic Connected to Alert Recorder Concurrent Workflows Event Transformer SQL Source pc_concurrent_wor kflows RulePoint (pc_rp) Starter Kit Value Recommen ded (pcrs_ro) Responder Server Mappings Modified Incremental SQL Source pc_mappings Notification Responder Event Transformer pc_notifications (pcrs_ro) (pcrs_ro) Proactive Monitoring Installation and Configuration Guide

16 Name Type Topic Connected to Pathnames SQL Source pc_pathnames Ping Service Custom Source pc_ping Runtime Statistics Receiver Custom Source pc_runtime_stats Runtime Stats Transformer Scheduler Missed Workflows Scheduler Scheduled Workflows Incremental Session Log Elapsed Time and Throughput Event Transformer SQL Source SQL Source SQL Source Frequency (seconds) Starter Kit Value Recommen ded (pcrs_ro) CLI LM API pc_runtime_server_ stats, pc_runtime_workflo w_stats, pc_runtime_session _stats, pc_runtime_target_ stats pc_missed_workflo ws pc_scheduled_work flows pc_session_log_elap sed_throughput Sessions Modified Incremental SQL Source pc_sessions Transforms Modified Incremental SQL Source pc_transforms Workflow and Session Times and Status SQL Source pc_workflow_sessio n_run_status (pcrs_ro) (pcrs_ro) 3 60 (pcrs_ro) 3 60 (pcrs_ro) (pcrs_ro) (pcrs_ro) Installation and Configuration Guide

17 Name Type Topic Connected to Workflow Control Responder Custom Responder # Workflows Incremental SQL Source pc_workflows LM API Frequency (seconds) Starter Kit Value Recommen ded (pcrs_ro) 3 60 Appendix C: Templates in the Starter Kit Name Channel Persona Parameters Hardcoded Windows Pathname with Drive Template Design Drive Letter Mapping modified too often recently Design Times Mapping Saved Mapping Naming Convention Violation Template Design Mapping Name Prefix Scheduled Workflow did not start N minutes after scheduled time Runtime pcadmin Minutes Scheduled Workflow missed schedule due to running status Runtime pcadmin Minutes Session Elapsed Time greater than recent Average Runtime dataarchitect Count Session Failed after Session Saved Template Runtime Duration (mins) Session Loaded Rows lesser than recent Average Template Runtime dataarchitect Percent Session Modified Too Often Recently Design Duration (minutes) Session Naming Convention Violation Template Design pcadmin Session Name Prefix Skewed Session to Workflow elapsed time ratio Template Runtime dataarchitect Threshold Ratio Too Many Concurrent Workflows Template Runtime pcadmin Proactive Monitoring Installation and Configuration Guide

18 Name Channel Persona Parameters Too many errors in same workflow within a few minutes Template Runtime dataarchitect Duration (minutes) Workflow Elapsed Time greater than recent Average Template Runtime Percentage increase over Average Workflow Naming Convention Violation Template Design Workflow Name Prefix Workflow Running Time Exceeds Workflow SLA Template Workflow Running Time greater than Folder SLA Template Workflow Running Time greater than recent Average Template Workflow Running Time greater than SLA Template Zombie Session Alert Template Runtime (Live) Workflow Name Runtime (Live) Folder Runtime (Live) Runtime (Live) Percentage increase over Average SLA for elapsed time (in seconds) Runtime (Live) pcadmin Duration of time (seconds) Appendix D: Responses in the Starter Kit Name Alert Recorder Response Response Notification Response Runtime Stats Transformer Response Workflow Control Response RTAM Alert Purpose For Suppress Alert feature Notifications Generic Notifier Internal Control Workflows RTAM Alerts -18- Installation and Configuration Guide

19 Contact Information Proactive Monitoring Installation and Configuration Guide

Informatica Proactive Monitoring for PowerCenter Governance (Version 2.5) Solutions Guide

Informatica Proactive Monitoring for PowerCenter Governance (Version 2.5) Solutions Guide Informatica Proactive Monitoring for PowerCenter Governance (Version 2.5) Solutions Guide Informatica Proactive Monitoring for PowerCenter Governance Solutions Guide Version 2.5 November 2012 Copyright

More information

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 2.1 Release Notes October 2012

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 2.1 Release Notes October 2012 Contents Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 2.1 Release Notes October 2012 Copyright (c) 2012 Informatica Corporation. All rights reserved. Installation...

More information

Informatica Proactive Monitoring for PowerCenter Governance (Version 2.0) Solutions Guide

Informatica Proactive Monitoring for PowerCenter Governance (Version 2.0) Solutions Guide Informatica Proactive Monitoring for PowerCenter Governance (Version 2.0) Solutions Guide Informatica Proactive Monitoring for PowerCenter Governance Solutions Guide Version 2.0 June 2012 Copyright (c)

More information

Informatica Proactive Monitoring for PowerCenter Operations (Version 2.1) Solutions Guide

Informatica Proactive Monitoring for PowerCenter Operations (Version 2.1) Solutions Guide Informatica Proactive Monitoring for PowerCenter Operations (Version 2.1) Solutions Guide Informatica Proactive Monitoring for PowerCenter Operations Solutions Guide Version 2.1 June 2012 Copyright (c)

More information

This section contains additional information about installation and support changes.

This section contains additional information about installation and support changes. Proactive Monitoring for PowerCenter Version 3.0 HotFix 1 Release Notes November 2016 Copyright Informatica LLC 2016 Contents Installation and Support... 1 Installation.... 1 HotFix.... 3 Support Changes....

More information

Installation... 1 Fixed Limitations... 1 Known Limitations... 2 Informatica Global Customer Support... 5

Installation... 1 Fixed Limitations... 1 Known Limitations... 2 Informatica Global Customer Support... 5 Informatica Corporation RulePoint Version 6.0.1 Release Notes October 2013 Copyright (c) 1998-2013 Informatica Corporation. All rights reserved. Contents Installation... 1 Fixed Limitations... 1 Known

More information

Informatica Proactive Monitoring for PowerCenter Operations (Version 2.0) Solutions Guide

Informatica Proactive Monitoring for PowerCenter Operations (Version 2.0) Solutions Guide Informatica Proactive for Operations (Version 2.0) Solutions Guide Informatica Proactive for Operations Solutions Guide Version 2.0 March 2012 Copyright (c) 2003-2012 Informatica. All rights reserved.

More information

RulePoint Proactive PowerCenter Monitoring

RulePoint Proactive PowerCenter Monitoring Contents Informatica Corporation RulePoint Release Notes June 27, 2011 Copyright 1998-2011 Informatica Corporation Abstract... 1 RulePoint Proactive PowerCenter Monitoring... 1 Installation... 1 Enhancements...

More information

ForeScout Extended Module for Advanced Compliance

ForeScout Extended Module for Advanced Compliance ForeScout Extended Module for Advanced Compliance Version 1.2 Table of Contents About Advanced Compliance Integration... 4 Use Cases... 4 Additional Documentation... 6 About This Module... 6 About Support

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Advanced Design and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: January 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies...

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies... Cloud Services Identity Management Administration Guide Version 17 July 2017 Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 About the User Administration Table...

More information

Administrator Guide. 701P39663 April 2003

Administrator Guide. 701P39663 April 2003 Administrator Guide 701P39663 April 2003 Copyright 1999-2003 Xerox Corporation. All Rights Reserved. Publication number: 701P39663 Copyright protection claimed includes all forms of matters of copyrightable

More information

BMS Managing Users in Modelpedia V1.1

BMS Managing Users in Modelpedia V1.1 BMS 3.2.0 Managing Users in Modelpedia V1.1 Version Control Version Number Purpose/Change Author Date 1.0 Initial published version Gillian Dass 26/10/2017 1.1 Changes to User roles Gillian Dass 14/11/2017

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 2.8 Table

More information

Database Username And Current User Schema Do Not Match Sql Server

Database Username And Current User Schema Do Not Match Sql Server Database Username And Current User Schema Do Not Match Sql Server The utility connects to the MS SQL Server database and then establishes the schema pull Dependencies: If you do not set the user name that

More information

vfire Server Console Guide Version 1.5

vfire Server Console Guide Version 1.5 vfire Server Console Guide Table of Contents Version Details 4 Copyright 4 About this guide 6 Intended Audience 6 Standards and Conventions 6 Introduction 7 Accessing the Server Console 8 Creating a System

More information

ForeScout Open Integration Module: Data Exchange Plugin

ForeScout Open Integration Module: Data Exchange Plugin ForeScout Open Integration Module: Data Exchange Plugin Version 3.2.0 Table of Contents About the Data Exchange Plugin... 4 Requirements... 4 CounterACT Software Requirements... 4 Connectivity Requirements...

More information

Informatica Proactive Monitoring for Data Quality (Version 1.0) Solutions Guide

Informatica Proactive Monitoring for Data Quality (Version 1.0) Solutions Guide Informatica Proactive Monitoring for Data Quality (Version 1.0) Solutions Guide Informatica Proactive Monitoring for Data Quality Solutions Guide Version 1.0 June 2012 Copyright (c) 2003-2012 Informatica.

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

Manage Administrators and Admin Access Policies

Manage Administrators and Admin Access Policies Manage Administrators and Admin Access Policies Role-Based Access Control, on page 1 Cisco ISE Administrators, on page 1 Cisco ISE Administrator Groups, on page 3 Administrative Access to Cisco ISE, on

More information

Manage Administrators and Admin Access Policies

Manage Administrators and Admin Access Policies Manage Administrators and Admin Access Policies Role-Based Access Control, page 1 Cisco ISE Administrators, page 1 Cisco ISE Administrator Groups, page 3 Administrative Access to Cisco ISE, page 11 Role-Based

More information

Mozy. Administrator Guide

Mozy. Administrator Guide Mozy Administrator Guide Preface 2017 Mozy, Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a license

More information

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide HP ALM 11.00 Administration and Customization Lab Guide Overview This Lab Guide contains the exercises for Administration and Customization of HP ALM 11 Essentials training. The labs are designed to enhance

More information

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint.

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Version 2.7 Table of Content PREFACE... I INTENDED AUDIENCE...

More information

Active Servicedesk Release Notes

Active Servicedesk Release Notes 8.00.00 Integration Added new history information related to external notifications Notifications Added config.xml to templates folder so specific email settings can be controlled using template scripts

More information

Interface Reference. McAfee Application Control Windows Interface Reference Guide. Add Installer page. (McAfee epolicy Orchestrator)

Interface Reference. McAfee Application Control Windows Interface Reference Guide. Add Installer page. (McAfee epolicy Orchestrator) McAfee Application Control 8.1.0 - Windows Interface Reference Guide (McAfee epolicy Orchestrator) Interface Reference Add Installer page Add an existing installer to the McAfee epo repository. Table 1

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 3.2 Table

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, 2017 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

This document contains information on fixed and known limitations for Test Data Management.

This document contains information on fixed and known limitations for Test Data Management. Informatica Corporation Test Data Management Version 9.6.0 Release Notes August 2014 Copyright (c) 2003-2014 Informatica Corporation. All rights reserved. Contents Informatica Version 9.6.0... 1 Installation

More information

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects XI3.1 Service Pack 4 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet,

More information

Manual Trigger Sql Server 2008 Examples Update

Manual Trigger Sql Server 2008 Examples Update Manual Trigger Sql Server 2008 Examples Update SQL Server has a pool of memory that is used to store both execution plans and data buffers. For example, the first of these SELECT statements is not matched

More information

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites Oracle Database Real Application Security Administration 12c Release 1 (12.1) E61899-04 May 2015 Oracle Database Real Application Security Administration (RASADM) lets you create Real Application Security

More information

ForeScout CounterACT. Configuration Guide. Version 3.4

ForeScout CounterACT. Configuration Guide. Version 3.4 ForeScout CounterACT Open Integration Module: Data Exchange Version 3.4 Table of Contents About the Data Exchange Module... 4 About Support for Dual Stack Environments... 4 Requirements... 4 CounterACT

More information

New in isupport v12.7

New in isupport v12.7 New in isupport v12.7 In addition to continued enhancement of code quality, this release contains the following features: Social Client renamed to mysupport Email Processing Email Rules and Rule Groups

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012848-001, Rev. E Release Date July 2015 Applicability This version of the SAS

More information

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server... Oracle Access Manager Configuration Guide for On-Premises Version 17 October 2017 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing

More information

Change and Configuration Management Administration

Change and Configuration Management Administration CHAPTER 7 Change and Configuration Management Administration These topics provide administrative information on Change and Configuration Management: Configuring Global Settings for Configuration Management,

More information

BEAWebLogic RFID. Edge Server. Using the Administration Console

BEAWebLogic RFID. Edge Server. Using the Administration Console BEAWebLogic RFID Edge Server Using the Administration Console Version 2.1 Revised: June 29, 2006 Contents 1. Introduction and Roadmap Document Scope and Audience.............................................

More information

Administering isupport

Administering isupport Administering isupport Tracking and Monitoring isupport Usage Agents perform tasks in the background that are an integral part of isupport functionality. See Enabling and Scheduling Agents on page 2 for

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

Oracle Cloud Using Oracle IoT Connected Worker Cloud Service

Oracle Cloud Using Oracle IoT Connected Worker Cloud Service Oracle Cloud Using Oracle IoT Connected Worker Cloud Service 17.4.5 E84369-02 December 2017 Oracle Cloud Using Oracle IoT Connected Worker Cloud Service, 17.4.5 E84369-02 Copyright 2017, Oracle and/or

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6 Gateway Installation and Configuration Guide for On-Premises Version 17 September 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites...

More information

BusinessObjects LifeCycle Manager User's Guide

BusinessObjects LifeCycle Manager User's Guide BusinessObjects LifeCycle Manager User's Guide BusinessObjects Enterprise XI 3.1 Service Pack2 windows Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects,

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Publisher 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols and

More information

OpenProject AdminGuide

OpenProject AdminGuide OpenProject AdminGuide I. Contents I. Contents... 1 II. List of figures... 2 1 Administration... 2 1.1 Manage projects...2 1.2 Manage users...5 1.3 Manage groups...11 1.4 Manage roles and permissions...13

More information

IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, Integration Guide IBM IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, 2018 Integration Guide IBM Note Before using this information and the product it supports,

More information

Publishing and Subscribing to Cloud Applications with Data Integration Hub

Publishing and Subscribing to Cloud Applications with Data Integration Hub Publishing and Subscribing to Cloud Applications with Data Integration Hub 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Administration. STILOG IST, all rights reserved

Administration. STILOG IST, all rights reserved 2 Table of Contents I. Admin Center... 1 1. ACCESS... 1 Starting the Admin Center application... 1 2. General Settings... 2 Home page... 3 Client... 4 Application... 5 VPPortal... 6 3. Password Configuration...

More information

Integrating with Prime Service Catalog

Integrating with Prime Service Catalog This chapter consist of the following topics: Overview, page 1 Integrating with Third Party Applications, page 4 Creating Custom Integrations, page 7 Providing Infrastructure as a Service (IaaS) using

More information

IBM emessage Version 9 Release 1 February 13, User's Guide

IBM emessage Version 9 Release 1 February 13, User's Guide IBM emessage Version 9 Release 1 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 471. This edition applies to version

More information

IBM FileNet Business Process Framework Version 4.1. Explorer Handbook GC

IBM FileNet Business Process Framework Version 4.1. Explorer Handbook GC IBM FileNet Business Process Framework Version 4.1 Explorer Handbook GC31-5515-06 IBM FileNet Business Process Framework Version 4.1 Explorer Handbook GC31-5515-06 Note Before using this information and

More information

CA GovernanceMinder. CA IdentityMinder Integration Guide

CA GovernanceMinder. CA IdentityMinder Integration Guide CA GovernanceMinder CA IdentityMinder Integration Guide 12.6.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Manage Administrators and Admin Access Policies

Manage Administrators and Admin Access Policies Manage Administrators and Admin Access Policies Role-Based Access Control, on page 1 Cisco ISE Administrators, on page 1 Cisco ISE Administrator Groups, on page 3 Administrative Access to Cisco ISE, on

More information

New Features Summary. SAP Sybase Event Stream Processor 5.1 SP02

New Features Summary. SAP Sybase Event Stream Processor 5.1 SP02 Summary SAP Sybase Event Stream Processor 5.1 SP02 DOCUMENT ID: DC01616-01-0512-01 LAST REVISED: April 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

CORAL Resources Module User Guide

CORAL Resources Module User Guide CORAL Resources Module User Guide About CORAL Resources A component of Hesburgh Libraries locally developed ERM, CORAL Resources aids in the management of the electronic resource workflow from the initial

More information

Maintaining Configuration Settings in Access Control

Maintaining Configuration Settings in Access Control Maintaining Configuration Settings in Access Control Applies to: SAP BusinessObjects Access Control 10.0 SP05 Summary: This guide contains additional information about the parameters used when configuring

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012848-001, Rev. B Release Date March 2015 Applicability This version of the SAS

More information

8.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

8.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5 for Google Docs Contents 2 Contents 8.0 Help for Community Managers... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Administering Jive for Google Docs... 6 Understanding Permissions...6

More information

Configure Guest Access

Configure Guest Access Cisco ISE Guest Services, on page 1 Guest and Sponsor Accounts, on page 2 Guest Portals, on page 13 Sponsor Portals, on page 25 Monitor Guest and Sponsor Activity, on page 35 Guest Access Web Authentication

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Dockit Migrator. Release Notes

Dockit Migrator. Release Notes Dockit Migrator Release Notes Version 11.0.6646 Performance improvement in folder migration in File share module. Improvements in loading users and groups from SharePoint sites during migration. Fixed

More information

DB Change Manager. User Guide. Version 17.0 Published December 2017

DB Change Manager. User Guide. Version 17.0 Published December 2017 DB Change Manager User Guide Version 17.0 Published December 2017 2017 IDERA, Inc. IDERA, the IDERA logos, and all other IDERA product or service names are trademarks or registered trademarks of IDERA,

More information

PeoplePassword Documentation v6.0

PeoplePassword Documentation v6.0 PeoplePassword Documentation v6.0 Instructions to Configure and Use PeoplePassword v6.0, LLC Contents Overview... 3 Getting Started... 3 Components of PeoplePassword... 3 Core Components... 3 Optional

More information

Oracle HCM Cloud Common Release 12. What s New

Oracle HCM Cloud Common Release 12. What s New Oracle HCM Cloud Common Release 12 What s New TABLE OF CONTENTS REVISION HISTORY... 4 OVERVIEW... 7 RELEASE FEATURE SUMMARY... 8 HCM COMMON FEATURES... 11 APPLICATIONS SECURITY... 11 User Account Management...

More information

Link to Download FlexiDoc Server preactivated

Link to Download FlexiDoc Server preactivated Link to Download FlexiDoc Server preactivated Download FlexiDoc Server with licence code FlexiDoc Server last edition of windows XP x32&64 For the product update process, see ⠌ Product version: 3.1.6.0

More information

Version Emergency Bug Fixes Fixed Limitations Known Limitations... 4 Informatica Global Customer Support...

Version Emergency Bug Fixes Fixed Limitations Known Limitations... 4 Informatica Global Customer Support... Informatica Corporation Informatica Data Archive 6.4.4 Release Notes January 2018 Copyright Informatica LLC 2003, 2018 Contents Version 6.4.4... 1 6.4.4 Emergency Bug Fixes.... 1 6.4.4 Fixed Limitations....

More information

BIG-IP Analytics: Implementations. Version 12.1

BIG-IP Analytics: Implementations. Version 12.1 BIG-IP Analytics: Implementations Version 12.1 Table of Contents Table of Contents Setting Up Application Statistics Collection...5 What is Analytics?...5 About HTTP Analytics profiles...5 Overview: Collecting

More information

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018 ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk November 2018 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide

Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide Policy Manager for IBM WebSphere DataPower Install Guide AKANA_PMDP_Install_8.0 Copyright Copyright 2016 Akana, Inc. All rights reserved.

More information

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide You can find the most up-to-date technical

More information

Contents. Server Call Usage

Contents. Server Call Usage Server Call Usage Contents Server Call Usage Overview...3 Server Call Usage Dashboard...6 View Current Server Call Usage...6 View Report Suite Usage...8 Server Call Usage Alerts...10 Server Call Usage

More information

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility User Guide Version: 3.1.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

CA Identity Governance

CA Identity Governance CA Identity Governance Configuration Guide 12.6.02a This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Account Customer Portal Manual

Account Customer Portal Manual Account Customer Portal Manual Table of Contents Introduction Dashboard Section Reporting Section My Settings Section My Account Section Billing Section Help Section 2 4 7 15 20 25 27 1 Introduction SMTP

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Informatica BCI Extractor Solution

Informatica BCI Extractor Solution Informatica BCI Extractor Solution Objective: The current BCI implementation delivered by Informatica uses a LMAPI SDK plugin to serially execute idoc requests to SAP and then execute a process mapping

More information

User Provisioning. Joiner, Mover, Leaver Protected Networks GmbH

User Provisioning. Joiner, Mover, Leaver Protected Networks GmbH User Provisioning Joiner, Mover, Leaver 8.0 2017 Protected Networks GmbH User Provisioning as a process: joiner, mover & leaver The flexibility of today s working world requires a well thought through

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.20 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

More information

Fingerprint - Database Fingerprinting

Fingerprint - Database Fingerprinting Fingerprint - Database Fingerprinting Reference From Websense Data Security Help 7.6 Page 111-128 Contents Content Fingerprint............................................... 1 Database fingerprinting......................................1

More information

Senstar Symphony. 7.1 User Guide

Senstar Symphony. 7.1 User Guide Senstar Symphony 7.1 User Guide Contents Contents Introduction...5 Network configuration... 5 Getting started...6 Symphony Server... 8 Log in to the server configuration interface...8 Devices...8 Cameras...

More information

IBM Tivoli Identity Manager V5.1 Fundamentals

IBM Tivoli Identity Manager V5.1 Fundamentals IBM Tivoli Identity Manager V5.1 Fundamentals Number: 000-038 Passing Score: 600 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ IBM 000-038 IBM Tivoli Identity Manager V5.1 Fundamentals

More information

Compliance Manager ZENworks Mobile Management 2.7.x August 2013

Compliance Manager ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Compliance Manager ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

Installation Guide for 3.1.x

Installation Guide for 3.1.x CARETEND BI Installation Guide for 3.1.x TABLE OF CONTENTS DOCUMENT PURPOSE... 2 OVERVIEW... 2 PLATFORM COMPONENTS... 3 Rock-Pond BI Server... 3 CareTend BI Client Application... 3 ABOUT INSTANCES... 3

More information

SAS Enterprise Case Management 2.2. Administrator s Guide

SAS Enterprise Case Management 2.2. Administrator s Guide SAS Enterprise Case Management 2.2 Administrator s Guide The correct bibliographic citation for this manual is as follows: SAS Institute, Inc. 2010. SAS Enterprise Case Management 2.2: Administrator's

More information

VMware View Upgrade Guide

VMware View Upgrade Guide View 4.0 View Manager 4.0 View Composer 2.0 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 information

User Management in Resource Manager

User Management in Resource Manager CHAPTER 8 This section describes how to manage user profiles. Topics in this section include: Overview of User Management, page 8-1 Using User Management, page 8-1 Overview of User Management In Resource

More information

Staff User Manual. Chapter 3 Contracts

Staff User Manual. Chapter 3 Contracts Staff User Manual Chapter 3 Contracts Copyright 2013 by B2Gnow/AskReply, Inc. All rights reserved. Published in the United States by B2Gnow/AskReply, Inc. www.b2gnow.com B2Gnow is a registered trademark

More information

Oracle. Service Cloud Knowledge Advanced Administration Guide

Oracle. Service Cloud Knowledge Advanced Administration Guide Oracle Service Cloud Knowledge Advanced Administration Guide Release November 2016 Oracle Service Cloud Part Number: E80591-02 Copyright 2015, 2016, Oracle and/or its affiliates. All rights reserved Authors:

More information

Reports Installation Guide

Reports Installation Guide Oracle Revenue Management and Billing Version 2.4.0.0.0 Revision 5.0 E59916-01 March, 2015 Oracle Revenue Management and Billing E59916-01 Copyright Notice Copyright 2015, Oracle and/or its affiliates.

More information

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 2.7 Table of Content PREFACE... I INTENDED

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information