Java Web Services SDK

Size: px
Start display at page:

Download "Java Web Services SDK"

Transcription

1 Java Web Services SDK Version September 2005

2 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 Optimal Payments Inc. All rights reserved. The information within this document is subject to change without notice. The software described in this document is provided under a license agreement, and may be used or copied only in accordance with this agreement. No part of this manual may be reproduced or transferred in any form or by any means without the express written consent of Optimal Payments Inc. FirePay and FireCash are registered trademarks of Optimal Payments Inc. All other names, trademarks, and registered trademarks are the property of their respective owners. Optimal Payments Inc. makes no warranty, either express or implied, with respect to this product, its merchantability or fitness for a particular purpose, other than as expressly provided in the license agreement of this product. For further information, please contact Optimal Payments Inc. International Head Office Optimal Payments Inc. 2 Place Alexis Nihon, Suite 700 Westmount, Quebec H3Z 3C1 Canada Tel.: (514) Fax: (514) info@optimalpayments.com Technical support: support@optimalpayments.com Web: U.K. Office Optimal Payments Ltd. Quern House, Mill Court Hinton Way, Great Shelford Cambridge CB2 5LD United Kingdom info@optimalpayments.co.uk Technical Support: support@optimalpayments.co.uk Web: U.S. Office Optimal Payments Corp West Loop South, #770 Houston, TX Hull Office Optimal Payments Inc. 75 Promenade du Portage Gatineau, Quebec J8X 2J9 Canada

3 Contents 1 Installing the Java Web Services SDK Introduction Software requirements Merchant registration Installing the Java Web Services SDK Testing the Java Web Services SDK Troubleshooting Introduction to the Java Web Services SDK What is the Web Services SDK? Submitting transaction requests Transaction request types Failed transactions Java Web Services SDK level Payment service level No response Interfacing with the Java Web Services SDK Importing Optimal Payments classes Transaction processing Supporting methods A Configuring for Optimal Payments Overview A-1 Opening your configuration file A-1 Saving your configuration file A-2 Adding a merchant account A-3 Java Web Services SDK III

4 September 2005 Modifying a merchant account A-5 Removing a merchant account A-6 Modifying server information A-7 Creating a configuration file A-8 B Java Code Example C Response Codes Overview C-1 Action codes C-1 Response codes C-1 IV

5 CHAPTER 1 Installing the Java Web Services SDK Introduction The Java Web Services Payment SDK runs on both UNIX and NT platforms. Software requirements The Java Web Services Payment SDK requires: An application server Sun JRE or JDK or higher Merchant registration Before using the Java Web Services Payment SDK, you must have a merchant account at Optimal Payments. Once this registration is complete, you will receive the following: Merchant account number (i.e., your account ID) Store ID Store password These values are required for you to submit transaction requests to Optimal Payments Web Services. For more details on transaction requests, see Optimal Payments API Reference Guide for Web Services. Note that you will also need test values for a merchant account number, store ID, and store password, in order to test your application on our test server. Contact our Technical Support department for these test values. Java Web Services SDK

6 Installing the Java Web Services SDK September Installing the Java Web Services SDK You must have administrator access on an application server in order to be able to create a Web application and deploy the Optimal Payments Web Services SDK. You may need to log on as root in order to have the authorization to install the package. To install the Java Web Services SDK: 1. Unzip the optimal-java-sdk-x.x.x.zip file you received from Optimal Payments (where x.x.x is the version number). You will see the following sub-directories: bin contains utilities to edit the configuration file config contains a sample op-config.xml file javadoc contains all the SDK documentation lib contains the relative libraries used by the SDK sample contains a sample WAR file 2. Set your OPTIMAL_DIR environment variable to your installation directory. 3. Modify the op-config.xml file, which is in the config directory, with the correct values. By default, this configuration file contains the URL for our test environment, but you must add the test values you received from Technical Support for the account number, store ID, and store password values. For complete details on modifying your configuration file, see Appendix A: Configuring for Optimal Payments. 4. Ensure the configuration file op-config.xml is in the classpath of your application server. Please follow the instructions provided by your application server vendor on how to modify the application server environment. 1-2

7 September 2005 Testing the Java Web Services SDK 5. Most application servers can import/install WAR files. Please follow the instructions provided by your application server vendor to install /sample/teller.war. You can access it from a browser using a URL like the following: host]:[appserver port]/teller 6. Restart your application server. Testing the Java Web Services SDK After you have installed the Java Web Services SDK, you can test your installation. To test the Web Services SDK: 1. Modify your op-config.xml configuration file to include test account data and the Optimal Payments test URL. See Merchant registration on page 1-1 for information on test values and Appendix A: Configuring for Optimal Payments for details on modifying the configuration file. 2. Open a browser and enter the following in the Address field: host]:[appserver port]/teller where appserver host and appserver port are replaced by their actual values. For example, the URL might look like this: The sample_form.jsp page is displayed. This page allows you to send a test Direct Debit transaction to the Optimal Payments transactionprocessing server. Java Web Services SDK

