SAND CDBMS Nearline for SAP BW v3.1 MR2

Size: px
Start display at page:

Download "SAND CDBMS Nearline for SAP BW v3.1 MR2"

Transcription

1 SAND CDBMS Nearline for SAP BW v3.1 MR2 Release Notes 1 Introduction This maintenance release introduces new functionality, changes/improvements to existing functionality, and fixes for known issues. Refer to the Component Release Notes section below for details. 2 Licensing Changes Licensing for SAND CDBMS Nearline has been simplified as of this release. SAND licenses, specific to the intended operating system, will now be included with the installation/upgrade files. In addition, the calculation of the SAND license size usage has changed for the INT4 and Numeric data types. Instead of a flat size (11 bytes for INT4, 21 bytes for Numeric), the field size for those data types is now the number of digits of the longest value in the field. For example, if the largest value in an INT4 field has 8 digits, it will be calculated as an 8-byte field in the context of the SAND license. For Numeric, there is also one additional byte for the sign and another extra byte for the decimal point if the field has decimal digits. Note that the defined scale (decimal digits) of a Numeric field is counted fully against the license, even if the decimal digits are all zeroes. Also, the minimum size for all fields is one byte. If a field is empty, it is still counted as one byte against the SAND license. Therefore, the possible sizes of INT4 and Numeric fields are the following: INT4: 1 11 bytes Numeric: Object length + up to 2 additional bytes (one for sign, one for decimal point) Amount: 1 21 bytes Quantity: 1 21 bytes Number: 1 21 bytes

2 3 Component Release Notes 3.1 SNIC Add-in The MR2 release of the SNIC Add-in is different from previous versions in the following areas: New Features There is a new program (/SAND/0_DELETE_NLS_REQUESTS) that can remove nearlined data without first having to reload the data back into SAP, by unregistering that data from the Metadata Repository. While unregistered, the data will not be available for querying and will not count towards the SAND license. Currently, archive requests for InfoCubes and standard DSOs can be removed at the nearline level. Write-optimized DSOs are not yet supported. Further information can be found in the "Deleting Archive Requests at the Nearline Level" chapter of the SAND CDBMS Nearline for SAP BW: User's Guide (BW 7). The official SAP BW 7.3 deletion functionality is now supported. ADK-based archiving is now compatible with SAND CDBMS Nearline for SAP BW. When creating or modifying a Data Archiving Process, the ADK option can be enabled or disabled. A system of authorization checking is now available. When authorization checking is enabled, each user must possess required permissions (authorization profiles, set at the SAP system level) to execute certain SNIC functions, or to execute them in non-read-only mode. For more information, refer to the "Setting Up Authorization Checking" chapter in the SAND CDBMS Nearline for SAP BW: Installation and Setup Guide (BW 7). The SAND License Size Utility (/SAND/0_UTIL_LICENSE_SIZE) is a new utility that administrators can use to analyze and monitor SAND license usage. It reports information related to the SAND license, such as the compressed and uncompressed data size per SAND table, per active SCT file, and for the overall system. For more information, refer to the "The SAND License Size Utility" chapter in the SAND CDBMS Nearline for SAP BW: Administration Guide (BW 7) Changes/Improvements The processing of received data packages between the SNIC Add-in and the SNIC Server has been optimized, resulting in better performance for queries with large result sets. The test connection program will now always return a result even if the SNIC Server is overloaded with queries or archiving. The DELETE TIME option has been changed to help prevent overflow of the tasks directory. Previously, if it was set to "Close", the XML files related to a number of

3 transaction types would never be deleted. Now there is improved automated handling of certain file types. More information can be found in the "Transactional Cleanup" section in the SAND CDBMS Nearline for SAP BW: Administration Guide (BW 7). The /SAND/0_UTIL_ARCHIVE_SIZE and /SAND/0_UTIL_COMPRESSION programs now have separate sections for active data, unregistered data (which is related to the functionality of the new /SAND/0_DELETE_NLS_REQUESTS program), and undefined data. For more information, refer to the "Determining the Current Size of Nearline Data" and "The SAND Compression Rate Utility" sections in the SAND CDBMS Nearline for SAP BW: Administration Guide (BW 7). The Delete All Data function, which deletes all nearline data without having to modify the DAP or related InfoProvider, now works even if one or more SCT file is missing from the system where this function is being applied. In previous releases, attempting the Delete All Data function with missing SCT files would cause it to fail because of the way SAP implemented the function. The new release contains an optimization that changes the SQL used for Delete All Data (enabled by default, but configurable via the SNIC Server parameter sand.optimization.delete_all_nearline), thereby allowing the function to work in spite of missing SCT files. The number threshold warning that used to appear when 60% of the interval was used will now appear only at 95% usage. Refer to the "Resetting the SNIC Number Range" section of the SAND CDBMS Nearline for SAP BW: Administration Guide (BW 7) for more information. If per-system configuration is activated, the current System ID configuration will now be displayed when entering the /SAND/0_CONFIG program. The RSDANLCON entries are now included in the transport created by the /SAND/0_CONFIG program. The default values for the "Wait file fini. sec." and "Wait file fini. tick" parameters have changed from 1.0 and 0.001, respectively, to 2.0 and 0.01, respectively. The SNIC Add-in component can now be installed in client 001 (the restriction still applies to clients 000 and 066) Fixes The OLAP cache is now invalidated for Virtual Providers when archives or reloads are executed on the base InfoProvider. The "Wait response sec." timeout is now transmitted to the SNIC Server during interactions, so the SNIC Server can cancel long-running queries that were cancelled on the SAP side. This should prevent "runaway" queries.

