AdapterforeMatrixUserGuide

Size: px
Start display at page:

Download "AdapterforeMatrixUserGuide"

Transcription

1 IBM WebSphere Business Integration Adapters AdapterforeMatrixUserGuide V1.0.x

2

3 IBM WebSphere Business Integration Adapters AdapterforeMatrixUserGuide V1.0.x

4 Note! Before using this information and the product it supports, read the information in Notices on page April2003 This edition of this document applies to connector version 1.0.x and to all subsequent releases and modifications until otherwise indicated in new editions. To send us your comments about this document, We look forward to hearing from you. When you send information to IBM, you grant IBM a nonexclusive right to use or distribute the information in any way it believes appropriate without incurring any obligation to you. Copyright International Business Machines Corporation 2002, All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

5 Integration broker compatibility Supported on IBM WebSphere Business Integration Adapter Framework version 2.2.0, IBM CrossWorlds Infrastructure version and 4.2 (if the environment uses ISO Latin-1 data only), WebSphere MQ Integrator version 2.1.0, and WebSphere MQ Integrator Broker, version See Release Notes for any exceptions. Copyright IBM Corp. 2002, 2003 iii

6 iv Adapter for ematrix User Guide

7 Contents Integration broker compatibility iii Preface vii Audience vii Prerequisites for this document vii Related documents vii Typographic conventions viii New in this release ix New in release 1.0.x ix Chapter 1. Overview of the WebSphere Business Integration Adapter for ematrix Terminology Components of WebSphere adapter for ematrix Architecture of adapter for ematrix Chapter 2. Installation and startup Prerequisites Overview of installation tasks Loading files into the repository Overview of configuration tasks Starting the connector Chapter 3. Configuring the ematrix request servlet About configuring the ematrix request servlet Usage Error handling Logging and tracing Chapter 4. Configuring the XML servlet for ICS About configuring the XML servlet for ICS Usage Error handling Logging and tracing Chapter 5. Configuring the request-response data handler About configuring the request-response data handler Sample data handler meta-objects Top-level business object requirements Data handler logic Synchronous event notification Error handling Logging and tracing Appendix. Connector feature list Business object request handling features Event notification features General features Notices Programming interface information Trademarks and service marks Copyright IBM Corp. 2002, 2003 v

8 vi Adapter for ematrix User Guide

9 Preface IBM (R) WebSphere (R) Business Integration Adapters supply integration connectivity for leading e-business technologies and enterprise applications. This document describes the installation, configuration, and business object development for the adapter for ematrix. Audience This document is for IBM customers, consultants, developers, and anyone who is implementing the WebSphere Business Integration Adapter for ematrix. Prerequisites for this document Related documents A variety of prerequisites are cited throughout this book. Some of these consist of references to resources for ematrix. You should also be familiar with implementing the WebSphere business integration system. A good place to start is the Technical Introduction to IBM WebSphere InterChange Server, which contains cross-references to more detailed documentation. You should also be familiar with the technical material covered in the Access Development Guide. You must have access to the XML data handler and the Data Handler Guide. The WebSphere business integration system documentation describes the features and components common to all installations, and includes reference material on specific collaborations and connectors. This document contains many references to two other documents: the System Installation Guide for Windows or for UNIX and the System Implementation Guide for WebSphere InterChange Server. If you choose to print this document, you may want to print these documents as well. The WebSphere business integration system documentation describes the features and components common to all installations, and includes reference material on specific collaborations and connectors. To access the documentation, go to the directory where you installed the WebSphere business integration system product and open the documentation subdirectory. If a welcome.html file is present, open it for hyperlinked access to all documentation. If no documentation is present, you can install it or read it directly online at one of the following sites: v v If you are using MQ Integrator Broker as your integration broker: If you are using InterChange Server as your integration broker: The WebSphere business integration system documentation consists primarily of Portable Document Format (PDF) files, with some additional files in HTML format. To read it, you need an HTML browser such as Netscape Navigator or Internet Copyright IBM Corp. 2002, 2003 vii

