Maximo Reporting: Maximo-Cognos Metadata

Size: px
Start display at page:

Download "Maximo Reporting: Maximo-Cognos Metadata"

Transcription

1 Maxim Reprting: Maxim-Cgns Metadata Overview...2 Maxim Metadata...2 Reprt Object Structures...2 Maxim Metadata Mdel...4 Metadata Publishing Prcess...5 General Architecture...5 Metadata Publishing Prcess Executin...6 Prcess Cnfiguratin...9 Reference Cgns SDK libraries...9 Create a Namespace in Cgns Cnfiguratin...9 Set System Prperties...11 Set End Pint Prperties...12 Functinal Cnsideratins...13 Maxim Base Services Fix Pack 1

2 Overview T supprt integratin with Cgns 8 reprting tls, the fix pack implements functinality that enables Maxim t create and publish Metadata Packages. These packages include data mdels, based n Reprt Object Structures, that allw Maxim reprt authrs t design Cgns 8 reprts accrding t Maxim business bjects definitins. Maxim Metadata Cgns 8 reprting tls require data surces t be lgically defined by means f a metadata mdel. A metadata mdel is respnsible f prviding an accurate representatin f the elements available in the physical definitin f its crrespnding data surce. Maxim-Cgns integratin prvides metadata mdels that encapsulate the cmplexity f Maxim s physical database definitin and expse a user friendly view f Maxim s business bjects definitins. Maxim metadata, when published t Cgns 8, define the tables, attributes and relatinships that the reprting tls will be using t reference Maxim data cntent. Reprt Object Structures Object Structure: REP_WORKORDER WORKORDER ASSET Cllectin f Business Objects and Relatinships that define the data cntent f Maxim Wrk Orders Business Objects define persistent attributes LOCATIONS Business bject relatinship based n where clause: assetnum = :assetnum and siteid=:siteid Maxim Base Services Fix Pack 2

3 Maxim metadata mdels are based n Reprt Object Structures (ROS). ROS prvide a cllectin f the business bjects, and their assciated relatinships, that define Maxim s functinal cmpnents (i.e. Assets, Wrkrders, etc.) data structure metadata -. Maxim reprting functinality already leverages ROS data structures t effectively interact with Maxim s database. Business bjects define data attributes available fr Maxim reprting functinality; when registered t a ROS, business bject attributes are subject t Object Structure Applicatin exclude/include fields functinality. This functinality permits the exclusin f specific persistent attributes frm its crrespnding business bject enabling yu t simplify the amunt f data supprted by the ROS withut affecting the business bject definitin. Relatinships between parent and child bjects are specified at the parent s relatinship tab via the Database Cnfiguratin applicatin. A SQL statement specifies the attributes utilized t establish the parent child relatinship. The Cgns Metadata publishing prcess implemented in Maxim Base Services fix pack ONLY SUPPORTS clumn t clumn relatinships (simple relatinships) fr example: WORKORDER establishing a parent relatinship with ASSET, by means f their crrespnding ASSETNUM and SITEID clumn values will be specified by this SQL statement: assetnum=:assetnum and siteid=:siteid. Realtinships defined by SQL statements that include filters and/r sub-selects (cmplex relatinship) will generate a metadata generatin prcessing exceptin and the publishing prcess will be interrupted. Maxim Base Services Fix Pack 3

4 T reslve this prblem it is necessary t re-define the relatinship via a COLUMN TO COLUMN relatinship. An example f a cmplex relatinship is: WORKORDER establishing a parent relatinship with ASSET, by means f their crrespnding ASSETNUM clumn SITEID clumn values and that restricts the pssible result set based n a sub-select statement that validates additinal LINETYPE against the SYNONYMDOMAIN bject: assetnum=:assetnum and siteid=:siteid and linetype nt in (select value frm synnymdmain where dmainid='linetype' and maxvalue='tool') Maxim Base Services Fix Pack 4

5 Maxim Metadata Mdel T prperly represent Maxim s metadata (business bjects, relatinships, and physical tables), Maxim metadata publishing prcess creates a layered data mdel based n tw different relatinal mdel views: Data Surce View The Data Surce View will prvide a lgical representatin f the physical tables and views defined in Maxim s database. Cgns Surce Query subjects are used t represent these data structures in Maxim s metadata mdel Business Lgic View The Business Lgic View is respnsible f prviding all the necessary metadata fr Query Studi and Reprt Studi applicatin cnsumptin. The Business Lgic View prvides a layer f abstractin between business lgic and their underlying data surces. In Maxim s cntext, business lgic is represented by business bjects and data surces are represented by the table and view cmpnents defined at the database level. Business Lgic View Clumn Exclusins Data Surce View Relatinships Tables Attributes Data types Maxim Metadata Package Maxim Base Services Fix Pack 5

6 Metadata Publishing Prcess General Architecture The Metadata Publishing Prcess is an end-t-end synchrnus integratin scenari that enables Maxim t cmmunicate ROS data structures t Cgns 8 BI Server. Maxim Base Services Fix Pack 6