8 Installing the Java Web Services SDK September Click Sample Data. 4. Click Submit Form. The request is sent and the sample_process.jsp page displays the results of the request. If you have integrated the Web Services SDK correctly, the following transaction status will be displayed: Response code 0 Response decision Accepted 1-4

9 September 2005 Troubleshooting If you want to submit multiple test transactions, be sure to modify at least one of the sample values in the sample_form.jsp page before submitting each additional transaction. Otherwise, the transaction will be flagged as a duplicate and will fail. Troubleshooting You cannot access host]:[appserver port]/teller. If the page cannot be found, the WAR file (teller.war) was probably not deployed correctly on your application server. The sample_form.jsp page is displayed in your browser, but you get an error. If you get ERROR: Ensure op-config.xml file is in the classpath, make sure the op-config.xml file is in your classpath. You encounter a class not found error. Ensure that your OPTIMAL_DIR variable is pointing to your installation directory. Using this guide Audience This user guide details major system functions. Each section provides an overview of functions, which are then broken down, where necessary, into procedures with steps to be followed. This user s guide is intended for Optimal Payments merchants wanting to use our Java SDK to integrate with our Web Services in order to process transaction requests with Optimal Payments. Functionality This guide may document some features to which you do not have access. Access to such functionality is allotted on a merchant-by-merchant basis. If you have any questions, contact your account manager. Java Web Services SDK

10 Installing the Java Web Services SDK September 2005 Symbols This user guide uses the following symbols to bring important items to your attention: Symbol Description This note icon denotes a hint or tip to help you use the transaction processing application more efficiently. This warning icon alerts you about actions you might take that could have important consequences. Table 1-1: Symbols 1-6

11 CHAPTER 2 Introduction to the Java Web Services SDK What is the Web Services SDK? A merchant typically needs to send transaction requests in support of business transactions to a payment service. The merchant sends transaction requests (e.g., Charge) to Optimal Payments via the Web Services SDK, which acts as a secure transport medium. The merchant uses sockets through SSL (Secure Socket Layer) to communicate securely with the payment server over the Internet. Transactions are validated at both the Java Web Services SDK and the payment service levels. For example, Optimal Payments sends a response for both successful and failed transactions (e.g., if the routing number supplied is too long). Java Web Services SDK shows an error message if mandatory information is missing or incorrect (e.g., if your Store ID value is missing). Java Web Services SDK

12 Introduction to the Java Web Services SDK September 2005 In order to guarantee the security of customer information over the Internet, and in order to use the Java Web Services SDK and our transaction processor, the merchant s Web site must be secure. Optimal Payments ensures the security of information transmitted between the merchant application and the payment service, but the merchant is responsible for securing information transmitted between the customer and the merchant s Web site (by, for example, having a certificate from a recognized certificate authority such as VeriSign). Submitting transaction requests The following is a brief overview of the process of submitting a transaction request to Optimal Payments via the Java Web Services SDK. 1. Register with the Optimal Payments payment service. See Merchant registration on page 1-1 for more information. 2. Modify any fields in the op-config.xml configuration file that you want changed. 3. Initiate a request by following the steps in Testing the Java Web Services SDK on page 1-3, but with real values set in the configuration file (as opposed to test values). 4. The Java Web Services SDK reads the parameters set in your configuration file and builds the request from your merchant application. 5. The Java Web Services SDK establishes a secure Internet connection with Optimal Payments. 6. Once the secure connection is established, the Java Web Services SDK sends the request to Optimal Payments and waits for the result. 7. Optimal Payments processes the transaction request and sends the results back to the Java Web Services SDK, which in turn relays this information to your merchant application. 2-2

13 September 2005 Transaction request types Transaction request types Optimal Payments Web Services support the following transaction types: Charge allows you to transfer money from the customer s bank account to your merchant account. This transaction is completed in real time, though the banking network takes 3 5 days to transfer the funds. Credit allows you to transfer money from your merchant account back to a customer s bank account. The Credit transaction is completed in real time, though the banking network takes 3 5 days to transfer the funds. Verify allows you to confirm that a customer s bank account is in good standing, without actually transferring money out of that account. Failed transactions Transaction requests are made to the payment service via the Internet. Normally, the merchant receives a response from Optimal Payments indicating that the transaction was successful. If the transaction request fails, an error response is issued to the merchant. This response includes an error code and an error string. There are three possible causes for a failed transaction. Your response varies with the type of error encountered. Failure at the Java Web Services SDK level Failure at the payment service level No response is returned Java Web Services SDK level In cases where a problem occurs within the SDK itself, no communication attempt is made to Optimal Payments Web Service. For example, if a mandatory parameter were missing, it would be a failure on the SDK side. For a complete list of SDK response codes ( ), see Appendix C: Response Codes. Java Web Services SDK