4 3.2 SNIC Server The MR2 release of the SNIC Server is different from previous versions in the following areas: New Features SAND CDBMS Nearline can now be set to operate in a distributed environment, allowing it to take advantage of extra processors and other resources to improve performance. This can benefit archiving processes in file-based communication mode (but not HTTP mode currently), as well as queries in any mode. In a distributed environment setup, there is one main host (the Master node) and one or more secondary hosts (Agent nodes). All of SAND/DNA Access is installed on the Master node. On each Agent node the Master NLS directory structure is mounted/mapped, and a system daemon/service is installed. A passwordless SSH system can be used in UNIX as an alternative to specifying the service user password in the ssa.ini file. For more information, refer to the "Nearline in a Distributed Environment" chapter in the SAND CDBMS Nearline for SAP BW: Installation and Setup Guide (BW 7). There are new options for scheduled housekeeping of the tasks directory to clean out files older than a specified age. This scheduled cleanup is configured via two parameters in the sand_nlic.properties configuration file: o sand.nlic.cleanup_old_files_interval The amount of time (in milliseconds) between automatic cleanup of the tasks directory. Setting this property to 0 disables the automated cleanup. o sand.nlic.cleanup_old_files_retention_period The maximum amount of time (in milliseconds) to retain files in the tasks directory. Certain files older than this value will be deleted during the periodic, automated cleanup of the tasks directory. Refer to the "Scheduled Cleanup" section in the SAND CDBMS Nearline for SAP BW: Administration Guide (BW 7) for more information. There is now a "snic stop immediate" command that will stop all related process at once, even if those processes are in the middle of performing tasks. For this reason, the stop immediate command should only be used when absolutely necessary. There is a new parameter (sand.optimization.create_sct_at_close_request) that determines when SCT registration and validation is performed. This was implemented to support simultaneous ADK/nearline archiving. When set to TRUE (the default), SCT registration/validation is performed at the close of the entire archive request (required for ADK archiving). When set to FALSE, it is performed at the close of each nearline object in the request. The default option will usually result in a faster archive request job overall. On the other hand, performing registration /validation at the completion of data transfer to each nearline table means that errors (if they occur at all) can be caught much earlier in a job. For more information, refer to the "SCT File Validation and Registration" section in the SAND CDBMS Nearline for SAP BW: User's Guide (BW 7).

5 There is a new parameter (sand.optimization.delete_all_nearline) that sets the type of SQL query used in the initial discovery phase of the Delete All Data from nearline function. If the parameter is set to TRUE, the query has the form 'SELECT MAX( "ARCHREQUID_SID" ) AS "ARCHREQUID_SID" FROM... '. If set to FALSE, the query verifies this information from the SCT files, rather than through the Metadata Repository 'SELECT DISTINCT "ARCHREQUID_SID" as "ARCHREQUID_SID" FROM... '. The default "SELECT MAX()" form is faster and more efficient, but the other form ("SELECT DISTINCT") is available in case there are any problems. For more information, refer to the "Changing the SQL Query Used by the Delete All Data Function" section in the SAND CDBMS Nearline for SAP BW: Administration Guide (BW 7). There is a new parameter (sand.fetch.max_records) that sets the maximum number of rows to fetch, overriding the value received in the Records attribute of FETCH_NEXT_PACKAGE calls. This parameter is disabled if set to a value less than 1 or to a non-numeric value. By default, it is disabled. Note: This parameter is used when results returned to the SNIC Add-in cannot fit into memory. It should be enabled only if requested by SAND support personnel Changes/Improvements A 64-bit version of SAND/DNA Access can now be installed on 64-bit Windows. During SNIC Server installation, the user is now required to enter at least one SAP system ID to the list of systems that are allowed to connect to the SNIC Server. Previously, the default was the wildcard character *, which allowed any system to connect. This setting can be subsequently changed via the sand.sap.systems parameter in the sand_nlic.properties file. There are a number of changes to the way that tasks are queued in MR2: o No longer a distinction between "normal" and "long" running/waiting tasks. All tasks are now either running or waiting to run. o All concurrency is controlled by the CTRL_CONCURRENCY parameter (set in the [SAPBI] section of the ssa.ini file), so the sand.concurrency.max.normal_task parameter has been removed from sand_nlic.properties. o Queue-related messages in the log file have changed to reflect the new queuing system (see below). o While there is no limit on the number of tasks that can go into the waiting queue, there are several factors that affect what can go into the running queue:! the CTRL_CONCURRENCY parameter limits the number of tasks running at the same time to limit the number of concurrent threads! the number of archiving processes is limited by the MAXJOBS parameter! the number of long tasks (OCU, PNO, CWR) cannot be more than CTRL_CONCURRENCY 1

