Digitally Signed Documents in SAP

Size: px
Start display at page:

Download "Digitally Signed Documents in SAP"

Transcription

1 MINIPPS Community Marketplace App4SAP User Guide Digitally Signed Documents in SAP Contents What it does? 1 What Business process will it serve? 1 Installation requirements 1 Functional specification 2 How to use 12 How to install 20 Appendix 21 Generate a Self-Signed Certificate with OpenSSL on Linux Author: Lior Tabib User Guide

2 Digitally Signed document in SAP Digitally sign PDF documents from inside SAP ERP system. Visit product page What it does? This mini application allows the following: 1. Digitally sign PDF documents from SAP standard ABAP run time. 2. Can be used both from SAP dialog (GUI) programs and background job. 3. Supports various key: Personal Smart Cards, USB Tokens, PKCS #12 file. What Business process will it serve? To meet the local tax regulation and SOX (Sarbanes Oxley) regulation regarding invoice files sending or archiving, files needs to be Digitally Signed, with one or two signees. This mini application allows sending or receiving of a document to be Digital Signed on your SAP application server or your local PC with SAPGUI. Installation requirements 1. SAP ABAP based with SAP Basis release 6.20 and above or SAP Application 4.70 and above. 2. Windows client (for PK11 certificate) or Windows/UNIX/Linux server (for PK12 certificate). 3. Signature certificate key. There are two types of certificates (PK11 & PK12) for two different usage scenarios: 3.1. For digital signature certificate linked to a specific computer, install documents digital signature certificate file (PK12 file) on every signing SAP server system or PC computers. The key must be installed on your PC/Server (for Windows server - double click the key and follow windows instructions for "Importing the key to your windows operating system", for UNIX/Linux server user OpenSSL package for the certificate import). Note that the documents digital signature on your DEV and QA server systems can be generated by SAP the server itself, but the PRD system should include an internationally recognized certificate that is issued by international approved vendor For a personal digital signature certificate smart card/usb token (PK11), issue your personal key at an approved internationally recognized certificate issuer, install on the signee PC computer and plug into to the PC when signing files. 4. Download and install JSignPdf open source solution from on every signing machine (PC and Servers). 1 P a g e

3 4.1. Note1: Java runtime environment (JRE) in required before installing the JSignPdf make sure you set the JAVA_HOME path (use system run command "sysdm.cpl,3" environment variables and create/edit the JAVA_HOME variable) Note2: For PK11 scenario (smart card token with a personal certificate) you need to change the JSignPdf s configuration file as follow: I order that the JSignPdf would recognize your smart card token, you need to set the path to your card s *.dll file. For ComSign token or any other Athena card, you may find the *.dll file at following path: C:\Windows\System32\asepkcs.dll For Siemens Card, you may find the *.dll file at the following path: C:\WINDOWS\system32\siecap11.dll The JSignPdf configuration folder is located at JSignPdf installation folder, under conf folder. Typically you may find it at: C:\Program Files (x86)\jsignpdf\conf There you can find two files: conf.properties pkcs11.cfg Copy the pkcs11.cfg file to new file called minipps.cfg, delete the new file s content and write the following two lines in the file: name=minipps library=c:\\windows\\system32\\asepkcs.dll Note that the library should contain the path to your smart card token *.dll file. Also note that the path should contains \\ instead of \ Change the content of the conf.properties file to point to the new minipps.cfg file by replacing the string #pkcs11config.path=conf/pkcs11.cfg with #pkcs11config.path=conf/minipps.cfg Note that the # was removed and that the pkcs11config.path is now pointing to the conf/minipps.cfg Hint: If windows tells you that the access to the file is denied, copy the file to you c:\temp location, change it there and copy it back to the denied location (C:\Program Files (x86)\jsignpdf\conf ) Restart you PC. Functional specification 1. Although the Digital Signature for SAP solution can be incorporated into any business process that needs an actual PDF file signature, Digital Signature for SAP solution includes a best practice scenario. The best practice scenario is based on SAP DMS (Document Management System) module and includes two signees. The SAP DMS module is our best practice due to the fact that it can be attached to any SAP entity and it also holds an attached documents. See ABAP Code in old BAdI DOCUMENT_MAIN01 method BEFORE_SAVE. This 2 P a g e

