Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014

Size: px
Start display at page:

Download "Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014"

Transcription

1 Adeptia Suite 6.2 Application Services Guide Release Date October 16, West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) x111 Fax: (312)

2 Document Information DOCUMENT INFORMATION Adeptia Inc. Application Services Guide Printed October 2014 Printed in USA Adeptia Support Information For support queries, please contact us at Access the Adeptia Web site at the following URL: Copyright Copyright Adeptia, Inc. All rights reserved. Trademarks Adeptia is a trademark of Adeptia, Inc. All other trademarks and registered trademarks are the property of their respective owners. Confidentiality This document is the confidential and proprietary information of Adeptia. The information set forth herein represents the confidential and proprietary information of Adeptia. Such information shall only be used for the express purpose authorized by Adeptia and shall not be published, communicated, disclosed or divulged to any person, firm, corporation or legal entity, directly or indirectly, or to any third person without the prior written consent of Adeptia. Disclaimer Adeptia, Inc. provides this publication "as is" without warranty of any kind, either express or implied. In no event shall Adeptia be liable for any loss of profits, loss of business, loss of use or data, interruption of business, indirect, special, punitive, incidental, or consequential damages of any kind. No part of this work should be reproduced in any form or by any means graphic, electronic, or mechanical including photocopying, recording, taping, or storage in an information retrieval system, without prior written permission of Adeptia Inc. This publication is subject to replacement by a later edition. To determine if a later edition exists, contact 2 Adeptia Incorporation Adeptia

3 Table of Contents TABLE OF CONTENTS Document Information... 2 Table Of Contents... 3 Preface... 4 Using Application Services... 7 Configuring Keystore In Adeptia Suite... 8 Steps To Configure The Keystore In Adeptia Suite... 8 Configuring Truststore In Adeptia Suite... 9 Configuring Dropbox Application: Configuring Dropbox App Keys In Adeptia Suite Configuring Box Application Configuring Box App Keys In Adeptia Suite Configuring Google Drive Application Configuring Google Drive App Keys In Adeptia Suite Creating An Application Source Activity Creating An Application Event Activity Creating An Application Target Activity Managing Application Accounts Editing Application Accounts Deleting Application Accounts Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 3

4 Preface PREFACE With changing trends, cloud has gained a competitive advantage. As it has reduced spending on technology infrastructure, organizations tend to store their important data and information over the cloud. To manage this data with an ease, Adeptia has introduced Application Service feature. This feature enables you to retrieve/send your data directly from/to a Cloud Application. The supported Cloud Applications include: Box Dropbox Google Drive Target Audience This document is intended for those users, who want to retrieve/send their data from/to their cloud applications. For e.g., with application services, you may automate the process of retrieving purchase orders from your Dropbox account, processing it, and sending the corresponding Sales order to your client s Google Drive account. This document explains how to manage Cloud data using Application Services. How is this guide organized? This guide is organized into the following sections: Section Description Document Information Introduction to this document Preface Need for Application Services Configuring Keystore & Truststore Prerequisites, configuring keystore and truststore in Adeptia Suite Configuring Application Accounts Steps to configure application accounts like Dropbox, Box, and Google Drive Creating Application Source, Target, and Event Activities Steps to create application activities Managing Application Accounts Explains how to edit or delete existing application accounts Migrating Application Accounts Considerations while migrating Application accounts Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 4

5 Preface Conventions The following tables list the various conventions used in Adeptia documentation. We follow these conventions to help you quickly and easily identify particular elements, processes, and names that occur frequently in documents. Typographical conventions This guide uses the following typographical conventions: Convention Description Bold text Indicates one of the following: Screen element New terminology A file or folder name A control in an application s user interface Important information Italic text Indicates a reference or the title of a publication. Monospaced text Indicates code examples or system messages. Monospaced bold text Indicates system commands that you enter. Hyperlink Indicates an Internet link to target material. Graphical conventions This guide uses the following graphical conventions: Convention Description Indicates additional information that may be of interest to the reader. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 5

6 Preface Contacts/Reporting problems These sections present contact information for a variety of situations. Sales In case of any sales queries, please contact us at sales@adeptia.com. Support For support queries, please contact us at support@adeptia.com. Latest updates and information For the latest updates and information, please visit us at Adeptia Website Access the Adeptia Website at the following URL: Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 6

7 Using Application Services USING APPLICATION SERVICES Application Services enable you to create Source, Target, and Event (which will trigger the process flow) activities for cloud applications. Application Services Include: Application Source Application Event Application Target Prerequisites Adeptia Suite must be installed on a Public IP, which is accessible over web. Adeptia Suite must be accessed through HTTPS protocol. For this you need to configure Adeptia Suite Keystore to use the certificate signed by CA authority. You need to import the certificate of the cloud application, which you want to use within Adeptia Suite Trustsore. You must configure each of your Cloud Applications (Box/Dropbox/Google Drive). This section covers: Configuring Keystore in Adeptia Suite Configuring Truststore in Adeptia Suite Configuring Dropbox Application Configuring Box Application Configuring Google Drive Application Creating an Application Source Activity Creating an Application Event Activity Creating an Application Target Activity Managing Application Accounts Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 7