7 Maxim metadata is cnfrmed by the Business Objects defined in Maxim s Data Dictinary Object Structures prvide functinal cntext t a grup f Business Objects. (i.e. purchasing, wrk rder escalatin, etc) Invcatin Channels supprt the required prcessing functinality t cnvert an bject structure int a Cgns Transactin. Invcatin Channels leverage End Pint cnnectivity lgic t request the executin f a service in a cntext ther than Maxim. End Pints supprt the required prcessing functinality t leverage Cgns SDK libraries t invke metadata mdeling services available via Cgns Business Intelligence Server. The referred services prvide a standard interface fr Cgns metadata creatin and package publishing. Metadata Publishing Prcess Executin The Metadata Publishing prcess is initiated frm a Select Menu Actin ptin in the Object Structure Applicatin. This new menu ptin is nly available t the System Administratr security grup. If yu require ther grups and/r users t have access t the Publish as Cgns Package menu yu ll need t re-cnfigure Security Grups settings. Maxim Base Services Fix Pack 7

8 When selected, the Publish as Cgns package triggers the executin f the REP_MXINTOBJECTInvcatin invcatin channel. The invcatin channel integratin cmpnent implements all the prcessing lgic t generate and publish Maxim metadata as Cgns package: Maxim metadata assciated with the selected ROS is identified ROS data structure is created ROS data structure is transfrmed t Maxim metadata Maxim metadata is translated int Cgns Actins Cgns transactin is created Cgns transactin is published t Cgns 8 BI server At the end f the publishing prcess a dialgue will display the result f the publishing prcess: Maxim Base Services Fix Pack 8

9 After the publishing prcess is successfully executed, yu will be able t wrk with the published metadata package via Cgns 8 reprting tls. The metadata package will be uniquely identified in the Cgns 8 Cntent Stre by the fllwing naming cnventin: <ObjectStructureName>Package Maxim Base Services Fix Pack 9

10 When displayed via Query Studi r Reprt Studi, the metadata cntent will present the same data structure cnfiguratin as it is specified in its crrespnding ROS: Objects, Attributes and their crrespnding relatinships. Maxim Base Services Fix Pack 10

11 Prcess Cnfiguratin Reference Cgns SDK libraries T enable the publishing f the Reprt Object Structures as Cgns Packages, Cgns SDK libraries are REQUIRED. In these next steps, the Cgns SDK JAR files will be added t the classpath f the applicatin server where Maxim is running. Websphere Applicatin Server Cpy the fllwing jars frm <Cgns SDK Installatin Directry>\sdk\java\lib t the applicatin server lib directry: 1. cgns-axis.jar 2. cgnsclient.jar Restart the applicatin server. Weblgic Applicatin Server Add the fllwing jar files t the server classpath entry in the setdmainenv.cmd file that crrespnds t Maxim s BEA dmain: 1. cgns-axis.jar 2. cgnsclient.jar 3. cmmns-lgging.jar 4. cmmns-discvery.jar 5. xercesimpl.jar 6. xalan.jar 7. lg4j jar The first 6 jar files are lcated in <Cgns SDK Installatin Directry>\sdk\java\lib. The last jar can be fund in <V7>maxim\applicatins\maxim\lib. Restart the applicatin server. Maxim Base Services Fix Pack 11

12 Create a Namespace in Cgns Cnfiguratin T create the Namespace t authenticate Maxim Metadata publishing prcess, access Cgns Cgns Cnfiguratin. In the Explrer View n the left hand side, navigate dwn t Security - Authenticatin. Click n New Resurce Namespace. Maxim Base Services Fix Pack 12

13 Enter the cnfiguratin values t create the Namespace. A dialg will then appear that the namespace is being created. Supprted types fr this fix pack are NTLM and LDAP. Depending n the type selected, yu ll need t prvide different cnfiguratin values. Fr additinal infrmatin n hw t cnfigure Cgns NTLM r LDAP namespace prperties please refer t the IBM Cgns 8 Business Intelligence Installatin and Cnfiguratin Guide dcument. Maxim Base Services Fix Pack 13

14 Set System Prperties Lgin t the Maxim applicatin with Administrative Privileges. Access the System Cnfiguratin System Prperties applicatin. Lcate the Cgns Prperty Values by selecting filter, and in the descriptin field, enter Cgns. The Cgns Prperty values belw display. These values need t be cnfigured fr yur unique envirnment. Details n these are belw: System Prperty Name mxe.reprt.cgns.db.type mxe.reprt.cgns.db.sql.name mxe.reprt.cgns.db.schemaname mxe.reprt.cgns.datasurce mxe.reprt.cgns.cntent.stre.pac kage.lcatin Descriptin Required system prperty that defines the database type frm which metadata will be extracted. Valid prperty values include: DB2 (DB2) OR (Oracle) SS (SQL Server) Required system prperties (fr Maxim installatins running SQL Server database).identifies the catalgue name assciated with the SQL Server database Required system prperty that defines the database schema name frm which the metadata will be extracted This value MUST be prvided in UPPERCASE Optinal system prperty that defines the data surce t which the metadata package will be assciated with. Optinal system prperty that defines a lcatin under t the Cgns Cntent Stre PUBLIC flder where the metadata package will be created The package lcatin specified in this prperty MUST exist in the Cgns Cntent Stre, under the PUBLIC flder BEFORE initiating the publish prcess Maxim Base Services Fix Pack 14