14 Introduction to the Java Web Services SDK September 2005 Payment service level An error can also occur during the processing of the transaction request at the Optimal Payments server side (e.g., the merchant account could not be found). In such cases, a response code is included in the response XML returned by Optimal Payments. For a complete of response codes, see Appendix C: Response Codes. No response In the rare occurrence where you receive no response at all, you would not know whether the request was processed and you would not have the payment service transaction number associated with the request (which would have been assigned if the request had been processed). If you receive no response to a transaction attempt, retry that transaction. If it has already been processed, you will get an error telling you that the duplicate transaction cannot be processed. Interfacing with the Java Web Services SDK Importing Optimal Payments classes Transaction processing The general process of creating a transaction consists of four elements: Retrieving the merchant account This section of code gets the OPContext singleton instance to get configuration information. It then creates the Web Service client OPTeller object. OPTeller is used later to process the request. Creating a transaction request 2-4

15 September 2005 Transaction processing This section of code creates a DDRequest object and then builds the request by setting amount, check information, and billing information. For a complete list of parameters, please refer to Optimal Payments Web Services WSDL: Submitting the transaction request based on an operation This section of code sends the request to Optimal Payments for processing, invoking the Charge, Credit, or Verify methods. Handling the transaction response This section of code creates the response and verifies whether the transaction is successful, for which the decision code = Accepted. Other possible values are Declined and Error. Java Web Services SDK

16 Introduction to the Java Web Services SDK September 2005 Supporting methods The transaction request example above calls the following methods: This sample demonstrates how to submit a Charge transaction. The OPTeller can execute other operations (see Transaction request types on page 2-3). Note that this code sample is incomplete to view the complete sample code, see Appendix B: Java Code Example. You can also review the Java Documentation for more details. 2-6

17 APPENDIX A Configuring for Optimal Payments Overview The Configuration Tool allows you to use a simple GUI to create and modify Optimal Payments configuration files. (Your default configuration file is named op-config.xml.) The tool has two main tabs: Merchant Account Info contains merchant account data such as account numbers and passwords Server Info where you can modify server information The Configuration Tool is found in the optimalpayments\bin directory. To run it: In Windows, execute OPConfigUI.bat In UNIX, execute OPConfigUI.sh Before running the Configuration Tool, make sure that you have a JDK/JRE installed and that you set your OPTIMAL_DIR environment variable to your installation directory. Opening your configuration file When you install the Java SDK, a sample op-config.xml configuration file is placed in the config directory. Java Web Services SDK A-1

18 Configuring for Optimal Payments September 2005 To open your configuration file: 1. Open the Configuration Tool. 2. Click File>Open. 3. Browse to the op-config.xml configuration file in the config directory, which was created for you when you installed the Java SDK. 4. Click Open. The configuration file opens. If have already added a merchant account, it will be displayed in the configuration tool. Saving your configuration file After you have made any modifications to the configuration file, click File>Save to save those changes. A-2

19 September 2005 Adding a merchant account Adding a merchant account Your op-config.xml file can contain as many merchant accounts as you have with Optimal Payments. To add a merchant account: 1. Click File>Open. 2. Browse to your op-config.xml configuration file to open it. 3. Select the Merchant Account Info tab. 4. Click Add Merchant Account. The Add Merchant Account window opens. Java Web Services SDK A-3

20 Configuring for Optimal Payments September Complete the following fields. You will need the information you received when you created a merchant account at Optimal Payments (see Merchant registration on page 1-1). Parameter Account Number Store ID Store Password Description This is your merchant account number with Optimal Payments. This is a numeric value. This is your store identification value at Optimal Payments. This value is included as part of each transaction request sent to Optimal Payments via the Java Web Services SDK. This is your store password. This value is included as part of each transaction request sent to Optimal Payments via the Java Web Services SDK. Table A-1: Merchant Account Parameters 6. Click OK. The Configuration Tool displays the merchant account you have just created. A-4

21 September 2005 Modifying a merchant account Modifying a merchant account To modify a merchant account: 1. Click File>Open. 2. Browse to your op-config.xml configuration file to open it. 3. Select the Merchant Account Info tab. 4. Select the account number in the Merchant Account Info tab for the account you want to modify. 5. Click Modify Merchant Account. The Modify Merchant Account window opens. Java Web Services SDK A-5

22 Configuring for Optimal Payments September Modify the fields as required. See Table A-1: Merchant Account Parameters on page A-4 for a description of the fields. 7. Click OK. Removing a merchant account To remove an existing merchant account: 1. Click File>Open. 2. Browse to your op-config.xml configuration file to open it. 3. Select the Merchant Account Info tab. 4. Select the account number in the Merchant Account Info tab for the account you want to delete. 5. Click Remove Merchant Account. A warning dialog box opens. A-6

23 September 2005 Modifying server information 6. Click Yes. The merchant account number is removed from your configuration file and no longer appears in the Merchant Account Info tab. Modifying server information By default, the configuration file contains the URL for the Optimal Payments test server. Use the Server Info tab to modify your server information, e.g., when you want to direct your transaction requests to our Production environment. To modify server configuration: 1. Click File>Open. 2. Browse to your op-config.xml configuration file to open it. 3. Select the Server Info tab. 4. Complete the following fields: Java Web Services SDK A-7