8 Creating Keystore and Configuring in Adeptia Suite CONFIGURING KEYSTORE IN ADEPTIA SUITE To transfer data to and from cloud applications, it is mandatory that Adeptia Suite is configured on Public IP and it is accessed through HTTPS protocol. You also need to configure the Keystore with Certificate signed by CA authority. You need to generate a new public/private key pair in default Adeptia keystore or any other keystore. Later, a Certificate Signing Request (CSR) needs to be generated and sent to a Certification Authority (CA) like VeriSign, Geotrust and Comodo. The response from the CA is then imported into keystore in which public/private key pair was generated. You can use Java Keytool for generating key, CSR and importing CA response into keystore. The advantage of using this approach is that root certificates of Certification Authority (CA) are already present in most internet browsers and widely accepted. User don t have to manually trust these certificates when accessing Adeptia Server over SSL through internet browser. This section explains how to configure the keystore, which contains CA signed certificate, within Adeptia Suite. Pre-requisites Java keytool must be installed before you follow the steps mentioned below. Steps to Configure the Keystore in Adeptia Suite 1. Copy the Keystore file to <Adeptia Installation folder>/serverkernel\etc\jetty folder. Alternately, you may place the keystore file in any folder of your choice. 2. Go to <Adeptia Installation folder>/serverkernel\etc\jetty folder. 3. Open the jetty.xml file and configure the name along with path and password of the new keystore as shown below: Figure 1: Configuring Keystore in Adeptia Suite 4. Save this file. 5. Now restart Adeptia Suite Kernel and WebRunner and login to make sure that the process has been successfully completed. If the keystore is configured properly, you can see a lock sign on address bar of the browser. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 8

9 Configuring Dropbox Application CONFIGURING TRUSTSTORE IN ADEPTIA SUITE For successful communication between Adeptia Suite and cloud application, you need to import the certificates of each of the cloud applications (that you want to use) within Adeptia Suite truststore. You can download these certificates from the websites of the respective applications. You can also download Apps_Certificate.zip from the following URL. URL : This zip contains certificates for Box, Dropbox and Google Drive. This section explains how to import these certificates within Adeptia Suite s truststore. 1. Make sure you that have the administrative rights of the operating system. 2. Extract the downloaded zip. 3. Run the command as shown in Figure 2 and follow the wizard. keytool -import -keystore <TruststorePath>. -file <certificatename> -alias <aliasname> Here: <TrustorePath> is the path of the truststore along with its name, which is being used by Adeptia Suite. By default this path is <Adeptia Installation folder>/serverkernel\etc/truststore/cacerts. Figure 2: Configuring Truststore Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 9

10 Configuring Dropbox Application CONFIGURING DROPBOX APPLICATION: This section explains the process of configuring Dropbox application. Steps to Configure Dropbox 1. Go to 2. Click the App Console link. 3. Sign in using your Dropbox credentials. Figure 3: App Console Link 4. Click the Create app button. Figure 4: Sign-in Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 10

11 Configuring Dropbox Application Figure 5: Create app 5. Select the Dropbox API app radio button. Figure 6: Type of Apps 6. Now, select Files and datastores as the type of data your app needs to store on Dropbox. Figure 7: Dropbox Platform app 7. Select the No radio button to grant access to files already on Dropbox. Figure 8: App Limitation 8. Select the All file Types radio button to access all types of files. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 11

12 Configuring Dropbox Application Figure 9: Type of Files 9. Enter a name for your APP for, e.g., My App. Figure 10: Name of App 10. Click the Create app button. The following screen displays. Figure 11: Settings Tab You must apply for production use. Please refer the following URL for details Click Enable additional User. Keep a note of the value of App Key and App Secret Key. You need to configure these values in Adeptia Suite. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 12

13 Configuring Dropbox Application 12. Enter the following URL in the Redirect URIs textbox: /app/rest/adapters/dropbox/account (see figure above). 13. Replace the highlighted part with the Domain where Adeptia Suite is installed, which will be accessed by the end user. 14. Click the Add button. Figure 12: User Limitation 15. Click Okay to close this dialog box. 16. Now, go to Details tab and fill the information as shown below: 17. Click Save changes. Figure 13: Details Tab Configuring Dropbox App keys in Adeptia Suite 1. Go to <Adeptia Suite Installation folder>\adeptiaserver\serverkernel\etc folder. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 13

14 Configuring Dropbox Application 2. Open the adapter.properties file and configure the Dropbox app key as shown in the figure below: Figure 14: Adapter.properties File 3. Save the file. 4. Restart Adeptia Suite s Kernel and WebRunner. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 14

15 Configuring Box Application CONFIGURING BOX APPLICATION This section explains the process of configuring Box application. Steps to Configure Box 1. Go to Figure 15: Home Page 2. Click the My Apps link. 3. Log into Box account using your credentials. Figure 16: Log-in page 4. Within the Applications section, click Create a Box Application link. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 15

16 Configuring Box Application Figure 17: Create a Box Application 5. Enter a name for the App in the provided textbox. 6. Select the Box Content radio button. 7. Click the Create Application button. Figure 18: App Name Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 16