10 Typographic conventions Explorer, and Adobe Acrobat Reader or higher. For the latest version of Adobe Acrobat Reader for your platform, go to the Adobe website ( This document uses the following conventions: courier font Indicates a literal value, such as a command name, filename, information that you type, or information that the system prints on the screen. bold Indicates a new term the first time that it appears. italic italic Indicates a variable name or a cross-reference. blue text Blue text, which is visible only when you view the manual online, indicates a cross-reference hyperlink. Click any blue text to jump to the object of the reference. ProductDir Product family is WBIA: Represents the directory where the IBM WebSphere Business Integration Adapters product is installed. The CROSSWORLDS environment variable contains the ProductDir directory path, which is IBM\WebSphereAdapters by default. { } In a syntax line, curly braces surround a set of options from which you must choose one and only one. [] In a syntax line, square brackets surround an optional parameter.... In a syntax line, ellipses indicate a repetition of the previous parameter. For example, option[,...] means that you can enter multiple, comma-separated options. <> In a naming convention, angle brackets surround individual elements of a name to distinguish them from each other, as in <server_name><connector_name>tmp.log. /, \ In this document, backslashes (\) are used as the convention for directory paths. For UNIX installations, substitute slashes (/) for backslashes. All product pathnames are relative to the directory where the product is installed on your system. ----UNIX/Windows----- Paragraphs beginning with either of these indicate notes listing operating system differences. %text% and $text Text within percent (%) signs indicates the value of the Windows text system variable or user variable. The equivalent notation in a UNIX environment is $text, indicating the value of the text UNIX environment variable. viii Adapter for ematrix User Guide

11 New in this release New in release 1.0.x Updated in March, The CrossWorlds name is no longer used to describe an entire system or to modify the names of components or tools, which are otherwise mostly the same as before. For example CrossWorlds System Manager is now System Manager, and CrossWorlds InterChange Server is now WebSphere InterChange Server. The ematrix adapter is now globalized but the messages are not translated. Copyright IBM Corp. 2002, 2003 ix

12 x Adapter for ematrix User Guide

13 Chapter 1. Overview of the WebSphere Business Integration Adapter for ematrix v Terminology v Components of WebSphere adapter for ematrix v Architecture of adapter for ematrix on page 3 The WebSphere Business Integration Adapter for ematrix allows businesses to integrate MatrixOne processes with IBM WebSphere software. The product implements connectivity tools and software to bi-directionally exchange business data between ematrix and WebSphere using the XML and HTTP protocols and the InterChange Server (ICS) integration broker. This chapter describes the scope, components, and architecture that IBM WebSphere uses to implement its ematrix integration solution. For information about installing and configuring the components, see Chapter 2, Installation and startup, on page 7. Terminology The following terms are used in this Guide: v XML (EXtensible Markup Language) An open standard for describing data from the W3C. This standard defines data elements on Web pages and business-to-business documents. It uses a tag structure like that of HTML; however, whereas HTML defines how elements are displayed, XML defines what those elements contain. v ADK (Application Development Kit) A MatrixOne ematrix library that enables external applications to interact with ematrix. v RMI (Remote Method Invocation) An industry standard from Sun Microsystems, Inc., for distributed objects written in Java. RMI is a remote procedure call (RPC), that allows Java objects (software components) stored in the network to be run remotely. Components of WebSphere adapter for ematrix The integration broker for the WebSphere Business Integration Adapter for ematrix is InterChange Server (ICS). For hub information see the Technical Introduction to IBM WebSphere InterChange Server. The integration broker brings together the following components, which are described in sections below: v v v XML connector Receives and sends business objects to and from the ematrix environment. IBM ematrix request servlet Enables a collaboration to invoke programs within ematrix. The servlet returns any data generated by the invoked ematrix program to the collaboration. IBM XML servlet for ICS Enables ematrix programs to issue requests to collaborations and to retrieve data from those collaborations. The servlet returns any data generated by the collaborations. Copyright IBM Corp. 2002,

14 v v Request-Response Data Handler Allows the WebSphere integration broker to post one business object type to a collaboration port and receive a different business object in return. Server Access Interface An API that allows an external process to execute a collaboration inside InterChange Server. In addition, the WebSphere Business Integration Adapter for ematrix comes with sample business object definitions and ematrix programs to verify the installed configuration. Note: None of the integration components described in this document modify or query the ematrix data layer directly. Instead, the WebSphere Adapter software enables collaborations to communicate with ematrix programs to coordinate business processes. The WebSphere Business Integration Adapter for ematrix requires that ematrix programs accept XML for input and or generate XML for output. IBM XML connector The IBM XML connector performs the following tasks: v v v v v Receives service call requests from collaborations running on ICS Converts request objects into XML messages with business object data (received from the service call request) in the body of the message Posts the request via HTTP to the IBM ematrix request servlet Incorporates the XML response into a request object Returns the modified request object to the collaboration For further information, see the Adapter for XML User Guide. Note: In this document, any mention of a connector is a reference to the XML connector, unless specified otherwise. IBM ematrix request servlet The IBM ematrix request servlet runs on a WebSphere application server and performs the following tasks: v v v v Allows WebSphere-based collaborations to issue requests to ematrix programs Reads the top-level tag name in a request object to determine the ematrix program to invoke Invokes a target ematrix program via ematrix ADK and passes a child XML document to the target program. Passes the response returned by the target program back to the XML connector For more information, see Chapter 3, Configuring the ematrix request servlet, on page 13. IBM XML servlet for ICS The IBM XML servlet for ICS runs on the WebSphere application server and performs the following tasks: v v Enables ematrix programs to issue synchronous requests to collaborations Accepts XML documents posted by ematrix programs and routes the documents via the Server Access Interface 2 Adapter for ematrix User Guide

15 v Returns XML documents containing response values to the requesting ematrix process For more information see Chapter 4, Configuring the XML servlet for ICS, on page 17. Request-response data handler The request-response data handler allows the integration broker to receive one type of object as an event and return a different object as a response to the synchronous event using a single collaboration port. As a result, ematrix requests can exchange a single business object with ICS, which can then accept and return an array of different response document structures. You can configure the request-response data handler to invoke any format-specific data handler. For the adapter for ematrix, the request-response data handler is configured to manage and invoke the XML data handler to perform the following tasks: v Receives ematrix XML request messages from the ICS Server Access Interface v Converts incoming ematrix request messages to business objects v Converts response business objects (returned by collaboration) to strings v Returns XML response messages to ematrix programs via Server Access Interface For more information see Chapter 5, Configuring the request-response data handler, on page 21. Server access interface Server Access Interface is an API that allows an external process to execute a collaboration inside the ICS integration broker. The external process, or access client, initiates a call-triggered flow inside the integration broker. system. For more information see the Access Development Guide. IBM business objects for ematrix Sample business object definitions and DTDs that describe XML messages in the definitions are included with the Adapter for ematrix. For more information on usage see the readme.txt files accompanying the samples and see also Chapter 2, Installation and startup, on page 7. Request business objects must be compatible with the XML data handler. Business object events must be compatible with the Request Response data handler. For more information about the business objects, see the XML Connector Guide. Architecture of adapter for ematrix To show the architecture of the adapter for ematrix components at a high level, this section describes two data flows one that characterizes a request process that is initiated from a collaboration and one that shows an event notification initiated by an ematrix program. Request processing Figure 1 illustrates the IBM hub-initiated request process, which is described below. Chapter 1. Overview of the WebSphere Business Integration Adapter for ematrix 3

16 IBM InterChange Server Collaboration IBM WebSphere Business Integration Adapter for XML Request object Response object Top-level object (TLO) A request for a child object This object defines the XML message to send to the servlet. 5 MatrixOne ematrix Business objects A response to a child object This object acts as a container for the XML response (optionally) returned by the servlet IBM WebSphere Application Server XML-enabled ematrix program IBM ematrix request servlet 3 4 MatrixOne database Figure 1. Flow of a request process 1. A collaboration issues a service request the business object shown in Figure 1 to the connector. 2. The XML connector converts the request object to XML and performs an HTTP post to the servlet. The connector waits to receive an XML response from the IBM ematrix request servlet. It maps this XML to the response object. 3. The servlet assumes that the top-level XML tag name in the business object corresponds to a program in ematrix. The servlet uses ematrix ADK to invoke this program. 4. The ematrix program queries or modifies the MatrixOne data layer as necessary 5. The value returned by the ematrix program is passed by the servlet back to the XML Connector. 6. Once the request is completed, the connector returns the entire wrapper object to the collaboration. Event notification Figure 2 illustrates the sequence of events that occurs when an ematrix program generates an XML-encoded event of interest to the WebSphere integration broker. 4 Adapter for ematrix User Guide

17 MatrixOne ematrix Business objects 1 IBM WebSphere Application Server IBM WebSphere InterChange Server HTTP handler program 7 IBM XML servlet for ICS 6 2 CORBA server access interface 5 XML-enabled ematrix program 3 Request XML Response XML XML data-handler Response-Request data-handler TLO TLO Request Response 4 Request Response Collaboration Figure 2. Flow of an event notification 1. The ematrix program generates an XML document (an event) and posts it to the IBM XML servlet for ICS via HTTP. 2. The IBM XML servlet for ICS sends the XML document to Server Access Interface via CORBA. 3. Server Access Interface routes the XML document to the XML data handler, which parses the document, converts it to a request business object, and posts it to a subscribing collaboration. 4. The collaboration examines the request object, invokes other collaborations as needed, and populates response object accordingly. 5. The request-response data handler examines objects returned by collaborations to determine which child is the response object.; the request-response data handler posts them to Server Access Interface. 6. Server Access Interface returns the XML document containing the response generated by the collaboration. 7. The response from the WebSphere collaboration is returned to the ematrix program as an XML document. Chapter 1. Overview of the WebSphere Business Integration Adapter for ematrix 5

18 6 Adapter for ematrix User Guide

19 Chapter 2. Installation and startup v Prerequisites v Overview of installation tasks on page 8 v Overview of configuration tasks on page 10 v Starting the connector on page 11 Prerequisites This chapter describes how to install components for implementing the adapter for ematrix. For information regarding installation of the ICS integration broker system generally, see the System Installation Guide appropriate for your platform. To install the XML connector, see the XML Connector Guide. Review the following assumptions and software requirements before you install the connector for web services. WebSphere software requirements To implement the adapter for ematrix, you must install InterChange Server (ICS) release 4.2. Third-party software and platform requirements This product requires the following: v Windows environment (NT or 2000); Unix environment (Solaris or AIX) IBM ematrix request servlet requirements The IBM ematrix request servlet communicates with ematrix via RMI. It operates on any platform for which ematrix provides RMI ADK support. For the release of ematrix, supported platforms include Windows (NT or 2000), Solaris, AIX, and HP. In addition, this servlet requires the following: v v The release of the MatrixOne ematrix system using the ematrix RMI collaboration server. Include ematrixserrvletrmi.jar in addition to the native client libraries installed with ematrix. The servlet does not require direct access to those client libraries, but the ematrix ADK (used by the servlet) does. These libraries are provided by MatrixOne and must be available to the servlet from its web server. In addition, the ematrix RMI daemon must be installed and running on the machine hosting the ematrix server. IBM XML servlet for ICS Requirements The Java-based IBM XML servlet for ICS communicates with ICS via Server Access Interface and runs on any platform for which a compatible JVM is available. It requires the following: v v Access to the Java servlet classes. These are normally included with the application server or servlet containers in which the servlet is deployed. An installed and running WebSphere-compatible Object Request Broker (ORB) service. Copyright IBM Corp. 2002,

20 Overview of installation tasks To install the adapter for ematrix, you must perform the following tasks: Install ICS This task, which includes installing and starting the ICS integration broker, is described in the System Installation Guide. You must install release the integration broker. To load files into the integration broker repository, consult both Loading files into the repository on page 10, and the System Installation Guide. Install the XML connector and related files This task includes installing the files for the XML connector (and related components such as the XML data handler) onto your system. See XML Connector Guide. Install the adapter for ematrix files This task includes installing the IBM ematrix Request and XML servlets, the request-response data handler, and using the samples and DTD s to verify system installation. You deploy the servlets on WebSphere application servers. Table 1 and Table 2 describe the Windows and UNIX files included with the adapter for ematrix. Table 1. Installed Windows file structure for the adapter Subdirectory of %ProductDir% connectors\ematrix\cwematrix.war DataHandlers\CWRequestResponseDataHandler.jar connectors\ematrix\samples\readme.txt connectors\ematrix\samples\ematrixsample_admin_programs.exp connectors\ematrix\samples\dtds\xmlservleterror.dtd connectors\ematrix\samples\dtds\ematrixrequestservleterror.dtd connectors\ematrix\samples\ematrixsample_admin_widget.exp connectors\ematrix\samples\ematrixsample_mo_serverdatahandler.in connectors\ematrix\samples\ematrixsample_objects.in connectors\ematrix\samples\ematrixsample_collabs.in Description A WAR file (Web-application ARchive) containing the XML servlet for ICS, the ematrix request servlet, and a web.xml deployment descriptor. An updated data handler library containing the request-response data handler. Instructions for deploying the samples Sample ematrix objects (see readme.txt for usage) DTD describing the error message generated by the XML servlet DTD describing the error message generated by the ematrix request servlet Sample ematrix objects (see readme.txt for usage) Sample definitions (see readme.txt for usage) Sample definitions (see readme.txt for usage) Sample definitions (see readme.txt for usage) 8 Adapter for ematrix User Guide

21 Table 1. Installed Windows file structure for the adapter (continued) Subdirectory of %ProductDir% Description connectors\ematrix\samples\ematrixsample_templates.in Sample definitions (see readme.txt for usage) connectors\ematrix\samples\ematrixsample_widgetevent_template.class Sample CrossWorlds template class (see readme.txt for usage) connectors\ematrix\samples\ematrixsample_widgetsearchrequest_ Sample CrossWorlds template class Template.class (see readme.txt for usage) connectors\ematrix\samples\dtds\widgetretrieveinventoryevent.dtd DTDs describing the XML messages exchanged in the sample connectors\ematrix\samples\dtds\widgetretrieveinventoryeventresponse.dtd DTDs describing the XML messages exchanged in the sample connectors\ematrix\samples\dtds\widgetsearchrequest.dtd DTDs describing the XML messages exchanged in the sample connectors\ematrix\samples\dtds\widgetsearchrequestresponse.dtd DTDs describing the XML messages exchanged in the sample Note: All IBM pathnames are relative to the directory where the product is installed on your system. Table 2. Installed UNIX file structure for the connector Subdirectory of ${ProductDir} connectors/ematrix/cwematrix.war DataHandlers/CWRequestResponseDataHandler.jar connectors/ematrix/samples/readme.txt connectors/ematrix/samples/ematrixsample_admin_programs.exp connectors/ematrix/samples/dtds/xmlservleterror.dtd connectors/ematrix/samples/dtds/ematrixrequestservleterror.dtd connectors/ematrix/samples/ematrixsample_admin_widget.exp connectors/ematrix/samples/ematrixsample_mo_serverdatahandler.in connectors/ematrix/samples/ematrixsample_objects.in connectors/ematrix/samples/ematrixsample_collabs.in connectors/ematrix/samples/ematrixsample_templates.in connectors/ematrix/samples/ematrixsample_widgetevent_template.class connectors/ematrix/samples/ematrixsample_widgetsearchrequest_ Template.class connectors/ematrix/samples/dtds/widgetretrieveinventoryevent.dtd Description A WAR file (Web-application ARchive) containing the XML servlet for ICS, the ematrix request servlet, and a web.xml deployment descriptor. An updated data handler library containing the request-response data handler. Instructions for deploying the samples Sample ematrix objects (see readme.txt for usage) DTD describing the error message generated by the XML servlet DTD describing the error message generated by the ematrix request servlet Sample ematrix objects (see readme.txt for usage) Sample definitions (see readme.txt for usage) Sample definitions (see readme.txt for usage) Sample definitions (see readme.txt for usage) Sample definitions (see readme.txt for usage) Sample CrossWorlds template class (see readme.txt for usage) Sample CrossWorlds template class (see readme.txt for usage) DTDs describing the XML messages exchanged in the sample Chapter 2. Installation and startup 9

22 Table 2. Installed UNIX file structure for the connector (continued) Subdirectory of ${ProductDir} Description connectors/ematrix/samples/dtds/widgetretrieveinventoryeventresponse.dtd DTDs describing the XML messages exchanged in the sample connectors/ematrix/samples/dtds/widgetsearchrequest.dtd DTDs describing the XML messages exchanged in the sample connectors/ematrix/samples/dtds/widgetsearchrequestresponse.dtd DTDs describing the XML messages exchanged in the sample Note: All IBM product pathnames are relative to the directory where the product is installed on your system. Loading files into the repository If you are installing the adapter as part of an initial installation, follow the procedures in the System Installation Guide for starting InterChange Server and loading the repository. If you are adding the connector to an existing installation, use the repos_copy command to load the ematrix content. Procedures for using the repos_copy command are in the System Administration Guide. To implement the adapter for ematrix, you must load the following files into the repository: v Overview of configuration tasks The MO_Server_DataHandler_Default.txt file. In a new installation, select the DevelopmentKits option from the Installer menu. This creates the MO_Server_DataHandler business object in the \repository\edk directory. If you are adding the connector to an existing installation that does not already have the Development\edk files loaded, you need to install these files and use the repos_copy command to load them into the repository. After loading this file, you must modify it. See Chapter 5, Configuring the request-response data handler, on page 21. After installation and before startup, you must configure components as follows: Configuring the ematrix request servlet The IBM ematrix request servlet, which is contained in CWEmatrix.war, requires a working installation of ematrix and the RMI-based collaboration server, details of which are beyond the scope of this document. For an explanation of how the servlet is configured to communicate with the ematrix RMI-based collaboration server, see Chapter 3, Configuring the ematrix request servlet, on page 13. You can also use the ready-made deployment descriptor web.xml contained in the CWEmatrix.war. Configuring the XML servlet for ICS For information on configuring the XML servlet for ICS contained in CWEmatrix.war, see Chapter 4, Configuring the XML servlet for ICS, on page 17. You can also use the ready-made deployment descriptor web.xml contained in the war file. Note: This guide does not document how to deploy a servlet on a web-server. 10 Adapter for ematrix User Guide

23 Configuring the connector This task includes setting up and configuring the XML connector and XML data handler. See the XML Connector Guide. Configuring business objects The steps for configuring business objects depend on how you elect to implement the adapter for ematrix. You must create the business objects that correspond to v v Request messages Each possible response, including faults To configure business objects for requests, see the XML Connector Guide. For event business objects, see Chapter 5, Configuring the request-response data handler, on page 21. Configuring the data handler To configure the request-response data handler you must: Starting the connector 1. Add the request-response data handler to your server-side ICS installation. 2. Copy the CWRequestResponseDataHandler.jar file to the %ProductDir%\DataHandlers directory (Windows) or the ${ProductDir}/DataHandlers directory (UNIX). 3. Open \bin\start_server.bat and update the server classpath as follows: Change set DATAHANDLER="%CROSSWORLDS%"\DataHandlers\CwDataHandler.jar; "%CROSSWORLDS%"\DataHandlers\CustDataHandler.jar to the following: set DATAHANDLER="%CROSSWORLDS%"\DataHandlers\CwDataHandler.jar; "%CROSSWORLDS%"\DataHandlers\CustDataHandler.jar; "%CROSSWORLDS%"\DataHandlers\RequestResponseDataHandler.jar 4. Modify your server data handler configuration meta-object and define a mime-type that correlates to this data-handler. For more information, see Chapter 5, Configuring the request-response data handler, on page 21. See the Adapter for XML User Guide. Chapter 2. Installation and startup 11

24 12 Adapter for ematrix User Guide

25 Chapter 3. Configuring the ematrix request servlet v About configuring the ematrix request servlet v Usage on page 14 v Error handling on page 15 v Logging and tracing on page 15 The IBM ematrix request servlet enables collaborations in ICS to invoke ematrix programs within a MatrixOne environment. The servlet, which communicates with ematrix via the ematrix ADK, accepts XML documents that define: v a program in ematrix to invoke v content to pass as a parameter The IBM ematrix request servlet returns any data generated by the ematrix program. This chapter describes how to configure and use the IBM ematrix request servlet. About configuring the ematrix request servlet Note: The IBM ematrix request servlet, which is contained in CWEmatrix.war, requires a working installation of ematrix and the RMI-based collaboration server. You can also modify and use the ready-made deployment descriptor web.xml contained in the CWEmatrix.war. For information on compile and run time requirements for the IBM ematrix request servlet as well as how to install it and where to store its source code, see Chapter 2, Installation and startup, on page 7. The IBM ematrix request servlet extends class com.matrixone.servlet.frameworkservlet provided by MatrixOne. 1 This parent class handles the majority of steps involved in establishing a connection to ematrix. This class retrieves its configuration information from the file framework.properties, which is included in the ematrix collaboration server installation. The framework.properties file defines the host, the RMI port, and other parameters for the ematrix server. You must ensure that the configuration properties specified in this file match those of your installation. The structure of the framework.properties file is a series of name-value pairs. The following is an excerpt: ematrix.server.host=//localhost:1099 ematrix.server.name=:bos ematrix.page.path=/ematrix ematrix.servlet.ui=true ematrix.load.program=eservicelistschemanames.tcl Note: When using the RMI ADK, ensure that property ematrix.server.host is of the format //<host>:<port> where host is the machine on which your ematrix RMI daemon is running and port is the port on which the daemon is listening. 1. The MatrixOne XML Exchange Servlet extends the same class. Copyright IBM Corp. 2002,

26 In order for the servlet to find this information, the fully-qualified path of the properties file must be specified in the servlet parameter properties in the deployment descriptor of the application server or servlet container where it is deployed. Here is a sample entry showing how the properties file should be specified for the servlet (see web.xml included in CWEmatrix.war): <servlet> <servlet-name>matrixexchangeservlet</servlet-name> <servlet-class>com.matrixone.servlet.matrixexchangeservlet</servlet-class> <init-param> <param-name>properties</param-name> <param-value>c:\ematrix\java\properties\framework.properties</param-value> </init-param> </servlet> Table 3 summarizes the servlet initialization parameters and values For more information, see the ematrix documentation that discusses the FrameworkServlet. Table 3. Servlet initialization parameters and values Property name Property value Required properties The fully-qualified path to Yes file framework.properties. This is normally located in the \java\properties directory of your ematrix collaboration server installation. username The name of the user to use No when logging into ematrix. userpassword The password to use when logging into ematrix No Usage You post XML documents to the IBM ematrix request servlet to invoke programs in ematrix. The ematrix programs invoked through this servlet must accept XML and respond with XML. The structure of XML documents accepted by the servlet are as follows: 1. The top-level element of any XML document that is posted is treated as the name of the target program. 2. All child elements and text are passed as a string to the target program in the first program parameter. For example, sending this document to the servlet: <RetrievePrice> <item> <id>123</id> </item> </RetrievePrice> This would be equivalent to invoking the program RetrievePrice using the following MQL command in ematrix: execute program RetrievePrice {<item><id>123</id></item>} The data that RetrievePrice generates is returned by the servlet to the posting application. 14 Adapter for ematrix User Guide

27 Error handling Logging and tracing If an error occurs while the IBM ematrix request servlet is parsing the XML message or invoking the ematrix program, the servlet returns an XML message describing the problem. For the exact message structure, see the ematrixrequestservleterror.dtd included with installation. Here is a sample: <?xml version="1.0"?> <!DOCTYPE ematrixrequestservleterror> <error>failed to execute program RetrievePrice : program not found.</error> You must take additional steps to ensure that error messages are detected. When a request is issued to the servlet via the XML connector, the connector returns a response regardless of whether the servlet successfully invokes the target ematrix program. Since the XML connector places no semantic value on the content of this response, the connector populates the appropriate child object in the TLO and the servlet returns an XML response even when it encounters errors. Because this servlet returns well-formed XML regardless of whether it executes the program, additional steps must be taken to identify when errors occur. 1. Ensure that the top-level object (TLO) to be sent to the XML connector has at least two response objects defined: one designed to return data from the ematrix program and another to contain the servlet error message. 2. The collaboration must check explicitly which response object (the expected response or an error response) is populated in the TLO. This same error detection design applies to ematrix programs invoked through the servlet. If an ematrix program fails while running, it returns an XML message describing the failure. You must create a response BO that corresponds to this error message and add it to the TLO. The servlet logs all tracing and error messages using the log methods available in the javax.servlet.servletcontext instance. This allows the application server or other servlet container to manage the tracking and recording of messages (as configured by an administrator). The servlet does not write messages directly to the console through the System.out or System.err streams. Chapter 3. Configuring the ematrix request servlet 15

28 16 Adapter for ematrix User Guide

29 Chapter 4. Configuring the XML servlet for ICS v About configuring the XML servlet for ICS v Usage on page 18 v Error handling on page 19 v Logging and tracing on page 19 This IBM XML servlet for ICS enables programs in ematrix to synchronously issue requests to ICS collaborations and to retrieve data from those collaborations. From a WebSphere perspective, the servlet enables synchronous event notification. The servlet accepts posted XML documents and sends them to specific collaborations in ICS via the Server Access Inter Interface. The servlet returns any data generated by the collaborations. This chapter describes how to configure and use the IBM XML servlet for ICS. About configuring the XML servlet for ICS Note: The Java-based IBM XML servlet for ICS is contained in CWEmatrix.war.You can also modify and use the ready-made deployment descriptor web.xml contained in the.war file. For information on compile and run time requirements for the IBM ematrix request servlet as well as how and where to install it, see Chapter 2, Installation and startup, on page 7. The IBM XML servlet for ICS requires access to crossworlds.jar and vbjorb.jar via the web server on which the servlet is deployed. Both of these files are included in the standard Adapter for ematrix installation. Refer to your web server documentation for more information about making external libraries available to servlets. In many cases, these jar files can simply be added to the classpath of your web server or dropped in a common library folder that is made available to all web applications. In order to communicate with ICS, the servlet must have the following information during initialization: the ICS name, the ICS IOR file location, the default user name and the default user password. To configure these properties, you must add the initialization parameters shown in Table 4 to the deployment descriptor for the servlet. Table 4. Servlet initialization parameters and values Property name Property value Required iorfile The fully-qualified path to Yes your ICS IOR file. This file is normally located in the \ProductDir top-level directory and named <server_name>.ior. defaultuser The name of the user to use when logging into the ICS. No. This property can be specified on a per-request basis in the HTTP POST header. The default is admin. Copyright IBM Corp. 2002,

30 Table 4. Servlet initialization parameters and values (continued) Property name Property value Required defaultpassword The password to use when logging into ICS. No. This property can be specified on a per-request basis in the HTTP POST header. The default is null. ORBClassName ORBSingletonClassName ORB class that will be initialized for use in establishing a CORBA session with ICS. ORB class that will be initialized for use in establishing a CORBA session with ICS. No. The default is com.inprise.vbroker.orb.orb No. The default is com.inprise.vbroker.orb.orbsingleton The following excerpt from the web.xml deployment descriptor (included in the CWEmatrix.war file) shows how to specify initialization parameters for a servlet: <servlet> <servlet-name>cw_xmlservlet</servlet-name> <init-param> <param-name>iorfile</param-name> <param-value>c:\crossworlds\myserver.ior</param-value> </init-param> </servlet> For specific details on the syntax of the deployment descriptor, refer to the documentation included with your application server or servlet container. Usage Once deployed, an application can send requests to ICS by posting documents to the servlet. Please note the following requirements: 1. The content of the posted message (excluding the HTTP header) is what is sent to ICS. 2. The mime-type of the posted message (as specified in the HTTP header) is passed to ICS and determines which data handler ICS uses to convert the document to a business object. ICS looks up the mime-type in the meta-object MO_Server_DataHandler and uses the data handler configured therein to convert the document to a business object. The mime-type passed should, in most instances, be associated with the request-response data-handler described in Chapter 5, Configuring the request-response data handler, on page The application must specify the target collaboration and verb to the servlet in the servlet URL. The parameter names to specify the collaboration and verb are collab and verb, respectively. For example, if an ematrix program posted a request to: the servlet would infer that the request must be sent to port From of collaboration TargetCollab to perform the scenario associated with the Retrieve verb. 4. Rather than specify the user name and password in the deployment descriptor, the user can pass the user name and password to logon to ICS in the Authorization parameter of the HTTP header. The servlet accepts the 18 Adapter for ematrix User Guide

31 HTTP/1.0 BASIC authorization scheme in which the user name and password are separated by a colon (<username>:<password>) and encoded with base 64. Error handling If an error occurs while the servlet is processing the document, converting the posted document to a valid BO, or while ICS is executing the target collaboration, the servlet returns a valid XML error message. For the exact structure of error messages, see XMLServletError.DTD, which is included in the standard installation. Here is a sample error message: <?xml version="1.0"?> <!DOCTYPE XMLServletError> <error> Logging and tracing <!-- Error code returned by Access Framework Interface --> <rc>-1</rc> <!-- Message returned by the same --> <message>verb "Retrieve" not supported for collaboration "CustomerSync"</message> </error> The servlet logs all tracing and error messages using the log methods available in the javax.servlet.servletcontext instance. This allows the application server or other servlet container to manage the tracking and recording of messages (as configured by an administrator). The servlet does not write messages directly to the console through the System.out or System.err streams. Chapter 4. Configuring the XML servlet for ICS 19

32 20 Adapter for ematrix User Guide

33 Chapter 5. Configuring the request-response data handler v About configuring the request-response data handler v Sample data handler meta-objects on page 22 v Top-level business object requirements on page 27 v Data handler logic on page 28 v Synchronous event notification on page 28 v Error handling on page 29 v Logging and tracing on page 29 The request-response data handler is used when an ematrix program generates an XML document (an event) and posts it to the IBM XML servlet for ICS. The request-response data handler enables the ICS integration broker to post one business object type to a collaboration port and receive one or more different business objects in return. For example, an ematrix user can send a customer object to a collaboration and receive an array of pending order objects for that customer in return. This chapter describes how to configure the request-response data handler and how it processes messages. About configuring the request-response data handler Note: The request-response data handler is contained in CwDataHandler.jar. For information on requirements for the request-response data handler as well as how to install it and where to store its source code, see Chapter 2, Installation and startup, on page 7. The request-response data handler retrieves its configuration properties from a hierarchy of meta-objects. The parent meta-object allows a connector or Server Access Interface to instantiate a data handler based on the mime-type of the document. The child meta-object contains all the information needed to process the data in the document, including the class name of the data handler, the prefix of the business object to create, and more. The adapter for ematrix includes a business object definition for a child meta-object, MO_DataHandler_DefaultRequestResponse. Since the request-response data handler is configured to interact with an access client the IBM XML servlet for ICS MO_DataHandler_DefaultRequestResponse must be placed in the parent meta-object, MO_Server_DataHandler. This top-level meta-object is used by Server Access Interface to determine which data handler to instantiate. The mime-type of the configured data handler must match the mime-type specified by the ematrix application when it posts requests to the IBM XML servlet for ICS. Parent meta-object configuration requirements The MIME type contained in the parent meta-object, MO_Server_DataHandler, determines which data handler to use. Server Access Interface uses this meta-object to create instances of the data handlers. Accordingly, the MO_Server_DataHandler object must include an attribute named text_requestresponse that is of type MO_DataHandler_DefaultRequestResponseConfig. See Sample data handler meta-objects on page 22 for a sample that is shipped with the adapter for ematrix. Copyright IBM Corp. 2002,

34 Child meta-object configuration requirements Table 5 shows a list of attributes that can be specified in the child meta-object for the request-response data-handler, MO_DataHandler_DefaultRequestResponse. Table 5. MO_DataHandler_DefaultRequestResponse attributes Attribute Description Default value ClassName Name of the data handler class to load for use with the specified MIME type. For more information, see the Data Handler com.crossworlds. DataHandlers.text.requestresponse Guide. BOPrefix Prefix used by the default NameHandler REQUESTTEST class to build the top-level business object name. For more information, see the Data Handler Guide. NameHandlerClass Name of the class to use to determine the name of the top-level business object from the content of a request document. Change the default value of this attribute if you create your own custom name handler. For more information, see the Data Handler Guide. RequestMimeType ResponseMimeType By default, the request-response data handler will prepend the value of BOPrefix to the name of the top-level business object generated by the data handler that is configured for requests. For example, if the user specifies a BOPrefix of REQUESTTEST and the data handler that is configured for requests generates object Customer, the request-response data handler creates top-level object REQUESTTEST_Customer and attempts to populate one of its child objects with the Customer object. Mime-type of requests processed by this data-handler. The request-response data handler uses this mime-type to create a data handler instance to process any request business objects or documents. Mime-type of responses processed by this data-handler. The request-response data handler uses this mime-type to create a new data-handler to process any response business objects or documents. text/xml text/xml Sample data handler meta-objects Here is the data handler meta-object that is included in the samples directory of the adapter for ematrix. It contains three data handler meta-object definitions as follows: MO_Server_DataHandler MO_DataHandler_DefaultXMLConfig MO_DataHandler_DefaultRequestResponseConfig 22 Adapter for ematrix User Guide

35 [ReposCopy] Version = RepositoryID = KZKMSXX3EDQ= [BusinessObjectDefinition] Name = MO_DataHandler_DefaultXMLConfig Version = [Attribute] Name = SubType Type = String Cardinality = 1 MaxLength = 1 IsKey = false IsForeignKey = false IsRequired = true DefaultValue = XML IsRequiredServerBound = false [Attribute] Name = BOPrefix Type = String Cardinality = 1 MaxLength = 1 IsKey = false IsForeignKey = false IsRequired = false DefaultValue = EMatrixSample IsRequiredServerBound = false [Attribute] Name = EntityResolver Type = String Cardinality = 1 MaxLength = 255 IsKey = false IsForeignKey = false IsRequired = false IsRequiredServerBound = false [Attribute] Name = DTDPath Type = String Cardinality = 1 MaxLength = 1 IsKey = false IsForeignKey = false IsRequired = false IsRequiredServerBound = false [Attribute] Name = NameHandlerClass Type = String Cardinality = 1 Chapter 5. Configuring the request-response data handler 23

36 MaxLength = 255 IsKey = false IsForeignKey = false IsRequired = false IsRequiredServerBound = false [Attribute] Name = Parser Type = String Cardinality = 1 MaxLength = 1 IsKey = false IsForeignKey = false IsRequired = false IsRequiredServerBound = false [Attribute] Name = ClassName Type = String Cardinality = 1 MaxLength = 1 IsKey = false IsForeignKey = false IsRequired = false DefaultValue = com.crossworlds.datahandlers.text.xml IsRequiredServerBound = false [Attribute] Name = DummyKey Type = String Cardinality = 1 MaxLength = 1 IsKey = true IsForeignKey = false IsRequired = false DefaultValue = 1 IsRequiredServerBound = false [Attribute] Name = ObjectEventId Type = String Cardinality = 1 MaxLength = 255 IsKey = false IsForeignKey = false IsRequired = false IsRequiredServerBound = false [Verb] Name = Create [Verb] Name = Delete 24 Adapter for ematrix User Guide

Adapter for Ariba Buyer User Guide

Adapter for Ariba Buyer User Guide WebSphere Business Integration Adapters Adapter for Ariba Buyer User Guide Adapter Version 3.0.x WebSphere Business Integration Adapters Adapter for Ariba Buyer User Guide Adapter Version 3.0.x Note!

More information

Adapters in the Mainframe Connectivity Suite User Guide

Adapters in the Mainframe Connectivity Suite User Guide IBM WebSphere Business Integration Adapters Adapters in the Mainframe Connectiity Suite User Guide Adapter Version 2.2.x IBM WebSphere Business Integration Adapters Adapters in the Mainframe Connectiity

More information

Adapter for i2 User Guide

Adapter for i2 User Guide IBM WebSphere Business Integration Adapters Adapter for i2 User Guide Adapter Version 1.0.x IBM WebSphere Business Integration Adapters Adapter for i2 User Guide Adapter Version 1.0.x Note! Before using

More information

AdapterforVantiveUserGuide

AdapterforVantiveUserGuide IBM WebSphere Business Integration Adapters AdapterforVantieUserGuide V3.6.x IBM WebSphere Business Integration Adapters AdapterforVantieUserGuide V3.6.x Note! Before using this information and the product

More information

Web Services Technical Reference

Web Services Technical Reference IBM WebSphere Business Connection Web Services Technical Reference Version 1.1.0 Note! Before using this information and the product it supports, be sure to read the general information under Notices on

More information

IBM Tivoli Federated Identity Manager Version Installation Guide GC

IBM Tivoli Federated Identity Manager Version Installation Guide GC IBM Tivoli Federated Identity Manager Version 6.2.2 Installation Guide GC27-2718-01 IBM Tivoli Federated Identity Manager Version 6.2.2 Installation Guide GC27-2718-01 Note Before using this information

More information

Error Message Reference

Error Message Reference Security Policy Manager Version 7.1 Error Message Reference GC23-9477-01 Security Policy Manager Version 7.1 Error Message Reference GC23-9477-01 Note Before using this information and the product it

More information

BEA WebLogic Server Integration Guide

BEA WebLogic Server Integration Guide IBM Tivoli Access Manager for e-business BEA WebLogic Server Integration Guide Version 5.1 SC32-1366-00 IBM Tivoli Access Manager for e-business BEA WebLogic Server Integration Guide Version 5.1 SC32-1366-00

More information

IBM Tivoli Monitoring for Web Infrastructure: WebSphere Application Server. User s Guide. Version SC

IBM Tivoli Monitoring for Web Infrastructure: WebSphere Application Server. User s Guide. Version SC IBM Tivoli Monitoring for Web Infrastructure: WebSphere Application Server User s Guide Version 5.1.1 SC23-4705-01 IBM Tivoli Monitoring for Web Infrastructure: WebSphere Application Server User s Guide

More information

Management User s Guide. Version 6.2, December 2004

Management User s Guide. Version 6.2, December 2004 Management User s Guide Version 6.2, December 2004 IONA, IONA Technologies, the IONA logo, Orbix, Orbix/E, Orbacus, Artix, Orchestrator, Mobile Orchestrator, Enterprise Integrator, Adaptive Runtime Technology,

More information

User Management Guide

User Management Guide IBM Tivoli Monitoring for Databases: Oracle User Management Guide Version 5.1.0 GC23-4731-00 IBM Tivoli Monitoring for Databases: Oracle User Management Guide Version 5.1.0 GC23-4731-00 Note Before using

More information

Replication Monitor User s Guide

Replication Monitor User s Guide Replication Monitor User s Guide Version 6.0.2 (041209) DOC Marimba Product Line Copyright 1996 2004 BMC Software, Inc. All rights reserved. This publication is protected by copyright and international

More information

Tivoli Access Manager for Enterprise Single Sign-On

Tivoli Access Manager for Enterprise Single Sign-On Tivoli Access Manager for Enterprise Single Sign-On Version 6.0 Installation and Setup Guide GC23-6349-03 Tivoli Access Manager for Enterprise Single Sign-On Version 6.0 Installation and Setup Guide GC23-6349-03

More information

BEA Liquid Data for. WebLogic. Deploying Liquid Data

BEA Liquid Data for. WebLogic. Deploying Liquid Data BEA Liquid Data for WebLogic Deploying Liquid Data Release: 1.0.1 Document Date: October 2002 Revised: December 2002 Copyright Copyright 2002 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend

More information

Web Services Client for ILE

Web Services Client for ILE System i Web Services Client for ILE Version 1.0 Note! Before using this information and the product it supports, be sure to read the general information under Appendix B, Notices, on page 65. First edition

More information

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

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

More information

Samples. Sybase WorkSpace 2.0.2

Samples. Sybase WorkSpace 2.0.2 Samples Sybase WorkSpace 2.0.2 DOCUMENT ID: DC00355-01-0200-02 LAST REVISED: May 2008 Copyright 2008 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to any subsequent

More information

TIBCO ActiveMatrix Adapter Service Engine for Files Examples. Software Release 6.0 April 2009

TIBCO ActiveMatrix Adapter Service Engine for Files Examples. Software Release 6.0 April 2009 TIBCO ActiveMatrix Adapter Service Engine for Files Examples Software Release 6.0 April 2009 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Version Monitoring Agent User s Guide SC

Version Monitoring Agent User s Guide SC Tivoli IBM Tivoli Advanced Catalog Management for z/os Version 02.01.00 Monitoring Agent User s Guide SC23-7974-00 Tivoli IBM Tivoli Advanced Catalog Management for z/os Version 02.01.00 Monitoring Agent

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Application Adapter for PeopleSoft User's Guide for Oracle WebLogic Server 11g Release 1 (11.1.1.4.0) E17055-04 April 2011 Oracle Fusion Middleware Application Adapter for PeopleSoft

More information

SAS Model Manager 2.3

SAS Model Manager 2.3 SAS Model Manager 2.3 Administrator's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS Model Manager 2.3: Administrator's Guide. Cary,

More information

Tivoli Application Dependency Discovery Manager Version 7.3. Discovery Library Adapter Developer's Guide IBM

Tivoli Application Dependency Discovery Manager Version 7.3. Discovery Library Adapter Developer's Guide IBM Tivoli Application Dependency Discovery Manager Version 7.3 Discovery Library Adapter Developer's Guide IBM Tivoli Application Dependency Discovery Manager Version 7.3 Discovery Library Adapter Developer's

More information

Cisco TEO Adapter Guide for SAP ABAP

Cisco TEO Adapter Guide for SAP ABAP Release 2.3 April 2012 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 Text Part

More information

Federated Identity Manager Business Gateway Version Configuration Guide GC

Federated Identity Manager Business Gateway Version Configuration Guide GC Tivoli Federated Identity Manager Business Gateway Version 6.2.1 Configuration Guide GC23-8614-00 Tivoli Federated Identity Manager Business Gateway Version 6.2.1 Configuration Guide GC23-8614-00 Note

More information

Tivoli SecureWay Policy Director Authorization ADK. Developer Reference. Version 3.8

Tivoli SecureWay Policy Director Authorization ADK. Developer Reference. Version 3.8 Tivoli SecureWay Policy Director Authorization ADK Developer Reference Version 3.8 Tivoli SecureWay Policy Director Authorization ADK Developer Reference Version 3.8 Tivoli SecureWay Policy Director Authorization

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Creating Domains Using the Configuration Wizard 11g Release 1 (10.3.4) E14140-04 January 2011 This document describes how to use the Configuration Wizard to create, update, and

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

Cisco TEO Adapter Guide for Microsoft Windows

Cisco TEO Adapter Guide for Microsoft Windows Cisco TEO Adapter Guide for Microsoft Windows Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Installing and Administering a Satellite Environment

Installing and Administering a Satellite Environment IBM DB2 Universal Database Installing and Administering a Satellite Environment Version 8 GC09-4823-00 IBM DB2 Universal Database Installing and Administering a Satellite Environment Version 8 GC09-4823-00

More information

Cisco TEO Adapter Guide for

Cisco TEO Adapter Guide for Release 2.3 April 2012 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 Text Part

More information

Cisco TEO Adapter Guide for SAP Java

Cisco TEO Adapter Guide for SAP Java Release 2.3 April 2012 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 Text Part

More information

Entrust Identification Server 7.0. Entrust Entitlements Server 7.0. Administration Guide. Document issue: 1.0. Date: June 2003

Entrust Identification Server 7.0. Entrust Entitlements Server 7.0. Administration Guide. Document issue: 1.0. Date: June 2003 Identification Server 7.0 Entitlements Server 7.0 Administration Guide Document issue: 1.0 Date: June 2003 2003. All rights reserved. is a trademark or a registered trademark of, Inc. in certain countries.

More information

IBM. Planning and Installation. IBM Tivoli Workload Scheduler. Version 9 Release 1 SC

IBM. Planning and Installation. IBM Tivoli Workload Scheduler. Version 9 Release 1 SC IBM Tivoli Workload Scheduler IBM Planning and Installation Version 9 Release 1 SC32-1273-13 IBM Tivoli Workload Scheduler IBM Planning and Installation Version 9 Release 1 SC32-1273-13 Note Before using

More information

Tivoli Monitoring Agent for IBM Tivoli Monitoring 5.x Endpoint

Tivoli Monitoring Agent for IBM Tivoli Monitoring 5.x Endpoint Tivoli Monitoring Agent for IBM Tivoli Monitoring 5.x Endpoint Version 6.1.0 User s Guide SC32-9490-00 Tivoli Monitoring Agent for IBM Tivoli Monitoring 5.x Endpoint Version 6.1.0 User s Guide SC32-9490-00

More information

Tivoli SecureWay Policy Director WebSEAL. Installation Guide. Version 3.8

Tivoli SecureWay Policy Director WebSEAL. Installation Guide. Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide Version 3.8 Tivoli SecureWay Policy Director WebSEAL Installation Guide

More information

TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation. Software Release 1.0 February 2010

TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation. Software Release 1.0 February 2010 TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation Software Release 1.0 February 2010 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF

More information

PeopleTools 8.54: Integration Broker Testing Utilities and Tools

PeopleTools 8.54: Integration Broker Testing Utilities and Tools PeopleTools 8.54: Integration Broker Testing Utilities and Tools November 2016 PeopleTools 8.54: Integration Broker Testing Utilities and Tools CDSKU Copyright 1988, 2016, Oracle and/or its affiliates.

More information

IONA BMC Patrol Integration Guide. Version 3.0, April 2005

IONA BMC Patrol Integration Guide. Version 3.0, April 2005 IONA BMC Patrol Integration Guide Version 3.0, April 2005 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property rights

More information

Attunity Connect and BEA WebLogic (Version 8.1)

Attunity Connect and BEA WebLogic (Version 8.1) Attunity Connect and BEA WebLogic (Version 8.1) Attunity Connect and BEA WebLogic (Version 8.1) 2006 by Attunity Ltd. Due to a policy of continuous development, Attunity Ltd. reserves the right to alter,

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

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

More information

PeopleTools 8.56: Integration Broker Testing Utilities and Tools

PeopleTools 8.56: Integration Broker Testing Utilities and Tools PeopleTools 8.56: Integration Broker Testing Utilities and Tools June 2017 PeopleTools 8.56: Integration Broker Testing Utilities and Tools Copyright 1988, 2017, Oracle and/or its affiliates. All rights

More information

Web Enablement Kit Implementation Guide

Web Enablement Kit Implementation Guide Content Manager OnDemand for Multiplatforms Version 8 Release 5 Web Enablement Kit Implementation Guide SC19-2941-00 Content Manager OnDemand for Multiplatforms Version 8 Release 5 Web Enablement Kit

More information

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Administering Web Services 12c (12.1.2) E28131-01 June 2013 Documentation for developers and administrators that describes how to administer Web services. Oracle Fusion Middleware

More information

Sterling Selling and Fulfillment Suite Developer Toolkit FAQs

Sterling Selling and Fulfillment Suite Developer Toolkit FAQs Sterling Selling and Fulfillment Suite Developer Toolkit FAQs Sterling Order Management Sterling Configure, Price, Quote Sterling Warehouse Management System September 2012 Copyright IBM Corporation, 2012.

More information

Tivoli Management Solution for Domino. Installation and Setup Guide. Version GC

Tivoli Management Solution for Domino. Installation and Setup Guide. Version GC Tivoli Management Solution for Domino Installation and Setup Guide Version 3.2.0 GC32-0755-00 Tivoli Management Solution for Domino Installation and Setup Guide Version 3.2.0 GC32-0755-00 Tivoli Management

More information

IBM SecureWay On-Demand Server Version 2.0

IBM SecureWay On-Demand Server Version 2.0 Securely delivering personalized Web applications IBM On-Demand Server Version 2.0 Highlights Delivers personalized Web solutions on demand to anyone, anywhere using profile serving Provides industry-leading,

More information

Writing Servlets and JSPs p. 1 Writing a Servlet p. 1 Writing a JSP p. 7 Compiling a Servlet p. 10 Packaging Servlets and JSPs p.

Writing Servlets and JSPs p. 1 Writing a Servlet p. 1 Writing a JSP p. 7 Compiling a Servlet p. 10 Packaging Servlets and JSPs p. Preface p. xiii Writing Servlets and JSPs p. 1 Writing a Servlet p. 1 Writing a JSP p. 7 Compiling a Servlet p. 10 Packaging Servlets and JSPs p. 11 Creating the Deployment Descriptor p. 14 Deploying Servlets

More information

JBoss ESB 4.0 GA RC1. Message Transformation Guide JBESB-MTG-12/1/06 JBESB-PG-12/1/06

JBoss ESB 4.0 GA RC1. Message Transformation Guide JBESB-MTG-12/1/06 JBESB-PG-12/1/06 JBoss ESB 4.0 GA RC1 Message Transformation Guide JBESB-MTG-12/1/06 JBESB-PG-12/1/06 i JBESB-PG-12/1/06 ii Legal Notices The information contained in this documentation is subject to change without notice.

More information

Understanding Advanced Workflow

Understanding Advanced Workflow IBM Content Manager for iseries Understanding Advanced Workflow Version 5 Release 1 SC27-1138-00 IBM Content Manager for iseries Understanding Advanced Workflow Version 5 Release 1 SC27-1138-00 Note Before

More information

Java Programming Language

Java Programming Language Java Programming Language Additional Material SL-275-SE6 Rev G D61750GC10 Edition 1.0 D62603 Copyright 2007, 2009, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

TIBCO iprocess Java Plug-in User s Guide

TIBCO iprocess Java Plug-in User s Guide TIBCO iprocess Java Plug-in User s Guide Software Release 11.5 April 2015 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR

More information

IBM Rational Synergy DCM-GUI

IBM Rational Synergy DCM-GUI IBM Rational Synergy DCM-GUI Release 7.2.1.1 IBM Rational Synergy - 1 - This edition applies to IBM Rational Synergy version 7.2.1.1, and to all subsequent releases and modifications until otherwise indicated

More information

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on WebLogic

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on WebLogic IBM Operational Decision Manager Version 8 Release 5 Configuring Operational Decision Manager on WebLogic Note Before using this information and the product it supports, read the information in Notices

More information

IBM Worklight V5.0.6 Getting Started

IBM Worklight V5.0.6 Getting Started IBM Worklight V5.0.6 Getting Started Creating your first Worklight application 17 January 2014 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract

More information

SAS 9.2 Foundation Services. Administrator s Guide

SAS 9.2 Foundation Services. Administrator s Guide SAS 9.2 Foundation Services Administrator s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS 9.2 Foundation Services: Administrator s Guide. Cary, NC:

More information

IBM Networking OS. BBI Quick Guide. for the EN2092 1Gb Ethernet Scalable Switch, Second edition (replaces 88Y7949)

IBM Networking OS. BBI Quick Guide. for the EN2092 1Gb Ethernet Scalable Switch, Second edition (replaces 88Y7949) IBM Networking OS BBI Quick Guide for the EN2092 1Gb Ethernet Scalable Switch, Second edition (replaces 88Y7949) IBM Networking OS BBI Quick Guide for the EN2092 1Gb Ethernet Scalable Switch, Second edition

More information

IBM Workplace Collaboration Services API Toolkit

IBM Workplace Collaboration Services API Toolkit IBM Workplace Collaboration Services API Toolkit Version 2.5 User s Guide G210-1958-00 IBM Workplace Collaboration Services API Toolkit Version 2.5 User s Guide G210-1958-00 Note Before using this information

More information

Exchange 2000 Agent Installation Guide

Exchange 2000 Agent Installation Guide IBM Tivoli Identity Manager Exchange 2000 Agent Installation Guide Version 4.5.0 SC32-1156-03 IBM Tivoli Identity Manager Exchange 2000 Agent Installation Guide Version 4.5.0 SC32-1156-03 Note: Before

More information

Oracle WebCenter JSR-168 Container

Oracle WebCenter JSR-168 Container Oracle WebCenter JSR-168 Container Installation Guide Release 10g Release 3 (10.3) October 2008 Installation and Upgrade Guide for Oracle WebCenter JSR-168 Container, Release 10g Release 3 (10.3) Copyright

More information

Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6)

Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6) [1]Oracle Fusion Middleware Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6) E14139-06 April 2015 This document describes how to use the Domain Template Builder to create

