IBM Atlas Suite Administrators Guide: Timer Tasks. for IBM Atlas Suite v6

Size: px
Start display at page:

Download "IBM Atlas Suite Administrators Guide: Timer Tasks. for IBM Atlas Suite v6"

Transcription

1 IBM Atlas Suite Administrators Guide: Timer Tasks for IBM Atlas Suite v6

2 IBM Atlas Suite Administrators Guide: Timer Tasks This edition applies to version 6.0 of IBM Atlas Suite (product numbers 5725-D75, 5725-D76, 5725-D77) and to all subsequent releases and modifications until otherwise indicated in new editions. Copyright International Business Machines Corporation 2004, US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

3 Contents 1 Introduction Timer Task Framework TIMER-CONFIGURATION Timer Task Events Watchdog thread heartbeat System Statistics and Usage MatterStats Task Org Unit Change History Task Matter Report Generator Task Automatic License Generation Task System Housekeeping Expired Organization Membership Delete Task Scope Target Temp Table Reaper TempTableCleanup Task Authentication Password Encryption Task Alerts Alert Sender Task ChangeAlert Task ExpiredAlerts Cleanup Task Reports and Publications PDFReportRequest Task Policy Publication Task PublishCommunicationBulletin Task Legal Matters: Dashboard Matter Metrics Extraction Task Matter Real Time Metrics Extraction Task Matter Events Extraction Task Matter Exceptions Extraction Task... 15

4 Contents IBM Atlas Suite Administrators Guide: Timer Tasks 8 Legal Matters: Notices Receiver Task Notice Sender Task Send ReminderNotice Task Legal Matters: Preservation and Collection Plans ACHP Document Download Task Execute automatic hold and collection transactions Reject transactions for which approval process has been inactive for a period of time Send Reminder alerts to owners of transaction for ongoing transactions Legal Matters: External Repository Content Transfer Task Data Integrity Task Legal Matters: Document Import, Export, and Disposition Content Disposal Task DocumentExport Task DocumentExport Cleanup Task Prepare PstNMsgFileList Task Process DropBoxLocations Task Process ExtractedPstNMsgFile Task ZIPFileExtractor Task Retention Schedules ScheduleAndProjectInScope Task ScheduleChanges Task SchedulesCopyToSuborgs Task ScheduleStats Task TemplateChanges Task WorkflowTimeout Task Policy Distribution Runtime Engine IER Policy Distribution Automated Propagation Task Data Sources Data Governance Task Data Source Admin Org Calculation Task IBM Atlas ediscovery Cost Forecasting and Management Cost Forecast Stage 1-5 (Five Tasks)

5 1 Introduction A Timer Task is a background program that performs one of a variety of functions, including indexing uploaded documents, sending Notices to Collection and Hold targets, generating and publishing Reports, and so on. Each task is on its own schedule; by default, some run every five minutes while others run once a day, once a month, or even once a year. As they re running, the Tasks report their progress through a series of Events that are recorded in the Timer Task Log. The Timer Task Framework is the mechanism that launches the individual Timer Tasks. Sitting above the Framework is the Timer Task Watchdog, a task that makes sure the Framework is still running. The rest of this chapter tells you everything you need to know about the Timer Task Framework, Watchdog, and Events. The remaining chapters provide specifications of the Timer Tasks themselves. Each chapter collects the Tasks that pertain to a particular subject or module. N O T E You can t create your own Timer Tasks. I M P O R T A N T After modifying a Timer Task, you must restart the application server. 1.1 Timer Task Framework This section lists and describes the elements that affect the Timer Task Framework and Watchdog: Thread Count sets the maximum number of concurrent Timer Tasks (including the Watchdog thread) that the Framework will create. TIMER-CONFIGURATION Component is a specification of the Component that configures the Timer Task Watchdog Thread Count Each Task that s spawned and controlled by the Timer Task Framework is run in its own thread. The Watchdog, as well, takes a thread. The maximum number of concurrent threads that the system will create is set through the timertaskthreadcount property in the C:/ATLAS/Properties/appStrings.properties file on the application server: # # Timer Task Related Properties # timertaskthreadcount=10 If you don t have enough Timer Task threads, you ll see Task misfire threshold exceeded Events in the Timer Task Log. A misfire means that the Task was supposed to run, but didn t (for whatever reason). An occasional misfire isn t a

6 Introduction IBM Atlas Suite Administrators Guide: Timer Tasks problem, but if one or more tasks are becoming starved because of misfires, you should consider increasing the timertaskthreadcount value. On the other hand, if you think that the system performance is degraded because there are too many simultaneous Timer Task threads, you should decrease the count (and you should probably also decrease the frequency of the Tasks). The system won t see your change to the timertaskthreadcount value (nor anything else in appstrings.properties) until you restart the application server. 1.2 TIMER-CONFIGURATION N OTE The Component specification given here is copied from the IBM Atlas Suite Administrators Guide: Components book; it s reprinted here for convenience. For an explanation of the format, see the Introduction to the Components book COMPONENT STYLE: Functional PARAMETER STYLE: Key/Value SYSTEM RESTART: No Configures the Timer Task Watchdog. The Watchdog is a task that monitors the Timer Task Framework to make sure it s still running. TIMER-CONFIGURATION Parameters Name Type Default Value WATCHDOG_WAKEUP_PERIOD INTEGER 30 The frequency, in seconds, with which the Timer Task Watchdog task is executed. The value that you set is applied after the next Watchdog run. NOTHING_WORKS_SAMPLING_PERIOD SECONDS 20 NOTHING_WORKS_THRESHOLD_PERIOD SECONDS 100 The Timer Task Watchdog uses these two Parameters when it s trying to determine if the Timer Task Framework is running. The NOTHING_WORKS_SAMPLING_PERIOD Parameter is the frequency, in seconds, with which the Watchdog looks at the Timer Task Event Log. (The actual frequency with which the Watchdog checks the Framework is the greater of NOTHING_WORKS_SAMPLING_PERIOD and WATCHDOG_WAKEUP_PERIOD.) If no jobs have logged an Event within the last NOTHING_WORKS_THRESHOLD_PERIOD seconds, the Watchdog assumes the Framework is hung or dead and logs a No timer task is running Event. The Watchdog doesn t check to see if a job was supposed to have run within the last NOTHING_WORKS_THRESHOLD_PERIOD time period, it merely checks to see if one has. If you ve configured your Timer Tasks to run less often than NOTHING_WORKS_THRESHOLD_PERIOD, the Watchdog may produce false No timer task is running Events. 6