17 Configuring Box Application Figure 19: Successful Creation 8. Click the Configure your application button. 9. Enter the required information as shown in the figure below. Figure 20: General Information 10. Enter the Oauth2 Parameters as shown in the figure below. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 17

18 Configuring Box Application Figure 21 : OAuth2 Parameters 11. Enter the following URL in the redirect_uri textbox: (see figure above). 12. Replace the highlighted part with the Domain where Adeptia Suite is installed, which will be accessed by the end user. Do not change the client_secret key. It gets populated automatically. Keep a note of the value of client_id (App Key) and client_secret (App Secret Key). You need to configure these values in Adeptia Suite. 13. Go at the end of the page and click the Save Application button. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 18

19 Configuring Box Application Configuring Box App keys in Adeptia Suite 1. Go to <Adeptia Suite Installation folder>\adeptiaserver\serverkernel\etc folder. 2. Open the adapter.properties file and configure the Box app key as shown in the figure below: Figure 22 : Adapter.properties File 3. Save the file. 4. Restart Adeptia Suite s Kernel and WebRunner. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 19

20 Configuring Google Drive Application CONFIGURING GOOGLE DRIVE APPLICATION This section explains the process of configuring Google Drive application. Steps to Configure Google Drive 1. Go to Figure 23: Sign in Page 2. Log into Google Drive using your credentials. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 20

21 Configuring Google Drive Application Figure 24: Create Project 3. Click the Create project button. The following screen displays. 4. Click the Projects link. Figure 25: Projects Pane Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 21

22 Configuring Google Drive Application 5. Now, click the Create Project Button. Figure 26: Create Project Figure 27: Project Details 6. Enter a name for the App as shown in the figure above. 7. Enable the Terms of Service checkbox. 8. Click the Create button. After successful creation of the app, following screen is displayed. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 22

23 Configuring Google Drive Application Figure 28: Project Dashboard 9. Click the API & auth link to expand it. 10. Now click the APIs link. 11. Click the STATUS toggle button to switch ON the following APIs (see figure below): Big Query API Drive API Drive SDK Google Cloud SQL Google Cloud Storage Google Cloud Storage JSON API Google+ API Google+ Domains API 12. Now click the Credentials link. Figure 29: Enabled APIs Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 23

24 Configuring Google Drive Application 13. Click the Create new Client ID button. Figure 30: Create new Client ID Figure 31: Create Client ID 14. Select the APPLICATION TYPE as Web application. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 24

25 Configuring Google Drive Application Enter the Authorized Redirect URI as follows: (see figure above). 15. Replace the highlighted part with the Domain where Adeptia Suite is installed, which will be accessed by the end user. 16. Click the Create Client ID button. 17. Click the Consent screen link. Figure 32: Client ID for Web Application Figure 33: Consent screen 18. Select your ADDRESS from the dropdown list. 19. Now, enter your PRODUCT NAME. 20. Click Save. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 25

26 Configuring Google Drive Application Keep a note of the value of CLIENT ID (App key) and CLIENT SECRET (appkeysecret). You need to configure these values in Adeptia Suite. Configuring Google Drive App keys in Adeptia Suite 1. Go to <Adeptia Suite Installation folder>\adeptiaserver\serverkernel\etc folder. 2. Open the adapter.properties file and configure the Google Drive app key as shown in the figure below: Figure 34: Adapter.properties File 3. Save the file. 4. Restart Adeptia Suite s Kernel and WebRunner. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 26

27 Creating Application Source Activity CREATING AN APPLICATION SOURCE ACTIVITY Adeptia Suite enables you to transfer data from any source location to any target location. In order to transfer any data, you need to first fetch the data. To perform the same, you need to create a Source activity. The Source activity enables you to specify the location, where the data is stored. The Application Source activity enables you to retrieve data from the cloud applications for further transformation or processing. Through Adeptia Source Application activity, you may retrieve your invoice stored in a Dropbox application account, transform it, and send it to any supported location that you want. This feature is available in: Enterprise Premier Professional Express Steps to create a File Source Activity 1. On the Adeptia Suite homepage, go to Develop > Services > Source and then click Application. The Manage Application Source screen is displayed (see Figure 35). Figure 35: Manage Application Source 2. Click the Create New link. The New Application Source screen is displayed. 3. Select the required type of cloud application from the dropdown list and then click the Next button (see Figure 36). Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 27

28 Creating Application Source Activity Figure 36: New Application Source 4. Enter the name and the description of the new Application Source in the textboxes Name and Description respectively (see Figure 37). Figure 37: New Application Source 5. Click the Add Account button to include your application account in the dropdown list. 6. Enter a name for your application account in the textbox. Your application account will appear in the list with this particular name. 7. Click the Continue button (see Figure 38). Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 28

29 Creating Application Source Activity Figure 38: Add Account 8. Enter your credentials and click the Sign-in button (see Figure 39). Figure 39: Dropbox Login 2. Click the Allow button to grant access of your account. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 29