More information

Session 8. Reading and Reference. en.wikipedia.org/wiki/list_of_http_headers. en.wikipedia.org/wiki/http_status_codes

Session 8. Reading and Reference. en.wikipedia.org/wiki/list_of_http_headers. en.wikipedia.org/wiki/http_status_codes Session 8 Deployment Descriptor 1 Reading Reading and Reference en.wikipedia.org/wiki/http Reference http headers en.wikipedia.org/wiki/list_of_http_headers http status codes en.wikipedia.org/wiki/_status_codes

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ Installation

TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ Installation TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ Installation Software Release 7.6 November 2015 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

IBM Production Imaging Edition Version 5.0. Installation Guide GC

IBM Production Imaging Edition Version 5.0. Installation Guide GC IBM Production Imaging Edition Version 5.0 Installation Guide GC19-3242-00 IBM Production Imaging Edition Version 5.0 Installation Guide GC19-3242-00 Note Before using this information and the product

More information

IBM WebSphere Commerce. Programmer s Guide. Version 5.4 GC

IBM WebSphere Commerce. Programmer s Guide. Version 5.4 GC IBM WebSphere Commerce Programmer s Guide Version 5.4 GC09-4951-02 IBM WebSphere Commerce Programmer s Guide Version 5.4 GC09-4951-02 Note: Before using this information and the product it supports, be