7 IBM Atlas Suite Administrators Guide: Timer Tasks Introduction Name Type Default Value SNAPSHOT_DESCRIPTION_LENGTH INTEGER 50 A Timer Task can log its status in a snapshot buffer that s displayed on the Details page in the Admin > Timer Task Log module. This Parameter sets the maximum amount of data, in bytes, that the Watchdog will pull from each snapshot buffer. 1.3 Timer Task Events There are three types of Timer Task Events: Those that report on the operation of Timer Task Jobs (or instances of specific Tasks), and those that report on the health of the Framework. The Timer Task Job Events are: Job Started indicates that a Timer Task Job has started. Job Snapshot is information that s provided by the Timer Task as the Job is running. Note that not all Tasks provide snapshot information. Job Ended indicates that the Job has ended, and reports on the success of the operation. Task timed out means that a Job was started, but it didn t finish in time. The Framework Events are: Task misfire threshold exceeded means that the Framework failed to create a particular Job too many times in a row. Worker threads are not working on the server means that the Watchdog thinks the Framework is hung. Watchdog thread heartbeat. This isn t an error; it s created every time the Watchdog wakes up. The following sections give more information about these Events, and tell you what to do if you see too many errors. I M P O R T A N T In all cases, if you think there s a problem with your Timer Task Framework, you should restart your application server Job Started The Job Started Event is always benign. It simply reports that a Job has begun Job Ended Every Job Ended Event reports its success through the Status Code column in the Timer Task Log UI (which we ll look at later): If the Event reports SUCCESS, everything is fine. If it reports ERROR, then the Job ran into some situation that made it fail. The data it was processing may have been corrupt, its thread may have died, it may have asked for a resource that doesn t exist, and so on. The severity 7

8 Introduction IBM Atlas Suite Administrators Guide: Timer Tasks of the error is variable; the Error Description column provides some information. (The section on the Timer Task Log UI will show you how to dig deeper into the error.) Task timed out A Task timed out Event means the Job has exceeded the time limit defined for the Task. This can happen if: The Task s time limit value is too small. The Job is taking too long. Check the Job Snapshot Events they may provide some troubleshooting information. The Job is in a loop or is blocked completely. Bad data or a missing resource is often the reason for this. Note that when a Job exceeds its time out limit, the Timer Task Framework doesn t kill the Job doing so could result in unreleased resources, corrupt files, and so on. The situation is reported as an error, but the Job continues to run Task misfire threshold exceeded If the Framework can t launch a Job, the failure is recorded as a misfire. An occasional misfire for a Task is tolerable, but if the number of contiguous misfires exceeds the Task s misfire tolerance, a Task misfire threshold exceeded Event is issued. Misfires can happen if The Timer Task thread count is too low. See Thread Count for more information. Keep in mind that you must restart the application server after adjusting the thread count. A previous Job for the same Task is still running. This could happen if the Task s time limit is greater than the time period defined by its frequency. If you see a Job Started Event followed by a Task misfire with no intervening Job Ended or Task timed out (for a given Task), then this almost certainly the case. The error should be handled as a Task timed out failure (in other words, the Job is taking too long to complete) Worker threads are not working on the server This Event means that the Watchdog thinks that the Framework is dead. See the NOTHING_WORKS parameters in the TIMER-CONFIGURATION Component for more information. As explained there, the Watchdog might simply be expecting more Events than are naturally created. 1.4 Watchdog thread heartbeat Each time the Watchdog runs, it logs a Watchdog thread heartbeat Event. If you don t see any of these Events in the Log, then the Watchdog thread is dead and you should restart the application server. 8

9 2 System Statistics and Usage 2.1 MatterStats Task FREQUENCY: Once a month (1 am on the first day) NECESSITY: If you use IBM Atlas Legal ediscovery, this Task should be enabled; otherwise, it should be disabled. Calculates the Legal Matter statistics that are presented in the Matter Statistic By Matter Security Group Report. The Task doesn t generate or send the Report, it merely assembles the statistics. 2.2 Org Unit Change History Task FREQUENCY: Once a day (11:45 pm) NECESSITY: If you care about changes to your Organization structure, this Task should be enabled; otherwise, it can be disabled. Compiles the information that s presented in the Organization Audit Report. The Task doesn t generate or send the Report, it merely assembles the information. 2.3 Matter Report Generator Task FREQUENCY: Once a day (11 pm) NECESSITY: This Task should always be enabled. Looks at the state of your system and sends Alerts to the System Administrator if: Your system is close to or has reached the maximum number of Matters that your license allows. Your system is close to or has reached the maximum number of open Matters that your license allows. Your IBM Atlas Suite license is about to expire.

10 System Statistics and Usage IBM Atlas Suite Administrators Guide: Timer Tasks 2.4 Automatic License Generation Task FREQUENCY: Once a day (11 pm) NECESSITY: This task should always be enabled. Checks to see if it s time to create and send the Atlas Usage Report. This is a Report that tallies the number of user accounts that you ve created. The report is sent to the address that s configured in the AUTOMATIC_LICENSE_GENERATION Component. The Component also defines the dates on which the Report is generated and sent. 10

11 3 System Housekeeping 3.1 Expired Organization Membership Delete Task DEFAULT FREQUENCY: Once a day (11:00 PM) NECESSITY: If you don t want to track historical Organization membership, you must enable this Task; otherwise you must disable it. When a Person is removed from an Organization, the Person-Organization association is marked as inactive, but it isn t deleted from the database. Inactive associations are displayed on the Map > Person and Map > Organizations pages, allowing you to view a history of your company s organization structure something that can be useful when scoping a Legal Matter (as an example). If you don t want to keep this historical data if you want inactive Person-Organization associations to be deleted from the database you must set the PRESERVE_ORGANIZATION_HISTORY Parameter in the PERSON_CONFIGURATION Component to No (it s Yes by default). This Timer Task will then remove the inactive associations. 3.2 Scope Target Temp Table Reaper DEFAULT FREQUENCY: Once a day (11:00 PM) NECESSITY: If you use IBM Atlas Legal ediscovery you must enable this Task; otherwise you can disable it. Cleans up some temporary tables that are used while a user is adding Persons to the Scope of a Legal Request. 3.3 TempTableCleanup Task DEFAULT FREQUENCY: Once a day (11:30 PM) NECESSITY: This Task must always be enabled. Removes old data from various database tables. The type of data that s removed and the time span that constitutes old for each type is defined by the DATA_PURGE_SETTINGS Component.

12 4 Authentication 4.1 Password Encryption Task FREQUENCY: Once a year (midnight, January 1) NECESSITY: If you re using the Atlas application for authentication, you must enable this Task; otherwise, you can disable it. Finds passwords that are stored in the database as cleartext and encrypts them. This doesn t affect passwords that are stored on authentication systems such as LDAP and NTLM.

13 5 Alerts For more information on Alerts, see the IBM Atlas Suite Administrators Guide: Alerts book and the Alerts chapter of the IBM Atlas Suite Administrators Guide: Components book. 5.1 Alert Sender Task FREQUENCY: 15 minutes NECESSITY: If you want Alerts to be sent as messages, you must enable this task; otherwise you should disable it. Creates and sends messages for newly-generated Alerts. To tell the system to send Alert s, you must set one of the two parameters in the Alert_ _Settings Component to TRUE. 5.2 ChangeAlert Task FREQUENCY: Every 15 minutes NECESSITY: If you want Change Alerts to be sent, you must enable this task; otherwise you should disable it. Posts Change Alerts to each recipient s My Atlas page. A Change Alert tells the user that an object has been created, modified, or deleted. A number of Components and Atlas Admin modules are involved in the Change Alert system; see the Alerts chapter of the IBM Atlas Suite Administrators Guide: Components book. 5.3 ExpiredAlerts Cleanup Task FREQUENCY: Once a day (noon) NECESSITY: This Task must always be enabled. Deletes Alerts that have outlived their time limits. The Alerts are removed from the recipients My Alerts trays and become inaccessible through the link that was sent to the recipients. You can set a different time limit for each type of Alert through the ALERT_EXPIRATION Component. The default time limit is 7 days.