30 Creating Application Source Activity Figure 40: Grant Access You may use the same application account in multiple activities, however, adding your account is required only for the first time. Once you add it, the next time you can simply choose your account from the Application Account dropdown list, without entering your credentials or allowing access every time. If you do not already have an application account, after clicking Continue button, you may click the Create an account link to register for the same (see Figure 39). To edit or delete your existing Application Accounts, please refer the Managing Application Accounts section. 3. You may click the Test button to verify a successful connection with your Application Account. This feature helps you to avoid the failure of this activity while executing the process flow. To test this activity, select an application account and click Test. If the Application Account specified in this activity exists, the test will be successful, otherwise it will give an error. 4. Click the Browse button of the Folder field to choose the folder location within your application account from where you want to retrieve data (see Figure 41). Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 30

31 Creating Application Source Activity Figure 41: Select Folder 5. Click the Submit button. 6. Enter the source file name in the File Name field. 7. Click the Advance Properties to set the values of the advance properties related with Application Source Activity. 8. Select the Delete File on Success checkbox, if you want to delete the source file after it is used in the process flow execution. This selection will delete the source file once the process flow is executed successfully during the process flow execution. To learn about Advanced Properties refer to Changing Advanced Properties section of the Developer Guide. 9. Click the Save button. The Application source activity will be created and the dialog box will be closed. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 31

32 Creating Application Event Activity CREATING AN APPLICATION EVENT ACTIVITY Events are used to schedule and trigger a process flow. Events enable you to specify when and how frequently the process flow should be executed on a recurring basis. Application Event activity enables you to automate the processing/transforming/moving of data stored on the cloud applications. It specifies, when and how frequently a process flow should be executed based on creation of a new file. This feature is available in: Enterprise Premier Professional Express Steps to create an Application Event 1. On the Adeptia Suite homepage menu, click the Develop tab. 2. Go to Events > Application. The Manage Application Event screen is displayed (see Figure 42). Figure 42: Manage Application Event 3. Click the Create New link. The New Application Event screen is displayed. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 32

33 Creating Application Event Activity Figure 43: New Application Event 4. Select the required type of application from the dropdown list and then click the Next button (see Figure 43). 5. Enter the name and the description of the new Application Event activity in the textboxes Name and Description respectively. Figure 44: New Application Event 2. Select the trigger type from the dropdown list Trigger Type. Presently we only support New File in Directory trigger type. The effect on the selection is listed in the table below. Table 1: Trigger Type Selection Values Trigger Type Selection Description New File in Directory To configure the file event to check for the creation of a new file(s). 3. Click the Add Account button to include your required application account in the dropdown list. 4. Enter a name for your event application account in the textbox. Your application account will appear in the list with this particular name. 5. Click the Continue button (see Figure 45). Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 33

34 Creating Application Event Activity Figure 45: Add Account 6. Enter your credentials and click the Sign-in button (see Figure 46). Figure 46: Dropbox Login 1. Click the Allow button to grant access for your account (see Figure 47). Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 34

35 Creating Application Event Activity Figure 47: Grant Access You may use the same application account in multiple activities, however, adding your account is required only for the first time. Once you add it, the next time you can simply choose your account from the Application Account dropdown list, without entering your credentials or allowing access every time. If you do not already have an application account, after clicking Continue button, you may click the Create an account link to register for the same (see Figure 46). To edit or delete your existing Application Accounts, please refer the Managing Application Accounts section. 2. You may click the Test button to verify a successful connection with your Application Account. This feature helps you to avoid the failure of this activity while executing the process flow. To test this activity, select an application account and click Test. If the Application Account specified in this activity exists, the test will be successful, otherwise it will give an error. 3. Click the Browse button of the Folder field to choose the folder location within your application account where you want to send data (see Figure 48). Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 35

36 Creating Application Event Activity Figure 48: Select Folder 4. Enter the file name that the Application event needs to verify in the textbox Search Criteria. For example *.txt is entered in Search Criteria, to include all the text files on a particular location. To specify more than one file in Search Criteria, you can use regular expressions listed in the table below. Table 2: Expressions used in Search Criteria Expression Description *.* For all files with some extension * For all files in a directory a*.txt For files starting with a and having extension txt (e.g. arch.txt) a??????.txt For files starting with a and have 6 more character followed by txt extension (e.g. archive.txt) a[1-9] For a1, a2,a3..a9 b[aiu]t For bat, bit or but a.txt, a.doc For two files named as a.txt and a.doc If more than one file is specified in the Search Criteria field, process flow will triggered for each file. 5. Enter the time interval for which Application event will check for the arrival of any file or upon modification of existing file in the Polling Frequency field. Enter the digit in the Frequency field and select the unit of time i.e. seconds, minutes or hours etc. from the Duration dropdown list. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 36

37 Creating Application Event Activity Recommended minimum Polling Frequency is 30 seconds. To learn about Advanced Properties refer to Changing Advanced Properties section. 6. Click the Save button. On the Application Event Manage page, you can view the details of the process flow associated with an application event, to do so, click the view link, under the PF column. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 37