6 ! in HTTP mode, data transfers (FNP) are limited by available memory! one extra running slot is reserved for Connection (CON)! one extra running slot is reserved for Get Service Properties (GSP)! one extra running slot is reserved for priority tasks (priority service calls: READ_PROPERTIES, LICENSE_INFO, and further monitoring calls). A task that cannot go into the running queue due to any of the restrictions above will be placed in the waiting queue. More details can be found in the "Queue Status Messages" section in the SAND CDBMS Nearline for SAP BW: Administration Guide (BW 7). The snic status output now writes enhanced information to the SNIC Server log about tasks in the running and waiting queues, and the current state of the SNIC Server in terms of configuration, memory usage, and open writers. For example: Running Queue information Running queue: 1 [0] ARC_ _8_PNO (sessionid ARC_ ) (long task) (session concurrency limited) Waiting queue: 3 [0] ARC_ _9_PNO (sessionid ARC_ ) (long task) (session concurrency delayed) [1] ARC_ _10_PNO (sessionid ARC_ ) (long task) (session concurrency delayed) (bad sequence delayed) [2] ARC_ _11_PNO (sessionid ARC_ ) (long task) (bad sequence delayed) Server information CTRL_CONCURRENCY: 5 MAX_JOBS: 3 Memory (in bytes) Maximum: Total: Available: Opened writers: 2 session: ARC_ , id: ARC_ _4_OFW session: ARC_ , id: ARC_ _4_OFW UTC date and time: :44:53 The amount of detail returned depends on the sand.log.level setting. A new runtime property (sand.timeout.invalid_sequence) has been added. This parameter sets the maximum time (in milliseconds) to keep an out-of-sequence BI_CALL in the waiting queue before discarding it and returning an error to the client. If the correct in-sequence call(s) arrive before the end of the timeout period, the queued BI_CALL will be executed in its turn. The default value is ms (24 hours). The session pool maintained by SNIC now forces the serialization of sessions to disk when the pool reaches 100% capacity. When a specified percentage of the pool (80% by default) is reached, sessions older than a certain minimum age (15 minutes by default) that do not have active readers/writers are serialized to disk. However, when the pool limit is reached, the oldest sessions without active readers/writers are now serialized,

7 even if the sessions are younger than the minimum age. This forced serialization of the oldest sessions continues until the pool goes down to 95% capacity. More details about this topic can be viewed in the "Session Pool Management" section of the SAND CDBMS Nearline for SAP BW: Administration Guide (BW 7). The SAND/DNA Access component versions are now displayed in the SNIC Server startup logs. The name of the SNIC Windows service has changed in the current release. For a SNIC "all users installation", the displayed service name is now "SAND Nearline for SAP BW". For specific user installations, the displayed service name is now "SAND Nearline for SAP BW - %user%.%domain%". The SNIC Server installer has been modified to support multi-user installations in case they are required. Under Windows, the system SSA_INI_DIR and NUCLEUS environment variables are backed up to SSA_INI_DIR_SYSTEM and NUCLEUS_SYSTEM, respectively, after the first SNIC installation. Subsequent SNIC installations will use these backup variables as the template for the SSA_INI_DIR and NUCLEUS variables in the user environment. Note that the independent SNIC installations on a Windows system must share the same installed SAND/DNA Access component. While this is not a requirement on a UNIX system, having multiple SAND/DNA Access installations could potentially lead to resource conflicts if there are any duplicate port numbers defined in the various ssa.ini and nucleus.ini files. For more information, refer to the "Multi-user Installations of SNIC" section of the SAND CDBMS Nearline for SAP BW: Installation and Setup Guide (BW 7). Tomcat software is now used instead of Tanuki for the Java Service Wrapper. Consequently, there is no longer a wrapper.conf file, and no more "WrapperManager" warning in the log when the SNIC Server starts. The maximum Java memory allocated to the SNIC Server is now set only via the sand_nlic.properties (sand.java.maxmemory) Fixes The environment variable AIXTHREAD_SCOPE no longer has to be set to "P" (processbased contention scope) manually. It is now added automatically to the env.setup file during installation. The data package sequence issue that caused the loader to fail has been corrected. The timeout issue related to the wrapper on Windows no longer occurs, since the wrapper is not used anymore. When uninstalling a system install on Windows, it is no longer required to use the same user who installed the software. The Windows installer now correctly changes all of the SNIC subfolder locations (tasks, tmp, logs, etc) if the default locations are not used. The documentation was amended to state that the SNIC Server can run the SAP JVM.

8 3.3 Tools The MR2 software tools are different from previous versions in the following areas: New Features The new ssamdupgrade tool is designed to simplify the process of upgrading versions of SAND/DNA Access. For more information, refer to the "Upgrading SAND/DNA Access 2.5 from a Build Prior to 2238 (MR1 to MR2)" chapter in the SAND CDBMS Nearline for SAP BW: Upgrade Guide (BW 7) Changes/Improvements The SAND/DNA Access Metadata Validation tool (ssavalidate) can now be set to operate on an active system by specifying the -a flag. Administrators can therefore run this program on a regular basis, even while data archiving is being performed, to verify nearline system consistency. For more information, refer to the "Verifying Metadata and SCT File Consistency" chapter in the SAND CDBMS Nearline for SAP BW: Administration Guide (BW 7). The Backup Restoration (rest_backup) tool now includes a -c option to automatically create and mount a new metadata database prior to the restore, which greatly simplifies the process by eliminating a few manual steps. For more information, view the "Restoring a Standard Online Backup" chapter in the SAND CDBMS Nearline for SAP BW: Backup and Restore Guide (BW 7). A MigrateTo task (created with the add_task utility) that uses SQL to select the SCT files for migration now includes automatic optimization to improve the selection criteria. Specifically, both positive and negative filters are used for the SCT file selection to ensure better accuracy. For example, assume the original SQL statement is the following: SELECT * FROM S1.T1 WHERE Tdate BETWEEN ' ' AND ' '; A derived, negative SQL statement will also be executed: SELECT * FROM S1.T1 WHERE NOT (Tdate BETWEEN ' ' AND ' '); Any SCT file that is returned by both of these SELECT statements is removed from the final set of SCT files to migrate. This will ensure that all of the migrated SCT files contain the specified range of values, and do not also contain values outside of this range Fixes The SAND/DNA Access System Monitor utility (sysmon) no longer returns a false error about an incorrect number of ssaagent processes running, due to not taking into account the extra administrative ssaagent(s) (configured via the sand.ssaagent.extra parameter in sand_nlic.properties).