14 6 Reports and Publications 6.1 PDFReportRequest Task FREQUENCY: Every 60 seconds NECESSITY: If you generate Reports in PDF or CSV format, you must enable this Task; otherwise, you can disable it. Generates PDF and CSV versions of recently-requested Reports. When the Report has been generated, an Alert is sent to the user who requested the Report. 6.2 Policy Publication Task FREQUENCY: Every 60 seconds NECESSITY: If you use IBM Retention Policy and Schedule Management, you should enable this Task; otherwise, you can disable it. Generates recently-requested Policy Publications. A Policy Publication is an XML file that lists the Local Schedules that are associated with one or more Data Sources. A user can request one of these files through the Policy Export button on the Map > Data Source page. 6.3 PublishCommunicationBulletin Task FREQUENCY: Every 5 minutes NECESSITY: If you use the Communications module, you should enable this Task; otherwise, you can disable it. Sends messages to the designated recipients of recently-created Bulletins. A Bulletin is a general-purpose message that can be sent to one or more Persons. Bulletins are created through the Communications module in the Atlas application.

15 7 Legal Matters: Dashboard 7.1 Matter Metrics Extraction Task FREQUENCY: Once a day (12:10 AM) NECESSITY: If you use IBM Atlas Legal ediscovery, you should enable this task; otherwise you should disable it. Computes the Metrics for all Matter activity that occurred during the last day. Matter Metrics are displayed in the Metrics tab in the Matter Dashboard. I M P O R T A N T You mustn t set this Timer Task to run more than once a day, and you should never execute it by hand. 7.2 Matter Real Time Metrics Extraction Task FREQUENCY: Every 10 minutes NECESSITY: If you use IBM Atlas Legal ediscovery, you should enable this task; otherwise you should disable it. Looks for recent changes to the Matters Metrics. The new counts are displayed on the Matters list page they don t affect the numbers and charts that are presented in the Metrics tab. 7.3 Matter Events Extraction Task I M P O R T A N T This Task isn t currently used and shouldn t be enabled. ENABLED: No FREQUENCY: Once a day (11:00 PM) NECESSITY: If you use IBM Atlas Legal ediscovery, you should enable this task; otherwise you should disable it. Checks the due dates for all Matter Events. Matter Events are displayed in the Scheduled Events tab in the Matter Dashboard. 7.4 Matter Exceptions Extraction Task FREQUENCY: Once a day (11:00 PM) NECESSITY: If you use IBM Atlas Legal ediscovery, you should enable this task; otherwise you should disable it. Checks for Matter Exceptions. The Exceptions are displayed in the Exceptions tab in the Matter Dashboard.

16 8 Legal Matters: Notices 8.1 Receiver Task ENABLED BY DEFAULT: No DEFAULT FREQUENCY: 5 minutes NECESSITY: If you let Custodians respond to Hold Notices by (by including the $ confirmation placeholder in the Notice), you must enable this Task; otherwise, you should disable it. Logs into the mailbox that receives replies from Hold Notice recipients and processes the messages that it finds there. This processing includes: Recording whether or not the recipient has indicated compliance with the s request. Forwarding the to the success or error mailbox that was configured in the CONFIRMATION MAIL SETTINGS Component. For more information about how to configure the Notice response attributes, see the CONFIRMATION MAIL SETTINGS and MAILSETTINGS Components. 8.2 Notice Sender Task DEFAULT FREQUENCY: 5 minutes NECESSITY: If you use IBM Atlas Legal ediscovery you must enable this Task; otherwise you should disable it. Sends messages that announce recently-created Legal Notices and Bulletins. The SMTP server and account that s used for these messages is configured in the MAILSETTINGS Components. 8.3 Send ReminderNotice Task DEFAULT FREQUENCY: Once a day (1 AM) NECESSITY: If you use IBM Atlas Legal ediscovery you must enable this Task; otherwise you should disable it. Sends Auto-Reminders (including the Global Hold Reminder) and Confirmation Reminders to Hold Notice and Interview Notice recipients who haven t responded to the Notice within the allotted amount of time, as specified by the Notice itself (or the Global Hold Reminder). I M P O R T A N T You should make sure this Task s execution time is set so it runs just after midnight. If it runs just before midnight, some Notices could be sent a day late.

17 9 Legal Matters: Preservation and Collection Plans This chapter describes the Tasks that drive the Structured Preservation and Collection Plan framework. Each Task is marked as applying to Manual Plans, Automated Plans, or both. 9.1 ACHP Document Download Task ENABLED BY DEFAULT: No DEFAULT FREQUENCY: 5 minutes NECESSITY: If you use IBM Atlas Policy Federation to collect documents, you must enable this task; otherwise, you should disable it. Downloads the documents that have been collected by your system s Policy Federation Connectors. While they re waiting to be downloaded, the documents are stored in the staging directory on the machine that hosts the Connector. The task doesn t delete the files from the staging directory, nor does it communicate with the Connector. This Task applies to Automated Plans, only. 9.2 Execute automatic hold and collection transactions ENABLED BY DEFAULT: No DEFAULT FREQUENCY: 1 minute NECESSITY: If you use IBM Atlas Policy Federation you must enable this task; otherwise, you should disable it. Executes the next step in all active, Automated Policy Federation Plans. The framework keeps track of each Plan s current activity so it knows what that next step is supposed to be. For example, if the Plan was just created, the framework sends the initial evaluate query message to the Policy Federation Connector; if the Connector has started looking for files, the framework sends an are you finished? query; if the Plan is on-going and the reminder period has expired, the framework tells the Connector to search for more files, and so on. The one activity that isn t triggered by this Timer Task is the downloading of collected files; downloading is controlled by the ACHP Document Download Task. This Task applies to Automated Plans, only.

18 Legal Matters: Preservation and Collection Plans IBM Atlas Suite Administrators Guide: Timer Tasks 9.3 Reject transactions for which approval process has been inactive for a period of time DEFAULT FREQUENCY: Once a day (11:30 PM) NECESSITY: If you use Preservation or Collection Plans that require approval, you should enable this task; otherwise, you can disable it. If a Preservation or Collection Plan requires approval, the approvers have a certain amount of time to accept or reject the Plan. This task finds the Plans that have been waiting too long for the approvers to make their decisions, where too long is defined by the APPROVAL_TIME_OUT parameter of the ACH_TRANSACTION_CONFIGURATION Component. The Task then marks the overdue Plans as rejected. This Task applies to Manual and Automated Plans. 9.4 Send Reminder alerts to owners of transaction for ongoing transactions DEFAULT FREQUENCY: 5 minutes NECESSITY: If you use on-going Manual Preservation or Collection Plans, you must enable this task; otherwise, you should disable it. Checks to see if it s time to send a reminder to the owners of on-going Manual Plans. The reminder tells the owners that they should re-execute the Plan in order to find new documents that fulfill the Plan s search criteria. The Plan itself defines the reminder frequency (in days); this task sends the reminder if the reminder frequency period has expired. This Task applies to Manual Plans, only. 18