38 Creating Application Target Activity CREATING AN APPLICATION TARGET ACTIVITY Adeptia Suite enables you to transfer data from any source location to any target location. Once you have fetched the data (by creating a source activity) and defined the file format for the source data or the target data (by creating a schema), you will be required to create a target activity. A Target Activity allows you to identify specific data that you can create and the means to deliver it. The Application Target activity provides the ability to specify a cloud location as a target activity. This feature is available in: Enterprise Premier Professional Express Steps to create an Application Target Activity 1. On the Adeptia Suite homepage, click the Develop tab. 2. Go to Services > Target and then click Application. The Manage Application Target screen is displayed (see Figure 49). Figure 49: Manage Application Target 7. Click the Create New link. The New Application Target screen is displayed. 8. Select the required type of application from the dropdown list and then click the Next button (see Figure 50). Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 38

39 Creating Application Target Activity Figure 50: New Application Target 9. Enter the name and description of the new Application Target in the textboxes Name and Description respectively. Figure 51: New Application Target 10. Click the Add Account button to include your target application account in the dropdown list. 11. Enter a name for your application account in the textbox. Your application account will appear in the list with this particular name. 12. Click the Continue button (see Figure 52). Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 39

40 Creating Application Target Activity Figure 52: Add Account 13. Enter your credentials and click the Sign-in button (see Figure 53). Figure 53: Dropbox Login 14. Click the Allow button to grant access for your account (see Figure 54). Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 40

41 Creating Application Target Activity Figure 54: Grant Access You may use the same application account in multiple activities, however, adding your account is required only for the first time. Once you add it, the next time you can simply choose your account from the Application Account dropdown list, without entering your credentials or allowing access every time. If you do not already have an application account, after clicking Continue button, you may click the Create an account link to register for the same (see Figure 53). To edit or delete your existing Application Accounts, please refer the Managing Application Accounts section. 15. You may click the Test button to verify a successful connection with your Application Account. This feature helps you to avoid the failure of this activity while executing the process flow. To test this activity, select an application account and click Test. If the Application Account specified in this activity exists, the test will be successful, otherwise it will give an error. 16. Click the Browse button of the Folder field to choose the folder location within your application account where you want to send data (see Figure 55). Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 41

42 Creating Application Target Activity Figure 55: Select Folder 17. Click the Submit button. 18. Enter the name of the target file in the textbox File Name. 19. If you want to append date and time stamp in the target file name, then select the date and time stamp from the dropdown list Time Stamp. 20. Click Advanced Properties to expand the hierarchy. All items in Advance Properties are displayed. To learn about Advanced Properties refer to Changing Advanced Properties section. 21. Click the Save button. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 42

43 Managing Application Account MANAGING APPLICATION ACCOUNTS A list of application accounts is also displayed on the Application Accounts page, you can manage your application accounts from here. Through this page you may edit or delete the existing application accounts. Editing Application Accounts To edit an existing application account, follow the steps below: 1. Go to Services > Connector and then click Application Accounts. 2. On the Application Accounts page, click the Action field (see figure below). Figure 56: Application Accounts Page 3. Now click the Edit link. The Edit account screen displays. Figure 57: Edit Account 4. Click the Continue button. The Log in screen displays. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 43

44 Managing Application Account Figure 58: Log in Screen 5. Log in and click the Authorize Button. 6. Now, click the Grant access to Box button. Figure 59: Grant Access Deleting Application Accounts To delete an existing application account, follow the steps below: 1. On the Application Accounts page, enable the checkbox to select the account that you want to delete. 2. Click the Delete icon. 3. Click OK. Adeptia Incorporation Adeptia Suite 6.2 Application Services Guide 44

Adeptia Suite LDAP Integration Guide

Adeptia Suite LDAP Integration Guide Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia

More information

Server Installation Guide ZENworks Patch Management 6.4 SP2

Server Installation Guide ZENworks Patch Management 6.4 SP2 Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch

More information

FOR WINDOWS FILE SERVERS

FOR WINDOWS FILE SERVERS Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

Quick Connect Express for Active Directory

Quick Connect Express for Active Directory Quick Connect Express for Active Directory Version 5.2 Quick Start Guide 2012 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Single Sign-On Configuration Guide 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Quest ChangeAuditor 5.1 FOR ACTIVE DIRECTORY. User Guide

Quest ChangeAuditor 5.1 FOR ACTIVE DIRECTORY. User Guide Quest ChangeAuditor FOR ACTIVE DIRECTORY 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

Release Date May 10, 2011. Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date May 10, 2011. Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.2 Installation Guide Release Date May 10, 2011 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2010 Adeptia, Inc. All rights reserved. Trademarks

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. 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

http://docs.trendmicro.com

http://docs.trendmicro.com 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 product, please review the readme files,

More information

Installation Guide. SafeNet Authentication Service

Installation Guide. SafeNet Authentication Service SafeNet Authentication Service Installation Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

CA NetQoS Performance Center

CA NetQoS Performance Center CA NetQoS Performance Center Install and Configure SSL for Windows Server 2008 Release 6.1 (and service packs) This Documentation, which includes embedded help systems and electronically distributed materials,

More information

LogLogic General Database Collector for Microsoft SQL Server Log Configuration Guide