24 Configuring for Optimal Payments September 2005 Parameter Server URL Timeout Description By default, this is the test URL for the Optimal Payments server: Processing.jws Before processing live transactions, you must change this to the Production URL: This is the time, in seconds, the Java Web Services SDK will wait for a response from the payment service before terminating communication. Recommended value = 30 Table A-2: Server Parameters 5. Click File>Save to save the changes to your configuration file. Creating a configuration file You can create multiple configuration files, if you wish. However, the Java Web Services SDK will pick up only the file named op-config.xml from the classpath. If you have more than one configuration file, you must ensure that the one you want to use is called op-config.xml. A-8

25 September 2005 Creating a configuration file To create a configuration file: 1. Open the Configuration Tool. 2. Click File>New. 3. Browse to the directory in which you want to store your configuration file. When you installed the Java SDK, a config directory was created for you. 4. Click Save. You can add, modify, and delete merchant accounts from any additional configuration files that you create. Java Web Services SDK A-9

26 Configuring for Optimal Payments September 2005 A-10

27 APPENDIX B Java Code Example This is the complete sample code that is referenced in Interfacing with the Java Web Services SDK on page 2-4. package com.optimal.teller.example; /* * Copyright , Optimal Payments Inc., * 2 Place Alexis Nihon, suite 700, Westmount, Quebec, Canada * All rights reserved. * * This software is the confidential and proprietary information * of Optimal Payments Inc. ("Confidential Information"). You * shall not disclose such Confidential Information and shall use * it only in accordance with the terms of the license agreement * you entered into with Optimal Payments. */ import com.optimal.teller.config.opcontext; import com.optimal.teller.vo.ddbillingdetails; import com.optimal.teller.vo.ddcheck; import com.optimal.teller.vo.ddrequest; import com.optimal.teller.vo.ddresponse; import com.optimal.teller.vo.merchantaccount; import com.optimal.teller.wsclient.opteller; /** * Simple charge test. * Requires a configured op-config.xml to be in your classpath. */ public class TellerExample { /** * */ public static void main(string[] args) throws Exception { TellerExample tellerexample = new TellerExample(); tellerexample.testcharge(); } Java Web Services SDK B-1

28 Java Code Example September 2005 /** * A sample charge method. */ public void testcharge() throws Exception { String merchantaccountnumber = " "; // *** retrieving merchant account info *** OPContext opcontext = OPContext.getInstance(); MerchantAccount merchantaccount = opcontext.getmerchantaccount(merchantaccountnumber); OPTeller opteller = new OPTeller(merchantAccount); // *** creating transaction request *** DDRequest txnrequest = new DDRequest(); // Add an amount of USD txnrequest.setamount(new Float(10.00f)); // Set check information txnrequest.setcheck(createcheck()); // set merchant account txnrequest.setmerchantaccount(merchantaccount); // Set billto txnrequest.setbillingdetails(createbillingdetails()); // *** Submitting charge() request *** DDResponse response = opteller.charge(txnrequest); // *** Handling transaction response *** System.out.println("testCharge: " + response.tostring()); System.out.println(" Decision: " + response.getdecision()); System.out.println(" code: " + response.getcode()); } if (!(response.getdecision().equals("accepted"))) System.out.println("Charge failed: " + response.getdecision() + " with error: " + response.getcode()); /** * create billing details with test data com.optimal.client.teller.tp.ddcheckrequest_billingdetails */ private DDBillingDetails createbillingdetails() { B-2

29 September 2005 } } DDBillingDetails billingdetails = new DDBillingDetails(); billingdetails.setcheckpaymethod("web"); billingdetails.setfirstname("jane"); billingdetails.setlastname("doe"); billingdetails.setstreet("5 main st"); billingdetails.setstreet2("crescent"); billingdetails.setcity("san Jose"); billingdetails.setstate("ca"); billingdetails.setcountry("us"); billingdetails.setzip("90210"); billingdetails.setphone(" "); billingdetails.set ("test@testing.com"); return billingdetails; /** * create a check with test data com.optimal.client.teller.tp.check */ private DDCheck createcheck() { DDCheck check = new DDCheck(); check.setaccounttype("pc"); check.setbankname("first National Bank"); check.setchecknumber(new Long(1)); check.setaccountnumber("123"); check.setroutingnumber(" "); return check; } Java Web Services SDK B-3

30 Java Code Example September 2005 B-4

31 APPENDIX C Response Codes Overview Optimal Payments Web Services returns two types of codes if a transaction attempt fails: Action codes Response codes Action codes Optimal Payments returns an action along with each response code. In Table C-1: Response Codes on page C-2, you can find the action code associated with each response. The meanings for the action codes are as follows: C = Consumer Parameter Error. The consumer has provided incorrect information. Ask the customer to correct the information. D = Do Not Retry M = Merchant Parameter Error. Your application has provided incorrect information. Verify your information. R = Retry Response codes The following table describes the response codes that could be returned by Optimal Payments Web Services. Response codes are specific to the Java SDK. Java Web Services SDK C-1