19 10 Legal Matters: External Repository Documents that are collected as part of a Legal Matter can be stored in the Atlas database or in an External Repository (a repository that s external to Atlas). To set up an External Repository, see Legal Matters: External Repository chapter of the IBM Atlas Suite Administrators Guide: Components book Content Transfer Task FREQUENCY: Every 30 minutes NECESSITY: If you use an External Repository, you must enable this task; otherwise you should disable it. Transfers files from the Document Library to your External Repository. Only those files that have been indexed are moved. If a file has been uploaded to the system but hasn t yet been indexed, it isn t transferred until the next time this task is executed. Also see the EXTERNAL_REPOSITORY Component. It contains a Parameter, Max Execution Time in Seconds, that gracefully limits the runtime of this Timer Task Data Integrity Task FREQUENCY: Once a day (2 am) NECESSITY: If you use an External Repository, you must enable this task; otherwise you should disable it. Checks the files in the External Repository to make sure they haven t been modified since the time that they were transferred. The check is performed by comparing hash values. If a hash value has changed, the file is marked as corrupt and so can t be exported.

20 11 Legal Matters: Document Import, Export, and Disposition 11.1 Content Disposal Task FREQUENCY: 5 minutes NECESSITY: If you disposition collected documents you must enable this task; otherwise you should disable it. Sends the Disposition Approval Timeout and Disposition Final Notice Alerts, and initiates the disposition of documents that are scheduled for removal DocumentExport Task FREQUENCY: 5 minutes NECESSITY: If you export collected documents you must enable this task; otherwise you should disable it. Creates Export Packages for all pending collected document export requests, and then makes the Packages available for download as zip files or transfers them to Drop Boxes DocumentExport Cleanup Task FREQUENCY: 15 minutes NECESSITY: If you import or export documents you must enable this task; otherwise you should disable it. Deletes old documents from the Document Library s temporary directory. Despite the task s name, both imported and exported documents are removed. See the DOCUMENT_LIBRARY Component for more information about the files that are removed.

21 IBM Atlas Suite Administrators Guide: Timer Tasks Legal Matters: Document Import, Export, and Disposition 11.4 Prepare PstNMsgFileList Task FREQUENCY: Every 5 minutes. NECESSITY: If you installed the PST Extractor application, you must enable this Task; otherwise you should disable it. Extracts the files that are archived in recently-imported PST and MSG files, and writes them (the extracted files) into the application server s file system. Later, the files will be loaded into the Document Library by the Process ExtractedPstNMsgFile Task. For this Task to be effective, you must configure the PSTINTEGRATION Component Process DropBoxLocations Task FREQUENCY: Every 5 minutes. NECESSITY: If you use Drop Boxes to collect files, you should enable this Task; otherwise you should disable it. Imports, into the Document Library, the contents of the system s Drop Boxes. Only those files (or directories) that have specifically been marked for import through the Matters module are imported. See the IBM Atlas Administrators Guide: Drop Boxes book for more information about Drop Boxes Process ExtractedPstNMsgFile Task FREQUENCY: Every 5 minutes. NECESSITY: If you collect PST or MSG files, you should enable this Task; otherwise you should disable it. Loads, into the Document Library, the files that were previously extracted from PST and MSG files by the Prepare PstNMsgFileList Task. For this Task to be effective, you must configure the PSTINTEGRATION Component ZIPFileExtractor Task FREQUENCY: Every 30 minutes. NECESSITY: If you collect zip files, you should enable this Task; otherwise, you should disable it. Extracts the files that are archived in recently-imported zip files and writes them (the extracted files) into the Document Library. 21

22 12 Retention Schedules 12.1 ScheduleAndProjectInScope Task DEFAULT FREQUENCY: Every 30 minutes NECESSITY: If you associate Retention Schedules or Projects with Legal Requests, you must enable this Task; otherwise, you can disable it. Updates the intermediate table that keeps track of the associations between Retention Schedules and Projects (on the one hand) and Legal Requests (on the other). These associations are created by the user within the context of the Request: The user browses to a Request (in the Matters module) and adds a Schedule or Project to it (to the Request). The Schedules and Projects themselves don t know that they ve been added. For example, if you add a Local Schedule to a Request and then immediately browse to that Local Schedule (in the Local Schedules module), you might not see the icon that indicates that the Schedule has been associated with the Request. The icon doesn t show up until after this Task is executed ScheduleChanges Task DEFAULT FREQUENCY: Every 30 minutes I M P O R T A N T This Task is obsolete and should be disabled SchedulesCopyToSuborgs Task DEFAULT FREQUENCY: Every 5 minutes NECESSITY: If you use IBM Retention Policy and Schedule Management, you should enable this Task; otherwise you should disable it. Processes the list of Copy Local Schedule to sub-organizations requests. The user queues the request by selecting a Local Schedule that has an Organization Scope of Organizations and Sub-organizations and then clicking the Copy Schedule to Sub-Orgs button. The Task makes a copy of the Local Schedule for each of the Organizations that descends from the original Schedule s Admin Organization. It then sets each new Schedule s Admin Organization to the sub- Organization for which it was created.

23 IBM Atlas Suite Administrators Guide: Timer Tasks Retention Schedules 12.4 ScheduleStats Task DEFAULT FREQUENCY: Once a day (11:30 PM) NECESSITY: If you use IBM Retention Policy and Schedule Management, you should enable this Task; otherwise you can disable it. Generates statistics regarding unapproved Local Schedules. These statistics are used, for example, on the Retention Schedule Activity tray on the My Atlas page TemplateChanges Task DEFAULT FREQUENCY: Every 30 minutes I M P O R T A N T This Task is obsolete and should be disabled WorkflowTimeout Task DEFAULT FREQUENCY: Once a day (2 AM) NECESSITY: If you use Retention Schedule Approval Workflow, you should enable this Task; otherwise you should disable it. If Approval Workflow is enabled, this Task checks the Retention Schedule objects that are in Pending state to see if they ve been waiting too long for approval, where too long is defined by the TIMEOUT_IN_DAYS parameter in the AWF_CONFIGURATION Component. If the approval period has expired, the Person who created or modified the object is sent an Alert telling him or her to re-submit the approval request Policy Distribution Runtime Engine DEFAULT FREQUENCY: 1 minute NECESSITY: If you use a Policy Distribution Connector for a system other than IBM Enterprise Records, you should enable this Task; otherwise you should disable it. Tells the Policy Distribution engine to execute any new (non-ier) Connector requests and then updates the Policy Distribution status that s displayed in Atlas. The task executes no more than ten new requests each time it runs. To enable Policy Distribution, see the PA_CONFIGURATION Component. 23

24 Retention Schedules IBM Atlas Suite Administrators Guide: Timer Tasks 12.8 IER Policy Distribution Automated Propagation Task DEFAULT FREQUENCY: 1 minute NECESSITY: If you use the IER Policy Distribution Connector, you should enable this Task; otherwise you should disable it. Tells the Policy Distribution engine to execute any new IER Connector requests and then updates the Policy Distribution status that s displayed in Atlas. The task executes no more than ten new requests each time it runs. To enable Policy Distribution, see the PA_CONFIGURATION Component. 24