15 Set End Pint Prperties Lgin t the Maxim applicatin with Administrative Privileges. Access the Integratin - End Pints applicatin. And access the End Pint Name, MXCOGNOS. In the End Pints details page, set the data surce name, cntent stre package lcatin, Cgns server URL, prject base directry, Cgns namespace id, Cgns username, and passwrd. Details n these are belw: End Pint Prperty Name Descriptin Identifies a lcatin under the Cgns Cntent Stre PUBLIC flder where the metadata package will be created. CONTENT_STORE_PA CKAGE_LOCATION When prvided, this end pint prperty verrides the system level value defined by mxe.reprt.cgns.cntent.stre.package.lcatin When the end pint prperty is nt prvided, Maxim metadata packages are created under the PUBLIC flder. Identifies the Data Surce Cnnectin t which the metadata package is assciated with. DATA_SOURCE_NAME When prvided, this end pint prperty verrides the system level value defined by mxe.reprt.cgns.datasurce NAMESPACE_ID Identifies the Cgns Security Namespace t be used when publishing Maxim metadata. PASSWORD Passwrd t be used when authenticating with Cgns Business Intelligence server PROJECT_BASE_DIR Identifies a file system lcatin at the Cgns Business Intelligence Server where metadata prject will be created prir t its publishing URL USERNAME Under the specified file lcatin a sub-flder is created. Naming cnventin f sub-flder is: <ObjectStructureName>_<PublishingDate>_<PublishingTim e> Identifies the URL t be used t establish a cnnectin with Cgns Business Intelligence integratin service. The URL value t be used shuld be the EXTERNAL DISPATCHER URI Username t be used when authenticating with Cgns Business Intelligence Server. Maxim Base Services Fix Pack 15

16 Functinal Cnsideratins Maxim Metadata Publishing Prcess REQUIRES Cgns SDK libraries t be referenced by Applicatin Server. Required libraries are: cgns-axis.jar cgnsclient.jar Maxim metadata is based n Reprt Object Structure definitin Nn-persistent bjects are NOT cnsidered part f metadata Nn-persistent attributes are NOT cnsidered part f metadata Fr PERSISTENT attributes, Object Structure applicatin s Include/Exclude functinality is cnsidered by metadata publishing prcess Business Object Relatinships Only SIMPLE relatinships between business bjects are supprted by the metadata publishing prcess in Maxim base services fixpack Any relatinship with SQL where clause syntax invlving mre than clumn t clumn relatinship is cnsidered a COMPLEX relatinship MXCOGNOS End Pint Requires Cgns SDK libraries t successfully: Establish cnnectivity with Cngs BI Server Execute metadata publishing prcess via Cgns integratin service Cgns BI Server Authenticatin Maxim base services fixpack supprted namespaces: NTLM LDAP Any prduct data cntained herein has been reviewed fr accuracy as f the date f initial publicatin. Prduct data, including prduct enhancements and release dates, is subject t change withut ntice. Any statements regarding IBM s future directin and intent are subject t change r withdrawal withut ntice, and represent gals and bjectives nly. THE INFORMATION PROVIDED IN THIS DOCUMENT IS DISTRIBUTED AS IS WITHOUT ANY WARRANTY, EITHER EXPRESS OR IMPLIED. IBM EXPRESSLY DISCLAIMS ANY WARRANTIES IF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT Maxim Base Services Fix Pack 16

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 Prepared by: March Haber, march@il.ibm.cm Last Updated: January, 2012 IBM MetaData Wrkbench Enablement Series Table f Cntents: Table f

More information

Configure Data Source for Automatic Import from CMDB

Configure Data Source for Automatic Import from CMDB AvailabilityGuard TM Cnfigure Data Surce fr Autmatic Imprt frm CMDB AvailabilityGuard allws yu t cnfigure business entities (such as services, divisins, and applicatins) and assign hsts, databases, and

More information

SOLA and Lifecycle Manager Integration Guide

SOLA and Lifecycle Manager Integration Guide SOLA and Lifecycle Manager Integratin Guide SOLA and Lifecycle Manager Integratin Guide Versin: 7.0 July, 2015 Cpyright Cpyright 2015 Akana, Inc. All rights reserved. Trademarks All prduct and cmpany names

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview Essentials fr IBM Cgns BI (V10.2) Day(s): 5 Curse Cde: B5270G Overview NOTE: This is an Instructr Led Online curse. Please d nt make any travel arrangements. IBM Cgns Educatin is nw pleased t ffer yu ur

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Extended Traceability Report for Enterprise Architect