32 Response Codes September 2005 Response Code Action Description 1000 R An internal error occurred. Please retry the transaction R An error occurred with the external processing gateway. Please retry the transaction R An internal error occurred. Please retry the transaction D An error occurred with the external processing gateway. Do not retry the transaction. Contact Technical Support for more information M Your account is not enabled for this transaction type. Please verify your parameters and retry the transaction M You submitted an invalid FirePay account number with your request. Please verify this parameter and retry the transaction D The echeck status cannot be found C You submitted a request containing a check number already used within the last 24 hours. Please use another Check Number value and retry the transaction M The echeck request cannot be found. Please verify your parameters and retry M The payment type you provided conflicts with the bank account type you provided. Please verify your parameters and retry the transaction D The echeck transaction cannot be found M An internal error occurred. Please verify your parameters and retry the transaction C You have submitted a Decline transaction in response to a Settlement attempt. Table C-1: Response Codes C-2

33 September 2005 Response codes Response Code Action Description 5000 M You submitted an invalid account number, store ID, or password with your request. Please verify these parameters and retry the transaction M You submitted an invalid currency code with your request. Please verify this parameter and retry the transaction M You submitted an invalid payment type with your request. Please verify this parameter and retry the transaction C You submitted an invalid amount with your request. Please verify this parameter and retry the transaction M You submitted an invalid account type with your request. Please verify this parameter and retry the transaction M You submitted an invalid operation type with your request. Please verify this parameter and retry the transaction M You submitted an invalid personal ID type with your request. Please verify this parameter and retry the transaction M You submitted an invalid product type with your request. Please verify this parameter and retry the transaction M You submitted an invalid carrier with your request. Please verify this parameter and retry the transaction M You submitted an invalid ship method with your request. Please verify this parameter and retry the transaction M You submitted an invalid country ID with your request. Please verify this parameter and retry the transaction M You submitted an invalid order date & time with your request. Please verify this parameter and retry the transaction. Table C-1: Response Codes Java Web Services SDK C-3

34 Response Codes September 2005 Response Code Action Description 5012 M You submitted an invalid ship country parameter with your request. Please verify this parameter and retry the transaction M You submitted an invalid ship state parameter with your request. Please verify this parameter and retry the transaction M You submitted an invalid transaction type with your request. Please verify this parameter and retry the transaction M One or more of the parameters in your request exceeds the maximum permissible field length. Please verify your parameters and retry the transaction D The merchant account submitted with your request could not be found. Do not retry the transaction. Contact Technical Support for more information D The merchant account submitted with your request is not enabled. Do not retry the transaction. Contact Technical Support for more information M You submitted a request that is missing a mandatory field. Please verify your parameters and retry the transaction D There is no processor set up for the merchant account submitted with your request. Do not retry the transaction. Contact Technical Support for more information M The currency type included with your request does not match the currency type of your merchant account. Please verify your parameters and retry the request D Your transaction request has been declined. Please verify the transaction details before you attempt this transaction again. Should you require more information, please contact Technical Support. Table C-1: Response Codes C-4

35 September 2005 Response codes Response Code Action Description 5022 M You submitted a request that is missing search criteria. Please verify your parameters and retry the transaction M You submitted an invalid XML request. Please verify your request and retry the transaction M An invalid date range was given for this request. Please verify the date range and retry M The search criteria you submitted is currently not supported. Please verify your search criteria and retry M The Web Services API does not currently support credit card transactions. Please verify your parameters and retry your transaction M You submitted an invalid risk service name with your transaction request. Please verify your parameters and retry your transaction M You submitted a batch file with the same file name, file size, and number of entries within the last 24 hours M You submitted an improperly formatted batch file M You submitted a batch file that has exceeded the maximum number of rows allowed M Could not find op-config.xml file in the classpath. Please verify that the configuration file is included in the classpath M Your merchant account number cannot be found in op-config.xml. Please verify that your merchant account number is included in the configuration file M Cannot connect to server. Please verify that the proxy server is correctly configured. If the error persists, contact Technical Support M A value in op-config.xml is invalid. Please verify that all values included in the configuration file are valid. Table C-1: Response Codes Java Web Services SDK C-5

36 Response Codes September 2005 Response Code Action Description 6005 M The server URL value in op-config.xml is invalid. Please ensure that a valid server URL value is included in the configuration file M The server URL value in op-config.xml is missing or unreadable. Please ensure that the correct server URL is included in the configuration file M The timeout value in op-config.xml is missing or unreadable. Please ensure that the correct timeout value is included in the configuration file M You have not selected a valid path to the op-config.xml file M The file you have selected as the op-config.xml is either not an XML file or not a valid XML file M An error occurred while saving the op-config.xml file M The merchant account number you submitted does not match the merchant account number in the op-config.xml file. Please ensure that the merchant account number submitted with transaction requests matches the merchant account number in the configuration file M The MerchantAccount object in the OPTeller class either is null or contains an invalid attribute M The MerchantAccount object in the OPTeller class either is null or contains an invalid attribute M The MerchantAccount object in the OPTeller class either is null or contains an invalid attribute M The MerchantAccount object in the OPTeller class either is null or contains an invalid attribute M A SOAP exception occurred while invoking the service charge. Table C-1: Response Codes C-6

