ASG-Rochade XML Facilities Readme

Size: px
Start display at page:

Download "ASG-Rochade XML Facilities Readme"

Transcription

1 ASG-Rochade XML Facilities Readme Version January 07, 2006 This file contains product information, installation instructions, and information about starting and using ASG-Rochade XML Facilities (herein called XML Facilities). Note: ASG encourages you to visit and sign onto the Intelligent Support Portal (ISP) to verify whether any product or documentation revisions, new maintenance, or service packs apply to this release of the product or its accompanying documentation. Product Overview XML Facilities consists of: AutoPilot XML Import/Export Facility (an Rochade plug-in) This is a shared library (DLL) to be used as a Rochade plug-in. It uses the XML Facilities (SAX2) API (see below) and implements dedicated import and export features for AutoPilot users. Installing the plug-in adds these entries to the Tools menu in the AutoPilot main window: Import SAX-Import Export SAX-Export This plug-in can also be used directly within Rochade procedures. AutoPilot XML Import/Export Facility GUI This is an AutoPilot-integrated GUI to control the AutoPilot plug-in. Rochade XML Import/Export batch driver command line tools These are XML import and export tools that act as separate Rochade clients. Their functions are based on the XML Facilities (SAX2) API. There are a number of command line parameters that control the import and export processes. Copyright 2006 ASG GmbH & Co. KG, a wholly owned subsidiary of Allen Systems Group, Inc. All rights reserved. All names and products contained herein are the trademarks or registered trademarks of their respective holders. 1

2 Rochade XML Facilities (SAX2) API. These facilities consist of a shared library (DLL), C++ include files, an import library, and an API documentation. You can use them to develop Rochade applications that have a main focus on processing XML documents, taking advantage of these characteristics: This API has a simple and straightforward object-oriented design. Since there is no need to use C++-style pointers on the part of the application, the programming style is similar to Java. The design is based on a simple object model. All objects in this model can be addressed by URL-like strings. The SAX2 API as part of the XML Facilities (SAX2) API is implemented according to the industry standard defined at It supports these activities: Loading and parsing of XML data from different sources (usually files, URLs, etc.), including Rochade Filtering and transforming of XML-coded data Writing XML data to various targets, including Rochade Installation Information ASG provides detailed lists of hardware and software requirements for all Rochade components and relevant operating systems in its ISP under Hardware Requirements Minimum system requirements: Pentium I or compatible processor, 200 MHz 64 MB RAM, 128 MB preferred 20 MB of free disk space. During installation you will temporarily need about 30 MB of free disk space. 2