Extended Traceability Report for Enterprise Architect Extended Traceability Reprt User Guide Extended Traceability Reprt fr Enterprise Architect Extended Traceability Reprt fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003 Overview The screenshts/advice are based n upgrading Cntrller 10.1 RTM t 10.1 IF6 n Win2003 Other Interim Fix (IF) upgrades are likely t be similar, but the authr cannt guarantee that the dcumentatin is

More information

Overview of Data Furnisher Batch Processing

Overview of Data Furnisher Batch Processing Overview f Data Furnisher Batch Prcessing Nvember 2018 Page 1 f 9 Table f Cntents 1. Purpse... 3 2. Overview... 3 3. Batch Interface Implementatin Variatins... 4 4. Batch Interface Implementatin Stages...

More information

Dashboard Extension for Enterprise Architect

Dashboard Extension for Enterprise Architect Dashbard Extensin fr Enterprise Architect Dashbard Extensin fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins f the free versin f the extensin... 3 Example Dashbard

More information

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 TECHNICAL DOCUMENTATION CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 AUGUST 2012 2012 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted

More information

Aras Innovator 11. Package Import Export Utilities

Aras Innovator 11. Package Import Export Utilities Aras Innvatr 11 Package Imprt Exprt Utilities Dcument #: 11.0.02015040601 Last Mdified: 1/4/2018 Aras Innvatr 11 Package Imprt Exprt Utilities Cpyright Infrmatin Cpyright 2018 Aras Crpratin. All Rights

More information

Oracle Universal Records Management Oracle Universal Records Manager Adapter for Documentum Installation Guide

Oracle Universal Records Management Oracle Universal Records Manager Adapter for Documentum Installation Guide Oracle Universal Recrds Management Oracle Universal Recrds Manager Adapter fr Dcumentum Installatin Guide December 2009 Universal Recrds Manager Adapter fr Dcumentum Installatin Guide, Cpyright 2009, Oracle.

More information

AvePoint Discovery Tool 3.5. User Guide

AvePoint Discovery Tool 3.5. User Guide AvePint Discvery Tl 3.5 User Guide Issued January 2018 Table f Cntents What s New in this Release... 3 Abut AvePint Discvery Tl... 4 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu Begin... 6 System

More information

Compliance Guardian 4. User Guide

Compliance Guardian 4. User Guide Cmpliance Guardian 4 User Guide Issued September 2015 Table f Cntents What's New in this Guide... 3 Abut Cmpliance Guardian... 4 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 6

More information

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) ACE Data Surce Prepared fr: ACE Data Surce - Versin 2.0.0 Date: Octber 2015 Dcument Versin: 2.0.0 Abstract The ACE Data Surce (ACE-DS) is

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0 Kaltura Vide Extensin fr SharePint 2013 Deplyment Guide fr Micrsft Office 365 Versin: 1.0 Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright

More information

Migrating iway Data Quality Server Plans and Components on Windows

