SDK Code Examples Version 2.4.2
|
|
|
- Godfrey Brent Hopkins
- 9 years ago
- Views:
Transcription
1 Version 2.4.2
2 This edition of SDK Code Examples refers to version of. This document created or updated on February 27, Please send your comments and suggestions to: Black Duck Software, Incorporated 8 New England Executive Park, Suite 221 Burlington, MA USA. Copyright 2014 by Black Duck Software, Inc. All rights reserved. All use of this documentation is subject to the license agreement between Black Duck Software, Inc. and the licensee. No part of the contents of this document may be reproduced or transmitted in any form or by any means without the prior written permission of Black Duck Software, Inc. Black Duck, Know Your Code, and the Black Duck logo are registered trademarks of Black Duck Software, Inc. in the United States and other jurisdictions. Black Duck Suite, Black Duck Code Center, Black Duck, Black Duck Protex, Black Duck Export, Black Duck Transact, and Koders are trademarks of Black Duck Software, Inc. All other trademarks or registered trademarks are the sole property of their respective owners.
3 Table of Contents TABLE OF CONTENTS 1 Overview What is included in the SDK? SDK jar files and libraries Installing the SDK Prerequisites SDK for Java installation Optionally load your samples into an Eclipse project Optionally access the SDK documentation from Eclipse Uninstalling the SDK Using the examples Common setup steps for all Java examples Setting the logging level in examples Suppressing the service information messages in examples Java examples Java example 1 Add a code location to a project Java example 2 Assign search permission Java example 3 Copy search permission Java example 4 Create a project Java example 5 Create a project with multiple code locations Java example 6 Remove a code location from a project Java example 7 Remove a search permission Java example 8 Sample of anonymous search Java example 9 Sample of basic search Java example 10 Sample search with filters Java example 11 Sample search with filters (single project) Java example 12 Set search access Java example 13 Update project attributes Utility Classes CodeSightServerProxyV2_1 Summary Page i
4 System Administrator s Guide Table of Contents 4.2 Helper methods initauthprops instrumentservice Service methods Page ii Error! Reference source not found.
5 Preface PREFACE This document serves as a supplement to the software development kit (SDK). It contains numerous illustrations on how to use the Java code examples. It also provides the instructions for installing the SDK. Target audience This manual is primarily for software engineers, tool developers, and system administrators who are responsible for the deployment and development of solutions. Programmers using the API should be familiar with application programming standards, such as the Simple Object Access Protocol (SOAP), the Web Services Description Language (WSDL), and XML Schema Definition (XSD) language. Related documents The documentation for the SDK consists of: Title File Description Online Javadocs Online access to the Javadoc created from the actual SDK sources. SDK Code Examples CodeSightSDK_Examples.pdf Instructions on how to run the included Java code examples. Page iii
6 Overview 1 OVERVIEW The SDK enables developers to integrate development into their native development processes. It provides API access to development features and services. This document supplements the online help, and provides some examples of how to use some of the common APIs and methods. It furnishes you with a set of practical examples on using the APIs and methods for the Java programming language. Java is an object-oriented programming language developed by Sun Microsystems. This document also describes how to install the SDK and how to use the various examples to perform the daily tasks and to automate various processes. The contents are meant to simplify using the SDK and to provide some typical illustrations on how to use several common code examples to help you get started. 1.1 What is included in the SDK? The SDK includes the following: A run-time license to use the APIs. Documentation containing a complete description of all of the API calls, including: Javadocs describing the current API calls SDK Code Examples (as a PDF file) Sample code in Java. Web Service Description Language (WSDL) files. 1.2 SDK jar files and libraries All of the jars included in your SDK package are examples, with the real SDK being the SOAP interface to. You can follow these to generate your own client libraries for your specific needs. If you want to use the client libraries that are generated with the samples, you need (at a minimum) codesight-sdk-client.jar. In addition, you need all the other jars on the lib dir as they build the cxf SOAP stack that this is built upon. To use the utility classes called in the sample programs, such as BDCodeSightSample.java or CodeSightServerProxyV20.java, then you can use: codesight-cxf-utilities.jar for the logging of soap messages codesight-sdk-utilities.jar for the classes mentioned above The actual sample programs are distributed as source and class files in the bin directory. For ease of use, they are not packaged in a jar file. Page 1
7 Installing the SDK 2 INSTALLING THE SDK In this release you must manually uncompress the SDK zip file downloaded from the Black Duck Software ftp site. There is no formal installer. This chapter provides you with the instructions on how to perform this operation. Note: Note: A standard license allows access through the graphical user interface. For programmatic access using the SOAP API a separate license for the Code Sight/SDK is required. This license is automatically checked and authentication is refused if the license is not purchased and activated by Black Duck Software. 2.1 Prerequisites Before implementing SOAP API from a client system, the following items must be installed and setup: You must have a running server that you can connect to. On that server, the sample programs need to connect as a user with the appropriate role for the function you are trying to do. For example, the sample program to create a project (see Java example 4 Create a project on page 13) requires a user whose role includes the Can create a project permission. The full list of roles is explained in the System Administrator's Guide and in the online help system (search for task roles.) Java examples require Java Development Kit (JDK) version 1.7 or higher. Your server must be licensed for the SDK. If your initial purchase included the SDK package, then your current license already allows access to the SDK. If you are adding SDK support, you will need to register your new license through the UI. Use the Settings Product Registration page to update your license. 2.2 SDK for Java installation This section explains how to install the SDK client and examples into your system. 1. Create a directory where you want to install the SDK on your local system. 2. Download the CodeSight-SDK.zip file and uncompress it in the new directory. Page 2
8 Installing the SDK After decompressing the files, the installation is complete Optionally load your samples into an Eclipse project This example creates an Eclipse project with all samples ready to be modified and executed. 1. Create a new Java project in Eclipse with a descriptive name. For example: codesight.sdksamples Page 3
9 Installing the SDK 2. Copy the downloaded SDK zip file into the workspace folder of the new project. For example: /workspace/codesight.sdksamples. 3. Unzip the file in that directory 4. Refresh you Eclipse project by right-clicking on the codesight.sdksamples node and selecting Refresh. 5. Delete the default src package folder from the codesight.sdksamples project. 6. Declare the examples/src as the source folder. a. Select folder examples/src b. Right-click and select Build Path Use as source folder. 7. Declare the examples/bin folder as the output folder. a. Select project. Page 4
10 Installing the SDK b. Right-click and select Build Path Configure Build Path. c. Select the source tab. d. For the Default output folder, click the Browse button. e. Select examples/bin. f. Click OK. g. Confirm deletion of old bin output folder including content. 8. Add all jars in the client-lib folder to classpath. a. Open the client-lib folder node. b. Select all jars in the folder. c. Right-click and select Build Path Add to Build Path. 9. Attach sources to all -specific jars. a. Open Referenced Libraries node. b. Select codesight-sdk-client.jar c. Right-click and select Build Path Configure Build Path. d. Select Libraries tab. e. Expand sdk-codesight-client.jar. i. Select Source Attachment. ii. iii. iv. Click Edit button Click Workspace button. Select the codesight-sdk-client-src.zip. v. Click OK (twice). f. Expand blackduck-cxf-utilities-1.0.jar. i. Select Source Attachment. ii. iii. iv. Click Edit button. Click Workspace button. Select the blackduck-cxf-utilities-1.0-src.zip. v. Click OK (twice). Page 5
11 Installing the SDK g. Expand codesight-sdk-utilities.jar. i. Select Source Attachment. ii. iii. iv. Click Edit button. Click Workspace button. Select the codesight-sdk-utilities-src.zip. v. Click OK (three times). 10. Complete a clean recompile of the project. a. Select the top codesight.sdksamples project. b. Select Project Clean. c. Clean only the single project. Now you can run any of the Sample classes by right-clicking on the java file in the tree and selecting Run As Java Application. When you run the project first time, the system shows the usage for this sample. The next step is to go to Run Configuration (which now has an entry for this class, due to the first failing run) and add the parameters as requested. Page 6
12 Installing the SDK Optionally access the SDK documentation from Eclipse Reference documentation for the SDK is provided in a Javadoc format, accessible from a server. You can optionally make this available within Eclipse. 1. Right-click on the codesight.sdksamples project you previously created and select Build Path Configure Build Path. 2. In the pop-up, select the Libraries tab. 3. Click to expand the entry for the codesight-sdk-client.jar. 4. Select Javadoc Location. 5. Click the Edit button. 6. In the pop-up, select Javadoc URL, and enter the location of your server with /sdkdocs/ appended to the address. For example: Page 7
13 Installing the SDK 7. Click OK to save your changes and exit. 8. In the left frame, select the Javadoc Location. 9. Enter the same location that you specified earlier. Page 8
14 Installing the SDK You can now use the Navigate Open External Javadoc option to access the SDK Javadocs while working with the sample programs. Note: This may be called Open Attached Javadoc in your version of Eclipse. 2.3 Uninstalling the SDK This section describes how to uninstall the SDK from your system. 1. Locate the folder where you installed the SDK sample files on your system. 2. Highlight the entire contents. 3. Delete all folders and files from your system. The uninstallation is complete. Page 9
15 Using the examples 3 USING THE EXAMPLES Reference documentation for all of the supported APIs and methods used in the application is available online from the Help page of the server you use. This manual supplements that documentation by providing examples, and it explains how to use and verify them. The examples are presented in a logical progression similar to how you would use them in an application. The concepts expressed for the Java examples can be applied to other programming languages, as well. Experienced programmers should be able to transition the concepts provided here to their respective programming tools. 3.1 Common setup steps for all Java examples The following are some common steps for all the examples: 1. Make sure you are in the SDK dev directory. 2. Open a command line window. 3. Locate the classes folder in the SDK, and display all files in that folder using the following: >cd <install dir>/examples/bin/com/blackducksoftware/sdk/codesight/client >dir (Windows) or >ls (Linux) The.class files are the Java example files Setting the logging level in examples Each example lets you set the logging level for the SOAP messages going to the server and being returned. Use the Dcodesight.sdk.debug=<logging level> parameter as follows: 0 compact pretty 1 compact 2 verbose secure 3 verbose secure pretty 4 verbose Page 10
16 Using the examples Example: Changing the logging level In this example, the CreateProject program is run from within Eclipse. 1. Right-click on the program and select Run As Java Application. You will get an error saying that there are insufficient parameters. 2. Right-click on the program again, and select Run As Run Configurations. 3. Select the Arguments tab and fill in the program arguments in the top box. All of the sample programs require a server, a username, and a password. They also require information specific to the task, such as project or SCM repository information. 4. In the lower box, enter the parameter to set the logging level to 4. Page 11
17 Using the examples 5. Click the Run button. The Eclipse console window shows the verbose version of the SOAP calls Suppressing the service information messages in examples You can suppress informational messages generated in the examples by changing the console logging level from INFO to WARNING. Start by creating a file etc/logging.properties with the following content: handlers= java.util.logging.consolehandler.level= WARNING Next, set the property in the command line (or in the Eclipse runtime settings) as follows, to execute the sample: -Djava.util.logging.config.file=etc/logging.properties 3.2 Java examples Note: The examples listed in this section are for Apache CXF For complete details on CXF, visit this website: This section provides examples on how to use several methods with Java. Java example 1 Add a code location to a project Java example 2 Assign search permission Java example 3 Copy search permission Java example 4 Create a project Java example 5 Create a project with multiple code locations Java example 6 Remove a code location from a project Java example 7 Remove a search permission Java example 8 Sample of anonymous search Java example 9 Sample of basic search Java example 10 Sample search with filters Java example 11 Sample search with filters (single project) Page 12
18 Using the examples Java example 12 Set search access Java example 13 Update project attribute Note: You need access to a server in order to use these examples Java example 1 Add a code location to a project This example demonstrates how to add a source code location to a project using AddProjectCodeLocation Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.addprojectcodelocation <CodeSightServerURL> <UserName> <password> <project name> <scm type> <connection string> <SCM username> <SCM password> <branch> Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.addprojectcodelocation sysadmin mypass testproject1 svn guestuser guestpass master Note that the arguments of password and project name are case sensitive Java example 2 Assign search permission This example demonstrates how to give a user search permission on a restricted project using AssignSearchPermission Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.assignsearchpermission <CodeSightServerURL> <UserName> <password> <project name> Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.assignsearchpermission sysadmin mypass testproject1 Page 13
19 Using the examples The sample program includes hard-coded references to the user and group. userrolenamepair.setprojectrolename("project Searcher"); userrolenamepair.setusername("test"); userrolenamelist.add(userrolenamepair); UserGroupRoleNamePair usergrouprolenamepair = new UserGroupRoleNamePair(); usergrouprolenamepair.setprojectrolename("project Searcher"); usergrouprolenamepair.setusergroupname("sample"); userrolenamelist.add(usergrouprolenamepair); projectapi.assignprojectsearchpermission(project.getprojectid(), userrolenamelist); Java example 3 Copy search permission This example demonstrates how to copy the search permissions (the list of users and groups with search access) on a restricted project to another project, using CopySearchPermission Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.copysearchpermission <CodeSightServerURL> <UserName> <password> <source project name> <target project name> Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.copysearchpermission sysadmin mypass testproject1 testproject Java example 4 Create a project This example demonstrates how to create a new project using CreateProject Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.createproject <CodeSightServerURL> <UserName> <password> <New project name> "<project description>" <Project URL> Page 14
20 Using the examples Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.createproject sysadmin mypass testproject1 "SDK test" This example creates an empty project with no source code. See Java example 1 Add a code location to a project for an example of how to add a source code location to this new project Java example 5 Create a project with multiple code locations This example demonstrates how to create a new project using CreateProjectWithMultipleCodeLoc Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.createprojectwithmultiplecodeloc <CodeSightServerURL> <UserName> <password> <New project name> "<project description>" <Project URL> <scm type> <connection string> <SCM username> <SCM password> <branch> Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.createprojectwithmultiplecodeloc sysadmin mypass testproject1 "SDK test" svn guestuser guestpass trunk The sample program creates a project with one code location, but it could be modified to add multiple locations Java example 6 Remove a code location from a project This example demonstrates how to remove a code location from a project using RemoveProjectCodeLocation. Page 15
21 Using the examples Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.removeprojectcodelocation <CodeSightServerURL> <UserName> <password> <project name> <connection string> <branch> Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.removeprojectcodelocation sysadmin mypass testproject1 master Java example 7 Remove a search permission This example illustrates how to restrict access to a project using RemoveSearchPermission Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.removesearchpermission <CodeSightServerURL> <UserName> <password> <project name> Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.removesearchpermission sysadmin mypass testproj Java example 8 Sample of anonymous search This example demonstrates how to submit a search query using SampleAnonymousSearch Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.sampleanonymoussearch <CodeSightServerURL> <UserName> <password> "<search query>" Page 16
22 Using the examples Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.sampleanonymoussearch sysadmin mypass "search query" Java example 9 Sample of basic search This example demonstrates how to submit a search query using SampleSearch Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.samplesearch <CodeSightServerURL> <UserName> <password> "<search query>" Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.samplesearch sysadmin mypass "search query" Java example 10 Sample search with filters This example demonstrates how to create a new project using SampleSearchWithFacetFilters Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.samplesearchwithfacetfilters <CodeSightServerURL> <UserName> <password> "<search query>" Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.samplesearchwithfacetfilters sysadmin mypass "search query" Java example 11 Sample search with filters (single project) This example demonstrates how to create a new project using Page 17
23 Using the examples SampleSearchWithFacetFiltersSingleProject Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.samplesearchwithfacetfilterssingleproject <CodeSightServerURL> <UserName> <password> "<search query>" Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.samplesearchwithfacetfilterssingleproject sysadmin mypass "search query" Java example 12 Set search access This example demonstrates how to set the access on a project using SetSearchAccess Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.setsearchaccess <CodeSightServerURL> <UserName> <password> <project name> <search access type> Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.setsearchaccess sysadmin mypass testproject1 HIDE Valid access types are: SHOW, HIDE, and RESTRICT Java example 13 Update project attributes This example illustrates how to change the description field of a project Procedure: java -Djava.util.logging.config.file=etc/logging.properties classpath "<classpath>" com.blackducksoftware.sdk.codesight.client.updateprojectattributes <CodeSightServerURL> <UserName> <password> <Project name> "<new description>" Page 18
24 Using the examples Example in Windows: java -classpath "examples/bin;lib/*" com.blackducksoftware.sdk.codesight.client.updateprojectattributes sysadmin mypass testproj1 "SDK test" Page 19
25 Utility Classes 4 UTILITY CLASSES The following types of utility classes are available in the SDK: CodeSightServerProxyV2_1 Summary Helper methods Service methods 4.1 CodeSightServerProxyV2_1 Summary A server proxy class makes it convenient to connect to a server and retrieve various service objects How to use: Create an instance of a server proxy, supplying all required parameters For example: CodeSightServerProxyV2_1 CodeSightServerProxyV2_0=new CodeSightServerProxyV2_1 (ServerURI,userName,password); CodeSightServerProxyV2_0=new CodeSightServerProxyV2_1 ("[email protected]","[email protected]", testing); 4.2 Helper methods The following helper methods are available. initauthprops instrumentservice initauthprops Initialize the username and password authentication properties How to use: CodeSightServerProxyV2_1.initAuthProps(userName, password); For example: CodeSightServerProxyV2_1.initAuthProps("[email protected]", "testing"); Page 20
26 Utility Classes instrumentservice Instrument the service port object with authentication information and the appropriate handlers How to use: CodeSightServerProxyV2_1.instrumentService(serviceApi,userName,password,timeout); //timeout is optional. "testing"); 4.3 Service methods These methods return the service object How to use: CodeSightServerProxyV2_1.getXXXApi(); For example: Suppose you need a service object for the project API. CodeSightServerProxyV2_1.getProjectApi(); Page 21
Tutorial: BlackBerry Application Development. Sybase Unwired Platform 2.0
Tutorial: BlackBerry Application Development Sybase Unwired Platform 2.0 DOCUMENT ID: DC01214-01-0200-02 LAST REVISED: May 2011 Copyright 2011 by Sybase, Inc. All rights reserved. This publication pertains
Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04
Tutorial: BlackBerry Object API Application Development Sybase Unwired Platform 2.2 SP04 DOCUMENT ID: DC01214-01-0224-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This
Installation Guide of the Change Management API Reference Implementation
Installation Guide of the Change Management API Reference Implementation Cm Expert Group CM-API-RI_USERS_GUIDE.0.1.doc Copyright 2008 Vodafone. All Rights Reserved. Use is subject to license terms. CM-API-RI_USERS_GUIDE.0.1.doc
Eclipse installation, configuration and operation
Eclipse installation, configuration and operation This document aims to walk through the procedures to setup eclipse on different platforms for java programming and to load in the course libraries for
Test Automation Integration with Test Management QAComplete
Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release
ElectricCommander. Technical Notes MS Visual Studio Add-in Integration version 1.5.0. version 3.5 or higher. October 2010
ElectricCommander version 3.5 or higher Technical Notes MS Visual Studio Add-in Integration version 1.5.0 October 2010 This document contains information about the ElectricCommander integration with the
JBoss SOAP Web Services User Guide. Version: 3.3.0.M5
JBoss SOAP Web Services User Guide Version: 3.3.0.M5 1. JBoss SOAP Web Services Runtime and Tools support Overview... 1 1.1. Key Features of JBossWS... 1 2. Creating a Simple Web Service... 3 2.1. Generation...
HR Onboarding Solution
HR Onboarding Solution Installation and Setup Guide Version: 3.0.x Compatible with ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: November 2014 2014 Perceptive Software. All rights
Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0
Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0 Part No. E52543-01 April 2014 Oracle Financial Services Software Limited Oracle Park Off Western Express Highway
EMC Documentum Composer
EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights
Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3 SP02
Tutorial: Android Object API Application Development SAP Mobile Platform 2.3 SP02 DOCUMENT ID: DC01939-01-0232-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication
Simba XMLA Provider for Oracle OLAP 2.0. Linux Administration Guide. Simba Technologies Inc. April 23, 2013
Simba XMLA Provider for Oracle OLAP 2.0 April 23, 2013 Simba Technologies Inc. Copyright 2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice.
Tutorial: Android Object API Application Development. Sybase Unwired Platform 2.2 SP02
Tutorial: Android Object API Application Development Sybase Unwired Platform 2.2 SP02 DOCUMENT ID: DC01734-01-0222-01 LAST REVISED: January 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This
Deploying Microsoft Operations Manager with the BIG-IP system and icontrol
Deployment Guide Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Welcome to the BIG-IP LTM system -
CafePilot has 3 components: the Client, Server and Service Request Monitor (or SRM for short).
Table of Contents Introduction...2 Downloads... 2 Zip Setups... 2 Configuration... 3 Server...3 Client... 5 Service Request Monitor...6 Licensing...7 Frequently Asked Questions... 10 Introduction CafePilot
XenClient Enterprise Synchronizer Installation Guide
XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V
Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3
Tutorial: Android Object API Application Development SAP Mobile Platform 2.3 DOCUMENT ID: DC01939-01-0230-01 LAST REVISED: March 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication
Java Web Services SDK
Java Web Services SDK Version 1.5.1 September 2005 This manual and accompanying electronic media are proprietary products of Optimal Payments Inc. They are to be used only by licensed users of the product.
SolarWinds Migrating SolarWinds NPM Technical Reference
SolarWinds Migrating SolarWinds NPM Technical Reference Copyright 1995-2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,
Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files
About This Tutorial 1Creating an End-to-End HL7 Over MLLP Application 1.1 About This Tutorial 1.1.1 Tutorial Requirements 1.1.2 Provided Files This tutorial takes you through the steps of creating an end-to-end
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
IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules
IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This
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...............................................................
Synchronizer Installation
Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient
Building OWASP ZAP Using Eclipse IDE
Building OWASP ZAP Using Eclipse IDE for Java Pen-Testers Author: Raul Siles (raul @ taddong.com) Taddong www.taddong.com Version: 1.0 Date: August 10, 2011 This brief guide details the process required
WatchDox for Mac User Guide
WatchDox for Mac User Guide Version 2.3.0 Confidentiality This document contains confidential material that is proprietary to WatchDox. The information and ideas herein may not be disclosed to any unauthorized
BusinessObjects Enterprise XI Release 2
BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of
ZeroTurnaround License Server User Manual 1.4.0
ZeroTurnaround License Server User Manual 1.4.0 Overview The ZeroTurnaround License Server is a solution for the clients to host their JRebel licenses. Once the user has received the license he purchased,
TIBCO ActiveMatrix Management Agent for WCF Samples. Software Release 1.2.0 July 2009
TIBCO ActiveMatrix Management Agent for WCF Samples Software Release 1.2.0 July 2009 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO
WhatsUp Gold v16.2 Installation and Configuration Guide
WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines
Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose
Setting up the Oracle Warehouse Builder Project Purpose In this tutorial, you setup and configure the project environment for Oracle Warehouse Builder 10g Release 2. You create a Warehouse Builder repository
NetBeans IDE Field Guide
NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting
Application Notes for Packaging and Deploying Avaya Communications Process Manager Sample SDK Web Application on a JBoss Application Server Issue 1.
Avaya Solution & Interoperability Test Lab Application Notes for Packaging and Deploying Avaya Communications Process Manager Sample SDK Web Application on a JBoss Application Server Issue 1.0 Abstract
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
bbc Developing Service Providers Adobe Flash Media Rights Management Server November 2008 Version 1.5
bbc Developing Service Providers Adobe Flash Media Rights Management Server November 2008 Version 1.5 2008 Adobe Systems Incorporated. All rights reserved. Adobe Flash Media Rights Management Server 1.5
Crystal Reports for Eclipse
Crystal Reports for Eclipse Table of Contents 1 Creating a Crystal Reports Web Application...2 2 Designing a Report off the Xtreme Embedded Derby Database... 11 3 Running a Crystal Reports Web Application...
Moxa Device Manager 2.3 User s Manual
User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used
Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1
Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Introduction Successful ClientBase Browser usage depends on proper hardware, setup and installation. This section
Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP
Microsoft Dynamics Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP May 2010 Find updates to this documentation at the following location. http://go.microsoft.com/fwlink/?linkid=162558&clcid=0x409
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
ez Agent Administrator s Guide
ez Agent Administrator s Guide Copyright This document is protected by the United States copyright laws, and is proprietary to Zscaler Inc. Copying, reproducing, integrating, translating, modifying, enhancing,
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
Installation Guide for Pulse on Windows Server 2012
MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software
DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER
White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity
TIBCO Silver Fabric Continuity User s Guide
TIBCO Silver Fabric Continuity User s Guide Software Release 1.0 November 2014 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED
Using the vcenter Orchestrator Plug-In for vsphere Auto Deploy 1.0
Using the vcenter Orchestrator Plug-In for vsphere Auto Deploy 1.0 vcenter Orchestrator 4.2 This document supports the version of each product listed and supports all subsequent versions until the document
Installing and Configuring vcloud Connector
Installing and Configuring vcloud Connector vcloud Connector 2.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new
Published. Technical Bulletin: Use and Configuration of Quanterix Database Backup Scripts 1. PURPOSE 2. REFERENCES 3.
Technical Bulletin: Use and Configuration of Quanterix Database Document No: Page 1 of 11 1. PURPOSE Quanterix can provide a set of scripts that can be used to perform full database backups, partial database
IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager
IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager Scenario You are a system administrator responsible for managing web application server installations.
EMC Documentum Repository Services for Microsoft SharePoint
EMC Documentum Repository Services for Microsoft SharePoint Version 6.5 SP2 Installation Guide P/N 300 009 829 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com
EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.
WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4
Installation Guide for Websphere ND 7.0.0.21
Informatica MDM Multidomain Edition for Oracle (Version 9.5.1) Installation Guide for Websphere ND 7.0.0.21 Page 1 Table of Contents Preface... 3 Introduction... 4 Before You Begin... 4 Installation Overview...
Python for Series 60 Platform
F O R U M N O K I A Getting Started with Python for Series 60 Platform Version 1.2; September 28, 2005 Python for Series 60 Platform Copyright 2005 Nokia Corporation. All rights reserved. Nokia and Nokia
TIBCO Runtime Agent Authentication API User s Guide. Software Release 5.8.0 November 2012
TIBCO Runtime Agent Authentication API User s Guide Software Release 5.8.0 November 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED
SOA Software API Gateway Appliance 7.1.x Administration Guide
SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,
Informatics for Integrating Biology & the Bedside. i2b2 Workbench Developer s Guide. Document Version: 1.0 i2b2 Software Release: 1.3.
Informatics for Integrating Biology & the Bedside i2b2 Workbench Developer s Guide Document Version: 1.0 i2b2 Software Release: 1.3.2 Table of Contents About this Guide iii Prerequisites 1 Downloads 1
Builder User Guide. Version 6.0.1. Visual Rules Suite - Builder. Bosch Software Innovations
Visual Rules Suite - Builder Builder User Guide Version 6.0.1 Bosch Software Innovations Americas: Bosch Software Innovations Corp. 161 N. Clark Street Suite 3500 Chicago, Illinois 60601/USA Tel. +1 312
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,
ecopy Connector for Interwoven WorkSite
ecopy Connector for Interwoven WorkSite Version 4.0 for ecopy ShareScan OP Administrator s Guide Part Number: 73-00220 (6/2007) Licensing, Copyright, and Trademark Information The information in this document
Connect to an SSL-Enabled Microsoft SQL Server Database from PowerCenter on UNIX/Linux
Connect to an SSL-Enabled Microsoft SQL Server Database from PowerCenter on UNIX/Linux 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means
Installation Guide for Pulse on Windows Server 2008R2
MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software
CA Endevor Software Change Manager
CA Endevor Software Change Manager Eclipse-Based UI Help Version 16.0.00 Third Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred
RHEV 2.2: REST API INSTALLATION
RHEV 2.2: REST API INSTALLATION BY JAMES RANKIN REVISED 02/14/11 RHEV 2.2: REST API INSTALLATION 1 TABLE OF CONTENTS OVERVIEW PAGE 3 JAVA AND ENVIRONMENT VARIABLES PAGE 3 JBOSS INSTALLATION PAGE 5 REST
Builder User Guide. Version 5.4. Visual Rules Suite - Builder. Bosch Software Innovations
Visual Rules Suite - Builder Builder User Guide Version 5.4 Bosch Software Innovations Americas: Bosch Software Innovations Corp. 161 N. Clark Street Suite 3500 Chicago, Illinois 60601/USA Tel. +1 312
White Paper. Fabasoft Folio Thin Client Support. Fabasoft Folio 2015 Update Rollup 2
White Paper Fabasoft Folio Thin Client Support Fabasoft Folio 2015 Update Rollup 2 Copyright Fabasoft R&D GmbH, Linz, Austria, 2015. All rights reserved. All hardware and software names used are registered
Getting Started with the Ed-Fi ODS and Ed-Fi ODS API
Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark
SAP NetWeaver Identity Management Identity Services Configuration Guide
SAP NetWeaver Identity Management Identity Services Configuration Guide Version 7.2 Rev 7 2014 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or
ecopy Connector for EMC Documentum
ecopy Connector for EMC Documentum Version 4.0 for ecopy ShareScan OP Administrator s Guide Part Number: 73-00218 (4/2007) Licensing, Copyright, and Trademark Information The information in this document
IBM Configuring Rational Insight 1.0.1.1 and later for Rational Asset Manager
IBM Configuring Rational Insight 1.0.1.1 and later for Rational Asset Manager Rational Insight and Rational Asset Manager...4 Prerequisites...5 Configuring the XML data configuration for Rational Asset
Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide
Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright
IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions
IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions Integrated SFTP server 2011 IBM Corporation The presentation gives an overview of integrated SFTP server feature IntegratedSFTPServer.ppt
Microsoft Corporation. Project Server 2010 Installation Guide
Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups
Web Server Configuration Guide
Web Server Configuration Guide FOR WINDOWS & UNIX & LINUX DOCUMENT ID: ADC50000-01-0680-01 LAST REVISED: February 11, 2014 Copyright 2000-2014 by Appeon Corporation. All rights reserved. This publication
TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual
TIBCO Spotfire Automation Services 6.5 Installation and Deployment Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED
Bitrix Site Manager ASP.NET. Installation Guide
Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary
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...
bbc Installing Your Development Environment Adobe LiveCycle ES July 2007 Version 8.0
bbc Installing Your Development Environment Adobe LiveCycle ES July 2007 Version 8.0 2007 Adobe Systems Incorporated. All rights reserved. Adobe LiveCycle ES 8.0 Installing Your Development Environment
Download and Installation Instructions. Android SDK and Android Development Tools (ADT)
Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Mac OS X Updated October, 2012 This document will describe how to download and install the Android SDK and
User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory
Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Copyright 2005 Adobe Systems Incorporated. All rights reserved. NOTICE: All information contained herein is the property
MIGS Payment Client Installation Guide. EGate User Manual
MIGS Payment Client Installation Guide EGate User Manual April 2004 Copyright The information contained in this manual is proprietary and confidential to MasterCard International Incorporated (MasterCard)
Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows
Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Microsoft Windows Updated September, 2013 This document will describe how to download and install the Android
Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide
Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.
Installation Guide. Version 5.0
Installation Guide Version 5.0 2015 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries
Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008
Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Nature of Document: Guideline Product(s): IBM Cognos Express Area of Interest: Infrastructure 2 Copyright and Trademarks Licensed Materials
HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE
HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by any means
TIBCO Spotfire Automation Services Installation and Configuration
TIBCO Spotfire Automation Services Installation and Configuration Software Release 7.0 February 2015 Updated March 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES
IBM WebSphere Adapter for PeopleSoft Enterprise 6.2.0. Quick Start Tutorials
IBM WebSphere Adapter for PeopleSoft Enterprise 6.2.0 Quick Start Tutorials Note: Before using this information and the product it supports, read the information in "Notices" on page 94. This edition applies
FTP, IIS, and Firewall Reference and Troubleshooting
FTP, IIS, and Firewall Reference and Troubleshooting Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the Windows Firewall, the
Online Backup Client User Manual
For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.
Sophos for Microsoft SharePoint startup guide
Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning
Novell Access Manager
J2EE Agent Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 J2EE Agent Guide Legal Notices Novell, Inc., makes no representations
Novell ZENworks Asset Management 7.5
Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...
EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports
EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports Publication Date: Oct 18, 2011 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com About This Guide Abstract
Infor Cloud Printing Service Administration Guide
Infor Cloud Printing Service Administration Guide Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential
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
Shavlik Patch for Microsoft System Center
Shavlik Patch for Microsoft System Center User s Guide For use with Microsoft System Center Configuration Manager 2012 Copyright and Trademarks Copyright Copyright 2014 Shavlik. All rights reserved. This
Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c
Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor
ServletExec TM 6.0 Installation Guide. for Microsoft Internet Information Server SunONE Web Server Sun Java System Web Server and Apache HTTP Server
ServletExec TM 6.0 Installation Guide for Microsoft Internet Information Server SunONE Web Server Sun Java System Web Server and Apache HTTP Server ServletExec TM NEW ATLANTA COMMUNICATIONS, LLC 6.0 Installation
Installing and Configuring vcenter Support Assistant
Installing and Configuring vcenter Support Assistant vcenter Support Assistant 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced
Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows
Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Microsoft Windows Updated May, 2012 This document will describe how to download and install the Android SDK