9 As well, sysmon no longer reports certain transaction conflicts and duplicate table/domain names as errors, since these are only a temporary byproduct of startup latencies. The ssavalidate tool no longer reports false inconsistencies. 4 Installation Notes If upgrading from a previous release of SAND CDBMS Nearline for SAP BW, follow the instructions in the SAND CDBMS Nearline for SAP BW: Upgrade Guide (BW 7) to ensure a proper upgrade. Otherwise, follow the installation procedures detailed in the SAND CDBMS Nearline for SAP BW: Installation and Setup Guide (BW 7). An upgrade to the latest version involves installing new versions of the following components: SAND/DNA Access SAND Nearline Integration Controller (SNIC) SNIC Add-in 4.1 Summary of Changes to Configuration Settings Note the following changes to configuration settings in MR2: sand_nlic.properties Parameters added: sand.fetch.max_records (this was also added to MR1 hotfix ) sand.nlic.cleanup_old_files_interval sand.nlic.cleanup_old_files_retention_period sand.optimization.create_sct_at_close_request sand.optimization.delete_all_nearline sand.timeout.invalid_sequence Parameters removed: sand.concurrency.max.normal_task sand.request.delete.invalid Changed default: sand.data.chunksize (previous: (64 KB), current: (1 MB))

10

Informatica ILM Nearline for use with SAP NetWeaver BW (Version 6.1) Administrator Guide

Informatica ILM Nearline for use with SAP NetWeaver BW (Version 6.1) Administrator Guide Informatica ILM Nearline for use with SAP NetWeaver BW (Version 6.1) Administrator Guide Informatica ILM Nearline Administrator Guide Version 6.1 February 2013 Copyright (c) 1998-2013 Informatica Corporation.

More information

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages Note: Before using this information and the product it supports, read the

More information

DB Partitioning & Compression

DB Partitioning & Compression Applies to: SAP BI 7, SQL Server 2005. For more information, visit the Business Intelligence homepage. Summary The purpose of this document is to outline a strategy for DB partitioning and compression

More information

IBM Tivoli Storage Manager for HP-UX Version Installation Guide IBM

IBM Tivoli Storage Manager for HP-UX Version Installation Guide IBM IBM Tivoli Storage Manager for HP-UX Version 7.1.4 Installation Guide IBM IBM Tivoli Storage Manager for HP-UX Version 7.1.4 Installation Guide IBM Note: Before you use this information and the product

More information

SAS 9.2 Foundation Services. Administrator s Guide

SAS 9.2 Foundation Services. Administrator s Guide SAS 9.2 Foundation Services Administrator s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS 9.2 Foundation Services: Administrator s Guide. Cary, NC:

More information

Performance Optimization for Informatica Data Services ( Hotfix 3)

Performance Optimization for Informatica Data Services ( Hotfix 3) Performance Optimization for Informatica Data Services (9.5.0-9.6.1 Hotfix 3) 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

PowerCenter Repository Maintenance

PowerCenter Repository Maintenance PowerCenter Repository Maintenance 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition Eugene Gonzalez Support Enablement Manager, Informatica 1 Agenda Troubleshooting PowerCenter issues require a

More information

EMC Isilon. Cisco UCS Director Support for EMC Isilon

EMC Isilon. Cisco UCS Director Support for EMC Isilon Cisco UCS Director Support for, page 1 Adding an Account, page 2 Storage Pool Tiers, page 3 Storage Node Pools, page 4 SMB Shares, page 5 Creating an NFS Export, page 7 Quotas, page 9 Configuring a space

More information

Session 4112 BW NLS Data Archiving: Keeping BW in Tip-Top Shape for SAP HANA. Sandy Speizer, PSEG SAP Principal Architect

Session 4112 BW NLS Data Archiving: Keeping BW in Tip-Top Shape for SAP HANA. Sandy Speizer, PSEG SAP Principal Architect Session 4112 BW NLS Data Archiving: Keeping BW in Tip-Top Shape for SAP HANA Sandy Speizer, PSEG SAP Principal Architect Public Service Enterprise Group PSEG SAP ECC (R/3) Core Implementation SAP BW Implementation

More information

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE Summary Find the most critical limits for developing Lightning Platform applications. About This Quick Reference This quick reference provides

More information

Oracle Enterprise Manager. 1 Before You Install. System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0

Oracle Enterprise Manager. 1 Before You Install. System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0 Oracle Enterprise Manager System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0 E24476-01 October 2011 The System Monitoring Plug-In for Oracle Unified Directory extends Oracle

More information

Microsoft SQL Server Fix Pack 15. Reference IBM

Microsoft SQL Server Fix Pack 15. Reference IBM Microsoft SQL Server 6.3.1 Fix Pack 15 Reference IBM Microsoft SQL Server 6.3.1 Fix Pack 15 Reference IBM Note Before using this information and the product it supports, read the information in Notices

More information

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE Summary Find the most critical limits for developing Lightning Platform applications. About This Quick Reference This quick reference provides

More information

Interface Reference topics

Interface Reference topics McAfee Content Security Reporter 2.6.x Interface Reference Guide Interface Reference topics Edit Permission Set page (Permission Sets page) Specify Content Security Reporter permissions and grant user

More information