LogLogic General Database Collector for Microsoft SQL Server Log Configuration Guide LogLogic General Database Collector for Microsoft SQL Server Log Configuration Guide Document Release: Septembere 2011 Part Number: LL600066-00ELS100000 This manual supports LogLogic General Database Collector

More information

2012 Nolio Ltd. All rights reserved

2012 Nolio Ltd. All rights reserved 2012 Nolio Ltd. All rights reserved The information contained herein is proprietary and confidential. No part of this document may be reproduced without explicit prior written permission from Nolio Ltd.

More information

Contents Notice to Users

Contents  Notice to Users Web Remote Access Contents Web Remote Access Overview... 1 Setting Up Web Remote Access... 2 Editing Web Remote Access Settings... 5 Web Remote Access Log... 7 Accessing Your Home Network Using Web Remote

More information

Trustwave SEG Cloud Customer Guide

Trustwave SEG Cloud Customer Guide Trustwave SEG Cloud Customer Guide Legal Notice Copyright 2015 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying, or decompilation

More information

CA Nimsoft Unified Management Portal

CA Nimsoft Unified Management Portal CA Nimsoft Unified Management Portal HTTPS Implementation Guide 7.6 Document Revision History Document Version Date Changes 1.0 June 2014 Initial version for UMP 7.6. CA Nimsoft Monitor Copyright Notice

More information

Dell One Identity Cloud Access Manager 8.0 - How to Configure vworkspace Integration

Dell One Identity Cloud Access Manager 8.0 - How to Configure vworkspace Integration Dell One Identity Cloud Access Manager 8.0 - How to Configure vworkspace Integration February 2015 This guide describes how to configure Dell One Identity Cloud Access Manager to communicate with a Dell

More information

Cloud Backup for Joomla

Cloud Backup for Joomla Cloud Backup for Joomla Email: info@bhartiy.com Release: January, 2013 Version: 2.1 By - 1 Installation 1. Download the extensions from our website http:// 2. Extract the downloaded archive using your

More information

Unicenter NSM Integration for BMC Remedy. User Guide

Unicenter NSM Integration for BMC Remedy. User Guide Unicenter NSM Integration for BMC Remedy User Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

Secure IIS Web Server with SSL

Secure IIS Web Server with SSL Secure IIS Web Server with SSL EventTracker v7.x Publication Date: Sep 30, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The purpose of this document is to help

More information

Defender Delegated Administration. User Guide

Defender Delegated Administration. User Guide Defender Delegated Administration User Guide 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

4.0. Offline Folder Wizard. User Guide

4.0. Offline Folder Wizard. User Guide 4.0 Offline Folder Wizard User Guide Copyright Quest Software, Inc. 2007. All rights reserved. This guide contains proprietary information, which is protected by copyright. The software described in this

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

2.0. Quick Start Guide

2.0. Quick Start Guide 2.0 Quick Start Guide Copyright Quest Software, Inc. 2007. All rights reserved. This guide contains proprietary information, which is protected by copyright. The software described in this guide is furnished

More information

Accounting Manager. User Guide A31003-P1030-U114-2-7619

Accounting Manager. User Guide A31003-P1030-U114-2-7619 Accounting Manager User Guide A31003-P1030-U114-2-7619 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001 and ISO14001 standards and are certified

More information

Cloud Identity Management Tool Quick Start Guide

Cloud Identity Management Tool Quick Start Guide Cloud Identity Management Tool Quick Start Guide Software version 2.0.0 October 2013 General Information: info@cionsystems.com Online Support: support@cionsystems.com Copyright 2013 CionSystems Inc., All

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps

Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps May 2015 This guide includes: What is OAuth v2.0? What is OpenID Connect? Example: Providing OpenID Connect SSO to a Salesforce.com

More information

PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu

PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu PaperStream Connect Setup Guide Version 1.0.0.0 Copyright Fujitsu 2014 Contents Introduction to PaperStream Connect... 2 Setting up PaperStream Capture to Release to Cloud Services... 3 Selecting a Cloud

More information

ADFS Integration Guidelines

ADFS Integration Guidelines ADFS Integration Guidelines Version 1.6 updated March 13 th 2014 Table of contents About This Guide 3 Requirements 3 Part 1 Configure Marcombox in the ADFS Environment 4 Part 2 Add Relying Party in ADFS

More information

Enterprise Self Service Quick start Guide

Enterprise Self Service Quick start Guide Enterprise Self Service Quick start Guide Software version 4.0.0.0 December 2013 General Information: info@cionsystems.com Online Support: support@cionsystems.com 1 2013 CionSystems Inc. ALL RIGHTS RESERVED.

More information

8.7. Resource Kit User Guide

8.7. Resource Kit User Guide 8.7 Resource Kit User Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This document contains proprietary information protected by copyright. The software described in this document is furnished under

More information

CA Nimsoft Monitor. Probe Guide for CA ServiceDesk Gateway. casdgtw v2.4 series

CA Nimsoft Monitor. Probe Guide for CA ServiceDesk Gateway. casdgtw v2.4 series CA Nimsoft Monitor Probe Guide for CA ServiceDesk Gateway casdgtw v2.4 series Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or