25 13 Data Sources 13.1 Data Governance Task FREQUENCY: Once a day (11 PM) NECESSITY: If you use IBM Disposal and Governance Management for IT you must enable this task; otherwise you can disable it. Creates and prepares the statistics that are presented in the Map > Data Sources > Data Governance Metrics page Data Source Admin Org Calculation Task FREQUENCY: Every 10 minutes NECESSITY: You must leave this Task enabled. Recomputes the Administration Organization for each Data Source that s currently in Draft form. This ensures that changes to the Organization hierarchy are propagated to the Data Sources.

26 14 IBM Atlas ediscovery Cost Forecasting and Management 14.1 Cost Forecast Stage 1-5 (Five Tasks) ENABLED: No FREQUENCY: Depends on the Task NECESSITY: If you use IBM Atlas ediscovery Cost Forecasting and Management you must enable these tasks; otherwise you should leave them disabled. The five Discovery Cost Timer Tasks, Cost Forecasting Stage 1 through Cost Forecasting Stage 5, derive statistics from the data that s been amassed for your Legal Matters. The Discovery Cost engine uses these statistics to create the Matter Type forecasting models and the Litigation Funnel. You shouldn t change the Tasks default settings (frequency, time limit, and so on).

IBM Atlas Suite Users Guide: Legal Matter Reports. for IBM Atlas Suite v6