Duplicate: Fixed a bug where duplicated sequences via Web services lose the links to 3D Warp renders.

Duplicate: Fixed a bug where duplicated sequences via Web services lose the links to 3D Warp renders. Avid Interplay WS 2.6.1 Release Notes September, 2012 Overview Interplay Web Services is a server-based integration platform for Avid Interplay. It should be run on a modern Windows machine (~2GHz, 2 GB

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

Perceptive Matching Engine

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

More information

This section contains additional information about installation and support changes.

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

More information

SAP Net Weaver 400s BI 7.0For more information, visit the Business Intelligence homepage.

SAP Net Weaver 400s BI 7.0For more information, visit the Business Intelligence homepage. Applies to: SAP Net Weaver 400s BI 7.0For more information, visit the Business Intelligence homepage. Summary This paper provides the step by step procedure on how to archive data in ODS/InfoCube using

More information

IBM Tivoli Storage Manager for AIX Version Installation Guide IBM

IBM Tivoli Storage Manager for AIX Version Installation Guide IBM IBM Tivoli Storage Manager for AIX Version 7.1.3 Installation Guide IBM IBM Tivoli Storage Manager for AIX Version 7.1.3 Installation Guide IBM Note: Before you use this information and the product it

More information

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM Note: Before you use this information

More information

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS ii IBM Emptoris Contract Management: Bulk Load Utilities

More information

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM Note: Before you use this

More information

IBM Spectrum Protect HSM for Windows Version Administration Guide IBM

IBM Spectrum Protect HSM for Windows Version Administration Guide IBM IBM Spectrum Protect HSM for Windows Version 8.1.0 Administration Guide IBM IBM Spectrum Protect HSM for Windows Version 8.1.0 Administration Guide IBM Note: Before you use this information and the product

More information

HPE Storage Optimizer Software Version: 5.4. Best Practices Guide

HPE Storage Optimizer Software Version: 5.4. Best Practices Guide HPE Storage Optimizer Software Version: 5.4 Best Practices Guide Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty The only warranties for Hewlett Packard

More information

Cisco Unity Connection uses separate databases to store the system configuration and the information in voic s.

Cisco Unity Connection uses separate databases to store the system configuration and the information in voic s. , on page 1 Overview Cisco Unity Connection uses separate databases to store the system configuration and the information in voicemails. About Mailbox Stores Consider the following points to understand

More information

Monitoring Agent for SAP Applications Fix pack 11. Reference IBM

Monitoring Agent for SAP Applications Fix pack 11. Reference IBM Monitoring Agent for SAP Applications 7.1.1 Fix pack 11 Reference IBM Monitoring Agent for SAP Applications 7.1.1 Fix pack 11 Reference IBM Note Before using this information and the product it supports,

More information

Running the Setup Web UI

Running the Setup Web UI The Cisco Prime IP Express setup interview in the web UI takes you through a series of consecutive pages to set up a basic configuration. For an introduction and details on the basic navigation for the

More information

Jyotheswar Kuricheti

Jyotheswar Kuricheti Jyotheswar Kuricheti 1 Agenda: 1. Performance Tuning Overview 2. Identify Bottlenecks 3. Optimizing at different levels : Target Source Mapping Session System 2 3 Performance Tuning Overview: 4 What is

More information

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Administration Guide

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Administration Guide BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0 Administration Guide SWDT487521-636611-0528041049-001 Contents 1 Overview: BlackBerry Enterprise Server... 21 Getting started in your BlackBerry

More information

Features and Enhancements Introduced in UMDS

Features and Enhancements Introduced in UMDS Informatica Corporation Ultra Messaging Desktop Services Version 6.0 Release Notes July 2014 Copyright (c) 2013-2014 Informatica Corporation. All rights reserved. Contents Features and Enhancements Introduced

More information

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr Getting Started Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr Getting Started Guide Safyr 7.1 This product is subject to the

More information

Project 2010 Certification Exams

Project 2010 Certification Exams Project 2010 Certification Exams This information is taken from the Microsoft website and is a compilation of the requirements listed there for the Project 2010 and Project Server 2010 exams. This document

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Custom Plug-ins March 2018 215-12932_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding on whether to read the SnapCenter Data Protection

More information

SAP NLS Update Roland Kramer, SAP EDW (BW/HANA), SAP SE PBS Customer Information Day, July 1st, 2016

SAP NLS Update Roland Kramer, SAP EDW (BW/HANA), SAP SE PBS Customer Information Day, July 1st, 2016 SAP NLS Update 2016 Roland Kramer, SAP EDW (BW/HANA), SAP SE PBS Customer Information Day, July 1st, 2016 Why SAP BW? It is all about three things to know SAPPHIRE 2016 - Quote from Hasso is there anything

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated June 2015 PDF0157 (PDF) Houghton Mifflin Harcourt Publishing Company. Table of Contents Introduction... 3 Launching the SAM Server Utility... 3 The Home Screen...

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated July 2014 Copyright 2010, 2012, 2014 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0157 (PDF) SCHOLASTIC, READ 180, SYSTEM 44, SCHOLASTIC

More information

Rhapsody Interface Management and Administration

Rhapsody Interface Management and Administration Rhapsody Interface Management and Administration Welcome The Rhapsody Framework Rhapsody Processing Model Application and persistence store files Web Management Console Backups Route, communication and

More information

Antivirus Solution Guide for Clustered Data ONTAP: Symantec

Antivirus Solution Guide for Clustered Data ONTAP: Symantec Technical Report Antivirus Solution Guide for Clustered Data ONTAP: Symantec Saurabh Singh and Brahmanna Chowdary Kodavali, NetApp July 2016 TR-4304 Abstract An antivirus solution is key for enterprises

More information

C_TBI30_74

C_TBI30_74 C_TBI30_74 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 Where can you save workbooks created with SAP BusinessObjects Analysis, edition for Microsoft Office? (Choose two) A. In an Analysis iview

More information

Enterprise Data Catalog Fixed Limitations ( Update 1)

Enterprise Data Catalog Fixed Limitations ( Update 1) Informatica LLC Enterprise Data Catalog 10.2.1 Update 1 Release Notes September 2018 Copyright Informatica LLC 2015, 2018 Contents Enterprise Data Catalog Fixed Limitations (10.2.1 Update 1)... 1 Enterprise

More information

Optimizing the Data Integration Service to Process Concurrent Web Services

Optimizing the Data Integration Service to Process Concurrent Web Services Optimizing the Data Integration Service to Process Concurrent Web Services 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

One Identity Management Console for Unix 2.5.1

One Identity Management Console for Unix 2.5.1 One Identity Management Console for Unix 2.5.1 October 2017 These release notes provide information about the One Identity Management Console for Unix release. NOTE: This version of the One Identity Management

More information

Netezza PureData System Administration Course

Netezza PureData System Administration Course Course Length: 2 days CEUs 1.2 AUDIENCE After completion of this course, you should be able to: Administer the IBM PDA/Netezza Install Netezza Client Software Use the Netezza System Interfaces Understand

More information

Archiving and Purging Data from the Database

Archiving and Purging Data from the Database CHAPTER 10 These topics provide basic information about data purging and archiving and system stability: Prime Network Database Schemas, page 10-1, describes the schemas supported by the Prime Network

More information

Archiving and Purging Data

Archiving and Purging Data CHAPTER 10 These topics provide basic information about data purging and archiving and system stability: Prime Network Database Schemas, page 10-1, describes the schemas supported by the Prime Network

More information

1z0-447.exam.44q 1z0-447 Oracle GoldenGate 12c Implementation Essentials

1z0-447.exam.44q   1z0-447 Oracle GoldenGate 12c Implementation Essentials 1z0-447.exam.44q Number: 1z0-447 Passing Score: 0 Time Limit: 120 min 1z0-447 Oracle GoldenGate 12c Implementation Essentials Exam A QUESTION 1 You edit the GLOBALS file, save the changes, and restart

More information

Change and Configuration Management Administration

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

More information

Repstor affinity. Installation and Configuration Guide(Generic)

Repstor affinity. Installation and Configuration Guide(Generic) Repstor affinity Installation and Configuration Guide(Generic) Document Version 3.7 April 2018 Contents 1. INTRODUCTION TO REPSTOR AFFINITY 3 ADVANTAGES OF REPSTOR AFFINITY... 3 2. REPSTOR AFFINITY INSTALLATION

More information

docalpha Monitoring Station

docalpha Monitoring Station ARTSYL DOCALPHA MONITORING STATION MANUAL 1. docalpha Architecture Overview... 3 1.1. Monitoring Station Overview... 4 2. What's New in docalpha Monitoring Station 4.5... 4 3. Working with Monitoring Station...

More information

Tiger Bridge 1.0 Administration Guide

Tiger Bridge 1.0 Administration Guide Tiger Bridge 1.0 Administration Guide September 12, 2017 Copyright 2008-2017 Tiger Technology. All rights reserved. This publication, or parts thereof, may not be reproduced in any form, by any method,

More information

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide BlackBerry Enterprise Server for Microsoft Office 365 Version: 1.0 Administration Guide Published: 2013-01-29 SWD-20130131125552322 Contents 1 Related resources... 18 2 About BlackBerry Enterprise Server

More information

Basics of SQL Transactions

Basics of SQL Transactions www.dbtechnet.org Basics of SQL Transactions Big Picture for understanding COMMIT and ROLLBACK of SQL transactions Files, Buffers,, Service Threads, and Transactions (Flat) SQL Transaction [BEGIN TRANSACTION]

More information

SAS 9.4 Foundation Services: Administrator s Guide

SAS 9.4 Foundation Services: Administrator s Guide SAS 9.4 Foundation Services: Administrator s Guide SAS Documentation July 18, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS 9.4 Foundation Services:

More information

Installing Data Sync Version 2.3

Installing Data Sync Version 2.3 Oracle Cloud Data Sync Readme Release 2.3 DSRM-230 May 2017 Readme for Data Sync This Read Me describes changes, updates, and upgrade instructions for Data Sync Version 2.3. Topics: Installing Data Sync

More information

Application Management Webinar. Daniela Field

Application Management Webinar. Daniela Field Application Management Webinar Daniela Field Agenda } Agile Deployment } Project vs Node Security } Deployment } Cloud Administration } Monitoring } Logging } Alerting Cloud Overview Cloud Overview Project