More information

Audit Management Reference

Audit Management Reference www.novell.com/documentation Audit Management Reference ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Millennium Drive. Installation Guide

Millennium Drive. Installation Guide Millennium Drive Installation Guide This is a publication of Abila, Inc. Version 2015.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product

More information

Security Explorer 9.5. User Guide

Security Explorer 9.5. User Guide 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013

www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

Web Remote Access. User Guide

Web Remote Access. User Guide Web Remote Access User Guide Notice to Users 2005 2Wire, Inc. All rights reserved. This manual in whole or in part, may not be reproduced, translated, or reduced to any machine-readable form without prior

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x

Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x Configuring Secure Socket Layer (SSL) communication for a standalone environment... 2 Import the Process Server WAS root SSL certificate into

More information

Eucalyptus 3.4.2 User Console Guide

Eucalyptus 3.4.2 User Console Guide Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure

More information

Secure Web Service - Hybrid. Policy Server Setup. Release 9.2.5 Manual Version 1.01

Secure Web Service - Hybrid. Policy Server Setup. Release 9.2.5 Manual Version 1.01 Secure Web Service - Hybrid Policy Server Setup Release 9.2.5 Manual Version 1.01 M86 SECURITY WEB SERVICE HYBRID QUICK START USER GUIDE 2010 M86 Security All rights reserved. 828 W. Taft Ave., Orange,

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

Defender 5.7. Remote Access User Guide

Defender 5.7. Remote Access User Guide Defender 5.7 Remote Access User Guide 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

SafeNet KMIP and Google Cloud Storage Integration Guide

SafeNet KMIP and Google Cloud Storage Integration Guide SafeNet KMIP and Google Cloud Storage Integration Guide Documentation Version: 20130719 Table of Contents CHAPTER 1 GOOGLE CLOUD STORAGE................................. 2 Introduction...............................................................

More information

Lab 05: Deploying Microsoft Office Web Apps Server

Lab 05: Deploying Microsoft Office Web Apps Server Lab 05: Deploying Microsoft Office Web Apps Server DISCLAIMER 2013 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Hyper-V, Internet Explorer, Lync, PowerPoint, Silverlight, SQL

More information

Oracle Cloud. Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01

Oracle Cloud. Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01 Oracle Cloud Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01 June 2015 Oracle Cloud Creating a Business Intelligence Cloud Extract, 11.1.1.10.1 E59934 01 Copyright 2014, 2015, Oracle

More information

Chapter 1: How to Configure Certificate-Based Authentication

Chapter 1: How to Configure Certificate-Based Authentication Chapter 1: How to Configure Certificate-Based Authentication Introduction Product: CA ControlMinder Release: All OS: All This scenario describes how a system or a CA ControlMinder administrator configures

More information

Sophos Mobile Control Startup guide. Product version: 3

Sophos Mobile Control Startup guide. Product version: 3 Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365 Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365 May 2015 This guide describes how to configure Microsoft Office 365 for use with Dell One Identity Cloud Access Manager

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0 Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0 May 2015 About this guide Prerequisites and requirements NetWeaver configuration Legal notices About

More information

CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud

CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud CaseWare Time CaseWare Cloud Integration Guide For Time 2015 and CaseWare Cloud Copyright and Trademark Notice Copyright. 2015 CaseWare International Inc. ( CWI ). All Rights Reserved. Use, duplication,

More information

http://docs.trendmicro.com

http://docs.trendmicro.com 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 product, please review the readme files,

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

Universal Content Management Version 10gR3. Security Providers Component Administration Guide

Universal Content Management Version 10gR3. Security Providers Component Administration Guide Universal Content Management Version 10gR3 Security Providers Component Administration Guide Copyright 2008 Oracle. All rights reserved. The Programs (which include both the software and documentation)

More information

HTTPS Configuration for SAP Connector

HTTPS Configuration for SAP Connector HTTPS Configuration for SAP Connector 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation Manual - WebSphere On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Wavecrest Certificate

Wavecrest Certificate Wavecrest InstallationGuide Wavecrest Certificate www.wavecrest.net Copyright Copyright 1996-2015, Wavecrest Computing, Inc. All rights reserved. Use of this product and this manual is subject to license.

More information

KeyAdvantage System DMS Integration. Software User Manual

KeyAdvantage System DMS Integration. Software User Manual KeyAdvantage System DMS Integration Software User Manual ii Copyright Disclaimer Trademarks and patents Intended use EMC Directive Regulatory 2013 United Technologies Corporation. All rights reserved.

More information

Scribe Online Integration Services (IS) Tutorial

Scribe Online Integration Services (IS) Tutorial Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Arcserve Cloud. Arcserve Cloud Getting Started Guide

Arcserve Cloud. Arcserve Cloud Getting Started Guide Arcserve Cloud Arcserve Cloud Getting Started Guide This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Cisco UCS Director Payment Gateway Integration Guide, Release 4.1

Cisco UCS Director Payment Gateway Integration Guide, Release 4.1 First Published: April 16, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883

More information

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide Foglight Foglight for Virtualization, Free Edition 6.5.2 Installation and Configuration Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

