Edition 1.1 PVCS. Dimensions. Content Manager Integration Guide

Size: px
Start display at page:

Download "Edition 1.1 PVCS. Dimensions. Content Manager Integration Guide"

Transcription

1 Edition 1.1 PVCS Dimensions Content Manager Integration Guide

2 Copyright 2001 MERANT. All rights reserved. Printed in the U.S.A. DataDirect, INTERSOLV, Micro Focus, Net Express and PVCS are registered trademarks, and PVCS Content Manager, DataDirect Connect, MERANT, PVCS Dimensions, PVCS Metrics, PVCS Pulse, PVCS Replicator, PVCS TeamLink, PVCS Tracker, PVCS TrackerLink, PVCS Version Manager, PVCS VM Server and WishLink are trademarks of MERANT. All other trademarks are the property of their respective owners. ACKNOWLEDGEMENT. PVCS Dimensions is implemented using the ORACLE relational database management system. ORACLE is a registered trademark of Oracle Corporation, Redwood City, California. No part of this publication, with the exception of the software product user documentation contained on a CD-ROM, may be copied, photocopied, reproduced, transmitted, transcribed, or reduced to any electronic medium or machine-readable form without prior written consent of MERANT. Licensees may duplicate the software product user documentation contained on a CD-ROM, but only to the extent necessary to support the users authorized access to the software under the license agreement. Any reproduction of the documentation, regardless of whether the documentation is reproduced in whole or in part, must be accompanied by this copyright statement in its entirety, without modification. U.S. GOVERNMENT RESTRICTED RIGHTS. It is acknowledged that the Software and the Documentation were developed at private expense, that no part is in the public domain, and that the Software and Documentation are Commercial Computer Software provided with RESTRICTED RIGHTS under Federal Acquisition Regulations and agency supplements to them. Use, duplication or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at DFAR et. seq. or subparagraphs (c)(1) and (2) of the Commercial Computer Software Restricted Rights at FAR , as applicable. Contractor is MERANT, 9420 Key West Avenue, Rockville Maryland Rights are reserved under copyright laws of the United States with respect to unpublished portions of the Software. MERANT 9420 Key West Avenue, Rockville Maryland 20850

3 3 Content Manager Integration For this section... See page... Introduction 4 Requirements 4 Setting Up the Integration 5 Initiating a Transfer 11 Viewing Information About Transferred Items 14

4 4 Content Manager Integration Introduction PVCS Dimensions includes a utility to integrate its SCM functions with PVCS Content Manager. Through this integration, files developed under Dimensions control are automatically transferred to the Content Manager repository when they reach a predetermined point in their lifecycle, such as being ready for testing or deployment. Requirements To enable the integration with Dimensions, you need the following: An installation of PVCS Dimensions Server, version 7.0 or higher PVCS Content Manager, version 2.0 or higher An installation of JRE or greater on the system hosting the Dimensions server NOTE You must add the directory containing the JVM.DLL to the system path. A Dimensions release baseline that contains the items to be transferred to Content Manager A Content Manager project to which to transfer the Dimensions items

5 Setting Up the Integration 5 Setting Up the Integration After all the software is installed and you have created a Dimensions baseline containing the items you wish to transfer to Content Manager, you are ready to configure the integration. The integration must be configured on the system hosting the Dimensions server. To set up an integration between a Dimensions baseline and a Content Manager project, you must do the following: 1 Create a setup file: In the setup file, you specify the information needed to implement the integration, including: The name of the Dimensions product that contains the baseline(s) The type of baseline(s) to transfer The lifecycle state that triggers the transfer The host name of the Content Manager server The Content Manager publish location to map to each Dimensions item path 2 Parse the setup file: This step loads the setup information into the Dimensions database. The transfer will take place once a baseline matching the trigger criteria is actioned to the specified lifecycle state.

6 6 Content Manager Integration Creating a Setup File The setup file is a simple XML file in which you specify the information needed to complete the integration. It must be of the following form: <cmlink> <transfer name="transfername" approve="tf"> <product>productname</product> <type>baselinetype</type> <from-state>startstate</from-state> <to-state>endstate</to-state> <base-url>hostname</base-url> <mapping-name>mapname</mapping-name> </transfer> <mapping name="namedef"> <map pattern="itempath" location="/publish"/> </mapping> </cmlink> NOTE A setup file template, template.xml, is included in the cmlink directory under the root directory of the Dimensions server installation. Starting with the template file, use your text editor or XML editor to define the elements of the setup file as described in the following table. This element... <cmlink> <transfer name="transfername" approve="tf"> Is... You may define multiple transfers within a single setup file. Attributes: - name - approve

7 Setting Up the Integration 7 This element... name="transfername" approve="tf" <product>productname</product> <type>baselinetype</type> <from-state>startstate</from-state> Is... Set TransferName to the name you choose for the transfer definition, which can be used as a parameter in commands. Optional The default is "false". Set to "true" to make the transferred items approved assets within Content Manager. Set ProductName to the name of the Dimensions product that contains the baselines to transfer. Set BaselineType to the type of baseline you want to transfer. NOTE To see what type a baseline is, open the baseline in Dimensions and right-click on it. Select Properties from the resulting popup menu. The Properties dialog box appears. Use the value from the Type Name field NOT the Type field. Optional Set StartState to the lifecycle state from which the baseline is actioned. If a StartState is specified, only baselines actioned from the StartState to the EndState are transfered. If no StartState is specified, all baselines actioned to the EndState will be transfered regardless of what lifecycle they were actioned from.