More information

web.xml Deployment Descriptor Elements

web.xml Deployment Descriptor Elements APPENDIX A web.xml Deployment Descriptor s The following sections describe the deployment descriptor elements defined in the web.xml schema under the root element . With Java EE annotations, the

More information

Release Notes. IBM Tivoli Identity Manager GroupWise Adapter. Version First Edition (September 13, 2013)

Release Notes. IBM Tivoli Identity Manager GroupWise Adapter. Version First Edition (September 13, 2013) Release Notes IBM Tivoli Identity Manager GroupWise Adapter Version 5.1.5 First Edition (September 13, 2013) This edition applies to version 5.1 of Tivoli Identity Manager and to all subsequent releases

More information

Contents. A Recommended Reading...21 Index iii

Contents. A Recommended Reading...21 Index iii Contents Installing SAS Information Retrieval Studio...1 1.1 About This Book... 1 1.1.1 Audience... 1 1.1.2 Prerequisites... 1 1.1.3 Typographical Conventions... 2 1.2 Introduction to SAS Information Retrieval

More information

Tivoli SecureWay Policy Director Management Console for Windows Administration Guide Version 3.7

Tivoli SecureWay Policy Director Management Console for Windows Administration Guide Version 3.7 Tivoli SecureWay Policy Director Management Console for Windows Administration Guide Version 3.7 January 2001 Tivoli SecureWay Policy Director Management Console for Windows Administration Guide Copyright

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Deploying Applications to Oracle WebLogic Server 11g Release 1 (10.3.1) E13702-01 May 2009 This document describes deploying Java EE applications or application modules to WebLogic

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ Release Notes

TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ Release Notes TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ Release Notes Software Release 7.5.0 January 2015 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO

More information

IBM Monitoring Agent for Citrix Virtual Desktop Infrastructure 7.2 FP3. User's Guide IBM SC

IBM Monitoring Agent for Citrix Virtual Desktop Infrastructure 7.2 FP3. User's Guide IBM SC IBM Monitoring Agent for Citrix Virtual Desktop Infrastructure 7.2 FP3 User's Guide IBM SC14-7487-02 IBM Monitoring Agent for Citrix Virtual Desktop Infrastructure 7.2 FP3 User's Guide IBM SC14-7487-02

More information

Introduction and Planning Guide

Introduction and Planning Guide Content Manager OnDemand for Multiplatforms Introduction and Planning Guide Version 7.1 GC27-0839-00 Content Manager OnDemand for Multiplatforms Introduction and Planning Guide Version 7.1 GC27-0839-00

More information

IBM VisualAge for Java,Version3.5. External Version Control

IBM VisualAge for Java,Version3.5. External Version Control IBM VisualAge for Java,Version3.5 External Version Control Note! Before using this information and the product it supports, be sure to read the general information under Notices. Edition Notice This edition

More information

IBM Tivoli Monitoring for Databases: DB2. User s Guide. Version SC