Sophos Mobile Control Installation guide

Sophos Mobile Control Installation guide Sophos Mobile Control Installation guide Product version: 2.5 Document date: July 2012 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Running

More information

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director

More information

CA Technologies SiteMinder

CA Technologies SiteMinder CA Technologies SiteMinder Agent for Microsoft SharePoint r12.0 Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

WatchDox SharePoint Beta Guide. Application Version 1.0.0

WatchDox SharePoint Beta Guide. Application Version 1.0.0 Application Version 1.0.0 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

formerly Help Desk Authority 9.1.3 HDAccess Administrator Guide

formerly Help Desk Authority 9.1.3 HDAccess Administrator Guide formerly Help Desk Authority 9.1.3 HDAccess Administrator Guide 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656

More information

Sophos Mobile Control Installation guide. Product version: 3.6

Sophos Mobile Control Installation guide. Product version: 3.6 Sophos Mobile Control Installation guide Product version: 3.6 Document date: November 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...5 3 Set up Sophos Mobile Control...11 4 External

More information

Universal Management Service 2015

Universal Management Service 2015 Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

McAfee Directory Services Connector extension

McAfee Directory Services Connector extension Getting Started Guide Revision A McAfee Directory Services Connector extension For use with epolicy Orchestrator 4.6.1 through 5.0 COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission.

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Trend Micro KASEYA INTEGRATION GUIDE

Trend Micro KASEYA INTEGRATION GUIDE Trend Micro KASEYA INTEGRATION GUIDE INTRODUCTION Trend Micro Worry-Free Business Security Services is a server-free security solution that provides protection anytime and anywhere for your business data.

More information

Avaya Network Configuration Manager User Guide

Avaya Network Configuration Manager User Guide Avaya Network Configuration Manager User Guide May 2004 Avaya Network Configuration Manager User Guide Copyright Avaya Inc. 2004 ALL RIGHTS RESERVED The products, specifications, and other technical information

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

McAfee VirusScan Enterprise for Linux 1.7.0 Software

McAfee VirusScan Enterprise for Linux 1.7.0 Software Configuration Guide McAfee VirusScan Enterprise for Linux 1.7.0 Software For use with epolicy Orchestrator 4.5.0 and 4.6.0 COPYRIGHT Copyright 2011 McAfee, Inc. All Rights Reserved. No part of this publication

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information

Setup Guide Access Manager 3.2 SP3

Setup Guide Access Manager 3.2 SP3 Setup Guide Access Manager 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

8.7. Target Exchange 2010 Environment Preparation

8.7. Target Exchange 2010 Environment Preparation 8.7 Target Exchange 2010 Environment Preparation 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This document contains proprietary information protected by copyright. The software described in this document

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

Salesforce Files Connect Implementation Guide

Salesforce Files Connect Implementation Guide Salesforce Files Connect Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013 Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012 October 2013 This is a publication of Sage Software, Inc. Document version: October 17, 2013 Copyright

More information

Security Analytics Engine 1.0. Help Desk User Guide

Security Analytics Engine 1.0. Help Desk User Guide 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Android App User Guide

Android App User Guide www.novell.com/documentation Android App User Guide ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Strong Authentication for Juniper Networks SSL VPN

Strong Authentication for Juniper Networks SSL VPN Strong Authentication for Juniper Networks SSL VPN with Powerful Authentication Management for Service Providers and Enterprises Authentication Service Delivery Made EASY Copyright Copyright 2011. CRYPTOCard

More information

formerly Help Desk Authority 9.1.3 Upgrade Guide

formerly Help Desk Authority 9.1.3 Upgrade Guide formerly Help Desk Authority 9.1.3 Upgrade Guide 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656 USA www.quest.com

More information

CA VPN Client. User Guide for Windows 1.0.2.2

CA VPN Client. User Guide for Windows 1.0.2.2 CA VPN Client User Guide for Windows 1.0.2.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac)

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac) CA ARCserve Backup Patch Manager for Windows User Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Copyright 2013 Trend Micro Incorporated. All rights reserved.

Copyright 2013 Trend Micro Incorporated. All rights reserved. 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

PingFederate. Windows Live Cloud Identity Connector. User Guide. Version 1.0

PingFederate. Windows Live Cloud Identity Connector. User Guide. Version 1.0 Windows Live Cloud Identity Connector Version 1.0 User Guide 2011 Ping Identity Corporation. All rights reserved. Windows Live Cloud Identity Connector User Guide Version 1.0 April, 2011 Ping Identity

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

CA Nimsoft Monitor. Probe Guide for Active Directory Response. ad_response v1.6 series

CA Nimsoft Monitor. Probe Guide for Active Directory Response. ad_response v1.6 series CA Nimsoft Monitor Probe Guide for Active Directory Response ad_response v1.6 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change

More information

RMFT Web Client User Guide

RMFT Web Client User Guide RMFT Web Client User Guide Software Version 2.5 Supported Browsers: Browser Internet Explorer Firefox Safari Google Chrome Version 7.0 and above 3 and above 3.2 and above 1.0 and above August 7, 2011 RepliWeb,

More information