8 8 Content Manager Integration This element... <to-state>endstate</to-state> <base-url>hostname</base-url> <mapping-name>mapname </mapping-name> <mapping name="namedef"> <map pattern="itempath" location="/publish"/> Is... Set EndState to the lifecycle state that triggers the transfer. NOTE The <from-state> element can specify further conditions that must be met to trigger the transfer. Set HostName to the host name of the Content Manager server. Set MapName to specify the mapping definition to use for the transfer. Multiple transfer definitions may refer to the same mapping. Set NameDef to define the name of the mapping definition. You may define multiple map elements within a mapping. Attributes: - pattern - location

9 Setting Up the Integration 9 This element... pattern="itempath" location="/publish" Is... Set ItemPath to a wildcard pattern that matches the path of the items in the baseline. If there are items in the baseline that you do not want to transfer, construct the patterns to exclude them. NOTE For each item, the publish location associated with the first match is used, so place the most specific patterns (*/MyFiles/ f?o.c) before the more general ones (**). Set Publish to the Content Manager publish location to which the items will be transfered. If the specified publish location does not exist, it is created. NOTE This value must start with a forward slash ( / ) followed by the name of the Content Manager project. The Content Manager project must already exist. Parsing the Setup File Once you have created the setup file, you must run the CMLINK command to parse the file and load the transfer definitions contained in the file into Dimensions. The CMLINK command must be issued from a command prompt on the Dimensions server and be of the following form: cmlink [-option] [-option] [-option]

10 10 Content Manager Integration The CMLINK command has the following options: Use this option... To... -s Path/SetupFile.xml Parse the setup file and load it into Dimensions. You must specify the name and location of the setup file. NOTE You will be prompted for a Content Manager user name and password for each base-url in the setup file. You must be a valid user for the target project(s) and have at least the Create Asset, Create Folder, Modify, and Approve permissions. -d Database Specify your Dimensions user database name for the Dimensions database to which the operation will apply. The default is the current value of the PCMSDB symbol in the environment. NOTE This option must be used in conjunction with one or more of the other options. -l Generate a list of the currently defined transfers as an XML document and write it to standard output. NOTE To save this data as a file, use the following syntax: cmlink -l > FileName.xml -t TransferName Specify the name of the transfer definition you want to manually initiate. This is used in conjunction with the -b option. NOTE Transfers are normally triggered from Dimensions by actioning a baseline to the specified lifecycle state. This option manually initiates the transfer. -b "Product:Baseline" Specify the name of the baseline to transfer and the name of the product that contains it. This is used in conjunction with the -t option to manually initiate a transfer. NOTE The transfer will be initiated only if the baseline is at the lifecycle state defined in the <to-state> element of the transfer definition and is of the specified baseline type.

11 Initiating a Transfer 11 Use this option... To... -x Delete all currently defined transfers from the Dimensions database. NOTE You can use the -d option to specify a database. Example To parse a setup file named BigWeb.xml that is located in the Transfer directory of your D drive, you would enter the following command: cmlink -s D:\Transfer\BigWeb.xml You would then be prompted for a Dimensions user name and password. NOTE The PCMSDB symbol must be set to the correct Dimensions user database name for the user and database in question. Else, the CMLINK command will be unable to access the Dimensions database. To set the PCMSDB symbol, use the -d option with the CMLINK command or use the SET command at the command-line. Initiating a Transfer Once you have parsed the setup file, there are two ways to initiate the transfer of baselined items to Content Manager: Automatically: From Dimensions, action a baseline to the lifecycle state specified in the setup file. Manually: From the command line of the Dimensions server, issue the cmlink command with the -t and -b options.

12 12 Content Manager Integration In either case, the following rules apply: If the specified publish location does not exist, it will be created. However, the specified Content Manager project must already exist. If an asset with the specified URL already exists, one of the following will occur: If the content and properties of the Dimensions item are different than those of the existing Content Manager asset, the item will be transfered to a new revision of the asset. If the content and properties of the Dimensions item are the same as the existing Content Manager asset, the item will not be transfered nor will the revision of the asset be incremented. User Requirements to Initiate a Transfer In order to successfully initiate a transfer, you must meet at least one of the following criteria: You have a PRODUCT-MANAGER role for the relevant Dimensions product. Your pending list contains all of the items to be transfered. IMPORTANT! If you do not meet the transfer criteria, the Dimensions attributes will be improperly updated.

13 Initiating a Transfer 13 Automatically Transfer Baselines The transfer will occur automatically once a qualifying baseline is actioned in Dimensions in accordance with the criteria specified in the setup file. The criteria are met when you action a baseline: Of the specified type Located in the specified Dimensions product To the specified lifecycle state More restrictive criteria may also specify the lifecycle state that the baseline must be actioned from. For more information on specifying the criteria that initiate a transfer, see Creating a Setup File on page 6. Disabling Automatic Transfers You can disable the automatic transfer of baselines by adding the following line to the PCMS.CFG file: PVCS_DISABLE_CMLINK 1 To re-enable the automatic transfer of baselines, delete the "1" at the end of the line or delete the entire line. NOTE The PCMS.CFG file is located in the root directory of the Dimensions server installation.