4 enhancement sign the DMS attached documents (originals). Scenario info: 1.1. DMS document type = ZDD 1.2. Status map: Create CT (Internal code AL) Initial status where invoice original document is attached First release R1 (Internal code WX) Invoice approved by first approver First "Invoice approved and singed" PA (Internal code TG) The invoice has its first approve done and the invoice contains one signature Second release RE (Internal code 02) Invoice approved by second approver Second "Invoice approved and singed" CO (Internal code W6) The invoice has its second approve done and the invoice contains two signature. DMS is now complete and a MIRO/FB60 invoice verification can be performed Release process was cancelled RJ (Internal code {A) the DMS canceled and no MIRO/FB60 invoice verification should be created DMS created with status "Create" (CT) and original attached (PDF file before being signed 1 ) 1.4. The first signee user changes the status of the DMS to "Release 1" (R1) via transaction code CV02N : 1 The file can be signed by external source or without any external signature. The Digital Signature for SAP solution adds1 your corporate's own internal signature (or your personal signature) to the PDF file, regardless of prior signature (if exists) in the file. 3 P a g e

5 or via mass approval transaction ZMDS (included in the installation package): 1.5. At save, the document is digitally singed and the status changes to "Part. Approved" (PA) The second signee user changes the status of the DMS to "Release" (RE) via transaction code CV02N or via mass approval transaction ZMDS (included in the installation package) At save, the document is digitally singed again and the status changes to "Completed" (CO) Now, the PDF attached to the DMS (original) has two signatures. 4 P a g e

6 2. Main cockpit transaction ZDDS 3. To activate the Digital Signature for SAP solution, click : Click New Entries 5 P a g e

7 3.1. User Name Add specific users to the list and/or allow the solution to all users (user = *) Active Mark to active the Digital Signature for SAP solution for the user (or users if User Name = *) Path to JSignPDF Dir The path to the directory where the JSignPdf.jar file is located on your workstation. You can execute program ZDDS_FIND_JSIGNPDF_JAR_ON_PC to find the directory: 6 P a g e

8 Hint: if the JSignPdf not found, please install on your PC / Server the JSignPdf JSignPDF conf.proper The path to the conf.proper file (the JSignPdf local solution's configuration file). Hint: This file usually residents at a subdirectory Conf of the Path to JSignPDF Dir Signature picture pa The location the user's signature scanned *.png file. This picture would be displayed at the resulted signature area in the signed document, alongside with the signature text data Lower left corner X 2 Set the lower left corner position on X-axe of a visible signature. Number from 1 to Lower left corner Y Set the lower left corner position on Y-axe of a visible signature. Number from 1 to Upper right corner X Set the upper right corner position on X-axe of a visible signature area. Number from 1 to Upper right corner Y Set the upper right corner position on Y-axe of a visible signature area. Number from 1 to Visible Signature Ty Type of visual signature sign of the PDF layout Blank of A is the default (display the signee s details from the certificate). 2 Use application JSignPdf.exe that includes in the JSignPdf installed on your PC, to decide the X and Y position: Click the 7 P a g e and re-position the square area. Click Close at the end and see the coordinates.

9 B used the text from field Visible text on PDF (is left blank, there would be no visual text Visible text on PDF The text to display on the PDF layout visual sign area. This parameter takes effect only when Visible Signature Ty = B. If left blank, and Visible Signature Ty = B, there would be no visual text in the sign area on the PDF layout JSignPdf local attr The full path to the attributes file (file with name like: *.JSignPdf). Hint: The file contains the encrypted password and the name of the KeyStore. This field should be left blank for PK12 signature scenario Password Your certificate password. Leave blank for PK12 certificates. Hint: The password field is only valid for PK11 certificates because the PK12 certificates are already installed on the PC/Server with their password Signature type Personal USB token/ Smart Card (PK11 file) or a certificate file registered to the PC/Server (PK12 file) PK12 key alias If Signature type is a PK12 file and you are using signing on the PC workstation (not signing on the server), then fill the field with the alias name of your certificate Temporary Folder This field is not a mandatory field. If you set this field, then it overrides the SAP Gui temporary folder. This is the temporary folder where the singed file would be created at Syntax group For execution the signature on the server, choose the server operation system (only windows and linux/unix are supported at this this) Server Run Mode - For execution the signature on the server, choose the type of execution: =Use SM49->ZDDS_JSIGNPDF system command. The ZDDS_JSIGNPDF contains sh (for Unix or Linux) or cmd /C (for Windows) and the actual execution will send the full path to the run.bat or the run.sh temporary file that does the signature. Note that this is the default options (and also the recommended option) if you cannot tell what to choose, choose this option =Use batch file called from direct ABAP system command (CALL 'SYSTEM' ID 'COMMAND' FIELD lv_command) where command is 3 Use Windows DOC command line : java -jar <full path to the JSignPdf.jar file> -kst WINDOWS-MY -lk q to get the list of aliases or use the JSignPdf.exe local application, choose Keystore type WINDOWS-MY, Click "Load Keys" and see the list of "Key Alias": 8 P a g e

10 sh "full path the run.sh file" (for Linux and Unix) cmd /C "full path the run.bat file" (for Windows) Note the bat/sh file is a temporary file that does the signature =Use ABAP direct system command (CALL 'SYSTEM' ID 'COMMAND' FIELD lv_command) to call java -jar... command that does the signature Digt.Signt LicenseId The License Id you have got from MINIPPS when purchasing the "Digitally Signed document in SAP". 4. To explore the ABAP Class that executes the File Digital Signature solution click:. This Class can be incorporated into any ABAP flow to achieve File Digital Signature. 5. The find the path location where the JSignPdf.exe is located on your PC, click:. The JSignPDF.exe is mandatory for the File Digital Signature solution so it must be installed on every signing PC/Server. To use the program, just use a temporary location on your PC: location of your JSognPdf.exe file:, click, and you would see the. 6. The Best Practice solution includes massive approving of DMS documents. Click: to navigate into report the changes status for DMS documents. Changing status, in the Best Practice scenario, sign the attached (original) documents of every DMS. If you are using PK11 certificate, make sure that the USB Token in plug to your PC and that the File Digital Signature is active for your user. To use the program, just fill selection screen data, including source and destination status: 9 P a g e

11 , click, and you would the documents in the source status. Mark the invoices you would like to change status to (changing status of DMS causes the invoice in the DMS to be signed): to sign., and click 7. To test your solution (signature on the PC), click:. This program allows you to sign a document on the PC ("Sign document with JSignPdf") and also allows you to check your java installation ("Get Java Version"). 10 P a g e

12 . Note the for "Sign document with JSignPdf", signed document would opened by this program at the end of signing process. 8. To test your solution (signature on SAP server), click: This program allows you to sign a document on the server ("Sign document with JSignPdf") and also allows you to check your java installation ("Get Java Version"). 9. BAdI exit at DMS save, calls Class ZDDS_UTILITIES that connects to the integrated Digital Signature solution to sign the PDF document. 10. In our DMS Demo Scenario, signed PDF documents replacing the existing DMS documents. 11. The ZDDS_UTILITIES Class can be called from any ABAP program or system exits to meet any business requirement. 12. The ZDDS_UTILITIES Class can be used for Digital Signing of invoices sent to a customer. Just add the class at the print program, before ing the layout. 11 P a g e

13 How to use Community Marketplace ltd 1. Set the java path on the signing machine (PC and Servers) by: setting the JAVA_HOME path (use system run command "sysdm.cpl,3" environment variables and create/edit the JAVA_HOME variable). 2. Download and install JSignPdf open source solution from on every signing machine (PC and Servers). 3. Activate the solution with Active Docs.Digital Sign. at from main cockpit transaction ZDDS 4. At first use, set user signature parameters: 4.1. For signing with smart USB user owned key card (that is installed on your PC), use application JSignPdf.exe that includes in the JSignPdf installed on your PC. In the JSignPdf.exe, fill the fields as described: 12 P a g e

14 13 P a g e Click Close and then Sign It a test PDF document.

15 4.2. For signing using Keystore file (PK12 signature file installed on your PC), use application JSignPdf.exe that includes in the JSignPdf installed on the signing PC/Server. In the JSignPdf.exe, fill the fields as described: 14 P a g e

16 Click Close and then Sign It a test PDF document For signing using Keystore file (PK12 signature file installed on your server), use application JSignPdf.exe that includes in the JSignPdf installed on the signing PC/Server. In the JSignPdf.exe, fill the fields as described: 15 P a g e

17 Note the after choosing KeyStore type, KeyStore file and KeyStore password, you need to click the choose the only alias (usually there is only one alias). 16 P a g e

18 Click Close and then Sign It a test PDF document. 5. A non-mandatory step: For best practice use with SAP DMS, saved DMS with an originals (attachments) via CV02N or BAPI, would automatically signed the attached documents according to the DMS status change. Sample implementation: 5.1. You can customize your DMS with transaction code SPRO. 17 P a g e

19 Set the Initial status. Set first signature status. 18 P a g e

20 And the second (and last) signature. This step would release the DMS. 19 P a g e 5.2. And set BAdI exit that sign the originals when DMS status changes: In new SAP releases, Implement New BAdI (Enhancement Implementation) definition DOCUMENT_STATUS and create an implementation or change an existing In old SAP releases, Implement Old BAdI definition DOCUMENT_MAIN01, method BEFORE_SAVE (see file "DOCUMENT_MAIN01~BEFORE_SAVE.txt" in the installation.zip that was sent at purchase)

21 How to install Community Marketplace ltd 1. Download and install JSignPdf open source solution from on every signing machines (PC and Servers). 2. For SAP ERP system, there is a change request transports for this mini application (LDVK940409: ZDDS:Document Digital Signature with SAP). 3. For SAP CRM/Solution Manager system, there is a change request transports for this mini application (SLMK900070: ZDDS:Document Digital Signature with SAP). 4. Install Documents Digital Signature certificate (X.509 certificates) purchased from COMODO or any other vendor Or generate a self-signed certificate 4 with OpenSSL If Smart Card Token is used, please use the installation pack supply by your Token supplier If server PK12 (*.PFX file or *.PK12 file) certificate is used For windows Install the certificate using CertUtil command line server tool (use the importpfx command) on windows or Use MMS.exe tool to install the certificate for the service SAP user that runs your SAP: Run mms.exe (you can use the one that is used to run SAP service). Choose File->Add/Remove Snapins. Select Certificates. Click Add. Select Service Account. Select local computer. Select SAP Service (SAPXXX_##) (you may need to repeat this step for every SAP service). Finish the wizard and OK to close the add/remove dialog. On the applicable category right click and select add tasks to find the import. Import the PK12 certificate (it is recommended to add password to the file) For UNIX/Linux OpenSSL utility from command line as describe in this document's Appendix If workstation PK12 (*.PFX file or *.PK12 file) certificate is used, just right click the file and choose install. Also open your Internet Explorer and choose Internet Setting -> Content Tab Click Certificates. On the Personal tab choose Import to add the certificate is not already there (this put the certificate in the Windows-My StoreKey). 5. Implement the mini application transport (LDVK or the SLMK900070) to your system with your SAP BASIS team or use MINIPPS free mini application Uploading transport from local files. 6. For signing document by server, create new External Operating System Command at transaction code SM49 (on the signing server): 6.1. Name: ZDDS_JSIGNPDF 4 Self-Signed certificate can only be used for PK12 scenario. 20 P a g e

22 6.2. For windows Operating system command: CMD /C 6.3. For UNIX/Linux Operating system command: sh 6.4. Additional parameters allowed: Checked 7. In order to implement the best practice DEMO process, implement old BAdI definition DOCUMENT_MAIN01, method BEFORE_SAVE using transaction SE19 and add the code attached from file "DOCUMENT_MAIN01~BEFORE_SAVE.txt" in the installation.zip that was sent after purchase. If the DOCUMENT_MAIN01~BEFORE_SAVE already exists in your system, just add the code from file "DOCUMENT_MAIN01~BEFORE_SAVE.txt" in the installation.zip that was sent after purchase, at the beginning of the method. Note that the " IF draw-dokar EQ 'ZDD'." ABAP code line can be changes according to the DMS document type that you are using for the demo (in the best practice demo described in this document we have used ZDD). Appendix Generate a Self-Signed Certificate with OpenSSL on Linux To Digitally Sign PDF documents with MINIPPS "Document Digital Signature with SAP" from inside SAP ERP server requires a PK12 certificate file. If you have none from an external CA source (like COMODO or Symantec and so on ) you can generate your own PK12 file (a *pfx file or *.p12 file) with OpenSSL. 4. Make sure to have Linux OS or UNIX OS on SAP application server. 5. Make sure you have JAVA Run-Time Environment installed and configured on you server. You can open terminal on the server and make sure that command java -fullversion returns your java version (XXXX full version "1.X.X_XXX-XXX"). Note: Version should be 1.5 and above (1.6 and above support the full features). 6. Make sure that you have OpenSSL installed on your server. Use terminal on SAP server and type: openssl list-standard-commands if installed, you would get a list of OpenSSL standard commands. 7. To generate PKCS #12 file, open terminal on SAP server and use the OpenSSL full guide or IBM Guide or just follow those steps: 1. Type (change the path and file name of the pem file) : openssl req -newkey rsa:2048 -nodes -keyout / <full path where you want your certificate file to be located at> /key.pem -x509 -days out / <full path where you want your certificate file to be located at> /YOURCERTIFICATE.pem 2. Answer all required questions (note that the common name is your domain name). 3. At the end of the process, YOURCERTIFICATE.pem is created at the requested path. 4. Now, let us convert the YOURCERTIFICATE.pem file into YOURCERTIFICATE.pfx file the is suitable for file signatures with JSignPDF: openssl pkcs12 -inkey / <full path where you want your certificate file to be located at> /key.pem -in / <full path where you want your certificate file to be 21 P a g e

23 located at> /YOURCERTIFICATE.pem -export -out / <full path where you want your certificate file to be located at> /YOURCERTIFICATE.pfx Enter the certificate password (Case Sensative) as required (the password would be required for files signing). 5. The YOURCERTIFICATE.pfx is now ready. 22 P a g e

MINIPPS Community Marketplace App4SAP User Guide

MINIPPS Community Marketplace App4SAP User Guide MINIPPS Community Marketplace App4SAP User Guide Contents What s its function? 1 What business process will it solve? 1 The SAP System 1 Functional Specification 2 How to use 11 How to install 18 SCAN

More information

Genesys Security Deployment Guide. What You Need

Genesys Security Deployment Guide. What You Need Genesys Security Deployment Guide What You Need 12/27/2017 Contents 1 What You Need 1.1 TLS Certificates 1.2 Generating Certificates using OpenSSL and Genesys Security Pack 1.3 Generating Certificates

More information

Provisioning Certificates

Provisioning Certificates CHAPTER 8 The Secure Socket Layer (SSL) protocol secures the network communication and allows data to be encrypted before transmission and provides security. Many application servers and web servers support

More information

How do you encrypt the connection between SIMATIC Logon and a Comfort Panel or a WinCC Runtime Advanced?

How do you encrypt the connection between SIMATIC Logon and a Comfort Panel or a WinCC Runtime Advanced? FAQ 10/2015 How do you encrypt the connection between SIMATIC Logon and a Comfort Panel or a WinCC Runtime Advanced? SIMATIC Logon V1.5 SP3, WinCC V13 SP1 Update 4, HMI Operator Panels https://support.industry.siemens.com/cs/wwen/109480490

More information

EMC Documentum Content Services for SAP Document Controllers

EMC Documentum Content Services for SAP Document Controllers EMC Documentum Content Services for SAP Document Controllers Version 6.5 User Guide P/N 300 006 307 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

eroaming platform Secure Connection Guide

eroaming platform Secure Connection Guide eroaming platform Secure Connection Guide Contents 1. Revisions overview... 3 2. Abbrevations... 4 3. Preconditions... 5 3.1. OpenSSL... 5 3.2. Requirements for your PKCS10 CSR... 5 3.3. Java Keytool...

More information

How to Configure Mutual Authentication using X.509 Certificate in SMP SAP Mobile Platform (3.X)

How to Configure Mutual Authentication using X.509 Certificate in SMP SAP Mobile Platform (3.X) How to Configure Mutual Authentication using X.509 Certificate in SMP SAP Mobile Platform (3.X) Author: Ali Chalhoub Global Support Architect Engineer Date: July 2, 2015 Document History: Document Version

More information

SAP Engineering Control Center 5.1

SAP Engineering Control Center 5.1 Installation Guide CUSTOMER Document Version: 11.0 2017-09-29 Typographical Conventions Format Example Description Words or characters that are quote from the screen display. These include field names,

More information

HPE Enterprise Integration Module for SAP Solution Manager 7.1

HPE Enterprise Integration Module for SAP Solution Manager 7.1 HPE Enterprise Integration Module for SAP Solution Manager 7.1 Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE Enterprise Integration Module

More information

Odette CA Help File and User Manual

Odette CA Help File and User Manual How to Order and Install Odette Certificates For a German version of this file please follow this link. Odette CA Help File and User Manual 1 Release date 31.05.2016 Contents Preparation for Ordering an

More information

Eclipse Forms. Release 8.7.2

Eclipse Forms. Release 8.7.2 Eclipse Forms Release 8.7.2 Legal Notices 2011 Epicor Software Corporation. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Epicor and the Epicor logo are registered trademarks

More information

This help covers the ordering, download and installation procedure for Odette Digital Certificates.

This help covers the ordering, download and installation procedure for Odette Digital Certificates. This help covers the ordering, download and installation procedure for Odette Digital Certificates. Answers to Frequently Asked Questions are available online CONTENTS Preparation for Ordering an Odette

More information

White Paper. Installation and Configuration of Fabasoft iarchivelink. Fabasoft Folio 2017 R1 Update Rollup 1

White Paper. Installation and Configuration of Fabasoft iarchivelink. Fabasoft Folio 2017 R1 Update Rollup 1 White Paper Installation and Configuration of Fabasoft iarchivelink Fabasoft Folio 2017 R1 Update Rollup 1 Copyright Fabasoft R&D GmbH, Linz, Austria, 2018. All rights reserved. All hardware and software

More information

1 How to create a Certificate for your pass

1 How to create a Certificate for your pass Apple Wallet Guide 1 How to create a Certificate for your pass 1.1 Login with your Apple Developer Account Go to https://developer.apple.com/membercenter/ and log in using your Apple-Developer Account.

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

Digital Signature Certificate (DSC) Guide. April 2017, Version 1.0

Digital Signature Certificate (DSC) Guide. April 2017, Version 1.0 Digital Signature Certificate (DSC) Guide April 2017, Version 1.0 Contents 1. Introduction... 3 2. Pre-Requisites to get DSC... 3 2.1 Documents for applying for DSC... 3 2.2 Software Specifications...

More information

The most common type of certificates are public key certificates. Such server has a certificate is a common shorthand for: there exists a certificate

The most common type of certificates are public key certificates. Such server has a certificate is a common shorthand for: there exists a certificate 1 2 The most common type of certificates are public key certificates. Such server has a certificate is a common shorthand for: there exists a certificate signed by some certification authority, which certifies

More information

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) CHAPTER 2 Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter contains information on the following topics: HTTPS Overview, page 2-1 HTTPS for Cisco Unified IP Phone Services,

More information

Content Services for SAP User Guide for Scanner Operators

Content Services for SAP User Guide for Scanner Operators Content Services for SAP User Guide for Scanner Operators Version 5.3 SP1 October 2005 Copyright 1994-2005 EMC Corporation. All rights reserved. Table of Contents Preface... 7 Chapter 1 Introducing Content

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

CLIQ Web Manager. User Manual. The global leader in door opening solutions V 6.1

CLIQ Web Manager. User Manual. The global leader in door opening solutions V 6.1 CLIQ Web Manager User Manual V 6.1 The global leader in door opening solutions Program version: 6.1 Document number: ST-003478 Date published: 2016-03-31 Language: en-gb Table of contents 1 Overview...9

More information

Configuring SAP Targets and Runtime Users

Configuring SAP Targets and Runtime Users CHAPTER 4 Before you can create or run processes in your SAP environment, you must create the targets on which the processes will run. Targets are used to define specific environments where activities,

More information

Public Key Enabling Oracle Weblogic Server

Public Key Enabling Oracle Weblogic Server DoD Public Key Enablement (PKE) Reference Guide Public Key Enabling Oracle Weblogic Server Contact: dodpke@mail.mil URL: http://iase.disa.mil/pki-pke URL: http://iase.disa.smil.mil/pki-pke Public Key Enabling

More information

SAML 2.0 SSO. Set up SAML 2.0 SSO. SAML 2.0 Terminology. Prerequisites

SAML 2.0 SSO. Set up SAML 2.0 SSO. SAML 2.0 Terminology. Prerequisites SAML 2.0 SSO Agiloft integrates with a variety of SAML authentication providers, or Identity Providers (IdPs). SAML-based SSO is a leading method for providing federated access to multiple applications

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

IBM Client Security Solutions. Client Security Software Version 1.0 Administrator's Guide

IBM Client Security Solutions. Client Security Software Version 1.0 Administrator's Guide IBM Client Security Solutions Client Security Software Version 1.0 Administrator's Guide December 1999 1 Before using this information and the product it supports, be sure to read Appendix A - U.S. export

More information

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

HP Enterprise Integration Module for SAP Solution Manager

HP Enterprise Integration Module for SAP Solution Manager HP Enterprise Integration Module for SAP Solution Manager Software Version: 12.01 User Guide Document Release Date: March 2015 Software Release Date: March 2015 Legal Notices Warranty The only warranties

More information

Entrust Connector (econnector) Venafi Trust Protection Platform

Entrust Connector (econnector) Venafi Trust Protection Platform Entrust Connector (econnector) For Venafi Trust Protection Platform Installation and Configuration Guide Version 1.0.5 DATE: 17 November 2017 VERSION: 1.0.5 Copyright 2017. All rights reserved Table of

More information

EMC Documentum External Viewing Services for SAP

EMC Documentum External Viewing Services for SAP EMC Documentum External Viewing Services for SAP Version 6.0 Configuration Guide P/N 300 005 526 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

Guide Installation and User Guide - Windows

Guide Installation and User Guide - Windows Guide Installation and User Guide - Windows With Fujitsu mpollux DigiSign Client, you can use your smart card for secure access to electronic services or organization networks, as well as to digitally

More information

Archive Services for SAP Administration Guide

Archive Services for SAP Administration Guide Archive Services for SAP Administration Guide Version 5.3 SP1 October 2005 SAP, SAP R/3, SAP NetWeaver, SAP ArchiveLink, ABAP, BAPI are trademarks or registered trademarks of SAP AG in Germany and in several

More information

EMC Documentum Archive Services for SAP

EMC Documentum Archive Services for SAP EMC Documentum Archive Services for SAP Version 6.5 Configuration Guide P/N 300 006 286 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2004

More information

Access SharePoint using Basic Authentication and SSL (via Alternative Access URL) with SP 2016 (v 1.9)

Access SharePoint using Basic Authentication and SSL (via Alternative Access URL) with SP 2016 (v 1.9) Access SharePoint using Basic Authentication and SSL (via Alternative Access URL) with SP 2016 (v 9) This page is part of the installation guide for the Confluence SharePoint Connector. It tells you how

More information

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

EMC Documentum Content Services for SAP Scanner Operator

EMC Documentum Content Services for SAP Scanner Operator EMC Documentum Content Services for SAP Scanner Operator Version 6.0 User Guide P/N 300 005 441 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

Upgrading the Cisco ONS CL to Release 7.0

Upgrading the Cisco ONS CL to Release 7.0 This document explains how to upgrade Cisco ONS 15310-CL Cisco Transport Controller (CTC) software from Release 5.x or Release 6.x to Release 7.0.x, or from Release 7.0.x to a later maintenance release

More information

Configuring Secure Communication to Oracle to Import Source and Target Definitions in PowerCenter

Configuring Secure Communication to Oracle to Import Source and Target Definitions in PowerCenter Configuring Secure Communication to Oracle to Import Source and Target Definitions in PowerCenter 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by

More information

XEROX WIDE FORMAT AccXES Client Tools 11.0 Customer Release Notes

XEROX WIDE FORMAT AccXES Client Tools 11.0 Customer Release Notes XEROX WIDE FORMAT AccXES Client Tools 11.0 Customer Release Notes Table of Contents 1 Introduction...2 2 What s New in ACT Version 11.0...3 3 Release Notes...4 3.1 Uninstalling AccXES Client Tools...4

More information

Cisco CTL Client setup

Cisco CTL Client setup Cisco CTL Client setup This chapter provides information about Cisco CTL client setup. About Cisco CTL Client setup, page 2 Remove etoken Run Time Environment 3.00 for CTL Client 5.0 plug-in, page 2 Cisco

More information

RB Digital Signature Proxy Guide for Reporters

RB Digital Signature Proxy Guide for Reporters RB Digital Signature Proxy Guide for Reporters Table of Contents RB-DSP registration workflow.... 1 Obtaining your certificate.... 2 Using Firefox to obtain your certificate.... 2 Using Internet Explorer

More information

Elixir Repertoire Designer

Elixir Repertoire Designer Aggregation and Transformation Intelligence on Demand Activation and Integration Navigation and Visualization Presentation and Delivery Activation and Automation Elixir Repertoire Designer Tutorial Guide

More information

IBM i Version 7.2. Connecting to your system Connecting to Your system with IBM Navigator for i IBM

IBM i Version 7.2. Connecting to your system Connecting to Your system with IBM Navigator for i IBM IBM i Version 7.2 Connecting to your system Connecting to Your system with IBM Navigator for i IBM IBM i Version 7.2 Connecting to your system Connecting to Your system with IBM Navigator for i IBM Note

More information

Installation Guide Integrating Worksoft Certify with IBM Rational Quality Manager

Installation Guide Integrating Worksoft Certify with IBM Rational Quality Manager Installation Guide Integrating Worksoft Certify with IBM Rational Quality Manager Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Integrating Worksoft Certify

More information

Secure Store & Forward / Digital Signatures (BC-SEC-SSF)

Secure Store & Forward / Digital Signatures (BC-SEC-SSF) Secure Store & Forward / Digital Signatures (BC-SEC-SSF) HELP.BCSECDISI Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Addoro for Axapta 2009

Addoro for Axapta 2009 Addoro for Axapta 2009 Installation and Configuration Overview of Addoro for Axapta 2009 Addoro for Axapta 2009 consists of two Windows Service applications that Addoro customers installs on their local

More information

Dohatec CA. Export/Import Procedure etoken Pro 72K FOR USERS OF ETOKENS [VERSION 1.0]

Dohatec CA. Export/Import Procedure etoken Pro 72K FOR USERS OF ETOKENS [VERSION 1.0] Dohatec CA Export/Import Procedure etoken Pro 72K FOR USERS OF ETOKENS [VERSION 1.0] 1 1 Digital Certificate Certificates issued by Dohatec CA are in X.509 v3 format. In Microsoft windows machines, these

More information

About This Guide... 5 Installing P6 Professional... 7 Database Client Software... 7 Oracle Database Client Software... 7

About This Guide... 5 Installing P6 Professional... 7 Database Client Software... 7 Oracle Database Client Software... 7 P6 Professional Installation and Configuration Guide (P6 EPPM) for On-Premises Version 17 August 2017 Contents About This Guide... 5 Installing P6 Professional... 7 Database Client Software... 7 Oracle

More information

Enterprise Integration Module for SAP Solution Manager 7.2

Enterprise Integration Module for SAP Solution Manager 7.2 Enterprise Integration Module for SAP Solution Manager 7.2 Software Version: 12.53-12.55 User Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm Document Release Date: May 2018 Software Release

More information

Contents Installing P6 Professional... 5 Installing P6 Visualizer Only Unattended Setup for P6 Professional... 18

Contents Installing P6 Professional... 5 Installing P6 Visualizer Only Unattended Setup for P6 Professional... 18 P6 Professional Installation and Configuration Guide (P6 EPPM) 16 R1 July 2016 Contents Installing P6 Professional... 5 Database Client Software... 5 Oracle Database Client Software... 5 Configuring Client

More information

xtrace Monitor Installation Guide

xtrace Monitor Installation Guide xtrace Monitor Installation Guide Version 2.5.9 Copyright Meisner IT 2008-2018 Page 1 of 12 Install xtrace monitor Download the installation setup file from www.iet.co.uk. The setup file is named xtmonxxx.exe

More information

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

Configuring CA WA Agent for Application Services to Work with IBM WebSphere Application Server 8.x

Configuring CA WA Agent for Application Services to Work with IBM WebSphere Application Server 8.x Configuring CA WA Agent for Application Services to Work with IBM WebSphere Application Server 8.x Kiran Chinthala Jan 02 2015 Table of Contents Scope... 3 Why is this configuration necessary?... 3 1.

More information

Configuration examples for the D-Link NetDefend Firewall series

Configuration examples for the D-Link NetDefend Firewall series Configuration examples for the D-Link NetDefend Firewall series Scenario: How to create CA (Certification Authority) and import into firewall Platform Compatibility: All NetDefend Firewall Series Last

More information

IBM. User's Guide. IBM Explorer for z/os. Version 3 Release 0 SC

IBM. User's Guide. IBM Explorer for z/os. Version 3 Release 0 SC IBM Explorer for z/os IBM User's Guide Version 3 Release 0 SC27-8431-01 IBM Explorer for z/os IBM User's Guide Version 3 Release 0 SC27-8431-01 Note Before using this information, be sure to read the

More information

Fiery X3eTY2 65C-KM Color Server. Utilities

Fiery X3eTY2 65C-KM Color Server. Utilities Fiery X3eTY2 65C-KM Color Server Utilities 2006 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45060846 14 November 2006 CONTENTS 3 CONTENTS

More information

Invoice QuickStart Guide

Invoice QuickStart Guide Invoice QuickStart Guide Table of Contents Working with Payment Requests Manually Creating a Payment Request from an Existing Vendor Creating a Recurring Payment Request Adding Distributions to a Payment

More information

Topaz for Java Performance Installation Guide. Release 16.03

Topaz for Java Performance Installation Guide. Release 16.03 Topaz for Java Performance Installation Guide Release 16.03 ii Topaz for Java Performance Installation Guide Please direct questions about Topaz for Java Performance or comments on this document to: Topaz

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a rich client plug-in application

More information

A quick guide to installing the SpesCoin Wallet for Windows and MacOS users SPESCOIN WALLET. Installation Guide

A quick guide to installing the SpesCoin Wallet for Windows and MacOS users SPESCOIN WALLET. Installation Guide A quick guide to installing the SpesCoin Wallet for Windows and MacOS users SPESCOIN WALLET Installation Guide HOW TO INSTALL THE SPESCOIN GUI WALLET SYSTEM REQUIREMENT: Ensure you have Java Runtime Environment

More information

esigntrust Qualified Certificate Installation

esigntrust Qualified Certificate Installation esigntrust Qualified Certificate Installation For Microsoft Windows System & Internet Explorer User Equipment Installation Guide Version. 2017-01 Copyright Correios e Telecomunicações de Macau, 2017 All

More information

SAP ABAP Training Course Content :

SAP ABAP Training Course Content : SAP ABAP Training Course Content : Topics Covered: Introduction to ERP Introduction to SAP & R/3 Architecture Introduction to ABAP/4 What is ABAP? Logon to SAP Environment Transaction Codes Multitasking

More information

2. or by navigation through the industry supplier portal: European Space Agency

2. or by navigation through the industry supplier portal:   European Space Agency Purpose The aim of this work instruction is to provide a step-by-step procedure to create and approve a Milestone Achievement Certificate (MAC) referred to in esa-p as 'Confirmation' or 'Goods Receipt'.

More information

Configure Principal Propagation using Logon tickets in Net weaver Process Integration 7.1

Configure Principal Propagation using Logon tickets in Net weaver Process Integration 7.1 SAP NetWeaver Demo Configure Principal Propagation using Logon tickets in Net weaver Process Integration 7.1 Applied To : SAP Net Weaver Process Integration 7.1x and higher Topic Area: SOA Middleware Capability:

More information

Server software page. Certificate Signing Request (CSR) Generation. Software

Server software page. Certificate Signing Request (CSR) Generation. Software Server software page Certificate Signing Request (CSR) Generation Software Apache (mod_ssl and OpenSSL)... 2 cpanel and WHM... 3 Microsoft Exchange 2007... 8 Microsoft Exchange 2010... 9 F5 BigIP... 13

More information

Oracle Cloud Using the SAP Ariba Adapter. Release 17.3

Oracle Cloud Using the SAP Ariba Adapter. Release 17.3 Oracle Cloud Using the SAP Ariba Adapter Release 17.3 E74402-03 September 2017 Oracle Cloud Using the SAP Ariba Adapter, Release 17.3 E74402-03 Copyright 2016, 2017, Oracle and/or its affiliates. All rights

More information

INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients

INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients Estimated Time: 30 minutes You have a standalone Windows 10 client computer that you share with your colleagues. You plan

More information

Welcome to Kmax Installing Kmax

Welcome to Kmax Installing Kmax Welcome to Kmax 10.2 Kmax is a cross-platform, Java-based application that will run on Windows, Linux, or Mac OS X. This distribution of Kmax replaces all previous releases except for Kmax on Mac OS X

More information

DataFlux Secure 2.5. Administrator s Guide. Second Edition. SAS Documentation

DataFlux Secure 2.5. Administrator s Guide. Second Edition. SAS Documentation DataFlux Secure 2.5 Administrator s Guide Second Edition SAS Documentation This page is intentionally blank DataFlux Secure 2.5 Administrator s Guide Second Edition Applies to: DataFlux Authentication

More information

EMC Documentum External Viewing Services for SAP

EMC Documentum External Viewing Services for SAP EMC Documentum External Viewing Services for SAP Version 6.0 Administration Guide P/N 300 005 459 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

Sage 100 ERP 2015 Installation and System Administrator s Guide

Sage 100 ERP 2015 Installation and System Administrator s Guide Sage 100 ERP 2015 Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2015 Copyright 2015 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

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

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

How to Enable Client Certificate Authentication on Avi

How to Enable Client Certificate Authentication on Avi Page 1 of 11 How to Enable Client Certificate Authentication on Avi Vantage view online Overview This article explains how to enable client certificate authentication on an Avi Vantage. When client certificate

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS 1 Lab instructions This lab teaches

More information

ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference. October 2016

ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference. October 2016 ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference October 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

Cisco CTL Client Setup

Cisco CTL Client Setup This chapter provides information about Cisco CTL client setup. About, page 2 Addition of Second SAST Role in the CTL File for Recovery, page 2 Cluster Encryption Configuration Through CLI, page 3 Remove

More information

DiskBoss DATA MANAGEMENT

DiskBoss DATA MANAGEMENT DiskBoss DATA MANAGEMENT File Integrity Monitor Version 9.3 May 2018 www.diskboss.com info@flexense.com 1 1 Product Overview DiskBoss is an automated, policy-based data management solution allowing one

More information

Procedure to install the TPD XML creator tool

Procedure to install the TPD XML creator tool EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR HEALTH AND FOOD SAFETY Resource management and better regulation Information systems Procedure to install the TPD XML creator tool Commission européenne/europese

More information

Digital Certificate Service (DCS) - User Guide

Digital Certificate Service (DCS) - User Guide Digital Certificate Service (DCS) - User Guide Information Security Branch Contents Using this Guide... 3 User Requirements... 3 Secure E-mail Messaging... 4 Send a Secure E-mail Message... 4 Receive a

More information

Configuring IBM WebSphere Application Server 7 for Secure Sockets Layer and Client-Certificate Authentication on SAS 9.3 Enterprise BI Server Web

Configuring IBM WebSphere Application Server 7 for Secure Sockets Layer and Client-Certificate Authentication on SAS 9.3 Enterprise BI Server Web Configuring IBM WebSphere Application Server 7 for Secure Sockets Layer and Client-Certificate Authentication on SAS 9.3 Enterprise BI Server Web Applications Configuring IBM WebSphere 7 for SSL and Client-Certificate

More information

CT-Softwareberatungs GmbH Installation guide CT-BW Analyzer&Docu 3.0

CT-Softwareberatungs GmbH Installation guide CT-BW Analyzer&Docu 3.0 Installation guide CT-BW Analyzer & Docu 3.0 The installation time takes about 5 minutes, normally you can press ENTER to take the default installation values. The manual is described in detail. Every

More information

EMC Documentum Content Services for SAP

EMC Documentum Content Services for SAP EMC Documentum Content Services for SAP Version 6.0 Configuration Guide P/N 300 005 495 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2004

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2 VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

More information

Super USB. User Manual. 2007, March

Super USB. User Manual. 2007, March Super USB User Manual 2007, March Windows98 Driver Install/Uninstall Driver Install: 1. Execute Win 98 UFD driver, then restart PC. 2. Plug Super USB into an available USB port. A new Removable Disk drive

More information

MapMarker Plus Developer Installation Guide

MapMarker Plus Developer Installation Guide MapMarker Plus 11.1 Developer Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

Microsoft Windows Encrypting File System (EFS) Certificate Migration from XP to VISTA (also works with Windows 7) Instruction Guide

Microsoft Windows Encrypting File System (EFS) Certificate Migration from XP to VISTA (also works with Windows 7) Instruction Guide Microsoft Windows Encrypting File System (EFS) Certificate Migration from XP to VISTA (also works with Windows 7) Instruction Guide Army Information Assurance CAC/PKI Division 2530 Crystal Drive Arlington,

More information

VMware Horizon FLEX Administration Guide

VMware Horizon FLEX Administration Guide VMware Horizon FLEX Administration Guide Horizon FLEX 1.9 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Con guring SAP R/3 for Archive Services for SAP

Con guring SAP R/3 for Archive Services for SAP Con guring SAP R/3 for Archive Services for SAP Version 5.3 SP3 September 2006 SAP, SAP R/3, SAP NetWeaver, SAP ArchiveLink, ABAP, BAPI are trademarks or registered trademarks of SAP AG in Germany and

More information

SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd.

DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd. DiskSavvy DISK SPACE ANALYZER User Manual Version 10.3 Dec 2017 www.disksavvy.com info@flexense.com 1 1 Product Overview...3 2 Product Versions...7 3 Using Desktop Versions...8 3.1 Product Installation

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

Sophos Mobile Control Installation guide

Sophos Mobile Control Installation guide Sophos Mobile Control Installation guide Product version: 1.0 Document date: May 2011 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Apple Push

More information

Getting Started with Android Development Zebra Android Link-OS SDK Android Studio

Getting Started with Android Development Zebra Android Link-OS SDK Android Studio Getting Started with Android Development Zebra Android Link-OS SDK Android Studio Overview This Application Note describes the end-to-end process of designing, packaging, deploying and running an Android

More information

Information Systems Security Office Information Management Department ADCS. Client Requirements

Information Systems Security Office Information Management Department ADCS. Client Requirements Information Systems Security Office Information Management Department ADCS Client Requirements Panama Canal Authority 101 Balboa Heights, Ancon, Panama, Republic of Panama Phone: (507) 272 5554, Fax: (507)

More information

BMW Group ebox Partner Archive Hotline

BMW Group ebox Partner Archive Hotline www.sap.com BMW Group ebox Partner Archive Hotline You can find a list of all needed and available contact persons here. BMW Group - Distribution Companies Please contact your local help desk. BMW AG:

More information

JReport Enterprise Viewer for JREntServer Manual

JReport Enterprise Viewer for JREntServer Manual JReport Enterprise Viewer for JREntServer Manual Table of Contents Installing and Launching JReport Enterprise Viewer...1 Installing JReport Enterprise Viewer...1 Installing on Windows...1 Installing on

More information