37 September 2005 Response codes Response Code Action Description 6023 M You have received a SOAP fault response while processing a charge request M A SOAP exception occurred while invoking the service verify M You have received a SOAP fault response while processing a verify request M A SOAP exception occurred while invoking the service ping M You have received a SOAP fault response while processing a ping request M A SOAP exception occurred while invoking the service decline M You have received a SOAP fault response while processing a decline request M A SOAP exception occurred while invoking the service credit M You have received a SOAP fault response while processing a credit request M Unable to open the op-config.xml file. Either it is in use by another process or you do not have the permission required to open it M Could not find the environment variable OPTIMAL_DIR. Please verify that the OPTIMAL_DIR variable is set and targets the directory in which you installed the application. Table C-1: Response Codes Java Web Services SDK C-7

38 Response Codes September 2005 C-8

Payment Processor Errors A Troubleshooter

Payment Processor Errors A Troubleshooter Payment Processor Errors A Troubleshooter November 2005 Version 2.4 This manual and accompanying electronic media are proprietary products of Optimal Payments Inc. They are to be used only by licensed

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter January 2014 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter January 2012 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter March 2011 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of

More information

NETBANX Back Office User s Guide

NETBANX Back Office User s Guide NETBANX Back Office User s Guide January 2014 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of the product.

More information

Direct Payment Protocol Errors A Troubleshooter

Direct Payment Protocol Errors A Troubleshooter Direct Payment Protocol Errors A Troubleshooter December 2011 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

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

CA Spectrum and CA Embedded Entitlements Manager

CA Spectrum and CA Embedded Entitlements Manager CA Spectrum and CA Embedded Entitlements Manager Integration Guide CA Spectrum Release 9.4 - CA Embedded Entitlements Manager This Documentation, which includes embedded help systems and electronically

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

SDK Code Examples Version 2.4.2

SDK Code Examples Version 2.4.2 Version 2.4.2 This edition of SDK Code Examples refers to version 2.4.2 of. This document created or updated on February 27, 2014. Please send your comments and suggestions to: Black Duck Software, Incorporated

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

CA Clarity Project & Portfolio Manager