IBM Tivoli Monitoring for Databases: DB2. User s Guide. Version SC IBM Tivoli Monitoring for Databases: DB2 User s Guide Version 5.1.0 SC23-4726-00 IBM Tivoli Monitoring for Databases: DB2 User s Guide Version 5.1.0 SC23-4726-00 Note Before using this information and

More information

IBM Tivoli Composite Application Manager for WebSphere Application Server Version 7.1. Installation Guide

IBM Tivoli Composite Application Manager for WebSphere Application Server Version 7.1. Installation Guide IBM Tivoli Composite Application Manager for WebSphere Application Server Version 7.1 Installation Guide IBM Tivoli Composite Application Manager for WebSphere Application Server Version 7.1 Installation

More information

Insbridge Enterprise Rating RateManager User Guide

Insbridge Enterprise Rating RateManager User Guide Oracle Insurance Insbridge Enterprise Rating RateManager User Guide Modules Volume 2 Release 4.9 December 2014 Copyright 2005, 2014, Oracle and/or its affiliates. All rights reserved. Oracle Insurance

More information

EMC Documentum Composer

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

More information

Netcool/OMNIbus Gateway for Siebel Communications Version 5.0. Reference Guide. November 30, 2012 IBM SC

Netcool/OMNIbus Gateway for Siebel Communications Version 5.0. Reference Guide. November 30, 2012 IBM SC Netcool/OMNIbus Gateway for Siebel Communications Version 5.0 Reference Guide November 30, 2012 IBM SC23-6394-03 Netcool/OMNIbus Gateway for Siebel Communications Version 5.0 Reference Guide November