3 Software Requirements This software should be installed on your computer: Microsoft Windows 95/98/NT/2000/XP Rochade Client Version or later AutoPilot Version or later Internet Explorer Version 5.0 or later Microsoft HTML Help Viewer (.chm browser) Note: The Microsoft HTML Help Viewer is a standard part of Windows 2000 and Windows XP. WinNT4 and Win9x users may need to install the Microsoft HTML Help Viewer by running the program \optional\hhupd.exe, which is provided on the installation CD. Third-party Software and References Installation Steps This product includes software developed by the Apache Software Foundation (see and utilizes the Apache Xerces-C++ XML parser (xerces-c_x_x_x.dll) and the Apache Xalan-C++ XSL/T processor (xalan-c_x_x_x.dll). For license conditions, see the files xerces-c_license.txt and xalan-c_license.txt. See also these references: To install XML Facilities, follow the general directions given in the readme_en.pdf file for installing Rochade applications. Like all Rochade applications, XML Facilities is installed in two steps: 1 ADM installation 2 Application installation During the installation procedure, XML Facilities is referred to as rosax. 3

4 Getting Started Reading or Writing XML-coded Data from or to Rochade To read or write XML-coded (meta)data from or to Rochade 1 Define the set of (meta)data to be read (e.g., by creating a list of Rochade items), or select a target application. 2 Transform the Rochade items and their relations according to a set of rules into one of the available XML formats, or transform from one of the available XML formats to Rochade items. The set of rules for generating XML from Rochade (meta)data and for processing an XML document for Rochade consists of these parts: XML (.xdr) schema (itself an XML document) XML mapping specification (itself an XML document) These XML formats can be generated and processed: RNX (Rochade Native XML): A proprietary, Rochade-optimized XML format that represents a persistent implementation of the Rochade object model. XMI 1.0 (XML Metadata Interchange): The metadata exchange format of the OMG (Object Management Group). OIM (Open Information Model): The metadata exchange format of the MDC (Meta Data Coalition). Various XML formats can be installed (involving an XML schema and an XML mapping specification for each format) and registered with the AutoPilot Plug-In. This is the way metadata source applications (e.g., scanners and buses) can provide their XML formats to be used by the system. There is a placeholder Other Vocabulary, where users can directly specify the XML schema and mapping specification documents to be used by the next import or export process. You can intervene at each processing level by using C++ or Rochade procedure language. 4

5 AutoPilot Plug-in for XML Import and Export To use the AutoPilot plug-in for XML import and export 1 Start AutoPilot 2 Select Tools Import SAX-Import to start the XML import. Or Select Tools Export SAX-Export to start the XML export. 3 Complete the import or export as required by the subsequent dialogs. These dialogs are, for the most part, self-explanatory, but there is an integrated context-sensitive help function that provides guidance in case there are questions about their features. Batch Driver Command Line Tools To use batch driver command line tools Enter rcsaximp on the command line to start the XML import tool. Or Enter rcsaxexp to start the XML import tool. The import and export batch driver command line executables are installed in the <rochade>\bin directory. These are XML import and export tools that act as separate Rochade clients. If you run the executables without any parameters or with incorrect parameters, they will write a summary of the valid parameters to the console. Using XML Facilities (SAX2) API In the <rochade>\samples\sax directory, you will find several examples that demonstrate how to use the C++ API of Rochade XML Facilities. The directory contains these subfolders, which have been installed by this product release: Directory.\RoSAX.\RoSAX\SAXImport.\RoSAX\SAXExport.\RoSAX\SAXFilterChain.\RoObj Description Contains all XML import/export-related examples Contains the XML import command line example Contains the XML export command line example Starting with release , this example is no longer supported Contains all examples for object-oriented Rochade access 5

6 Directory.\RoObj\RoInform.\RoObj\RoObjectModel./RoObj/RoWorkArea.\RoObj\RoQuery.\XSLStyles.\HTTPOutputTarget.\RoJava Description Demonstrates how to call RPL commands and use the $INFORM callback handler Demonstrates how to use the object hierarchy to browse a Rochade dataspace Demonstrates how to use Rochade work areas in C++ Demonstrates how to use C++ query objects Contains some XSL/T sample style sheets for application when using the integrated XSL/T processor. This is the virtual root folder for the embedded HTTP server (HTTPOutputTarget). It contains some icons. Starting with release , this example is no longer supported, since these files are part of another ASG product. Documentation ASG provides this documentation for the product: ASG-Rochade XML Facility Users Guide (part of the documentation CD) The installation deposits this documentation in the installation target directory: Documentation Online help XML Facilities (SAX2) API documentation File Name (and Path) <Rochade>\help\en\SaxTutorial.chm <Rochade>\TechDoc\sax\en\rosax.chm Enhancements and Changes Version Version Supports HP-UX 11. Increased tolerance regarding unmapped elements and their sub elements. Rochade XML Facilities will continue importing while those issues are reported as warnings. The warnings are collected in the error file, usually named ROSAX.ERR. 6

7 To handle attempts to map XML attributes to Rochade link attributes, this warning has been incorporated: Could not resolve the XML attribute attribute_name. This XML attribute is mapped to the Rochade Lnk attribute attribute_name of the item type item_type. The mapping of XML attributes to Rochade Lnk attributes is not (yet) supported. Only XML elements can be mapped to the Rochade attribute attribute_name. Improved the handling of apparent information model mismatches between export and import. The import will continue silently, and after the import, a warning message similar to this will appear in the error file: The current import file was created on the basis of a Rochade information model (RIM) with the name rim_name_1. But the selected Rochade application is based on RIM rim_name_2. The import will be successfully completed only if both information models contain compatible structures. Improved unified handling of link concept 1 and link concept 2 databases. Handling of inactive items in non-hierarchical applications in link concept 1 databases has been corrected. While the export still attempts to evaluate a version number from the name of the information model (in order to export it in the XML/XMI header), the exported name of the information model itself is no longer truncated or modified. So the name of the information model will be exported in the XML/XMI header in its original form. The problem of disappeared inactive link target items in link concept 1 databases has been fixed. The bug has been fixed that occurred if one and the same link attribute was written very often (e.g., 128 times) during an import due to distributed references between the XML elements in the XML document. 7

8 Version Improved the XMI1.0 import and export: The XMI import creates Rochade items according to the most specialized XML elements in the XMI input file. For example, it now creates an UML_ABSTRACTION item if it recognizes a <Foundation.Core.Abstraction xmi.id =... > element, even if <Foundation.Core.Dependency xmi.idref =... > elements occur earlier in the same XML document with equal xmi.id identifiers. Enabled XMI1.0 import and export in FLAT subject areas with qualified names. The naming of items follows the rules in the mapping file. Enabled XMI1.0 import and export in TREE subject areas with hierarchical names. Hierarchical names are generated if the item types in the information model contain namespace attributes. Improved interoperability in TREE subject areas (with hierarchical names): If the item types that are involved do not contain namespace attributes, no namespace relationships are created and the items are named according to the rules that normally apply in FLAT subject areas (with qualified names). This enables XML Facilities to work the same way with TREE subject areas as with FLAT subject areas where this is needed in combination with other tools. In some XML exports, the links within a link attribute in the generated XML file were ordered in a manner that differed from the order within the attribute stored in Rochade. This is now fixed. Sometimes, after export/import in a link concept 1 database, the link target items no longer existed. This has been corrected. In some situations, especially in XMI imports, there were misleading warnings when using namespace attribute mappings, similar to this: Could not resolve... 'UML_N-OWNED-ELEMENT', that is mapped to the... XML attributes that are not mapped to Rochade attributes but are, in fact, mapped to the link information of a Rochade link are no longer reported as unmapped XML attributes. 8

9 Version Introduced the ridetermineby mapping rule as a solution to deal with cases where multiple identical naming identifiers exist in the same scope that map to identical Rochade item types. The new mapping rule allows you to define how different Rochade items should be determined and uniquely named during the import. These are the valid rules: id: Different XML ids should map to different Rochade items even if the item name generation rules create identical names for different items of the same type (in which case the names will be modified to make them unique). name: If the item name generation rules create identical names for different XML ids and the corresponding XML elements are mapped to the same Rochade item type, then different XML elements will still modify the same item (according to the import modes or processing instructions). ASG released the Rochade Native XML (RNX) vocabulary 1.2 with these minor changes: The xmi.uuid and xmi.uuidref XML attributes are now optional. They are excluded (i.e., commented) in the schema so that they are no longer exported for items and links in RNX format. If you want them to be exported, include them in the schema (i.e., remove the comments). The linktype XML attribute is now optional. It is excluded (i.e., commented) in the schema so that it is no longer exported for link attributes in RNX format. If you want it to be exported, include it in the schema (i.e., remove the comment). The rcsaximp and rcsaxexp import/export batch driver command line executables are now installed in <Rochade>/bin. You still find the sources of these as examples for how to use the XML Facilities (SAX2) API in the <Rochade>/samples folder. ASG has changed the default parameter setting in all command line examples for the -d=xxx parameter (to specify the value for the property The new default setting is -d=" ". In addition, the default settings in the rcsaximp import batch driver command line tool for the -wi=xxx parameter (to specify the import mode for Rochade items) has been changed. The new default setting is -wi=scr (where scr stands for scratch). The handling of link qualifiers containing Rochade special characters has been improved. In order to preserve Rochade special characters in link qualifiers, standard (formatted) T-type link attributes are exported using $SLI (with the new U/V flags) and imported using $WRITE. Items whose names begin with a colon (:) can now be handled correctly. 9

10 In link concept 1 databases, inactive versions of "referenced only" link targets were always created, even if they were already visible in the configuration path. This has been corrected. The problem that occurred when running an import/export in a copied database has been resolved. There was an error in the Messages tab of the XML Facilities Export and Import windows in AutoPilot. The Browse buttons called a Windows Open File dialog, so that the user was not able to set this to a file that did not yet exist. These buttons now call the Save File dialog. This version handles the $OPTION APNAMES correctly when using XML Facilities in AutoPilot. The option is set to OFF before importing/exporting, and it is reset to the previous value afterwards. The rcsaximp and rcsaxexp import/export batch driver command line executables prompted for a second user logon/password input in case of wrong input, but terminated without actually allowing the input. This has been corrected. If an XML dataspace file is used to preconfigure Rochade servers, databases, and user logins, then a preconfigured password was also used for subsequent logins. This has been corrected. Improvements have been made for these XMI-related import and item naming issues: Handling the case where an XML element is referenced by an inverse link before it is defined in the XML import stream. Handling the case where the mapping and name generation rules result in item names containing white spaces only. Handling the case where the mapping and name generation rules result in empty item names. Handling the case where an XML element is referencing itself. Handling the case where an XML element is defined in the XML import stream before the element providing its scope is defined. There was this issue involving FLAT subject areas with qualified names: Certain items, such as UML_CLASS items, had no correct qualified names. The problem has been solved. A solution has been integrated for the case where namespace children could not be distinguished within the same scope and thus resulted in a single Rochade item. 10

11 Version In the Rochade Native XML vocabulary (RNX), the ITEM element now has a new attribute modstamp. This attribute is filled during RNX exports and contains the value of the &STAMP system attribute of the exported item, and through this, information about the last modification of the item contents (time of last modification and the user who made it). Since the &STAMP system attribute refers to the item contents, it is processed according to these rules during RNX imports: If the imported item did not exist at the target or was not visible before the import, it is created. The item contents is completely copied from the XML export file into the target item. In this case, the value of the &STAMP attribute is restored from the value found in the modstamp attribute in the XML file. If the item already existed before the import and the import uses the Item Scratch Mode of XML Facilities, the existing contents is erased. Also in this case, the new item contents is copied in completeness from the XML file into the target item. So the value of the &STAMP attribute is restored from the value found in the modstamp attribute in the XML file. If the item already existed before the import and the import uses the Item Modify Mode of XML Facilities, the import may update or add new attribute contents to the existing item. So the contents of the target item gets modified. In this case, the value found in the modstamp attribute in the XML file is ignored. Instead, the &STAMP attribute is updated using the current date, time, and user (i.e., member of the subject area). Note: The export of the modstamp attribute depends on the new RNX XML schema (RNX_1_2.xdr), which is included in this release Older releases of the schema will not export the new attribute. If the modstamp attribute is not found in the XML file, the &STAMP attribute is updated using the current date, time, and user (i.e., member of the subject area). XML imports using logical vocabularies (e.g., XMI) create new physical item contents from the XML documents. So the &STAMP attributes of the created or modified items are always updated using the current date, time, and user (i.e., member of the subject area). The bug that caused the export file to remain locked after an abnormal end (i.e., cancel or error) of an XML export has been fixed. During an XML export from a subject area hierarchy, namespace members with a HIDDEN state on the work configuration were reported as dummy items. The problem has been fixed and the visibility of exported namespace members is ensured now. 11

12 Version If an XML import should have resulted in a dummy item (due to references) located in the namespace of a scope item (due to existing namespace attribute and corresponding nesting), the expected dummy item turned active by mistake. This has now been fixed. After an XML export, namespace relationships were missing if a namespace child preceded its namespace parent (scope item) in the export set. In such a case, there should be a normal reference in the XML element that corresponds to the namespace attribute. This works correctly now. An exception is no longer thrown when a namespace attribute has an empty list of target types or if all target types are deselected from the view of an application. This will cause the namespace attribute to be exported as empty. The program no longer tries to read attribute information from the RIM for the types of dummy items. The issue, which prevented the export of item lists, has been fixed. It is now again possible to export item lists. There was an issue that arose when items in the XML import file referenced themselves and the referencing tag closed on the same line as the entity tag closed. This issue has been fixed. An issue concerning the handling of the &OWNER system attribute has been fixed. The &OWNER system attribute refers to the user (i.e., member of the subject area) who created the item, and it is processed in accordance with these rules during XML imports: If the imported item did not exist at the target or was not visible before the import, it is created. The &OWNER system attribute is updated with the current user. If the item already existed before the import, the existing value of the &OWNER system attribute is preserved. Since the &OWNER attribute is processed internally, there is no need to export its values into XML during XML exports. When writing T-type link attributes, XML Facilities generated item names for the link targets with an escape character (@) at the first position. This became obvious when comparing link attributes written by XML Facilities with link attributes written by JavaAPI-based products. This has now been fixed. If the rilength attribute was used in XML mapping documents with a value >=32, XML Facilities posted an error message that did not pertain directly to the issue that needed to be addressed. This has now been fixed. Some users reported a value NIL in value attributes that should have been empty. This version contains a solution for this issue.

13 Version Version Version Version In Rochade Native XML vocabulary (RNX), items that are not in the export set but are referenced by items that are in the export set, are normally exported as empty XML elements. These empty elements in the XML exports serve as targets for XML references within the XML documents. The prior release contains a bug that generates these empty elements also when they are not necessary. This does not do any damage to the data, but it leads to misinterpretation of the exported XML documents, for instance, in subsequent XSLT transformations. This release supports the extensions of the Rochade 7.00 kernel Beta I release. This release supports the Rochade 7-based extensions regarding namespace attributes. If the XML import recognizes an application with a Rochade 7-based and migrated information model with namespace attributes, it generates corresponding namespace relationships. This release supports additional Rochade 7-based extensions: If the XML import/export recognizes an application with a namestruct setting TREE (i.e., with support for naming hierarchies), it searches for namespace attributes in all item types that are mentioned in the mapping file. If no namespace attributes are found, the application is handled like an application with namestruct setting FLAT. This allows you to use XML Facilities in applications with RIMs that are composed of hierarchical and flat parts. Therefore, when you import in a flat submodel of such an application, XML Facilities generates corresponding qualified item names. Some messages and warnings have been improved. XML Facilities reported a string 'NIL' in RPL handlers where just NIL was expected. This has been fixed now. Incorporated support for ordered namespace attributes. Contains the changes that were required for porting the Rochade 7-based enhancements in this technology to various UNIX systems. 13

14 Issues, Restrictions, and Known Problems This release does not support transactions and item locking features. Compatibility This release is compatible with the XDR schema syntax. It is not compatible with the XSD (W3C) schema syntax. This release is compatible with XMI1.0. It is not yet compatible with XMI1.1 or later releases. ASG released the Rochade Native XML (RNX) vocabulary 1.2 with minor changes. For details, see the relevant bullet in Version on page 9. ASG has changed default settings involving the parameters -d=xxx and -wi=xxx. For details, see the relevant bullets in Version on page 9. 14

ASG-Rochade Java API Release Notes

ASG-Rochade Java API Release Notes ASG-Rochade Java API Release Notes Version 2.00.007 January 12, 2007 JPI1100-200 This publication contains information about all modifications made to ASG-Rochade Java API (herein called Java API) since

More information

ASG-Rochade WebAccess Readme

ASG-Rochade WebAccess Readme ASG-Rochade WebAccess Readme Version 6.50.002 September 8, 2006 This publication contains product information about ASG-Rochade WebAccess (herein called WebAccess), including information about the installation,

More information

ASG-Rochade Reconciliation Toolkit Release Notes

ASG-Rochade Reconciliation Toolkit Release Notes ASG-Rochade Reconciliation Toolkit Release Notes Version 1.76.002 January 29, 2016 RRT1100-176 This publication introduces changes made to ASG-Rochade Reconciliation Toolkit (herein called Reconciliation

More information

ASG-Rochade Data Warehouse Application Release Notes

ASG-Rochade Data Warehouse Application Release Notes ASG-Rochade Data Warehouse Application Release Notes Version 1.50 December 13, 2006 DWA1100-150 This publication contains installation instructions for ASG-Rochade Data Warehouse Application (herein called

More information

PWRDESBUS for ASG-Rochade Release Notes

PWRDESBUS for ASG-Rochade Release Notes PWRDESBUS for ASG-Rochade Release Notes Version 6.53 for Windows January 7, 2015 PDB1100-653 This publication describes all new features, changes, and fixes of PWRDESBUS for ASG-Rochade introduced in this

More information

ASG-Rochade Reconciliation Toolkit Service Pack Release Notes Version

ASG-Rochade Reconciliation Toolkit Service Pack Release Notes Version ASG-Rochade Reconciliation Toolkit Service Pack Release Notes Version 1.70.013 December 10, 2013 RRT3300-170 This publication provides information about changes made to ASG-Rochade Reconciliation Toolkit

More information

ASG-Rochade Reconciliation Toolkit Readme

ASG-Rochade Reconciliation Toolkit Readme ASG-Rochade Reconciliation Toolkit Readme Version 1.00.000 November 23, 2005 This file contains installation instructions and information about getting started using the ASG-Rochade Reconciliation Toolkit

More information

ASG-Rochade Scanner for SQL Server Reporting Services Release Notes

ASG-Rochade Scanner for SQL Server Reporting Services Release Notes ASG-Rochade Scanner for SQL Server Reporting Services Release Notes Version 1.12.001 October 21, 2015 SCL1100-112 This publication contains installation instructions and information about ASG-Rochade Scanner

More information

ASG-Rochade Bus for Rational Software Modeler Release Notes

ASG-Rochade Bus for Rational Software Modeler Release Notes ASG-Rochade Bus for Rational Software Modeler Release Notes Version 3.01 for Windows December 21, 2012 RRS1100-301 This publication describes all new features, changes and fixes of ASG-Rochade Bus for

More information

ASG-Rochade SCANPLI Release Notes

ASG-Rochade SCANPLI Release Notes ASG-Rochade SCANPLI Release Notes Version 3.10.007 March 8, 2007 PL31100-310 This publication contains information about all modifications made to ASG-Rochade SCANPLI (herein called SCANPLI) since Version

More information

Enterprise Architect. User Guide Series. Model Exchange

Enterprise Architect. User Guide Series. Model Exchange Enterprise Architect User Guide Series Model Exchange How to transfer data between projects? In Sparx Systems Enterprise Architect you can move data between projects using Data Transfer of models to file

More information

ERWINBUS for ASG-Rochade Release Notes

ERWINBUS for ASG-Rochade Release Notes ERWINBUS for ASG-Rochade Release Notes Version 8.82 for Windows July 18, 2014 ERB1100-882 This publication describes all new features, changes, and fixes of ERWINBUS for ASG-Rochade introduced in this

More information

TIBCO Spotfire Automation Services 7.5. User s Manual

TIBCO Spotfire Automation Services 7.5. User s Manual TIBCO Spotfire Automation Services 7.5 User s Manual Revision date: 15 January 2016 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

Enterprise Architect. User Guide Series. Model Exchange. Author: Sparx Systems. Date: 26/07/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Model Exchange. Author: Sparx Systems. Date: 26/07/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Model Exchange Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH Table of Contents Model Exchange 3 Copy Packages Between Projects 4 XMI Import and

More information

RDM RIM for ASG-Rochade Release Notes

RDM RIM for ASG-Rochade Release Notes RDM RIM for ASG-Rochade Release Notes Version 1.15 March 23, 2009 RDM1100-113 This file lists all new features, changes and fixes introduced in this release as compared to the RDM RIM Version 1.08. 1 ISP

More information

ASG-MyInfoAssist Release Notes

ASG-MyInfoAssist Release Notes ASG-MyInfoAssist Release Notes Version 2.00.000 October 17, 2012 AMI1100-200 This publication provides installation instructions for ASG-MyInfoAssist (herein called MyInfoAssist) and information on how

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

18.1 user guide No Magic, Inc. 2015

18.1 user guide No Magic, Inc. 2015 18.1 user guide No Magic, Inc. 2015 All material contained herein is considered proprietary information owned by No Magic, Inc. and is not to be shared, copied, or reproduced by any means. All information

More information

ASG-Rochade Bus for Rational Data Architect Release Notes

ASG-Rochade Bus for Rational Data Architect Release Notes ASG-Rochade Bus for Rational Data Architect Release Notes Version 2.04 for Windows May 8, 2014 RDA1100-204 This publication describes all new features, changes and fixes of the ASG-Rochade Bus for Rational

More information

Microsoft Office SharePoint Portal Server 2003 Document Library Migration Tools

Microsoft Office SharePoint Portal Server 2003 Document Library Migration Tools Microsoft Office SharePoint Portal Server 2003 Document Library Migration Tools Show All Introduction The Microsoft Office SharePoint Portal Server 2003 Document Library Migration Tools are a set of utility

More information

ASG-Rochade SCANCOB Release Notes

ASG-Rochade SCANCOB Release Notes ASG-Rochade SCANCOB Release Notes Version 3.10.007 March 8, 2007 CO31100-310 This publication contains information about all modifications made to ASG-Rochade SCANCOB (herein called SCANCOB) since Version

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

Tzunami Deployer Confluence Exporter Guide

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

More information

SDL Content Porter 2013 User Manual. Content Management Technologies Division of SDL

SDL Content Porter 2013 User Manual. Content Management Technologies Division of SDL SDL Content Porter 2013 User Manual Content Management Technologies Division of SDL Revision date: 28-03-2013 Copyright 1999-2013 SDL Tridion Development Lab B.V. All rights reserved. No part of this documentation

More information

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

Dell EMC License Manager Version 1.5 User's Guide

Dell EMC License Manager Version 1.5 User's Guide Dell EMC License Manager Version 1.5 User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

FileLoader for SharePoint

FileLoader for SharePoint End User's Guide FileLoader for SharePoint v. 2.0 Last Updated 6 September 2012 3 Contents Preface 4 FileLoader Users... 4 Getting Started with FileLoader 5 Configuring Connections to SharePoint 7 Disconnecting

More information

CSI 3140 WWW Structures, Techniques and Standards. Representing Web Data: XML

CSI 3140 WWW Structures, Techniques and Standards. Representing Web Data: XML CSI 3140 WWW Structures, Techniques and Standards Representing Web Data: XML XML Example XML document: An XML document is one that follows certain syntax rules (most of which we followed for XHTML) Guy-Vincent

More information

Using the VMware vrealize Orchestrator Client

Using the VMware vrealize Orchestrator Client Using the VMware vrealize Orchestrator Client vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Dell License Manager Version 1.2 User s Guide

Dell License Manager Version 1.2 User s Guide Dell License Manager Version 1.2 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Dreamweaver is a full-featured Web application

Dreamweaver is a full-featured Web application Create a Dreamweaver Site Dreamweaver is a full-featured Web application development tool. Dreamweaver s features not only assist you with creating and editing Web pages, but also with managing and maintaining

More information

RDM RIM for ASG-Rochade Release Notes

RDM RIM for ASG-Rochade Release Notes RDM RIM for ASG-Rochade Release Notes Version 1.17 December 11, 2009 RDM1100-117 This file lists all new features, changes and fixes introduced in this release as compared to the RDM RIM Version 1.08.

More information

Quark XML Author for FileNet 2.8 with BusDocs Guide

Quark XML Author for FileNet 2.8 with BusDocs Guide Quark XML Author for FileNet.8 with BusDocs Guide Contents Getting started... About Quark XML Author... System setup and preferences... Logging on to the repository... Specifying the location of checked-out

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6 SP1 User Guide P/N 300 005 253 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

ASG-Rochade Reconciliation Toolkit Readme

ASG-Rochade Reconciliation Toolkit Readme ASG-Rochade Reconciliation Toolkit Readme Version 1.00.004 July 4, 2006 This file contains installation instructions, information about getting started using the ASG-Rochade Reconciliation Toolkit (herein

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Technical Queries & Support

Technical Queries & Support Technical Queries & Support For any technical queries or support please e-mail us at: E-mail: support@sensysindia.com Or Feel free to call us at Contact No. 022-66278600 (10 Lines) For Latest updates Please

More information

ASG-Rochade Installation Notes

ASG-Rochade Installation Notes ASG-Rochade Installation Notes February 2015 This publication introduces changes made to the installation of ASG-Rochade (herein called Rochade) and its components. It also provides information on system

More information

MapMarker Plus 13.2 Release Notes

MapMarker Plus 13.2 Release Notes MapMarker Plus 13.2 Release Notes These Release Notes accompany the MapMarker Plus 13.2 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

Dreamweaver is a full-featured Web application

Dreamweaver is a full-featured Web application Create a Dreamweaver Site Dreamweaver is a full-featured Web application development tool. Dreamweaver s features not only assist you with creating and editing Web pages, but also with managing and maintaining

More information

MX OPC Server 5.0 Help Documentation

MX OPC Server 5.0 Help Documentation 5.0 Help Documentation Contents 1. Introduction to MX OPC Server 1-1 2. Starting MX OPC Server Configuration 2-1 3. Address Space 3-1 4. Alarm Definitions 4-1 5. Simulation Signals 5-1 6. Runtime Operations

More information

FileLoader for SharePoint

FileLoader for SharePoint Administrator s Guide FileLoader for SharePoint v. 2.0 Last Updated 6 September 2012 Contents Preface 3 FileLoader Users... 3 Getting Started with FileLoader 4 Configuring Connections to SharePoint 8

More information

Teiid Designer User Guide 7.7.0

Teiid Designer User Guide 7.7.0 Teiid Designer User Guide 1 7.7.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

Managing the CaseMap Admin Console User Guide

Managing the CaseMap Admin Console User Guide Managing the CaseMap Admin Console User Guide CaseMap Server, Version 2.3 Accessing the CaseMap Admin Console Registering CaseMap Servers Registering SQL Servers Setting Up Roles and Users Managing SQL

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

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

XML: Managing with the Java Platform

XML: Managing with the Java Platform In order to learn which questions have been answered correctly: 1. Print these pages. 2. Answer the questions. 3. Send this assessment with the answers via: a. FAX to (212) 967-3498. Or b. Mail the answers

More information

Quark XML Author for FileNet 2.5 with BusDocs Guide

Quark XML Author for FileNet 2.5 with BusDocs Guide Quark XML Author for FileNet 2.5 with BusDocs Guide CONTENTS Contents Getting started...6 About Quark XML Author...6 System setup and preferences...8 Logging in to the repository...8 Specifying the location

More information

Java EE 7: Back-end Server Application Development 4-2

Java EE 7: Back-end Server Application Development 4-2 Java EE 7: Back-end Server Application Development 4-2 XML describes data objects called XML documents that: Are composed of markup language for structuring the document data Support custom tags for data

More information

OrgPublisher 8.1 PluginX Implementation Guide

OrgPublisher 8.1 PluginX Implementation Guide OrgPublisher 8.1 PluginX Implementation Guide Introduction Table of Contents Introduction... 3 OrgPublisher Architecture Overview... 4 OrgPublisher Architecture Components... 4 Data Source... 5 Org Chart

More information

HP Image Assistant. User Guide

HP Image Assistant. User Guide HP Image Assistant User Guide Copyright 2018 HP Development Company, L.P. Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Contents PREFACE... II

More information

ForeScout CounterACT. Configuration Guide. Version 3.4

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

More information

Getting Started With the Cisco PAM Desktop Software

Getting Started With the Cisco PAM Desktop Software CHAPTER 3 Getting Started With the Cisco PAM Desktop Software This chapter describes how to install the Cisco PAM desktop client software, log on to Cisco PAM, and begin configuring access control features

More information

Mobile Application Workbench. SAP Mobile Platform 3.0 SP02

Mobile Application Workbench. SAP Mobile Platform 3.0 SP02 SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC-01-0302-01 LAST REVISED: January 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced

More information

Documentum Foundation Classes Installation Guide

Documentum Foundation Classes Installation Guide Documentum Foundation Classes Installation Guide Version 5.3 SP1 September 2005 Copyright 1994-2005 EMC Corporation Table of Contents Preface... 5 Chapter 1 Before You Install DFC... 7 Where to install

More information

Tzunami Deployer Lotus Notes Exporter Guide

Tzunami Deployer Lotus Notes Exporter Guide Tzunami Deployer Lotus Notes Exporter Guide Version 2.5 Copyright 2010. Tzunami Inc. All rights reserved. All intellectual property rights in this publication are owned by Tzunami, Inc. and protected by

More information

Deploying a System Center 2012 R2 Configuration Manager Hierarchy

Deploying a System Center 2012 R2 Configuration Manager Hierarchy Deploying a System Center 2012 R2 Configuration Manager Hierarchy This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION

More information

Eresia XML Interface Portal Version 1.1 CML

Eresia XML Interface Portal Version 1.1 CML Eresia XML Interface Portal Version 1.1 CML00034-11 Code Magus Limited (England reg. no. 4024745) Number 6, 69 Woodstock Road Oxford, OX2 6EY, United Kingdom www.codemagus.com Copyright c 2009 Code Magus

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 10.5 Feb 2018 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

HP ALM Synchronizer for Agile Manager

HP ALM Synchronizer for Agile Manager HP ALM Synchronizer for Agile Manager Software Version: 2.10 User Guide Document Release Date: August 2014 Software Release Date: August 2014 Legal Notices Warranty The only warranties for HP products

More information

Connector for Microsoft SharePoint 2013, 2016 and Online Setup and Reference Guide

Connector for Microsoft SharePoint 2013, 2016 and Online Setup and Reference Guide Connector for Microsoft SharePoint 2013, 2016 and Online Setup and Reference Guide Published: 2018-Oct-09 Contents 1 Microsoft SharePoint 2013, 2016 and Online Connector 4 1.1 Products 4 1.2 Supported

More information

GOBENCH IQ Release v

GOBENCH IQ Release v GOBENCH IQ Release v1.2.3.3 2018-06-11 New Add-Ons / Features / Enhancements in GOBENCH IQ v1.2.3.3 GOBENCH IQ v1.2.3.3 contains several new features and enhancements ** New version of the comparison Excel

More information

EMC SourceOne for File Systems

EMC SourceOne for File Systems EMC SourceOne for File Systems Version 7.2 Administration Guide 302-000-958 REV 02 Copyright 2005-2015 EMC Corporation. All rights reserved. Published in the USA. Published December 9, 2015 EMC believes

More information

TEMPPO Requirement Manager User Manual

TEMPPO Requirement Manager User Manual TEMPPO Requirement Manager User Manual Copyright Atos IT Solutions and Services GmbH 2016 Microsoft, MS, MS-DOS and Windows are trademarks of Microsoft Corporation. The reproduction, transmission, translation

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

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

Copyright 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 7 XML

Copyright 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 7 XML Chapter 7 XML 7.1 Introduction extensible Markup Language Developed from SGML A meta-markup language Deficiencies of HTML and SGML Lax syntactical rules Many complex features that are rarely used HTML

More information

7.1 Introduction. extensible Markup Language Developed from SGML A meta-markup language Deficiencies of HTML and SGML

7.1 Introduction. extensible Markup Language Developed from SGML A meta-markup language Deficiencies of HTML and SGML 7.1 Introduction extensible Markup Language Developed from SGML A meta-markup language Deficiencies of HTML and SGML Lax syntactical rules Many complex features that are rarely used HTML is a markup language,

More information

Teamcenter NX Remote Manager Guide. Publication Number PLM00123 G

Teamcenter NX Remote Manager Guide. Publication Number PLM00123 G Teamcenter 10.1 NX Remote Manager Guide Publication Number PLM00123 G Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle Management

More information

Rochade DB2BUS Migration Utility for Legacy Data

Rochade DB2BUS Migration Utility for Legacy Data Rochade DB2BUS Migration Utility for Legacy Data Version 1.0 December 2005 Page 1 Contents: 1 Introduction... 3 2 Long Rochade Item Names for DB2BUS Data... 4 3 Prerequisites for Using Long Rochade Item

More information

Print Station. Point-and-Click Printing WHITE PAPER

Print Station. Point-and-Click Printing WHITE PAPER Print Station Point-and-Click Printing WHITE PAPER Contents Overview 3 Printing with Print Station 4 Easy-to-use Browser Interface 4 Familiar Folder Navigation 5 Search Functionality 6 Informative Display

More information

Micro Focus VisiBroker Installation Guide

Micro Focus VisiBroker Installation Guide Micro Focus VisiBroker 8.5.5 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2018 All rights reserved. MICRO

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Model Builder User Guide Version 1.3 (24 April 2018) Prepared For: US Army Corps of Engineers 2018 Revision History Model

More information

Installation and Upgrade Instructions DDM 2016

Installation and Upgrade Instructions DDM 2016 DDM 2016 Contents Introduction... 3 Pre-Requisites... 3 Software and Hardware Requirements - Server... 3 Software and Hardware Requirements - Clients... 3 Microsoft SQL Server Notes... 4 DDM Server Installation...

More information

HP Intelligent Management Center SOM Administrator Guide

HP Intelligent Management Center SOM Administrator Guide HP Intelligent Management Center SOM Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who administrate and operate the

More information

Quark XML Author September 2016 Update for Platform with Business Documents

Quark XML Author September 2016 Update for Platform with Business Documents Quark XML Author 05 - September 06 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository... Creating a new document from

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

IDERA ER/Studio Software Architect Evaluation Guide. Version 16.5/2016+ Published February 2017

IDERA ER/Studio Software Architect Evaluation Guide. Version 16.5/2016+ Published February 2017 IDERA ER/Studio Software Architect Evaluation Guide Version 16.5/2016+ Published February 2017 2017 IDERA, Inc. All rights reserved. IDERA and the IDERA logo are trademarks or registered trademarks of

More information

Enterprise Server Edition

Enterprise Server Edition Enterprise Server Edition V8 Peregrine User Manual for Microsoft Windows Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Microsoft, Windows, Microsoft Windows,

More information

QuickScan Pro Release Notes. Contents. Version 4.5

QuickScan Pro Release Notes. Contents. Version 4.5 QuickScan Pro Release Notes Version 4.5 Copyright 2006 EMC Corporation. All rights reserved. No part of this document may be reproduced, photocopied, stored on a computer system or transmitted without

More information

HP QuickTest Professional

HP QuickTest Professional HP QuickTest Professional Software Version: 10.00 Installation Guide Manufacturing Part Number: T6513-90038 Document Release Date: January 2009 Software Release Date: January 2009 Legal Notices Warranty

More information

Parallels Plesk Control Panel

Parallels Plesk Control Panel Parallels Plesk Control Panel Contents Preface 5 Documentation Conventions... 5 Typographical Conventions... 5 Feedback... 6 About This Guide... 7 Who Should Read This Guide... 8 How This Guide Is Organized...

More information

ForeScout Open Integration Module: Data Exchange Plugin

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

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Administration Guide P/N 300-012-746 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011

More information

EasyCatalog For Adobe InDesign

EasyCatalog For Adobe InDesign EasyCatalog For Adobe InDesign Relational Module User Guide 65bit Software Ltd Revision History Version Date Remarks 1.0.0 02 May 2008 First draft. 1.0.1 08 August 2008 First release. Copyright 2008 65bit

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.60 User Guide Document Release Date: December 2010 Software Release Date: December 2010 Legal Notices Warranty The only warranties

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Quark XML Author October 2017 Update for Platform with Business Documents

Quark XML Author October 2017 Update for Platform with Business Documents Quark XML Author 05 - October 07 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository...3 Creating a new document from

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 Page i Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

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

More information

Migration Guide Service Manager

Migration Guide Service Manager Migration Guide 2017.3.1 Service Manager powered by HEAT Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates (referred to

More information

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide Note Before using this information and the product it supports,

More information

Server Edition. V8 Peregrine User Manual. for Microsoft Windows

Server Edition. V8 Peregrine User Manual. for Microsoft Windows Server Edition V8 Peregrine User Manual for Microsoft Windows Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft

More information

User s Guide February 28, 2017

User s Guide February 28, 2017 User s Guide February 28, 2017 Copyright 2008-2017 Tiger Technology. All rights reserved. This publication, or parts thereof, may not be reproduced in any form, by any method, for any purpose. TIGER TECHNOLOGY

More information