More information

Source OID Message Severity Cause Action

Source OID Message Severity Cause Action 13 CHAPTER This section describes the Prime Network system events. System events appear in the Prime Network Events System tab. They include a variety of events pertaining to the system activities, from

More information

Memory may be insufficient. Memory may be insufficient.

Memory may be insufficient. Memory may be insufficient. Error code Less than 200 Error code Error type Description of the circumstances under which the problem occurred Linux system call error. Explanation of possible causes Countermeasures 1001 CM_NO_MEMORY

More information

Arcserve Backup for Windows

Arcserve Backup for Windows Arcserve Backup for Windows Agent for Microsoft SQL Server Guide r16 Pre-release Document, only for reference This Documentation, which includes embedded help systems and electronically distributed materials,

More information

SAP Certified Application Professional - Modeling and Data Management with SAP BW 7.3 & SAP BI 4.0

SAP Certified Application Professional - Modeling and Data Management with SAP BW 7.3 & SAP BI 4.0 SAP EDUCATION SAMPLE QUESTIONS: P_PIE_73 SAP Certified Application Professional - Modeling and Data Management with SAP BW 7.3 & SAP BI 4.0 Disclaimer: These sample questions are for self-evaluation purposes

More information

V4BstS

V4BstS http://tagr.com/t/ V4BstS Work with SQL from Version 2000 OLTP/ BI Database Design and Code Review Performance Tuning HA/DR Plan Design Upgrade/ Migration/ Consolidation Capacity Planning Health Check