More information

Tivoli SecureWay Policy Director Authorization ADK Developer Reference Version 3.7

Tivoli SecureWay Policy Director Authorization ADK Developer Reference Version 3.7 Tivoli SecureWay Policy Director Authorization ADK Developer Reference Version 3.7 January 2001 Tivoli SecureWay Policy Director Authorization ADK Developer Reference Copyright Notice Copyright IBM Corporation

More information

IBM Content Analytics with Enterprise Search Version 3.0. Expanding queries and influencing how documents are ranked in the results

IBM Content Analytics with Enterprise Search Version 3.0. Expanding queries and influencing how documents are ranked in the results IBM Content Analytics with Enterprise Search Version 3.0 Expanding queries and influencing how documents are ranked in the results IBM Content Analytics with Enterprise Search Version 3.0 Expanding queries

More information

Tivoli Policy Director for WebLogic Server

Tivoli Policy Director for WebLogic Server Tivoli Policy Director for WebLogic Server User Guide Version 3.8 SC32-0831-00 Tivoli Policy Director for WebLogic Server User Guide Version 3.8 SC32-0831-00 Tivoli SecureWay Policy Director for WebLogic

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Release Notes

TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Release Notes TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Release Notes Software Release 1.0.0 February 2013 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER

More information

IBM DB2 Query Patroller. Administration Guide. Version 7 SC