Migrating iway Data Quality Server Plans and Components on Windows Migrating iway Data Quality Server Plans and Cmpnents n Windws This use case describes hw t migrate iway Data Quality Server (DQS) plans and assciated cmpnents frm develpment (fr example, a DQS GUI wrkspace

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

DocAve 6 ediscovery. User Guide. Service Pack 3, Cumulative Update 1. Revision F Issued August DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 3, Cumulative Update 1. Revision F Issued August DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 3, Cumulative Update 1 Revisin F Issued August 2013 1 Table f Cntents Abut DcAve ediscvery... 4 Cmplementary Prducts... 4 Submitting Dcumentatin Feedback t AvePint...

More information

DocAve 6 SharePoint Migrator

DocAve 6 SharePoint Migrator F++ DcAve 6 SharePint Migratr User Guide Service Pack 7 Issued February 2017 1 Table f Cntents What s New in this Guide... 6 Abut SharePint Migratin... 7 Cmplementary Prducts... 7 Submitting Dcumentatin

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

DocAve 6 Granular Backup and Restore

DocAve 6 Granular Backup and Restore DcAve 6 Granular Backup and Restre User Guide Service Pack 3 Revisin H Issued August 2013 1 Table f Cntents Abut DcAve Granular Backup and Restre... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

DocAve 6 Lotus Notes Migrator

DocAve 6 Lotus Notes Migrator DcAve 6 Ltus Ntes Migratr User Guide Service Pack 4 Revisin A Issued May 2014 1 Table f Cntents Table f Cntents... 2 Abut Ltus Ntes Migratr... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback

More information

DocAve 6 Replicator. User Guide. Service Pack 2, Cumulative Update 2. Revision F Issued June DocAve 6: Archiver

DocAve 6 Replicator. User Guide. Service Pack 2, Cumulative Update 2. Revision F Issued June DocAve 6: Archiver DcAve 6 Replicatr User Guide Service Pack 2, Cumulative Update 2 Revisin F Issued June 2013 DcAve 6: Archiver 1 Table f Cntents Table f Cntents... 2 Abut DcAve Replicatr... 5 Cmplementary Prducts... 5

More information

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern Design Patterns By Võ Văn Hải Faculty f Infrmatin Technlgies HUI Cllectinal Patterns Sessin bjectives Intrductin Cmpsite pattern Iteratr pattern 2 1 Intrductin Cllectinal patterns primarily: Deal with

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

AvePoint Timeline Enterprise for Microsoft Dynamics CRM

AvePoint Timeline Enterprise for Microsoft Dynamics CRM AvePint Timeline Enterprise 1.0.2 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin B Issued Nvember 2013 Timeline Enterprise fr Micrsft Dynamics CRM Install and Cnfig 1 Table f Cntents

More information

OATS Registration and User Entitlement Guide

OATS Registration and User Entitlement Guide OATS Registratin and User Entitlement Guide The OATS Registratin and Entitlement Guide prvides the fllwing infrmatin: OATS Registratin The prcess and dcumentatin required fr a firm r Service Prvider t

More information

Oracle FLEXCUBE Universal Banking Development Workbench- Screen Development II

Oracle FLEXCUBE Universal Banking Development Workbench- Screen Development II Oracle FLEXCUBE Universal Banking 12.0.3 Develpment Wrkbench- Screen Develpment II August 2013 1 Cntents 1 Preface... 3 1.1 Audience... 3 1.2 Related Dcuments... 3 2 Intrductin... 4 3 Generated Files...

More information

Custodial Integrator. Release Notes. Version 3.11 (TLM)

Custodial Integrator. Release Notes. Version 3.11 (TLM) Custdial Integratr Release Ntes Versin 3.11 (TLM) 2018 Mrningstar. All Rights Reserved. Custdial Integratr Prduct Versin: V3.11.001 Dcument Versin: 020 Dcument Issue Date: December 14, 2018 Technical Supprt:

More information

SAS Viya 3.2 Administration: Mobile Devices

SAS Viya 3.2 Administration: Mobile Devices SAS Viya 3.2 Administratin: Mbile Devices Mbile Devices: Overview As an administratr, yu can manage a device s access t SAS Mbile BI, either by exclusin r inclusin. If yu manage by exclusin, all devices

More information

DocAve 6 Software Platform

DocAve 6 Software Platform DcAve 6 Sftware Platfrm Release Ntes Service Pack 3, Cumulative Update 2 DcAve Fr Micrsft SharePint Released Octber 25, 2013 1 New Features and Imprvements DcAve Platfrm Verified cmpatibility with Micrsft

More information

DocAve 6 Replicator. User Guide. Service Pack 3. Revision H Issued August DocAve 6: Replicator

DocAve 6 Replicator. User Guide. Service Pack 3. Revision H Issued August DocAve 6: Replicator DcAve 6 Replicatr User Guide Service Pack 3 Revisin H Issued August 2013 1 Table f Cntents Abut DcAve Replicatr... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu Begin...

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

Mapping between DFDL 1.0 Infoset and XML Data Model

Mapping between DFDL 1.0 Infoset and XML Data Model Stephen M Hansn (IBM) Mapping between DFDL 1.0 Infset and XML Data Mdel Status f This Dcument This wrking draft dcument prvides infrmatin t the OGF cmmunity n the Data Frmat Descriptin Language (DFDL)

More information

Oracle CPQ Cloud Release 1. New Feature Summary

Oracle CPQ Cloud Release 1. New Feature Summary Oracle CPQ Clud 2017 Release 1 New Feature Summary April 2017 1 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE CPQ CLOUD... 4 MODERN SELLING EXPERIENCE... 4 Deal Negtiatin... 4 REST API Services... 4 ENTERPRISE

More information

INTEGRATING OBSERVEIT WITH HP ARCSIGHT CEF

INTEGRATING OBSERVEIT WITH HP ARCSIGHT CEF INTEGRATING OBSERVEIT WITH HP ARCSIGHT CEF Cntents 1 Abut This Dcument... 2 2 Overview... 2 3 Cnfiguring ObserveIT SIEM Integratin... 4 3.1 Cnfiguring Advanced Lg Settings... 5 4 Integrating the ObserveIT

More information

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors Cnfiguring Database & SQL Query Mnitring With Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, Nvember, 2013 http://www.sentry-g.cm Be Practive, Nt Reactive! One f the best ways f ensuring a database is

More information

Department of Computer Information Systems KEMU

Department of Computer Information Systems KEMU Advanced DBMS: CISY 423 Department f Cmputer Infrmatin Systems KEMU Database Security OBJECTIVES Database Security and Authrizatin Database Users Creating Users/Accunts in cmmercial DBMS Discretinary Access

More information

OO Shell for Authoring (OOSHA) User Guide

OO Shell for Authoring (OOSHA) User Guide Operatins Orchestratin Sftware Versin: 10.70 Windws and Linux Operating Systems OO Shell fr Authring (OOSHA) User Guide Dcument Release Date: Nvember 2016 Sftware Release Date: Nvember 2016 Legal Ntices

More information

Introduction to Mindjet on-premise

Introduction to Mindjet on-premise Intrductin t Mindjet n-premise Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 www.mindjet.cm 2012 Mindjet. All Rights Reserved

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM AvePint Pipeline Pr 2.0 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin E Issued April 2014 1 Table f Cntents Abut AvePint Pipeline Pr... 3 Required Permissins... 4 Overview f Installatin

More information

Enterprise Chat and Developer s Guide to Web Service APIs for Chat, Release 11.6(1)

Enterprise Chat and  Developer s Guide to Web Service APIs for Chat, Release 11.6(1) Enterprise Chat and Email Develper s Guide t Web Service APIs fr Chat, Release 11.6(1) Fr Unified Cntact Center Enterprise August 2017 Americas Headquarters Cisc Systems, Inc. 170 West Tasman Drive San

More information

SAP Business One Hardware Requirements Guide

SAP Business One Hardware Requirements Guide Hardware Requirements Guide Dcument Versin: 1.13 2018-02-02 Release Family 9 Typgraphic Cnventins Type Style Example Descriptin Wrds r characters quted frm the screen. These include field names, screen

More information

DocAve 6 Granular Backup and Restore

DocAve 6 Granular Backup and Restore DcAve 6 Granular Backup and Restre User Guide Service Pack 4, Cumulative Update 3 Revisin P Issued September 2014 Table f Cntents Abut DcAve Granular Backup and Restre... 5 Cmplementary Prducts... 5 Submitting

More information

DocAve 6 Migrator. User Guide. Service Pack 2, Cumulative Update 2. Revision E Issued June DocAve 6: Migrator

DocAve 6 Migrator. User Guide. Service Pack 2, Cumulative Update 2. Revision E Issued June DocAve 6: Migrator DcAve 6 Migratr User Guide Service Pack 2, Cumulative Update 2 Revisin E Issued June 2013 1 Table f Cntents Abut Migratr... 8 Cmplementary Prducts... 8 Submitting Dcumentatin Feedback t AvePint... 9 Befre

More information

Help on Metadata Explorer

Help on Metadata Explorer Table f Cntents Metadata Explrer Overview... 3 User Interface... 6 User Interface General Cncepts... 6 Placement f Actin Icns... 6 Standard graphical navigatin tl bar... 6 Use n tablet r tuch device...

More information

DocAve 6 Content Manager

DocAve 6 Content Manager DcAve 6 Cntent Manager User Guide Service Pack 4, Cumulative Update 2 Revisin N Issued July 2014 Table f Cntents Abut Cntent Manager... 5 Cmplementary Prducts... 6 Submitting Dcumentatin Feedback t AvePint...

More information

DocAve 6 Quickr Migrator

DocAve 6 Quickr Migrator DcAve 6 Quickr Migratr User Guide Service Pack 4 Revisin A Issued May 2014 1 Table f Cntents Abut Quickr Migratr... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 6 Befre Yu Begin...

More information

Demand Forecasting. For. Microsoft Dynamics 365 for Operations. Technical Guide. Release 7.1. December 2017

Demand Forecasting. For. Microsoft Dynamics 365 for Operations. Technical Guide. Release 7.1. December 2017 Demand Frecasting Fr Micrsft Dynamics 365 fr Operatins Technical Guide Release 7.1 December 2017 2017 Farsight Slutins Limited All Rights Reserved. Prtins cpyright Business Frecast Systems, Inc. This dcument

More information

DocAve 6 Exchange Public Folder Migrator

DocAve 6 Exchange Public Folder Migrator DcAve 6 Exchange Public Flder Migratr User Guide Service Pack 7 Issued May 2016 1 Table f Cntents What s New in this Guide... 5 Abut Exchange Public Flder Migratr... 6 Cmplementary Prducts... 6 Submitting

More information

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014 Refreshing Axim TEST with a Current Cpy f Prductin Axim EPM June 20, 2014 Refreshing Axim TEST If yu maintain an Axim TEST envirnment yu will want t refresh it with a current cpy f yur PROD database when

More information

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2 I - EDcman Installatin...2 1 - EDcman cmpnent...2 2 - EDcman Categries mdule...2 3 - EDcman Dcuments Mdule...2 4 - EDcman Search Plugin...3 5 - SH404 SEF plugin...3 II - Using EDcman extensin...3 I - EDcman

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide HPE AppPulse Mbile Sftware Versin: 2.1 IT Operatins Management Integratin Guide Dcument Release Date: Nvember 2015 Cntents Overview: The IT Operatins Management Integratin 3 System Requirements 3 Hw t

More information

Release Notes Version: - v18.13 For ClickSoftware StreetSmart September 22, 2018

Release Notes Version: - v18.13 For ClickSoftware StreetSmart September 22, 2018 Release Ntes Versin: - v18.13 Fr ClickSftware StreetSmart September 22, 2018 Cpyright Ntice Cpyright 2018 ClickSftware Technlgies Ltd. All rights reserved. N part f this publicatin may be cpied withut

More information

File Share Navigator Online

File Share Navigator Online File Share Navigatr Online User Guide Service Pack 7 Issued September 2017 Table f Cntents What s New in this Guide... 4 Abut File Share Navigatr Online... 5 Cmpnents f File Share Navigatr Online... 5

More information

WEB LAB - Subset Extraction

WEB LAB - Subset Extraction WEB LAB - Subset Extractin Fall 2005 Authrs: Megha Siddavanahalli Swati Singhal Table f Cntents: Sl. N. Tpic Page N. 1 Abstract 2 2 Intrductin 2 3 Backgrund 2 4 Scpe and Cnstraints 3 5 Basic Subset Extractin

More information

Integration Framework for SAP Business One

Integration Framework for SAP Business One Integratin Framewrk fr SAP Business One DIPrxy Cnfiguratin PUBLIC Glbal Rll-ut Octber 2018, B Zha TABLE OF CONTENTS 1 INTRODUCTION... 3 2 INSTALLATION... 3 3 CONFIGURATION... 5 3.1 Services in Service

More information

Update: Users are updated when their information changes (examples: Job Title or Department). o

Update: Users are updated when their information changes (examples: Job Title or Department). o Learn Basic User Integratin Batch File Prcessing The Learn Basic User Integratin is designed t manage the rganizatinal changes cmpanies are challenged with n a daily basis. Withut a basic type f integratin,

More information

Manual for installation and usage of the module Secure-Connect

Manual for installation and usage of the module Secure-Connect Mdule Secure-Cnnect Manual fr installatin and usage f the mdule Secure-Cnnect Page 1 / 1 5 Table f Cntents 1)Cntents f the package...3 2)Features f the mdule...4 3)Installatin f the mdule...5 Step 1: Installatin