More information

Antivirus Solution Guide. NetApp Clustered Data ONTAP 8.2.1

Antivirus Solution Guide. NetApp Clustered Data ONTAP 8.2.1 Antivirus Solution Guide NetApp Clustered Data ONTAP 8.2.1 Contents Abstract... 4 Audience... 4 Purpose and Scope... 4 Introduction... 4 Antivirus Solution Architecture... 5 Components of the Vscan/AV

More information

Product Guide. McAfee Performance Optimizer 2.2.0

Product Guide. McAfee Performance Optimizer 2.2.0 Product Guide McAfee Performance Optimizer 2.2.0 COPYRIGHT Copyright 2017 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee epo, McAfee

More information

Tools, tips, and strategies to optimize BEx query performance for SAP HANA

Tools, tips, and strategies to optimize BEx query performance for SAP HANA Tools, tips, and strategies to optimize BEx query performance for SAP HANA Pravin Gupta TekLink International Produced by Wellesley Information Services, LLC, publisher of SAPinsider. 2016 Wellesley Information

More information

SymmetricDS Quick Start Guide

SymmetricDS Quick Start Guide SymmetricDS Quick Start Guide v3.6 Copyright 2007-2013 Eric Long, Chris Henson, Mark Hanes, Greg Wilmer Permission to use, copy, modify, and distribute the SymmetricDS User Guide Version 3.6 for any purpose

More information

Server Edition. V8 Peregrine User Manual. for Linux and Unix operating systems

Server Edition. V8 Peregrine User Manual. for Linux and Unix operating systems Server Edition V8 Peregrine User Manual for Linux and Unix operating systems Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Red Hat is a registered trademark

More information

This is the forth SAP MaxDB Expert Session and this session covers the topic database performance analysis.

This is the forth SAP MaxDB Expert Session and this session covers the topic database performance analysis. 1 This is the forth SAP MaxDB Expert Session and this session covers the topic database performance analysis. Analyzing database performance is a complex subject. This session gives an overview about the

More information

Configuration Manager

Configuration Manager CHAPTER 7 This chapter describes how to perform routine Cisco VXC Manager configuration management tasks using the Administrator Console. It provides information on managing the configuration settings

More information

Resource Manager Configuration Tool

Resource Manager Configuration Tool APPENDIXB This appendix provides information on the requirements, setup and use of the Resource Manager Configuration Tool. The topics in this section include: Overview of the, page B-1 Installing the,

More information

Mastering phpmyadmiri 3.4 for

Mastering phpmyadmiri 3.4 for Mastering phpmyadmiri 3.4 for Effective MySQL Management A complete guide to getting started with phpmyadmin 3.4 and mastering its features Marc Delisle [ t]open so 1 I community experience c PUBLISHING

More information

Cloudera JDBC Driver for Apache Hive

Cloudera JDBC Driver for Apache Hive Cloudera JDBC Driver for Apache Hive 2.5.20 Released 2017-12-22 These release notes provide details of enhancements, features, and known issues in Cloudera JDBC Driver for Apache Hive 2.5.20, as well as

More information

AutoCount Server. A c c o u n t B i l l i n g S t o c k P O S P a y r o l l. ISV/Software Solutions

AutoCount Server. A c c o u n t B i l l i n g S t o c k P O S P a y r o l l. ISV/Software Solutions AutoCount Server A c c o u n t B i l l i n g S t o c k P O S P a y r o l l ISV/Software Solutions Introduction AutoCount server is mandatory to install in server pc for AutoCount Accounting 2.0. It is

More information

P6 EPPM System Administration Guide for On-Premises

P6 EPPM System Administration Guide for On-Premises P6 EPPM System Administration Guide for On-Premises Version 17 January 2018 Contents About This Guide... 7 Primavera P6 Administrator Setup Tasks... 9 What Has Changed... 9 Launching the Primavera P6

More information

SmartSense Configuration Guidelines

SmartSense Configuration Guidelines 1 SmartSense Configuration Guidelines Date of Publish: 2018-07-12 http://docs.hortonworks.com Contents SmartSense configuration guidelines...3 HST server...3 HST agent... 9 SmartSense gateway... 12 Activity

More information

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE

SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE SALESFORCE DEVELOPER LIMITS AND ALLOCATIONS QUICK REFERENCE Summary Find the most critical limits for developing Lightning Platform applications. About This Quick Reference This quick reference provides

More information

Dell One Identity Manager Administration Guide for Connecting to SharePoint

Dell One Identity Manager Administration Guide for Connecting to SharePoint Dell One Identity Manager 7.1.3 Administration Guide for Connecting to SharePoint 2016 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property

More information