IBM Atlas Suite Users Guide: Legal Matter Reports. for IBM Atlas Suite v6 IBM Atlas Suite Users Guide: Legal Matter Reports for IBM Atlas Suite v6 IBM Atlas Suite Users Guide: Legal Matter Reports This edition applies to version 6.0 of IBM Atlas Suite (product numbers 5725-D75,

More information

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

IBM Atlas Suite Users Guide: Data Source Maintenance with IIM. for IBM Atlas Suite v6.0

IBM Atlas Suite Users Guide: Data Source Maintenance with IIM. for IBM Atlas Suite v6.0 IBM Atlas Suite Users Guide: Data Source Maintenance with IIM for IBM Atlas Suite v6.0 IBM Atlas Suite Users Guide: Data Source Maintenance with IIM This edition applies to version 6.0 of IBM Atlas Suite

More information

IBM Atlas Suite Developers Guide: Reporting Views. for IBM Atlas Suite v6

IBM Atlas Suite Developers Guide: Reporting Views. for IBM Atlas Suite v6 IBM Atlas Suite Developers Guide: Reporting Views for IBM Atlas Suite v6 IBM Atlas Suite Developers Guide: Reporting Views This edition applies to version 6.0 of IBM Atlas Suite (product numbers 5725-D75,

More information

IBM Atlas Suite Users Guide: Data Source Definition. for IBM Atlas Suite v6.0

IBM Atlas Suite Users Guide: Data Source Definition. for IBM Atlas Suite v6.0 IBM Atlas Suite Users Guide: Data Source Definition for IBM Atlas Suite v6.0 IBM Atlas Suite Users Guide: Data Source Definition This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

Policy Distribution Administrators Guide: Optim Connector Configuration

Policy Distribution Administrators Guide: Optim Connector Configuration Policy Distribution Administrators Guide: Optim Connector Configuration Policy Distribution Administrators Guide: Optim Connector Configuration This edition applies to version 6.0.1 of IBM Atlas Suite

More information

IBM Atlas Suite V6.0.1 Upgrade Guide

IBM Atlas Suite V6.0.1 Upgrade Guide IBM Atlas Suite V6.0.1 Upgrade Guide IBM Atlas Suite V6.0.1 Upgrade Guide This edition applies to version 6.0 of IBM Atlas Suite (product numbers 5725-D75, 5725-D76, 5725-D77) and to all subsequent releases

More information

Archive to the Cloud: Hands on Experience with Enterprise Vault.cloud

Archive to the Cloud: Hands on Experience with Enterprise Vault.cloud Archive to the Cloud: Hands on Experience with Enterprise Vault.cloud Description See first-hand how Enterprise Vault.cloud, Symantec's hosted archiving service, can help address mailbox management, email

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

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

Policy Manager in Compliance 360 Version 2018

Policy Manager in Compliance 360 Version 2018 Policy Manager in Compliance 360 Version 2018 Policy Manager Overview 3 Create a Policy 4 Relate a Policy to Other Policies, Departments, and Incidents 8 Edit a Policy 10 Edit a Policy by Using the Edit

More information

User Guide. Copyright 2015 Cody Consulting Group, Inc. All Rights Reserved. Patent Pending. CodySoft User Guide V3.0

User Guide. Copyright 2015 Cody Consulting Group, Inc. All Rights Reserved. Patent Pending. CodySoft User Guide V3.0 1 User Guide For use with application release 3.0, April 25, 2015 2 Table of Contents Contents Chapter One: Accessing the Collateral Management Module Accessibility... 6 To log in:... 6 To change your

More information

IBM StoredIQ Administrator Version Administration Guide IBM SC

IBM StoredIQ Administrator Version Administration Guide IBM SC IBM StoredIQ Administrator Version 7.6.0.8 Administration Guide IBM SC27-5688-10 IBM StoredIQ Administrator Version 7.6.0.8 Administration Guide IBM SC27-5688-10 Note Before using this information and

More information

Aquaforest CheckPoint Reference Guide

Aquaforest CheckPoint Reference Guide Aquaforest CheckPoint Reference Guide Version 1.01 April 2015 Copyright 2005-2015 Aquaforest Limited http://www.aquaforest.com/ Contents 1 Product Overview... 3 2 Installation and Licensing... 4 2.1 Installation...

More information

Veritas ediscovery Platform

Veritas ediscovery Platform Veritas ediscovery Platform Release Notes 9.0.1 Release Notes PAGE: 2 Veritas ediscovery Platform : Release Notes 9.0.1 The software described in this book is furnished under a license agreement and may

More information

NetIQ Identity Manager Jobs Guide. February 2017

NetIQ Identity Manager Jobs Guide. February 2017 NetIQ Identity Manager Jobs Guide February 2017 Legal Notice For information about NetIQ legal notices, disclaimers, warranties, export and other use restrictions, U.S. Government restricted rights, patent

More information

User Guide HelpSystems Insite 1.6

User Guide HelpSystems Insite 1.6 User Guide HelpSystems Insite 1.6 Copyright Copyright HelpSystems, LLC. HelpSystems Insite, OPAL, OPerator Assistance Language, Robot ALERT, Robot AUTOTUNE, Robot CLIENT, Robot CONSOLE, Robot CORRAL, Robot

More information

The QuickStudy Guide for Zoho CRM

The QuickStudy Guide for Zoho CRM The QuickStudy Guide for Zoho CRM Susan Clark Cornerstone Solutions Inc. Houston The QuickStudy Guide for Zoho CRM Using Zoho Everyday How Did Quick Get Included in the Book Name? Using This QuickStudy

More information

Aquaforest CheckPoint Reference Guide

Aquaforest CheckPoint Reference Guide Aquaforest CheckPoint Reference Guide Version 1.02 January 2018 Aquaforest Limited 2001-2018 Web: www.aquaforest.com E-mail: info@aquaforest.com Contents 1 Product Overview... 1 2 Installation and Licensing...

More information

User Manual. Admin Report Kit for Exchange Server

User Manual. Admin Report Kit for Exchange Server User Manual Admin Report Kit for Exchange Server Table of Contents 1 About ARKES-Admin Report Kit for Exchange Server 1 1.1 System requirements 2 1.2 How to activate the software? 3 1.3 ARKES Reports Primer

More information

Health Messenger User Guide

Health Messenger User Guide Health Messenger User Guide V 2.6 3/09/2018 USER GUIDE TABLE OF CONTENTS 1.0 GENERAL INFORMATION 1.1 System Overview 1.2 Support 1.3 Uploading Export Files 1.4 Minimum System Requirements 2.0 GETTING STARTED

More information

Service Desk user guide. FAQ document

Service Desk user guide. FAQ document FAQ document Table of contents Introduction... 4 I. Cockpit IT Service Manager... 4 II. Some definitions... 4 Interface presentation... 5 I. Navigation... 5 A. Homepage... 5 B. Hamburger menu... 6 C. Badges...

More information

Admin Control Panel Overview 4. Organization 5. Interview Questions 6

Admin Control Panel Overview 4. Organization 5. Interview Questions 6 Table of Contents Admin Control Panel Overview 4 Organization 5 Interview Questions 6 Adding an Interview Question 6 Removing an Interview Question 7 Editing an Interview Question 7 Locations 7 Modifying

More information

Veritas Enterprise Vault PST Migration 12.2

Veritas Enterprise Vault PST Migration 12.2 Veritas Enterprise Vault PST Migration 12.2 Veritas Enterprise Vault: PST Migration Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Ciphermail Webmail Messenger Administration Guide

Ciphermail Webmail Messenger Administration Guide CIPHERMAIL EMAIL ENCRYPTION Ciphermail Webmail Messenger Administration Guide October 27, 2017, Rev: 8630 Copyright 2013-2017, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 4 2 Admin login

More information

Export out report results in multiple formats like PDF, Excel, Print, , etc.

Export out report results in multiple formats like PDF, Excel, Print,  , etc. Edition Comparison DOCSVAULT Docsvault is full of features that can help small businesses and large enterprises go paperless. The feature matrix below displays Docsvault s abilities for its Enterprise

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Product Overview Archive2Azure TM. Compliance Storage Solution Based on Microsoft Azure. From Archive360

Product Overview Archive2Azure TM. Compliance Storage Solution Based on Microsoft Azure. From Archive360 Product Overview Compliance Storage Solution Based on Microsoft Azure From Archive360 1 Introduction The cloud has quickly become the preferred option for companies to help reverse the growing issues associated

More information

Skybot Scheduler Release Notes

Skybot Scheduler Release Notes Skybot Scheduler Release Notes Following is a list of the new features and enhancements included in each release of Skybot Scheduler. Skybot Scheduler 3.5 Skybot Scheduler 3.5 (May 19, 2014 update) Informatica

More information

NETWRIX PASSWORD EXPIRATION NOTIFIER

NETWRIX PASSWORD EXPIRATION NOTIFIER NETWRIX PASSWORD EXPIRATION NOTIFIER ADMINISTRATOR S GUIDE Product Version: 3.3 January 2013 Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Unified Management Console

Unified Management Console Unified Management Console Transition Guide The unified management console provides the same functionality that the older MailGuard and WebGuard management consoles provided if not more. This guide is

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

Chronodat Help Desk. (User Manual) By CHRONODAT, LLC

Chronodat Help Desk. (User Manual) By CHRONODAT, LLC Chronodat Help Desk (User Manual) By CHRONODAT, LLC For further information, visit us at www.chronodat.com For support, contact us at support@chronodat.com Version 2.0.0.0 Created: 09-24-2018 1 P a g e

More information

DocAve Governance Automation Online

DocAve Governance Automation Online DocAve Governance Automation Online Business User Guide Service Pack 9 Cumulative Update 6 Issued December 2017 Table of Contents What s New in this Guide... 5 About DocAve Governance Automation Online...

More information

Reading Sample. System Reports. Contents. Index. The Authors. First-hand knowledge.

Reading Sample. System Reports. Contents. Index. The Authors.  First-hand knowledge. First-hand knowledge. Reading Sample In this sample chapter, you ll learn how to use the out-of-the-box SAP BPC reports that come preloaded with your installation so that you can analyze both system administration

More information

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft.NET Framework Agent Fix Pack 13.

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft.NET Framework Agent Fix Pack 13. IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft.NET Framework Agent 6.3.1 Fix Pack 13 Reference IBM IBM Tivoli Composite Application Manager for Microsoft Applications:

More information

Sophos Enterprise Console Help. Product version: 5.3

Sophos Enterprise Console Help. Product version: 5.3 Sophos Enterprise Console Help Product version: 5.3 Document date: September 2015 Contents 1 About Sophos Enterprise Console 5.3...6 2 Guide to the Enterprise Console interface...7 2.1 User interface layout...7

More information

Central Administration Console Installation and User's Guide

Central Administration Console Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Central Administration Console Installation and User's Guide SC27-2808-03 IBM Tivoli Storage Manager FastBack for Workstations Version

More information

Sync to a Secondary Salesforce Organization

Sync to a Secondary Salesforce Organization Sync to a Secondary Salesforce Organization Salesforce, Summer 17 @salesforcedocs Last updated: August 9, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

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

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

Configuring Cisco TelePresence Manager

Configuring Cisco TelePresence Manager CHAPTER 3 Revised: November 27, 2006, First Published: November 27, 2006 Contents Introduction, page 3-1 System Configuration Tasks, page 3-2 Security Settings, page 3-3 Database, page 3-4 Room Phone UI,

More information

2013 edition (version 1.1)

2013 edition (version 1.1) 2013 edition (version 1.1) Contents 1 Introduction... 3 2 Signing in to your Office 365 account... 3 2.1 Acceptable Use Policy and Terms of Use... 4 3 Setting your profile and options... 4 3.1 Settings:

More information

Backup Tab. User Guide

Backup Tab. User Guide Backup Tab User Guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Create a New Backup... 3 3. Manage backup jobs... 4 Using the Edit menu... 5 Overview... 5 Destination...

More information

SCOUT SUSPENSE TRACKER Version 10.0

SCOUT SUSPENSE TRACKER Version 10.0 SCOUT SUSPENSE TRACKER Version 10.0 USER S MANUAL For Civilian Personnel Management Service (CPMS) HPC-COM LLC Help Desk 800-795-1902 Updated: February 2011 Table of Contents SCOUT Suspense Tracker V10.0

More information

Netwrix Auditor for Active Directory

Netwrix Auditor for Active Directory Netwrix Auditor for Active Directory Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

VCS-322 veritas. Number: VCS-322 Passing Score: 800 Time Limit: 120 min.

VCS-322 veritas. Number: VCS-322 Passing Score: 800 Time Limit: 120 min. VCS-322 veritas Number: VCS-322 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 What are the two supported Windows Server and Veritas Enterprise Vault 12.x server combinations? (Select two.) A.

More information

1 Motivation Frontend Fine-Tuning Parameters Location On Windows On Linux... 5

1 Motivation Frontend Fine-Tuning Parameters Location On Windows On Linux... 5 Inhalt 1 Motivation... 4 2 Frontend Fine-Tuning Parameters... 5 2.1 Location... 5 2.1.1 On Windows... 5 2.1.2 On Linux... 5 2.2 Configurable Parameters... 5 2.2.1 kms.configuration.dashboardreloadperiod...

More information

Atlas LCC Legal Hold Notice Tips

Atlas LCC Legal Hold Notice Tips LCC Legal Hold Notice Tips LCC Hold Notices Content Revision History...3 Introduction...4 Request and Scoping...4 How to scope a new request...4 Adding People manually to scope...5 Adding Data Sources

More information

Style Report Enterprise Edition

Style Report Enterprise Edition INTRODUCTION Style Report Enterprise Edition Welcome to Style Report Enterprise Edition! Style Report is a report design and interactive analysis package that allows you to explore, analyze, monitor, report,

More information

Chronodat Help Desk (Lite)

Chronodat Help Desk (Lite) Chronodat Help Desk (Lite) (User Manual) By CHRONODAT, LLC For further information, visit us at www.chronodat.com For support, contact us at support@chronodat.com Version 2.0.0.0 Created: 10-03-2018 1

More information

1 P age NEXTIVA CALL CENTER. Supervisor User Guide. nextiva.com/support 2015 NEXTIVA, ALL RIGHTS RESERVED

1 P age NEXTIVA CALL CENTER. Supervisor User Guide. nextiva.com/support 2015 NEXTIVA, ALL RIGHTS RESERVED 1 P age NEXTIVA CALL CENTER Supervisor User Guide nextiva.com/support 2015 NEXTIVA, ALL RIGHTS RESERVED 2 P age Creating Employees... 3 Creating an Employee... 3 Assigning Licenses to Employees... 7 Schedules...

More information

IACA Discussion List Guidelines, Use and Subscription Management

IACA Discussion List Guidelines, Use and Subscription Management IACA Discussion List Guidelines, Use and Subscription Management Instructions... 2 Posting Guidelines... 2 Managing your Subscription... 3 Frequently Asked Questions... 4 I sent a request to iacalist@iaca.net

More information

IBM. Mailbox. Sterling B2B Integrator. Version 5.2

IBM. Mailbox. Sterling B2B Integrator. Version 5.2 Sterling B2B Integrator IBM Version 5.2 Sterling B2B Integrator IBM Version 5.2 Note Before using this information and the product it supports, read the information in Notices on page 37. Copyright This

More information

Helping Users Sync Contacts and Events with Exchange Sync (Beta)

Helping Users Sync Contacts and Events with Exchange Sync (Beta) Helping Users Sync Contacts and Events with Exchange Sync (Beta) Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce

More information

IBM Security Identity Manager Version Administration Topics

IBM Security Identity Manager Version Administration Topics IBM Security Identity Manager Version 6.0.0.5 Administration Topics IBM Security Identity Manager Version 6.0.0.5 Administration Topics ii IBM Security Identity Manager Version 6.0.0.5: Administration

More information

NETWRIX ACTIVE DIRECTORY CHANGE REPORTER

NETWRIX ACTIVE DIRECTORY CHANGE REPORTER NETWRIX ACTIVE DIRECTORY CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 7.2 January 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Icon Directory. Action Icons. Icon Name Description

Icon Directory. Action Icons. Icon Name Description Icon Directory The icons found on the various MasterControl pages are listed according to their general location on a given page. For instance, Action Icons usually are found in columns headed "Action".

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Feature and Technical Overview SWDT305802-524791-0331031644-001 Contents 1 Overview: BlackBerry Enterprise Server... 5 New in this release...

More information

Employee self-service guide

Employee self-service guide Employee self-service guide August 2016 (V.2) Contents Important note... 4 Login... 5 How do I know I am on the correct site and my connection is secure?... 5 How do I login?... 6 Username and password...

More information

Installation guide for Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 2000 & 2003 Mail Servers

Installation guide for Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 2000 & 2003 Mail Servers Installation guide for ChoiceMail Enterprise Edition When Installing On The Same Server As: Microsoft s Exchange 2000 & 2003 Mail Servers May, 2004 Version 2.5.2 Table of Contents Page Downloading and

More information

IBM Proventia Management SiteProtector Policies and Responses Configuration Guide

IBM Proventia Management SiteProtector Policies and Responses Configuration Guide IBM Internet Security Systems IBM Proventia Management SiteProtector Policies and Responses Configuration Guide Version2.0,ServicePack8.1 Note Before using this information and the product it supports,

More information

DocAve Online 3. User Guide. Service Pack 17, Cumulative Update 2

DocAve Online 3. User Guide. Service Pack 17, Cumulative Update 2 DocAve Online 3 User Guide Service Pack 17, Cumulative Update 2 Issued November 2017 Table of Contents What s New in the Guide... 8 About DocAve Online... 9 Submitting Documentation Feedback to AvePoint...

More information

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age Chronodat Issue Tracker Add-in User Manual CHRONODAT, LLC February 15, 2017 Version 2.0 1 P age Introduction The introduction section of the document describes the scope and objective of Office 365 Chronodat

More information

Monitoring Replication

Monitoring Replication Replicator Monitoring Replication VERSION 7.4.0 January 04, 2018 Scenario Guide Article 1130112-02 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH, 2002-2018 All rights reserved.

More information

CS 167 Final Exam Solutions

CS 167 Final Exam Solutions CS 167 Final Exam Solutions Spring 2018 Do all questions. 1. [20%] This question concerns a system employing a single (single-core) processor running a Unix-like operating system, in which interrupts are

More information

Quality Collaboration By Design

Quality Collaboration By Design QCBD Report Engine User s Manual Version 6.0.0.0 Table of Contents OVERVIEW... 1 REPORT ENGINE CONSOLE... 2 EMAIL CONFIGURE... 2 REPORT SETUP... 4 SCHEDULING REPORTS... 8 LOG REPORT HISTORY... 9 REPORT

More information

Installation Guide For Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 5.5 Mail Server

Installation Guide For Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 5.5 Mail Server Installation Guide For ChoiceMail Enterprise Edition When Installing On The Same Server As: Microsoft s Exchange 5.5 Mail Server May, 2004 Version 2.5.2 Table of Contents Page Downloading and Running the

More information

Conecta application. User Manual Conecta Release 9. June Currently Supporting

Conecta application. User Manual Conecta Release 9. June Currently Supporting Conecta application User Manual Conecta Release 9 June 2015 Currently Supporting 1 TABLE OF CONTENTS 1 What is Conecta?... 1 2 Platform overview... 2 2.1 Accessing the Platform... 2 2.2 Home page... 2

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

penelope case management software AUTHENTICATION GUIDE v4.4 and higher

penelope case management software AUTHENTICATION GUIDE v4.4 and higher penelope case management software AUTHENTICATION GUIDE v4.4 and higher Last modified: August 9, 2016 TABLE OF CONTENTS Authentication: The basics... 4 About authentication... 4 SSO authentication... 4

More information

Table of Contents UFA Credit Account Application... 9 Card Link Online Account Management User Management... 71

Table of Contents UFA Credit Account Application... 9 Card Link Online Account Management User Management... 71 Table of Contents Launch into the Card Link Online Web Application... 4 Roles for User Management... 5 UFA Credit Account Application... 9 Credit Application Options... 10 Accessing Card Link Online Launch

More information

SAPERION Records Management

SAPERION Records Management SAPERION Records Management Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All other trademarks are the

More information

Updated October 7, Software3.2

Updated October 7, Software3.2 Updated October 7, 2016. Software3.2 HOW IT WORKS: Once your free casting account has been created and verified (first by email, then by text message), after successfully logging in, you will see your

More information

BLOOMBERG VAULT FOR FILES. Administrator s Guide

BLOOMBERG VAULT FOR FILES. Administrator s Guide BLOOMBERG VAULT FOR FILES Administrator s Guide INTRODUCTION 01 Introduction 02 Package Installation 02 Pre-Installation Requirement 02 Installation Steps 06 Initial (One-Time) Configuration 06 Bloomberg

More information

Maintaining Configuration Settings in Access Control

Maintaining Configuration Settings in Access Control Maintaining Configuration Settings in Access Control Applies to: Access Control 10.1 SP18 Summary: This guide contains information about the parameters used when configuring Access Control. Created: July

More information

How to Guide. How to Create Mobile Surveys and Forms START

How to Guide. How to Create Mobile Surveys and Forms START How to Guide How to Create Mobile Surveys and Forms START sales@textlocal.in 040-3085-8603 www.textlocal.in Contents Getting started 3 An introduction to surveys and forms 3 Creating a mobile survey 5

More information

archiving with Office 365

archiving with Office 365 Email archiving with Office 365 ISO CERTIFIED info@cryoserver.com www.cryoserver.com +44 (0) 800 280 0525 Table of Contents 1.0 Purpose of Document 2 2.0 Email archiving in Office 365 2 2.1 Deleted folder

More information

HMDA LAR Submission. HMDA LAR Submission. If I have 500 exceptions to clean up and it is 3 PM here then in Washington DC it would be...

HMDA LAR Submission. HMDA LAR Submission. If I have 500 exceptions to clean up and it is 3 PM here then in Washington DC it would be... HMDA LAR Submission HMDA LAR Submission If I have 500 exceptions to clean up and it is 3 PM here then in Washington DC it would be... 1 CenTrax Support 800-627-5388/csupport@gomarquis.com When you are

More information

Table of Contents UFA Credit Account Application... 9 Card Link Online Account Management User Management... 77

Table of Contents UFA Credit Account Application... 9 Card Link Online Account Management User Management... 77 Table of Contents Launch into the Card Link Online Web Application... 4 Roles for User Management... 5 UFA Credit Account Application... 9 Credit Application Options... 10 Accessing Card Link Online Launch

More information

Backup Tab User Guide

Backup Tab User Guide Backup Tab User Guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Create a New Backup... 3 3. Manage backup jobs... 4 Using the Edit menu... 5 Overview... 5 Destination...

More information

onecard Smart Data OnLine Getting Started Guide for Program Administrators

onecard Smart Data OnLine Getting Started Guide for Program Administrators Smart Data OnLine Getting Started Guide for Program Administrators Table of contents Introduction 3 Login 4 Company site configuration 6 Set-up Tasks 7 Creating a reporting structure 9 Cost allocation

More information

User Manual. For JH CONNECT. Jesus House Intranet Application. Version

User Manual. For JH CONNECT. Jesus House Intranet Application. Version User Manual For JH CONNECT Jesus House Intranet Application Version 1.1 24-05-2010 Table of Contents 1 Overview... 5 1.1 What Is JH Connect... 5 2 Starting Up... 6 2.1 Editing your existing Jesus House

More information

User s Guide Version 4.0 August 2010

User s Guide Version 4.0 August 2010 User s Guide Version 4.0 August 2010 Biscom, Inc. 321 Billerica Rd. Chelmsford, MA 01824 tel 978-250-1800 fax 978-250-4449 Copyright 2010 Biscom, Inc. All rights reserved worldwide. Reproduction or translation

More information

Administration Guide. BlackBerry Workspaces. Version 5.6

Administration Guide. BlackBerry Workspaces. Version 5.6 Administration Guide BlackBerry Workspaces Version 5.6 Published: 2017-06-21 SWD-20170621110833084 Contents Introducing the BlackBerry Workspaces administration console... 8 Configuring and managing BlackBerry

More information

User s Guide for Suppliers

User s Guide for Suppliers Streamline Collaborate Take Control User s Guide for Suppliers Powered by Johnson & Johnson Global Translation Center Contents Terminology... 1 Conventions... 1 Mandatory vs. Optional Fields... 1 Button

More information

SchoolMessenger App. Teacher User Guide - Web. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA

SchoolMessenger App. Teacher User Guide - Web. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA SchoolMessenger App Teacher User Guide - Web West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Welcome!... 3 SchoolMessenger and the

More information

Help Sales Reps Sync Contacts and Events with Lightning Sync

Help Sales Reps Sync Contacts and Events with Lightning Sync Help Sales Reps Sync Contacts and Events with Lightning Sync Salesforce, Spring 18 @salesforcedocs Last updated: January 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce

More information

A. Getting Started About e-access Enrolling in e-access: Authenticating your account Login... 5

A. Getting Started About e-access Enrolling in e-access: Authenticating your account Login... 5 Contents A. Getting Started... 3 1. About e-access... 3 2. Enrolling in e-access:... 3 3. Authenticating your account... 5 4. Login... 5 B. Fix a Problem... 6 1. Provided the wrong email address during

More information

KeyNavigator Book Transfer

KeyNavigator Book Transfer Created (10/2018) KeyNavigator Book Transfer User Guide Table of Contents 1. Introduction to Book Transfer... 3 Overview... 3 Features... 3 Navigation... 3 Transfer Processing Timing... 4 2. User-Level

More information

Bpm online customer service. User guide

Bpm online customer service. User guide Bpm online customer service User guide User guide Contents 1. Bpm online customer service overview... 6 2. Bpm online interface... 8 2.1. Bpm'online interface overview... 9 2.2. The command line... 12

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 Getting Started With BPM - Best Practices Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices Warranty The only

More information

Outlook Quick Start Guide

Outlook Quick Start Guide Getting Started Outlook 2013 Quick Start Guide File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook Options. Quick Access Toolbar: Add your mostused tool buttons to this customizable

More information

COMMUNITIES USER MANUAL. Satori Team

COMMUNITIES USER MANUAL. Satori Team COMMUNITIES USER MANUAL Satori Team Table of Contents Communities... 2 1. Introduction... 4 2. Roles and privileges.... 5 3. Process flow.... 6 4. Description... 8 a) Community page.... 9 b) Creating community

More information

Systems Management Advanced job scheduler

Systems Management Advanced job scheduler System i Systems Management Advanced job scheduler Version 6 Release 1 System i Systems Management Advanced job scheduler Version 6 Release 1 Note Before using this information and the product it supports,

More information

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at : GOOGLE APPS Application: Usage: Program Link: Contact: is an electronic collaboration tool. As needed by any staff member http://www.google.com or http://drive.google.com If you have difficulty using

More information

Getting Started With Squeeze Server

Getting Started With Squeeze Server Getting Started With Squeeze Server & Squeeze Server takes the proven Squeeze encoding engine and makes it available on- premise, in the cloud or both, with a robust application programming interface (API)

More information