More information

Microsoft Excel Extensions for Enterprise Architect

Microsoft Excel Extensions for Enterprise Architect Excel Extensins User Guide Micrsft Excel Extensins fr Enterprise Architect Micrsft Excel Extensins fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Installatin... 4 Verifying

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

App Orchestration 2.6

App Orchestration 2.6 App Orchestratin 2.6 Terminlgy in App Orchestratin 2.6 Last Updated: July 8, 2015 Page 1 Terminlgy Cntents Elements f App Orchestratin... 3 Dmains... 3 Multi-Datacenter Deplyments... 4 Delivery Sites...

More information

TaskCentre v4.5 Save As File Tool White Paper

TaskCentre v4.5 Save As File Tool White Paper TaskCentre v4.5 Save As File Tl White Paper Dcument Number: PD500-03-20-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 TECHNICAL SUMMARY

More information

Forcepoint UEBA Management of Personal Data

Forcepoint UEBA Management of Personal Data Frcepint UEBA Management f Persnal Data 2018 Frcepint LLC. All Rights Reserved Dcument Classificatin: Public FPWSCMPD-2018MAY24 Frcepint UEBA Management f Persnal Data CONTENTS Disclaimer... 2 General...

More information

Summary. Server environment: Subversion 1.4.6

Summary. Server environment: Subversion 1.4.6 Surce Management Tl Server Envirnment Operatin Summary In the e- gvernment standard framewrk, Subversin, an pen surce, is used as the surce management tl fr develpment envirnment. Subversin (SVN, versin

More information

Development Workbench- Screen Development II Oracle FLEXCUBE Universal Banking Release

Development Workbench- Screen Development II Oracle FLEXCUBE Universal Banking Release Develpment Wrkbench- Screen Develpment II Oracle FLEXCUBE Universal Banking Release 12.2.0.0.0 1 Cntents 1 Preface... 3 1.1 Audience... 3 1.2 Related Dcuments... 3 2 Intrductin... 4 3 Generated Files...

More information

Virtual Office

Virtual Office Virtual Office ---------------------------------------------------------------------------- ------- --------- Cpyright 2016, 8x8, Inc. All rights reserved. This dcument is prvided fr infrmatin purpses

More information

SafeDispatch SDR Gateway for MOTOROLA TETRA

SafeDispatch SDR Gateway for MOTOROLA TETRA SafeDispatch SDR Gateway fr MOTOROLA TETRA SafeMbile ffers a wrld f wireless applicatins that help rganizatins better manage their mbile assets, fleet and persnnel. Fr mre infrmatin, see www.safembile.cm.

More information

Universal CMDB. Software Version: Backup and Recovery Guide

Universal CMDB. Software Version: Backup and Recovery Guide Universal CMDB Sftware Versin: 10.32 Backup and Recvery Guide Dcument Release Date: April 2017 Sftware Release Date: April 2017 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr Hewlett

More information

Kaltura Video Navigator for ECM Installation and Deployment Guide. Version: 2.0

Kaltura Video Navigator for ECM Installation and Deployment Guide. Version: 2.0 Kaltura Vide Navigatr fr ECM Installatin and Deplyment Guide Versin: 2.0 Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright 2015 Kaltura Inc.

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Graduate Application Review Process Documentation

Graduate Application Review Process Documentation Graduate Applicatin Review Prcess Cntents System Cnfiguratin... 1 Cgns... 1 Banner Dcument Management (ApplicatinXtender)... 2 Banner Wrkflw... 4 Navigatin... 5 Cgns... 5 IBM Cgns Sftware Welcme Page...

More information

DocAve 6 Service Pack 1 Deployment Manager

DocAve 6 Service Pack 1 Deployment Manager DcAve 6 Service Pack 1 Deplyment Manager User Guide Revisin D Issued September 2012 1 Table f Cntents Abut Deplyment Manager... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint...

More information

Avigilon Control Center Server User Guide. Version 6.8

Avigilon Control Center Server User Guide. Version 6.8 Avigiln Cntrl Center Server User Guide Versin 6.8 2006-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS.AVIGILON, the

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack fr Systems Center Operatins Manager (SCOM) Cncepts Guide Versin 7.0 July 2015 1 Legal Ntices Warranty EView Technlgy makes n warranty f any kind with regard t this manual, including,

More information

User Guide. Service Pack 6, Cumulative Update 1 Issued June DocAve 6: Content Manager

User Guide. Service Pack 6, Cumulative Update 1 Issued June DocAve 6: Content Manager DcAve 6 Cntent Manager User Guide Service Pack 6, Cumulative Update 1 Issued June 2016 1 Table f Cntents What s New in this Guide... 5 Abut Cntent Manager... 6 Cmplementary Prducts... 7 Submitting Dcumentatin

More information

Log shipping is a HA option. Log shipping ensures that log backups from Primary are

Log shipping is a HA option. Log shipping ensures that log backups from Primary are LOG SHIPPING Lg shipping is a HA ptin. Lg shipping ensures that lg backups frm Primary are cntinuusly applied n standby. Lg shipping fllws a warm standby methd because manual prcess is invlved t ensure

More information

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

Product Documentation. New Features Guide. Version 8.7.5/XE6

Product Documentation. New Features Guide. Version 8.7.5/XE6 Prduct Dcumentatin New Features Guide Versin 8.7.5/XE6 2015 Embarcader Technlgies, Inc. Embarcader, the Embarcader Technlgies lgs, and all ther Embarcader Technlgies prduct r service names are trademarks

More information

Single File Upload Guide

Single File Upload Guide Single File Uplad Guide August 15, 2018 Versin 9.6.134.78 Single File Uplad Guide 1 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Single File Uplad Guide 2 Table f Cntents 1 Single

More information

CMC Blade BIOS Profile Cloning

CMC Blade BIOS Profile Cloning This white paper describes the detailed capabilities f the Chassis Management Cntrller s Blade BIOS Prfile Clning feature. Authr Crey Farrar This dcument is fr infrmatinal purpses nly and may cntain typgraphical

More information

DocAve 6 Lotus Notes Migrator

DocAve 6 Lotus Notes Migrator DcAve 6 Ltus Ntes Migratr User Guide Service Pack 8 Issued Nvember 2016 1 Table f Cntents What s New in this Guide... 5 Abut Ltus Ntes Migratr... 6 Cmplementary Prducts... 6 Submitting Dcumentatin Feedback

More information

Power365. Quick Start Guide

Power365. Quick Start Guide Pwer365 Quick Start Guide 12/2017 Table f Cntents Prject Types... 4 The Email Frm File Prject Type... 4 The Email With Discvery Prject Type... 4 The Integratin Prject Type... 4 The Integratin Pr Prject

More information

SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS

SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS SUPPLIER CONNECTION SUPPLIER REFERENCE GUIDE FOR LEAR SUPPLIERS T ABLE OF C ONTENTS Table f Cntents... 1 Intrductin... 2 Target Audience... 2 Objectives... 2 Other Resurces... 2 Assumptins... 2 Verify

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

Password Reset for Remote Users

Password Reset for Remote Users 1 Passwrd Reset fr Remte Users Curin prvides a cmpnent fr the PasswrdCurier Passwrd Prvisining System that manages the lcal passwrd cache in cnjunctin with self-service passwrd reset activities. The slutin

More information

Oracle BPM 10rR3. Role Authorization resolution using groups. Version: 1.0

Oracle BPM 10rR3. Role Authorization resolution using groups. Version: 1.0 Oracle BPM 10rR3 Rle Authrizatin reslutin using grups Versin: 1.0 OBPM 10gR3 Rle Authrizatin reslutin using grups Cntents Intrductin... 3 Sme BPM & LDAP cncepts... 4 Cnfiguring OBPM t use different grup

More information

DocAve 6 Deployment Manager

DocAve 6 Deployment Manager DcAve 6 Deplyment Manager User Guide Service Pack 3 Revisin I Issued August 2013 1 Table f Cntents Abut Deplyment Manager... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 5 Befre

More information