User Manual. Admin Report Kit for Exchange Server

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

More information

Implementing Data Masking and Data Subset with IMS Unload File Sources

Implementing Data Masking and Data Subset with IMS Unload File Sources Implementing Data Masking and Data Subset with IMS Unload File Sources 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

SelfTestEngine.PR000041_70questions

SelfTestEngine.PR000041_70questions SelfTestEngine.PR000041_70questions Number: PR000041 Passing Score: 800 Time Limit: 120 min File Version: 20.02 http://www.gratisexam.com/ This is the best VCE I ever made. Try guys and if any suggestion

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

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

More information

Unifaun OnlineConnect

Unifaun OnlineConnect Unifaun OnlineConnect Unifaun ERPConnect UNIFAUN WWW.UNIFAUN.COM DECEMBER 7, 2017 Contents 1 Overview... 3 1.1 Order files... 3 1.1.1 When should the order files be created?... 3 1.1.2 What should the

More information

SANtricity ES Storage Manager Support Monitor for Version 4.9 User Guide

SANtricity ES Storage Manager Support Monitor for Version 4.9 User Guide SANtricity ES Storage Manager Support Monitor for Version 4.9 User Guide Version 10.77 May 2011 51333-00, Rev. A Revision History Version and Date 51333-00, Rev. A May 2011 Initial release of the document.

More information

Archive in BW. ASAP How to Paper. Applicable Releases: BW 3.0A November 2001

Archive in BW. ASAP How to Paper. Applicable Releases: BW 3.0A November 2001 How to Archive in BW ASAP How to Paper Applicable Releases: BW 3.0A November 2001 SAP Portals (SAP Portals, Inc. and SAP Portals Europe GmbH) assumes no responsibility for errors or omissions in these

More information

Installing and Configuring VMware vcenter Orchestrator

Installing and Configuring VMware vcenter Orchestrator Installing and Configuring VMware vcenter Orchestrator vcenter Orchestrator 4.2.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

User Manual. ARK for SharePoint-2007

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

More information

Central Administration Console Installation and User's Guide

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

More information

Common Configuration Options

Common Configuration Options Common Configuration Options Unless otherwise noted, the common configuration options that this chapter describes are common to all Genesys server applications and applicable to any Framework server component.

More information

PowerCenter 7 Architecture and Performance Tuning

PowerCenter 7 Architecture and Performance Tuning PowerCenter 7 Architecture and Performance Tuning Erwin Dral Sales Consultant 1 Agenda PowerCenter Architecture Performance tuning step-by-step Eliminating Common bottlenecks 2 PowerCenter Architecture:

More information

TANDBERG Management Suite - Redundancy Configuration and Overview

TANDBERG Management Suite - Redundancy Configuration and Overview Management Suite - Redundancy Configuration and Overview TMS Software version 11.7 TANDBERG D50396 Rev 2.1.1 This document is not to be reproduced in whole or in part without the permission in writing

More information

TestsDumps. Latest Test Dumps for IT Exam Certification

TestsDumps.  Latest Test Dumps for IT Exam Certification TestsDumps http://www.testsdumps.com Latest Test Dumps for IT Exam Certification Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version : DEMO Get Latest &

More information

Getting Started. Backup/Restore Tab. Getting Started

Getting Started. Backup/Restore Tab. Getting Started Getting Started Getting Started The Resource Manager application, shown below, enables you to manage the firmware configuration files in network switches. The Resource Manager application makes it possible

More information

Send document feedack to

Send document feedack to CHAPTER 9 This chapter includes the following topics: Introduction to Administration, page 9-1 Host Administration, page 9-2 System Administration, page 9-13 Profile Spaces, page 9-33 User Metadata, page

More information

Real-Time Monitoring Configuration

Real-Time Monitoring Configuration CHAPTER 7 This chapter contains the following information for configuring the Cisco Unified Presence Server Real-Time Monitoring Tool (RTMT). Some options that are available in the current version of the

More information

SAS Viya 3.4 Administration: Logging

SAS Viya 3.4 Administration: Logging SAS Viya 3.4 Administration: Logging Logging: Overview............................................................................. 1 Logging: How To...............................................................................

More information

McAfee Management for Optimized Virtual Environments AntiVirus 4.5.0

McAfee Management for Optimized Virtual Environments AntiVirus 4.5.0 Migration Guide McAfee Management for Optimized Virtual Environments AntiVirus 4.5.0 For use with McAfee epolicy Orchestrator COPYRIGHT 2016 Intel Corporation TRADEMARK ATTRIBUTIONS Intel and the Intel

More information

Lab Guide for Managing Hitachi Storage With Hitachi Command Suite v8.x

Lab Guide for Managing Hitachi Storage With Hitachi Command Suite v8.x Lab Guide for Managing Hitachi Storage With Hitachi Command Suite v8.x TSI2565 Courseware Version: v2.0 Microcode Version: Hitachi Command Suit v8.5 Table of Contents Lab 1 Installation 1-1 Lab 2 Initial

More information

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide BW C SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr User Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr User Guide Safyr 7.1 This product is subject to the license agreement

More information

Document Management System GUI. v6.0 User Guide

Document Management System GUI. v6.0 User Guide Document Management System GUI v6.0 User Guide Copyright Copyright HelpSystems, LLC. All rights reserved. www.helpsystems.com US: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148 IBM, AS/400, OS/400,

More information

Service Manager. Database Configuration Guide

Service Manager. Database Configuration Guide Service Manager powered by HEAT Database Configuration Guide 2017.2.1 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information