CA Clarity Project & Portfolio Manager CA Clarity Project & Portfolio Manager Using CA Clarity PPM with Open Workbench and Microsoft Project v12.1.0 This documentation and any related computer software help programs (hereinafter referred to

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Agent for MySQL Guide r11.5 D01213-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

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 URL Endpoint Response Monitoring. url_response v4.1 series

CA Nimsoft Monitor. Probe Guide for URL Endpoint Response Monitoring. url_response v4.1 series CA Nimsoft Monitor Probe Guide for URL Endpoint Response Monitoring url_response v4.1 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject

More information

CA RiskMinder. Java Developer's Guide. r3.1

CA RiskMinder. Java Developer's Guide. r3.1 CA RiskMinder Java Developer's Guide r3.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

NETELLER Merchant User Guide

NETELLER Merchant User Guide NETELLER Merchant User Guide This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are only to be used by licensed users of the product. 1999 2014 Optimal

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

Credit Card Processing

Credit Card Processing Microsoft Dynamics AX 2009 Credit Card Processing Technical White Paper This white paper is intended for professionals who are involved in the implementation and support of the Credit Card Processing functionality

More information

MGC WebCommander Web Server Manager

MGC WebCommander Web Server Manager MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information

More information

API Reference Guide for Web Services

API Reference Guide for Web Services API Reference Guide for Web Services June 2011 Version 1.0 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of

More information

Novell Access Manager

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

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

LPR for Windows 95 TCP/IP Printing User s Guide

LPR for Windows 95 TCP/IP Printing User s Guide LPR for Windows 95 TCP/IP Printing User s Guide First Edition Printed in Taiwan, R.O.C. RECYCLABLE Copyright Statement Trademarks Limited Warranty Copyright 1997 D-Link Corporation No part of this publication

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

CA Nimsoft Monitor. Probe Guide for DNS Response Monitoring. dns_response v1.6 series

CA Nimsoft Monitor. Probe Guide for DNS Response Monitoring. dns_response v1.6 series CA Nimsoft Monitor Probe Guide for DNS Response Monitoring dns_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

PN 00651. Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00

PN 00651. Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00 PN 00651 Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00 Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00 First Edition This documentation was prepared to assist licensed

More information

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 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

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Nimsoft Monitor. dns_response Guide. v1.6 series

Nimsoft Monitor. dns_response Guide. v1.6 series Nimsoft Monitor dns_response Guide v1.6 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

More information

CA SiteMinder. SAML Affiliate Agent Guide. 6.x QMR 6

CA SiteMinder. SAML Affiliate Agent Guide. 6.x QMR 6 CA SiteMinder SAML Affiliate Agent Guide 6.x QMR 6 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

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

Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server

Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server Introduction This document explains the steps required to use the DataDirect Connect for JDBC drivers with the

More information

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 [1]JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 E61545-01 October 2015 Describes the configuration of the Application

More information

KC Data Integration Web Service Developer Guide

KC Data Integration Web Service Developer Guide KC Data Integration Web Service Developer Guide Kewill Copyright Notice Copyright 2016 by Kewill Inc. All rights reserved. This document is the property of Kewill and the information contained herein is

More information

APIS CARM NG Quick Start Guide for MS Windows

APIS CARM NG Quick Start Guide for MS Windows APIS CARM NG Quick Start Guide for MS Windows The information contained in this document may be changed without advance notice and represents no obligation on the part of the manufacturer. The software

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

CA APM Cloud Monitor. Scripting Guide. Release 8.2

CA APM Cloud Monitor. Scripting Guide. Release 8.2 CA APM Cloud Monitor Scripting Guide Release 8.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2008 PayPal

More information

IBM Rational Rhapsody Gateway Add On. CaliberRM Coupling Notes

IBM Rational Rhapsody Gateway Add On. CaliberRM Coupling Notes CaliberRM Coupling Notes Rhapsody IBM Rational Rhapsody Gateway Add On CaliberRM Coupling Notes License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system,

More information

Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP

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

More information

Flight Workflow User's Guide. Release 12.0.0

Flight Workflow User's Guide. Release 12.0.0 Flight Workflow User's Guide Release 12.0.0 Copyright 2015 Signiant Inc. All rights reserved. Contents CHAPTER 1 Flight Introduction 4 FlightUploadReference 4 FlightDownloadReference 4 Cloud Storage Configuration

More information

Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience

Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience Applied Technology Abstract The Web-based approach to system management taken by EMC Unisphere

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Sybase Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Novell Identity Manager

Novell Identity Manager Password Management Guide AUTHORIZED DOCUMENTATION Novell Identity Manager 3.6.1 June 05, 2009 www.novell.com Identity Manager 3.6.1 Password Management Guide Legal Notices Novell, Inc. makes no representations

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

BEAWebLogic. Portal. WebLogic Portlets for SAP Installation Guide

BEAWebLogic. Portal. WebLogic Portlets for SAP Installation Guide BEAWebLogic Portal WebLogic Portlets for SAP Installation Guide Version 8.1 with Service Pack 4 (SAP Portlets Version 1.1) Document Revised: September 2004 Copyright Copyright 2004-2005 BEA Systems, Inc.

More information

CA Nimsoft Monitor. Probe Guide for Cloud Monitoring Gateway. cuegtw v1.0 series

CA Nimsoft Monitor. Probe Guide for Cloud Monitoring Gateway. cuegtw v1.0 series CA Nimsoft Monitor Probe Guide for Cloud Monitoring Gateway cuegtw v1.0 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

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

DP-313 Wireless Print Server

DP-313 Wireless Print Server DP-313 Wireless Print Server Quick Installation Guide TCP/IP Printing (LPR for Windows 95/98/Me/2000) Rev. 03 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Technical Brief for Windows Home Server Remote Access

Technical Brief for Windows Home Server Remote Access Technical Brief for Windows Home Server Remote Access Microsoft Corporation Published: October, 2008 Version: 1.1 Abstract This Technical Brief provides an in-depth look at the features and functionality

More information

IBM Security QRadar Vulnerability Manager Version 7.2.1. User Guide

IBM Security QRadar Vulnerability Manager Version 7.2.1. User Guide IBM Security QRadar Vulnerability Manager Version 7.2.1 User Guide Note Before using this information and the product that it supports, read the information in Notices on page 61. Copyright IBM Corporation

More information

Application Notes for Packaging and Deploying Avaya Communications Process Manager Sample SDK Web Application on a JBoss Application Server Issue 1.

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

More information

IBM WebSphere Adapter for PeopleSoft Enterprise 6.2.0. Quick Start Tutorials

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

More information

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual

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

More information

Installation Guide for Pulse on Windows Server 2012

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

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

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

API Reference Guide for Web Services

API Reference Guide for Web Services API Reference Guide for Web Services June 2015 Version 1.0 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of

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

CA Nimsoft Monitor. Probe Guide for Microsoft Exchange Server Response Monitoring. ews_response v1.1 series

CA Nimsoft Monitor. Probe Guide for Microsoft Exchange Server Response Monitoring. ews_response v1.1 series CA Nimsoft Monitor Probe Guide for Microsoft Exchange Server Response Monitoring ews_response v1.1 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational

More information

Management Reporter Integration Guide for Microsoft Dynamics AX

Management Reporter Integration Guide for Microsoft Dynamics AX Microsoft Dynamics Management Reporter Integration Guide for Microsoft Dynamics AX July 2013 Find updates to this documentation at the following location: http://go.microsoft.com/fwlink/?linkid=162565

More information

Setup Guide Access Manager Appliance 3.2 SP3

Setup Guide Access Manager Appliance 3.2 SP3 Setup Guide Access Manager Appliance 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

More information

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide Novell Storage Manager 3.1.1 for Active Directory Installation Guide www.novell.com/documentation Installation Guide Novell Storage Manager 3.1.1 for Active Directory October 17, 2013 Legal Notices Condrey

More information

webmethods Certificate Toolkit

webmethods Certificate Toolkit Title Page webmethods Certificate Toolkit User s Guide Version 7.1.1 January 2008 webmethods Copyright & Document ID This document applies to webmethods Certificate Toolkit Version 7.1.1 and to all subsequent

More information

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

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014 Adeptia Suite 6.2 Application Services Guide Release Date October 16, 2014 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 Document Information DOCUMENT INFORMATION

More information

CA Workload Automation Agent for Databases

CA Workload Automation Agent for Databases CA Workload Automation Agent for Databases Implementation Guide r11.3.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Business Availability Center Integration Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Sybase Guide r16.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Embedded Document Accounting Solution (edas) for Cost Recovery. Administrator's Guide

Embedded Document Accounting Solution (edas) for Cost Recovery. Administrator's Guide Embedded Document Accounting Solution (edas) for Cost Recovery Administrator's Guide September 2013 www.lexmark.com Contents 2 Contents Overview...4 Getting started...5 Understanding installation requirements...5

More information

CA Unified Infrastructure Management Server

CA Unified Infrastructure Management Server CA Unified Infrastructure Management Server CA UIM Server Configuration Guide 8.0 Document Revision History Version Date Changes 8.0 September 2014 Rebranded for UIM 8.0. 7.6 June 2014 No revisions for

More information

WebSphere MQ Oracle Enterprise Gateway Integration Guide

WebSphere MQ Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 WebSphere MQ Oracle Enterprise Gateway Integration Guide 1 / 30 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Sage 100 ERP. Installation and System Administrator s Guide

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

More information

TIBCO Slingshot User Guide

TIBCO Slingshot User Guide TIBCO Slingshot User Guide v1.8.1 Copyright 2008-2010 TIBCO Software Inc. ALL RIGHTS RESERVED. Page 1 September 2, 2011 Documentation Information Slingshot Outlook Plug-in Important Information SOME TIBCO

More information

StreamServe Persuasion SP4 Service Broker

StreamServe Persuasion SP4 Service Broker StreamServe Persuasion SP4 Service Broker User Guide Rev A StreamServe Persuasion SP4 Service Broker User Guide Rev A 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No

More information

Pre-Installation Instructions

Pre-Installation Instructions Agile Product Lifecycle Management PLM Mobile Release Notes Release 2.0 E49504-02 October 2014 These Release Notes provide technical information about Oracle Product Lifecycle Management (PLM) Mobile 2.0.

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

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Microsoft Dynamics GP 2013. Web Services Installation and Administration Guide

Microsoft Dynamics GP 2013. Web Services Installation and Administration Guide Microsoft Dynamics GP 2013 Web Services Installation and Administration Guide Copyright Copyright 2013 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is.

More information

LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001)

LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001) LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide Rev. 03 (November, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any

More information

PingFederate. IWA Integration Kit. User Guide. Version 2.6

PingFederate. IWA Integration Kit. User Guide. Version 2.6 PingFederate IWA Integration Kit Version 2.6 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate IWA Integration Kit User Guide Version 2.6 March, 2012 Ping Identity Corporation

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

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

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.

More information

Installing GroupWise Monitor

Installing GroupWise Monitor Installing GroupWise Monitor ZENWORKS The new GroupWise Monitor in the GroupWise 5.5 Enhancement Pack provides significant new functionality, including a browser-based interface, a separate server component,

More information

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1 Quick Install Guide Lumension Endpoint Management and Security Suite 7.1 Lumension Endpoint Management and Security Suite - 2 - Notices Version Information Lumension Endpoint Management and Security Suite

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

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

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 -

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

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment IBM TRIRIGA Anywhere Version 10 Release 4 Installing a development environment Note Before using this information and the product it supports, read the information in Notices on page 9. This edition applies

More information

PTC Integrity Eclipse and IBM Rational Development Platform Guide

PTC Integrity Eclipse and IBM Rational Development Platform Guide PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity

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

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management IBM Tivoli Software Maximo Asset Management Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management Document version 1.0 Rick McGovern Staff Software Engineer IBM Maximo

More information

Installing Management Applications on VNX for File

Installing Management Applications on VNX for File EMC VNX Series Release 8.1 Installing Management Applications on VNX for File P/N 300-015-111 Rev 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

SOA Software: Troubleshooting Guide for Agents

SOA Software: Troubleshooting Guide for Agents SOA Software: Troubleshooting Guide for Agents SOA Software Troubleshooting Guide for Agents 1.1 October, 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks SOA Software,

More information

SafeGuard Enterprise Web Helpdesk. Product version: 6 Document date: February 2012

SafeGuard Enterprise Web Helpdesk. Product version: 6 Document date: February 2012 SafeGuard Enterprise Web Helpdesk Product version: 6 Document date: February 2012 Contents 1 SafeGuard web-based Challenge/Response...3 2 Installation...5 3 Authentication...8 4 Select the Web Helpdesk

More information

BioStar Config Guide V1.0

BioStar Config Guide V1.0 BioStar Config Guide V1.0 Suprema Inc. 16F Parkview Tower 6 Jeongja, Bundang Seongnam 463-863 Korea www.supremainc.com Last edited: 27 December 2011 This document is copyright 27 December 2011 by Suprema

More information

TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS

TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS White Paper TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS Abstract This white paper explains how to diagnose and troubleshoot issues in the RSA Access Manager single sign-on

More information