14 14 Content Manager Integration Manually Transfer Baselines To manually initiate a transfer, enter the following command from the command line of the Dimensions server: cmlink -t TransferName -b "Product:Baseline" Where: TransferName equals the name of the transfer definition as specified in the setup file. Product equals the name of the Dimensions product that contains the baseline. Baseline equals the name of the baseline to transfer. For more information on the use of the cmlink command, see Parsing the Setup File on page 9. NOTE The transfer will be initiated only if the baseline is at the lifecycle state defined in the <to-state> element of the transfer definition and is of the specified baseline type. Viewing Information About Transferred Items Once an item is transfered from Dimensions to Content Manager, you can view item properties related to the transfer from either program.

15 Viewing Information About Transferred Items 15 Viewing Information in Content Manager In addition to the normal Content Manager properties, you can view the following attributes for any items transferred into Content Manager from Dimensions: Dimensions baseline specification Dimensions item baseline path Dimensions item specification Dimensions item status For each item, this information is displayed in the General view of the Properties window. You can also search using these attributes. Using the Content Manager Properties Window To invoke the Properties window for an item: 1 In Content Manager, select the Asset view and navigate to the folder that was the destination of the transfer. 2 Click the More ( ) button next to the item for which you want information. A pop-up menu appears.

16 16 Content Manager Integration 3 Select Properties. The Properties window appears. The Dimensions related properties are at the bottom of the Properties window. Searching on Dimensions Attributes in Content Manager To search on Dimensions attributes: 1 In Content Manager, select the Asset Search view. 2 Select a Dimensions attribute from the first drop-down list.

17 Viewing Information About Transferred Items 17 NOTE If no Dimensions attributes are listed, the Content Manager project has not received a transfer from Dimensions. 3 Specify other search criteria as needed and click the Search button. Viewing Information in Dimensions In addition to the normal Dimensions attributes, you can view the following attributes for any items transferred into Content Manager from Dimensions: Content Manager URL to which each item was copied Version of the Content Manager asset Date and time of the transfer Identity of the originating baseline This information is available through the Edit Attributes dialog box. You can also search using these attributes. Using the Dimensions Edit Attributes Dialog Box: To invoke the Edit Attributes dialog box: 1 In Dimensions, open the baseline that was transfered and navigate to the item for which you want information. 2 Right-click on the desired item. A pop-up menu appears.

18 18 Content Manager Integration 3 Select Edit Attributes. The Edit Attributes dialog box appears. If the item has been transfered to Content Manager: The Attributes column contains the following entry: PVCS Content Manager URL The Values column contains a string of individual values separated by vertical rules ( ): //Base_url//Project_url Version Date-Time Baseline

19 Viewing Information About Transferred Items 19 Searching on Content Manager Attributes in Dimensions To search on Content Manager Attributes: 1 From the Dimensions GUI, select Edit Find Item. The Find Item dialog box appears. 2 Select an item type from the Type drop-down list. IMPORTANT! You must select an item type in order to search on Content Manager attributes. 3 Specify values for other fields, as needed, to narrow your search.

20 20 Content Manager Integration 4 Select the Attributes tab. 5 Enter your search criteria in the Values field of the PVCS Content Manager URL attribute. Your search criteria must be in the form of a string of individual values separated by vertical rules ( ): //Base_url//Project_url Version Date-Time Baseline You can use the usual Dimensions wildcards. For example, % % % % would return all items that have been transfered to Content Manager. NOTE If the PVCS Content Manager URL attribute is not listed, no items matching the selected item specifications have been transfered. 6 Select the Find Now tab to view the results of the search.

Micro Focus. Enterprise View. Installing Enterprise View

Micro Focus. Enterprise View. Installing Enterprise View Micro Focus Enterprise View Installing Enterprise View Copyright 2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Micro Focus. Enterprise View. Dynamic Link Process Guide

Micro Focus. Enterprise View. Dynamic Link Process Guide Micro Focus Enterprise View Dynamic Link Process Guide Copyright 2007 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Micro Focus. Enterprise View. Migration Guide

Micro Focus. Enterprise View. Migration Guide Micro Focus Enterprise View Migration Guide Su Copyright 2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but

More information

Micro Focus. Data Express. User Guide (Host)

Micro Focus. Data Express. User Guide (Host) 1 Micro Focus Data Express Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the

More information

Micro Focus. Enterprise View. Multi Daemon User s Guide. Supported Environments

Micro Focus. Enterprise View. Multi Daemon User s Guide. Supported Environments Micro Focus Enterprise View Supported Environments Copyright 2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Micro Focus. Enterprise View Portal. Report Wizard Guide Step by Step

Micro Focus. Enterprise View Portal. Report Wizard Guide Step by Step Micro Focus Enterprise View Portal Copyright 2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the

More information

Micro Focus. Modernization Workbench. Installing MW Desktop Edition

Micro Focus. Modernization Workbench. Installing MW Desktop Edition Micro Focus Modernization Workbench Installing MW Desktop Edition Copyright 2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct

More information

Micro Focus. Data Express. Toolkit (Host)

Micro Focus. Data Express. Toolkit (Host) 1 Micro Focus Data Express Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the

More information

Micro Focus. Enterprise View. MVS Custom Agent - API

Micro Focus. Enterprise View. MVS Custom Agent - API Micro Focus Enterprise View MVS Custom Agent - API Copyright 2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Optimal Trace. Enterprise Server User Guide. Release 5.3

Optimal Trace. Enterprise Server User Guide. Release 5.3 Optimal Trace Enterprise Server User Guide Release 5.3 Copyright 2009 Micro Focus (IP) Ltd. All Rights Reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Metrics Publishing Utility

Metrics Publishing Utility Metrics Publishing Utility User s Guide Release 1.0 Copyright 2009 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Oracle Exadata Healthchecks Plug-in Contents

Oracle Exadata Healthchecks Plug-in Contents Oracle Enterprise Manager System Monitoring Plug-In Installation Guide for Oracle Exadata Healthchecks Release 12.1.0.2.0 E27420-01 March 2012 The Oracle Exadata Healthchecks plug-in processes the XML

More information

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 ( Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (11.1.3.0.0) E18950-03 November 2011 This document provides describes the System Monitoring

More information

Primavera Portfolio Management 9.1 Bridge for Microsoft Office Project Server 2007 Users Guide

Primavera Portfolio Management 9.1 Bridge for Microsoft Office Project Server 2007 Users Guide Primavera Portfolio Management 9.1 Bridge for Microsoft Office Project Server 2007 Users Guide Last printed: 7/28/2011 11:37:00 PM Last saved: 7/28/2011 11:37:00 PM ii Primavera Portfolio Management Bridge

More information

Micro Focus. Data Express. Process User Guide

Micro Focus. Data Express. Process User Guide Micro Focus Data Express Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the right

More information

OpenPlant PowerPID. How to Add Service Key-in that Drives Component Template at Placement and Post Placement. Version 2.0

OpenPlant PowerPID. How to Add Service Key-in that Drives Component Template at Placement and Post Placement. Version 2.0 OpenPlant PowerPID How to Add Service Key-in that Drives Component Template at November 21, 2012 Trademarks Bentley, the B Bentley logo, MicroStation, ProjectWise and AutoPLANT are registered trademarks

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

Oracle Enterprise Repository

Oracle Enterprise Repository Oracle Enterprise Repository Oracle Registry Repository Exchange Utility 10g Release 3 (10.3) July 2009 Oracle Enterprise Repository Oracle Registry Repository Exchange Utility, 10g Release 3 (10.3) Copyright

More information

New Features in Primavera Professional 15.2

New Features in Primavera Professional 15.2 New Features in Primavera Professional 15.2 COPYRIGHT & TRADEMARKS Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

Configuring Oracle Java CAPS Master Index (Repository) Connectivity and Environments

Configuring Oracle Java CAPS Master Index (Repository) Connectivity and Environments Configuring Oracle Java CAPS Master Index (Repository) Connectivity and Environments Part No: 8 9 March 0 Copyright 008, 0, Oracle and/or its affiliates. All rights reserved. License Restrictions Warranty/Consequential

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

SVA NMP Monitor for Unicenter TNG on Windows NT/2000

SVA NMP Monitor for Unicenter TNG on Windows NT/2000 SVA NMP Monitor for Unicenter TNG on Windows NT/2000 Installation Guide Version 3.1.1 First Edition Proprietary Information Statement The information in this document is confidential and proprietary to

More information

How Do I: Find the Highest Elevation within an Area

How Do I: Find the Highest Elevation within an Area GeoMedia Grid: How Do I: Find the Highest Elevation within an Area Topics: Key Words: Tower Location, Site Location, Raster to Vector, and Vector to Raster Digital Elevation Models, Buffer Zone, and Zonal

More information

Oracle Enterprise Single Sign-on Provisioning Gateway. Novell Identity Manager Integration and Installation Guide Release

Oracle Enterprise Single Sign-on Provisioning Gateway. Novell Identity Manager Integration and Installation Guide Release Oracle Enterprise Single Sign-on Provisioning Gateway Novell Identity Manager Integration and Installation Guide Release 11.1.1.2.0 E17537-02 November 2010 Oracle Enterprise Single Sign-on P rovisioning

More information

Oracle Configuration Controls Governor. Integra Apps User Guide Release 5.1.3

Oracle Configuration Controls Governor. Integra Apps User Guide Release 5.1.3 Oracle Configuration Controls Governor Integra Apps User Guide Release 5.1.3 September 2008 Oracle Configuration Controls Governor: Integra Apps User Guide Copyright 2007, 2008 Oracle Corporation and/or

More information

Oracle Governance, Risk and Compliance Controls. Deployment with WebLogic Release 8.6.0

Oracle Governance, Risk and Compliance Controls. Deployment with WebLogic Release 8.6.0 Oracle Governance, Risk and Compliance Controls Deployment with WebLogic Release 8.6.0 September 2010 Oracle Governance, Risk and Compliance Controls Deployment with WebLogic Copyright 2010 Oracle Corporation

More information

Oracle Alert Documentation Updates

Oracle Alert Documentation Updates Oracle Alert Documentation Updates RELEASE 11.0.1 June 1998 Copyright 1998, Oracle Corporation. All rights reserved. The Programs (which include both the software and documentation) contain proprietary

More information

Adaptive Risk Manager Challenge Question Cleanup 10g ( ) December 2007

Adaptive Risk Manager Challenge Question Cleanup 10g ( ) December 2007 Adaptive Risk Manager Challenge Question Cleanup 10g (10.1.4.3.0) December 2007 Adaptive Risk Manager Challenge Question Cleanup, 10g (10.1.4.3.0) Copyright 2007, Oracle. All rights reserved. The Programs

More information

Primavera Portfolio Management 9.1 Bridge for Primavera P6 Users Guide

Primavera Portfolio Management 9.1 Bridge for Primavera P6 Users Guide Primavera Portfolio Management 9.1 Bridge for Primavera P6 Users Guide Last printed: 7/28/2011 11:41:00 PM Last saved: 7/28/2011 11:41:00 PM ii Primavera Portfolio Management Bridge for Primavera P6 --

More information

BEAWebLogic. Portal. MobileAware Interaction Server Installation Guide

BEAWebLogic. Portal. MobileAware Interaction Server Installation Guide BEAWebLogic Portal MobileAware Interaction Server Installation Guide Version 8.1 with Service Pack 3 (MobileAware Version 1.0) Document Revised: September 2004 Copyright Copyright 2004 BEA Systems, Inc.

More information

Contents About Connecting the Content Repository... 5 Prerequisites for Configuring a Content Repository and Unifier... 5

Contents About Connecting the Content Repository... 5 Prerequisites for Configuring a Content Repository and Unifier... 5 Unifier Content Repository Configuration Guide for On-Premises Version 17 July 2017 Contents About Connecting the Content Repository... 5 Prerequisites for Configuring a Content Repository and Unifier...

More information

BEAWebLogic. Adapter for RDBMS. Installation and Configuration Guide

BEAWebLogic. Adapter for RDBMS. Installation and Configuration Guide BEAWebLogic Adapter for RDBMS Installation and Configuration Guide Version 8.1.1 Document Revised: October 2003 Copyright Copyright 2003 BEA Systems, Inc.. All Rights Reserved. Restricted Rights Legend

More information

Oracle Information Rights Management Oracle IRM Windows Authentication Extension Guide 10gR3 August 2008

Oracle Information Rights Management Oracle IRM Windows Authentication Extension Guide 10gR3 August 2008 10gR3 August 2008 ,, 10gR3 Copyright 2007, 2008, Oracle. All rights reserved. Primary Author: Martin Abrahams Contributing Author: Martin Wykes The Programs (which include both the software and documentation)

More information

USING ADMINISTRATOR FEATURES

USING ADMINISTRATOR FEATURES HYPERION FINANCIAL MANAGEMENT SYSTEM 9 RELEASE 9.3.1 USING ADMINISTRATOR FEATURES Oracle's Hyperion Financial Management System 9 Release 9.3 contains significant enhancements to administrator features

More information

Micro Focus. Modernization Workbench. Getting Started

Micro Focus. Modernization Workbench. Getting Started Micro Focus Modernization Workbench Getting Started Copyright 2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

Scheduling in SAS 9.4, Second Edition

Scheduling in SAS 9.4, Second Edition Scheduling in SAS 9.4, Second Edition SAS Documentation September 5, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. Scheduling in SAS 9.4, Second Edition.

More information

Oracle. Service Cloud Knowledge Advanced Implementation Guide

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

More information

SVA NMP Monitor for Unicenter TNG on Windows NT/2000

SVA NMP Monitor for Unicenter TNG on Windows NT/2000 SVA NMP Monitor for Unicenter TNG on Windows NT/2000 Getting Started Version 3.1.1 Second Edition Proprietary Information Statement The information in this document is confidential and proprietary to Storage

More information

BEAWebLogic. Adapter for RDBMS. Installation and Configuration Guide

BEAWebLogic. Adapter for RDBMS. Installation and Configuration Guide BEAWebLogic Adapter for RDBMS Installation and Configuration Guide Version 8.1.2 Document Revised: January 2004 Copyright Copyright 2004 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend

More information

BEAWebLogic. Adapter for HIPAA. Installation and Configuration Guide

BEAWebLogic. Adapter for HIPAA. Installation and Configuration Guide BEAWebLogic Adapter for HIPAA Installation and Configuration Guide Version 8.1.2 Document Revised: January 2004 Copyright Copyright 2004 BEA Systems, Inc. All Rights Reserved. Portions Copyright 2004 iway

More information

1 Siebel Attachments Solution Overview

1 Siebel Attachments Solution Overview Oracle Fusion Middleware User's Guide for Oracle Enterprise Content Management Solutions for Oracle Siebel 11g Release 1 (11.1.1) E17067-01 May 2010 This document provides information on options available

More information

Evaluated Configuration for Oracle Identity and Access Management 10g ( )

Evaluated Configuration for Oracle Identity and Access Management 10g ( ) Evaluated Configuration for Oracle Identity and Access Management 10g (10.1.4.0.1): Security Evaluations Oracle Corporation 500 Oracle Parkway Redwood Shores, CA 94065 Evaluated Configuration for Oracle

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory Release 10 (2.1.2.1.0) E14542-01 April 2009 Microsoft Active Directory, which is included with Microsoft

More information

Agilent 1260 Infinity Purification Solution

Agilent 1260 Infinity Purification Solution Agilent 1260 Infinity Purification Solution Administrator's Quick Start Guide Agilent Technologies Notices Agilent Technologies, Inc. 2017 No part of this manual may be reproduced in any form or by any

More information

Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9. July 2015

Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9. July 2015 Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9 July 2015 Copyright 1987, 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Spend less on file attachment storage space Reliably back up your data or file attachments Use your OpenAir data in your reporting tools

Spend less on file attachment storage space Reliably back up your data or file attachments Use your OpenAir data in your reporting tools Spend less on file attachment storage space Reliably back up your data or file attachments Use your OpenAir data in your reporting tools With OpenAir s Automatic Backup System (ABS) and Workspace downloads,

More information

October 14, Business Intelligence Connector Guide

October 14, Business Intelligence Connector Guide October 14, 2017 Copyright 2013, 2017, 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

Oracle VueLink for Documentum

Oracle VueLink for Documentum Oracle VueLink 19.3.2 for Documentum User s Manual An Integration between Documentum and AutoVue Client/Server Deployment Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved. The Programs

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

Oracle. Service Cloud Knowledge Advanced User Guide

Oracle. Service Cloud Knowledge Advanced User Guide Oracle Service Cloud Release May 2017 Oracle Service Cloud Part Number: E84078-03 Copyright 2015, 2016, 2017, Oracle and/or its affiliates. All rights reserved Authors: The Knowledge Information Development

More information

SAS Simulation Studio 14.1: User s Guide. Introduction to SAS Simulation Studio

SAS Simulation Studio 14.1: User s Guide. Introduction to SAS Simulation Studio SAS Simulation Studio 14.1: User s Guide Introduction to SAS Simulation Studio This document is an individual chapter from SAS Simulation Studio 14.1: User s Guide. The correct bibliographic citation for

More information

Siebel Application Deployment Manager Guide. Version 8.0, Rev. A April 2007

Siebel Application Deployment Manager Guide. Version 8.0, Rev. A April 2007 Siebel Application Deployment Manager Guide Version 8.0, Rev. A April 2007 Copyright 2005, 2006, 2007 Oracle. All rights reserved. The Programs (which include both the software and documentation) contain

More information

Primavera Portfolio Management Reporting Views for SQL Server databases

Primavera Portfolio Management Reporting Views for SQL Server databases Portfolio Management Reporting Views for SQL Server Databases 16 R1 Copyright 1999-2016, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary

More information

equestionnaire User Guide

equestionnaire User Guide Prodika Product Lifecycle Management equestionnaire User Guide Release 5.1 Part Number: TPPR-0045-5.1A Make sure you check for updates to this manual at the Oracle Documentation Web site Copyrights and

More information

Copyright

Copyright Displaying P6 EPPM Metrics in Oracle Enterprise Manager Release 8.1 September 2011 Copyright Oracle Primavera Displaying P6 EPPM Metrics in Oracle Enterprise Manager Copyright 2011, Oracle and/or its affiliates.

More information

Oracle. Engagement Cloud Using Service Request Management. Release 12

Oracle. Engagement Cloud Using Service Request Management. Release 12 Oracle Engagement Cloud Release 12 Oracle Engagement Cloud Part Number E73284-05 Copyright 2011-2017, Oracle and/or its affiliates. All rights reserved. Author: Joseph Kolb This software and related documentation

More information

Oracle CADView-3D. Translator's User's Guide Release 12. Part No. B

Oracle CADView-3D. Translator's User's Guide Release 12. Part No. B Oracle CADView-3D Translator's User's Guide Release 12 Part No. B31985-01 December 2006 Oracle CADView-3D Translator's User's Guide, Release 12 Part No. B31985-01 Copyright 2003, 2006, Oracle. All rights

More information

Oracle. Service Cloud Knowledge Advanced User Guide

Oracle. Service Cloud Knowledge Advanced User Guide Oracle Service Cloud Release November 2016 Oracle Service Cloud Part Number: E80589-02 Copyright 2015, 2016, Oracle and/or its affiliates. All rights reserved Authors: The Knowledge Information Development

More information

BusinessObjects OLAP Intelligence XI

BusinessObjects OLAP Intelligence XI Improving Performance and Scalability Overview This document discusses how to fine-tune your BusinessObjects OLAP Intelligence XI installation for greater performance and scalability. Contents INTRODUCTION...

More information

Oracle WebCenter JSR-168 Container

Oracle WebCenter JSR-168 Container Oracle WebCenter JSR-168 Container Installation Guide Release 10g Release 3 (10.3) October 2008 Installation and Upgrade Guide for Oracle WebCenter JSR-168 Container, Release 10g Release 3 (10.3) Copyright

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, June 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. If you have not executed a written or electronic agreement with

More information

Oracle Governance, Risk and Compliance. Release Notes Release Part No. E

Oracle Governance, Risk and Compliance. Release Notes Release Part No. E Oracle Governance, Risk and Compliance Release Notes Release 8.6.4 Part No. E26596-02 November 2011 Oracle Governance, Risk and Compliance Release Notes Part No. E26596-02 Copyright 2011 Oracle Corporation

More information

Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved.

Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Clearing Cache COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names

More information

SmartPlant Materials Materials Price Lists

SmartPlant Materials Materials Price Lists SmartPlant Materials Materials Price Lists Version 2008.2 (6.3.3) January 2009 DMAR1-PE-200132A Copyright Copyright 2009 Intergraph Corporation. All Rights Reserved. Including software, file formats, and

More information

Defining Constants and Variables for Oracle Java CAPS Environments

Defining Constants and Variables for Oracle Java CAPS Environments Defining Constants and Variables for Oracle Java CAPS Environments Part No: 821 2547 March 2011 Copyright 2008, 2011, Oracle and/or its affiliates. All rights reserved. License Restrictions Warranty/Consequential

More information

New Features in Primavera P6 16.2

New Features in Primavera P6 16.2 New Features in Primavera P6 16.2 COPYRIGHT & TRADEMARKS Copyright 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

Oracle Insurance Policy Administration Configuration of SAML 1.1 Between OIPA and OIDC

Oracle Insurance Policy Administration Configuration of SAML 1.1 Between OIPA and OIDC Oracle Insurance Policy Administration Configuration of SAML 1.1 Between OIPA and OIDC Version 10.1.0.0 Documentation Part Number: E55027-01 June, 2014 Copyright 2009, 2014, Oracle and/or its affiliates.

More information

1 Review Information About this Guide

1 Review Information About this Guide Oracle Database Client Quick Installation Guide 10g Release 2 (10.2) for Microsoft Windows (32-Bit) B14314-02 December 2005 This guide describes how to quickly install the Oracle Database Client product

More information

ORACLE USER PRODUCTIVITY KIT UPGRADE RELEASE SERVICE PACK 2 PART NO. E

ORACLE USER PRODUCTIVITY KIT UPGRADE RELEASE SERVICE PACK 2 PART NO. E ORACLE USER PRODUCTIVITY KIT UPGRADE RELEASE 3.6.1 SERVICE PACK 2 PART NO. E17977-01 JUNE 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights reserved. Part No. E17977-01 Oracle

More information

Oracle. Service Cloud Using Knowledge Advanced

Oracle. Service Cloud Using Knowledge Advanced Oracle Service Cloud Release August 2016 Oracle Service Cloud Part Number: Part Number: E77681-03 Copyright 2015, 2016, Oracle and/or its affiliates. All rights reserved Authors: The Knowledge Information

More information

OpenPlant PowerPID. Inline Component Tag from Pipeline Tag. Version 1.0

OpenPlant PowerPID. Inline Component Tag from Pipeline Tag. Version 1.0 OpenPlant PowerPID Inline Component Tag from Pipeline Tag Initial Release April 11, 2014 Trademarks Bentley, the B Bentley logo, MicroStation, ProjectWise and AutoPLANT are registered trademarks of Bentley

More information

BEA WebLogic. Integration. Samples

BEA WebLogic. Integration. Samples BEA WebLogic Integration Samples Version 8.1 Service Pack 4 Document Date: December 2004 Copyright Copyright 2004-2005 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software and

More information

Oracle Fusion Middleware. 1 Introduction. 1.1 Supported Functionality and Intended Use. 1.2 Limitations

Oracle Fusion Middleware. 1 Introduction. 1.1 Supported Functionality and Intended Use. 1.2 Limitations Oracle Fusion Middleware Installation Notes for Oracle Business Intelligence Mobile App Designer Trial Edition 11g Release 1 (11.1.1) E49297-01 September 2013 Welcome to Installation Notes for Oracle Business

More information

SAS Factory Miner 14.2: User s Guide

SAS Factory Miner 14.2: User s Guide SAS Factory Miner 14.2: User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. SAS Factory Miner 14.2: User s Guide. Cary, NC: SAS Institute

More information

Evaluation Guide - WebSphere Integration

Evaluation Guide - WebSphere Integration Evaluation Guide - WebSphere Integration Copyright 1994-2005 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

How To Import New Client MSI Files and Upgrade Profiles

How To Import New Client MSI Files and Upgrade Profiles How To Import New Client MSI Files and Upgrade Profiles 29 April 2012 2012 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright

More information

What's New in P6 Professional Release 8.2 December 2011 Copyright Oracle Primavera What's New in P6 Professional Copyright 1999, 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java

More information

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

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

More information

Overview of the Plug-In. Versions Supported

Overview of the Plug-In. Versions Supported Oracle Enterprise Manager System Monitoring Plug-In Installation Guide for Exadata Power Distribution Unit Release 11.1.0.2.0 E20087-03 March 2011 Overview of the Plug-In This plug-in will be used to monitor

More information

Oracle Project Time and Expense User s Guide. RELEASE 11 October 1998

Oracle Project Time and Expense User s Guide. RELEASE 11 October 1998 Oracle Project Time and Expense User s Guide RELEASE 11 October 1998 Copyright 1998, Oracle Corporation. All rights reserved. Part number A66749 01. Contributers: Neeraj Garg, Constance Kim, Chris Panero,

More information

Secure Configuration Guide

Secure Configuration Guide Secure Configuration Guide Oracle Health Sciences InForm Publisher On Demand Release 2.0 Part Number: E53275-01 Copyright 2014, Oracle and/or its affiliates. All rights reserved. The Programs (which include

More information

Oracle Utilities Smart Grid Gateway Adapter for Echelon

Oracle Utilities Smart Grid Gateway Adapter for Echelon Oracle Utilities Smart Grid Gateway Adapter for Echelon User's Guide Release 2.0.0 Service Pack 9 E23539-04 May 2013 Oracle Utilities Smart Grid Gateway Adapter for Echelon User's Guide Release 2.0.0 Service

More information

Customer Service Training Activities Created on 10/10/2011 3:33:00 PM. FSU Service Center. Quick Reference Guide v.

Customer Service Training Activities Created on 10/10/2011 3:33:00 PM. FSU Service Center. Quick Reference Guide v. Created on 10/10/2011 3:33:00 PM FSU Service Center Quick Reference Guide v.4 Revised 10/10/11 COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is

More information

Oracle Enterprise Single Sign-on Logon Manager How-To: Configuring ESSO-LM Event Logging with Microsoft SQL Server 2005 Release

Oracle Enterprise Single Sign-on Logon Manager How-To: Configuring ESSO-LM Event Logging with Microsoft SQL Server 2005 Release Oracle Enterprise Single Sign-on Logon Manager How-To: Configuring ESSO-LM Event Logging with Microsoft SQL Server 2005 Release 11.1.1.5.0 21012-01 March 2011 Oracle Enterprise Single Sign-on Logon Manager

More information

BEAWebLogic. Portal. Simplifying Portal URLs

BEAWebLogic. Portal. Simplifying Portal URLs BEAWebLogic Portal Simplifying Portal URLs Version 8.1 with Service Pack 5 Document Revised: October 2005 Copyright Copyright 2005 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software

More information

About the P6 EPPM Importing and Exporting Guide

About the P6 EPPM Importing and Exporting Guide P6 EPPM Importing and Exporting Guide October 2018 Contents About the P6 EPPM Importing and Exporting Guide Scope This guide contains information about import and export formats and the process of importing

More information

Oracle Workflow Builder for Windows 2000 or Windows XP. Oracle XML Gateway Message Designer for Windows 2000

Oracle Workflow Builder for Windows 2000 or Windows XP. Oracle XML Gateway Message Designer for Windows 2000 Oracle Workflow Client Installation Guide Release 12 Part No. B31435-01 November 2006 Overview Purpose This document explains how to install or upgrade the Oracle Workflow and Oracle XML Gateway components

More information

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server Oracle Fusion Middleware Installation Guide for Oracle Team Productivity Center Server 11g Release 1 (11.1.1) E14156-05 June 2010 This document provides information on: Section 1, "Oracle Team Productivity

More information

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release 6.1.0.1 E27853-01 March 2012 Oracle Agile Product Lifecycle Management for Process Content

More information

Oracle Enterprise Single Sign-on Logon Manager. Installation and Setup Guide Release E

Oracle Enterprise Single Sign-on Logon Manager. Installation and Setup Guide Release E Oracle Enterprise Single Sign-on Logon Manager Installation and Setup Guide Release 10.1.4.1.0 E12635-01 March 2009 Oracle Enterprise Single Sign-on, Installation and Setup Guide, Release 10.1.4.1.0 E12635-01

More information

Oracle. Service Cloud Knowledge Advanced Administration Guide

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

More information

BEAWebLogic. Platform. 8.1 Supported Configurations: Novell SUSE LINUX Enterprise Server 8 on PowerPC

BEAWebLogic. Platform. 8.1 Supported Configurations: Novell SUSE LINUX Enterprise Server 8 on PowerPC BEAWebLogic Platform 8.1 Supported Configurations: Novell SUSE LINUX Enterprise Server 8 on PowerPC Version 8.1 Date: March 3, 2005 Copyright Copyright 2005 BEA Systems, Inc. All Rights Reserved. Restricted

More information

Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release

Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release 12.3.0.0.0 Contents 1 Preface... 2 1.1 Audience... 2 1.2 Related Documents... 2 2 Introduction... 2 3 Explanation of Some

More information

Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release

Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release 14.0.0.0.0 Contents 1 Preface... 2 1.1 Audience... 2 1.2 Related Documents... 2 2 Introduction... 3 3 Explanation of Some

More information

Enterprise SA Running Reports Created on 2/4/2010 9:13:00 AM

Enterprise SA Running Reports Created on 2/4/2010 9:13:00 AM Created on 2/4/2010 9:13:00 AM COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

BEA Liquid Data for. WebLogic. Deploying Liquid Data

BEA Liquid Data for. WebLogic. Deploying Liquid Data BEA Liquid Data for WebLogic Deploying Liquid Data Release: 1.0.1 Document Date: October 2002 Revised: December 2002 Copyright Copyright 2002 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend

More information

Advanced ARC Reporting

Advanced ARC Reporting COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager NN47300-300 Document status: Standard Document version: 0401 Document date: 26 March 2008 All Rights Reserved The information in this document is subject to change

More information