IBM DB2 Query Patroller. Administration Guide. Version 7 SC IBM DB2 Query Patroller Administration Guide Version 7 SC09-2958-00 IBM DB2 Query Patroller Administration Guide Version 7 SC09-2958-00 Before using this information and the product it supports, be sure

More information

Business Intelligence Tutorial

Business Intelligence Tutorial IBM DB2 Universal Database Business Intelligence Tutorial Version 7 IBM DB2 Universal Database Business Intelligence Tutorial Version 7 Before using this information and the product it supports, be sure

More information

Oracle9iAS DataDirect Connect JDBC

Oracle9iAS DataDirect Connect JDBC Oracle9iAS DataDirect Connect JDBC Installation Guide Release 2 (9.0.3) August 2002 Part No. B10201-01 Oracle9iAS DataDirect Connect JDBC Installation Guide, Release 2 (9.0.3) Part No. B10201-01 Copyright

More information

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on Java SE

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on Java SE IBM Operational Decision Manager Version 8 Release 5 Configuring Operational Decision Manager on Java SE Note Before using this information and the product it supports, read the information in Notices

More information

IBM Network Station Runtime Environment for RS/6000 Network Station Browser Guide

IBM Network Station Runtime Environment for RS/6000 Network Station Browser Guide IBM Network Station Runtime Environment for RS/6000 Network Station Browser Guide Document Number NSBR-NETW-ST To view or print the latest update, go to http://www.as400.ibm.com/networkstation/rs6000/

More information

EMC Documentum Composer

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

More information

IBM Tivoli Monitoring for Business Integration. User s Guide. Version SC

IBM Tivoli Monitoring for Business Integration. User s Guide. Version SC IBM Tioli Monitoring for Business Integration User s Guide Version 5.1.1 SC32-1403-00 IBM Tioli Monitoring for Business Integration User s Guide Version 5.1.1 SC32-1403-00 Note Before using this information

More information

IBM Content Manager OnDemand for i5/os Common Server Planning and Installation Guide

IBM Content Manager OnDemand for i5/os Common Server Planning and Installation Guide System i IBM Content Manager OnDemand for i5/os Common Server Planning and Installation Guide Version 6 Release 1 SC27-1158-04 System i IBM Content Manager OnDemand for i5/os Common Server Planning and

More information

Chapter 2 Introduction

Chapter 2 Introduction Chapter 2 Introduction PegaRULES Process Commander applications are designed to complement other systems and technologies that you already have in place for doing work. The Process Commander integration

More information

Mainframe Management User s Guide. Version 6.2, May 2005

Mainframe Management User s Guide. Version 6.2, May 2005 Mainframe Management User s Guide Version 6.2, May 2005 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property rights

More information

Adapter for Portal Infranet User Guide

Adapter for Portal Infranet User Guide IBM WebSphere Business Integration Adapters Adapter for Portal Infranet User Guide Version 4.0.x IBM WebSphere Business Integration Adapters Adapter for Portal Infranet User Guide Version 4.0.x Note!

More information

11i ebusiness Suite Essentials for Implementers

11i ebusiness Suite Essentials for Implementers 11i ebusiness Suite Essentials for Implementers Student Guide D13762GC40 Edition 4.0 March 2005 D41388 This documentation contains proprietary information of Oracle Corporation. It is provided under a

More information

Connecting to System i System i Access for Web

Connecting to System i System i Access for Web System i Connecting to System i System i Access for Web Version 6 Release 1 System i Connecting to System i System i Access for Web Version 6 Release 1 Note Before using this information and the product

More information

HYPERION SYSTEM 9 BI+ ANALYTIC SERVICES RELEASE 9.2 ANALYTIC SQL INTERFACE GUIDE

HYPERION SYSTEM 9 BI+ ANALYTIC SERVICES RELEASE 9.2 ANALYTIC SQL INTERFACE GUIDE HYPERION SYSTEM 9 BI+ ANALYTIC SERVICES RELEASE 9.2 ANALYTIC SQL INTERFACE GUIDE Copyright 1998 2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion H logo, and Hyperion s product

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Infrastructure Components and Utilities User's Guide for Oracle Application Integration Architecture Foundation Pack 11g Release 1 (11.1.1.5.0) E17366-03 April 2011 Oracle Fusion

More information

BEA WebLogic. Platform. Configuration Wizard Template Reference

BEA WebLogic. Platform. Configuration Wizard Template Reference BEA WebLogic Platform Configuration Wizard Template Reference Release 7.0 Document Date: June 2002 Copyright Copyright 2002 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software

More information

Tivoli Module Builder TivoliReadyQuickStartUser sguide Version 2.4

Tivoli Module Builder TivoliReadyQuickStartUser sguide Version 2.4 Tivoli Module Builder TivoliReadyQuickStartUser sguide Version 2.4 Tivoli Module Builder TivoliReadyQuickStartUser sguide Version 2.4 Tivoli Module Builder QuickStart User s Guide Copyright Notice Copyright

More information