Rocket U2 Web Development Environment

Size: px
Start display at page:

Download "Rocket U2 Web Development Environment"

Transcription

1 Rocket U2 Web Development Environment Getting Started with REST Services Version 5.0 July 2017 WDE-530-RES-IM-01

2 Notices Edition Publication date: July 2017 Book number: WDE-530-RES-IM-01 Product version: Version 5.0 Copyright Rocket Software, Inc. or its affiliates All Rights Reserved. Trademarks Rocket is a registered trademark of Rocket Software, Inc. For a list of Rocket registered trademarks go to: All other products or services mentioned in this document may be covered by the trademarks, service marks, or product names of their respective owners. Examples This information might contain examples of data and reports. The examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. License agreement This software and the associated documentation are proprietary and confidential to Rocket Software, Inc. or its affiliates, are furnished under license, and may be used and copied only in accordance with the terms of such license. Note: This product may contain encryption technology. Many countries prohibit or restrict the use, import, or export of encryption technologies, and current use, import, and export regulations should be followed when exporting this product. 2

3 Corporate information Rocket Software, Inc. develops enterprise infrastructure products in four key areas: storage, networks, and compliance; database servers and tools; business information and analytics; and application development, integration, and modernization. Website: Rocket Global Headquarters 77 4th Avenue, Suite 100 Waltham, MA USA To contact Rocket Software by telephone for any reason, including obtaining pre-sales information and technical support, use one of the following telephone numbers. Country Toll-free telephone number United States Australia Belgium Canada China France Germany Italy Japan Netherlands New Zealand South Africa United Kingdom Contacting Technical Support The Rocket Community is the primary method of obtaining support. If you have current support and maintenance agreements with Rocket Software, you can access the Rocket Community and report a problem, download an update, or read answers to FAQs. To log in to the Rocket Community or to request a Rocket Community account, go to In addition to using the Rocket Community to obtain support, you can use one of the telephone numbers that are listed above or send an to support@rocketsoftware.com. 3

4 Contents Notices... 2 Corporate information... 3 Chapter 1: Rocket U2 Web Development Environment overview... 5 Introduction...5 Chapter 2: Enabling Web DE REST Services... 6 Using RBO RESTful web services...6 Creating REST servers... 6 Starting, stopping, and restarting REST servers... 7 Remote servers... 7 Upgrading a REST server... 8 Upgrading a single REST server... 8 Upgrading all REST servers...8 Creating RBO services... 8 Creating stateful or stateless RBO services... 9 Creating uquery RBO services Editing RBO services...12 Chapter 3: Testing RBO services...13 Testing RPC services...13 Testing REST services...15 Testing uquery RBO services...17 Chapter 4: Security User Access Control...21 Securing REST services with UAC...21 Cross Origin Request Sharing (CORS) Access Chapter 5: Logging and debugging Chapter 6: Deployment Importing and exporting REST servers Deploying a REST server using the deployment tool...27 Starting the deployment tool Defining server connection security...29 Defining user access Defining resource folder properties Deploying a REST server from the command line Starting the deployment tool Defining server connection security...34 Defining resource folder properties Deploying a REST server from the command line Deploying a REST server from a configuration file Generating a configuration file...36 Updating the configuration file using the deployment tool Disabling security protocols from the configuration file Deploying a RESTful service as a Windows service...39 Starting a RESTful service...40 Stopping a RESTful service Chapter 7: Troubleshooting Server Response: 500 error

5 Chapter 1: Rocket U2 Web Development Environment overview Rocket U2 Web Development Environment (Web DE) is an application development toolkit for building interactive client/server applications for deployment on the World Wide Web or on a corporate intranet. Introduction Using U2 Web DE REST Services, you can create mobile applications that are built on your existing RedBack Objects (RBOs) and U2 data. The Web DE REST Services features built into the U2 Web Designer allow you to create RBO services, or RESTful RBOs, from your traditional RBOs. These RBO services can be called over HTTP, allowing them to be directly accessed from various devices and programming environments. 5

6 Chapter 2: Enabling Web DE REST Services Web DE REST Services features are accessed from the RESTful RBO perspective in Web Designer. Once the perspective is open, you can create REST servers and RBO services, and then test the services and perform debugging tasks, if necessary. Before enabling and using Web DE REST Services, perform the following tasks: Install the UniVerse or UniData database. Install U2 Web DE. Install Web Designer. Set up the API server. Ensure you have access to Web DE REST Services, which is a non-chargeable add-on and part of your Web DE license. To add this option to your license, complete the appropriate step: Rocket partners: Add the services option via the RBC website. Rocket direct customers: Send a request to RBC@rocketsoftware.com. Rocket partners' customers: Contact your Rocket Software partner. Access to services is granted when the RedBack Object Server is authorized. For help with these tasks, see the UniVerse or UniData documentation, Web DE Installation and Configuration, and Administrator s Guide. Using RBO RESTful web services The RBO Services Perspective is the view you will access when using REST services. It is divided into four different panes, which are used to view information and perform a variety of tasks. In the Web Designer, click Window Open Perspective RBO Services Perspective. If the RBO Services Perspective option does not appear in the menu: Click Other and select the Show all check box. The RBO Services Perspective option displays in the list of available perspectives. Select it and click OK. If a Confirm Enablement dialog box displays, click OK. If the RBO Services Perspective option still does not appear, ensure the mobility add-on is part of your Web DE license. The Web Designer perspective changes to the RESTful RBO perspective, which is divided into four different panes: The upper-left pane displays the U2 Resource view, which shows accounts, files, and all resources of the account on the connected database server. The lower-left pane displays the U2 REST Servers view. You can create, edit, start, and stop servers from this view. The upper-right pane is an editor view for performing tasks, such as editing the properties and methods of an RBO. The lower-right pane contains different views, which depend on the process or action taking place. Creating REST servers To work with RESTful web services, you must first create a REST server. A wizard guides you through the process of creating this type of server. 6

7 Starting, stopping, and restarting REST servers Prerequisites Using RBO RESTful web services, on page 6 Procedure In the U2 REST Servers view, right-click the REST Servers node, and select New REST Server. On the first page of the New REST Server wizard, enter a server name and accept the defaults for the other fields. Click Next. Optional: It is strongly recommended that you enable SSL for all REST servers. If you do not use SSL, your data is vulnerable to spying whenever you make calls to your RBO services over HTTP. You can further enhance your security by following the steps in Securing REST services with UAC, but UAC does not protect data in transit. a. In the Key Store field, enter the full path to the keystore that contains your certificate, or click Browse to navigate to it. Note: You can use tools such as Rocket Software U2 Extensible Administration Tool to create a certificate, and you can use the Oracle keytool to import the certificate into a keystore. To use U2 Extensible Administration Tool to generate a certificate, follow the instructions in the UniData Security Features manual or the UniVerse Security Features manual. The Oracle keytool utility is installed with Oracle JDK. For more information about keytool, see the Oracle documentation on keytool, currently at docs.oracle.com/javase/8/docs/technotes/tools/windows/keytool.html for Windows and for UNIX. Note that these URLs might change over time b. Enter the relevant passwords. Click Finish. After the wizard closes, click the arrow to expand the REST Servers node and view your new REST server. Starting, stopping, and restarting REST servers You can start, stop, or restart REST servers at any time. To start a REST server, right-click the server name in the REST Servers pane. Select Start REST Server, Stop REST Server, or Restart REST Server. The Restart REST Server menu option only displays if the REST server is running. Remote servers U2 RESTful Web Services allows for limited remote RESTful server monitoring. You can use this functionality to stop a remote server, but you cannot restart the server remotely. You can also turn the REST Server Debug on or off remotely. 7

8 Chapter 2: Enabling Web DE REST Services Upgrading a REST server When a REST server is first created, a number of class files and other server-side artifacts are created for the server. When you upgrade to a new version of Web DE, you must also upgrade your U2 REST servers with the latest code and artifacts from the current version of Web DE. You can upgrade existing Web DE REST servers in two ways: Upgrading a single REST server. Upgrading all REST servers. Upgrading a single REST server Prerequisites Creating REST servers, on page 6 Procedure 4. From the U2 REST Servers pane of the Web Designer, right-click the server and select Stop REST Server. Right-click the server that you want to upgrade, and select Upgrade Server. Optional: In the U2 RESTful Web Services Developer dialog, click Back up if you want to create a backup zip file to be made of the existing server in the location specified. Click Upgrade. A success message notifies you when the upgrade is complete. Upgrading all REST servers Prerequisites Creating REST servers, on page 6 Note: Before you can upgrade all of the REST servers, stop each server by right-clicking it and selecting Stop Server. Procedure From the U2 REST Servers pane of the Web Designer, right-click REST Servers and select Upgrade Servers. Optional: In the U2 RESTful Web Services Developer dialog, click Back up if you want to create a backup zip file to be made of the existing servers in the location specified. Click Upgrade. A success message notifies you when the upgrade is complete. Creating RBO services You can create RBO services out of any type of RBO: uquery, stateful, or stateless. Stateful RBOs and uquerys maintain their session state via a Session-Id custom HTTP header. A REST-style API is available for your RBO services along with the default RPC-style API. 8

9 Creating stateful or stateless RBO services Creating stateful or stateless RBO services A wizard guides you through the process of creating an RBO service for a stateful or stateless RBO. When finished, the new RBO service displays under the RBO Resources node in the U2 REST Servers view. Prerequisites Creating REST servers, on page 6 About this task By creating an RBO service from a stateful RBO, you can store runtime data that is related to your RBO on the U2 server. With a stateful RBO service, you can also take advantage of the optimistic locking functionality that is built into the RedBack Object Server. Basing your RBO service on a stateless RBO can be beneficial for the same reasons that stateless RBOs are useful in Web DE, in general. Stateless RBOs place less load on the U2 server and are therefore faster. They can be useful if application state is to be stored elsewhere, for example in the middle tier, or where the RBO does not actually require any state to be stored. With either a stateful or stateless RBO service, you can use a REST-style API. The REST-style API treats the RBO as a resource that can be operated upon with the standard HTTP verbs (GET, PUT, POST, DELETE). These verbs are mapped to RBO methods that represent create, read, update, and delete (CRUD) operations. The intended functionality of some RBOs is not well suited for CRUD operations. In those cases, an RPC-style API might be more appropriate. Procedure From the U2 Resource view in the Web Designer, select an RBO and drag it to the REST server node in the U2 REST Servers view. Every server must have a resource folder that stores the services for a specific account. If a resource folder does not yet exist, the wizard prompts you to create a new one. Continue to the next step If a resource folder exists, the wizard prompts you to provide information about the RBO service. Continue to step 6. In the Create a New Resource Folder dialog, enter a name for the resource folder in the Name field, accept the defaults for the other fields, and click Next. Optional: If you are using SSL security, select the Use SSL check box and enter the applicable trust store information. Click Next. Click Finish. On the first page of the RBO Service Details wizard, complete the RBO service name and Account name fields, and click Next. On the RBO Service Properties page, select the properties that you want to use to define the service properties. 9

10 Chapter 2: Enabling Web DE REST Services 8. Select the correct depth for each property using one of the following methods: For an individual row, click the Depth field and select a depth option from the drop-down menu. Ctrl or Shift + click to select multiple rows, right-click and select a depth option from the Change depth context menu. Ctrl or Shift + click to select multiple rows, and below the table, select a depth option from the Change depth of selected items to: drop-down menu. Note: Depending on how the original RBO was created, incorrect depths might appear in the Depth column by default. Ensure each property is correctly specified as Single-valued, Multivalued, or Multi-subvalued fields. Figure 1: Field depth 9. Click Next. 10. On the RBO Service Methods page, select the RBO methods to expose in the service. Click Next. 1 Choose an API style for your RBO service by selecting the appropriate option. RPC-style API: Uses the HTTP POST to call the RBO method specified. REST-style API: Supports CRUD (create, read, update and delete) operations. If you select this option, complete the associated fields, as appropriate. 1 Click Finish to create the RBO service, which displays under the RBO Resources node in the U2 REST Servers view. Creating uquery RBO services A wizard guides you through the process of creating uquery RBO services. When finished, the new uquery RBO displays under the RBO Resources node in the U2 RESTServers view. Procedure 10 In the U2 Resource view, select a uquery RBO and drag it to the REST server in the U2 REST Servers view. Every server must have a resource folder that stores the services for a specific account.

11 Creating uquery RBO services If a resource folder does not yet exist, the wizard prompts you to create a new one. Continue to the next step If a resource folder exists, the wizard prompts you to provide information about the RBO service. Continue to step 6. In the Create a New Resource Folder dialog, enter a name for the resource folder in the Name field, accept the defaults for the other fields, and click Next. Optional: If you are using SSL security, select the Use SSL check box and enter the applicable trust store information. Click Next. Click Finish. On the first page of the RBO Service Details wizard, complete the RBO service name and Account name fields, and click Next. On the RBO Service Query Fields page, select the properties that you want to use to define the service parameters. Select the correct depth for each property using one of the following methods: For an individual row, click the Depth field and select a depth option from the drop-down menu. Ctrl or Shift + click to select multiple rows, right-click and select a depth option from the Change depth context menu. Ctrl or Shift + click to select multiple rows, and below the table, select a depth option from the Change depth of selected items to: drop-down menu. Note: Depending on how the original RBO was created, incorrect depths might appear in the Depth column by default. Ensure each property is correctly specified as Single-valued, Multivalued, or Multi-subvalued fields. Figure 2: Field depth If you want your uquery service to be able to change its select_criteria property at runtime, select the Enable selection criteria check box. 10. Indicate the maximum number of items you want to see in your search results on each page in the Maximum items per page section of the dialog. This setting cannot be overridden once the RBO service is created

12 Chapter 2: Enabling Web DE REST Services 1 Click Finish to create the uquery RBO, which displays under the RBO Resources node in the U2 REST Servers view. Editing RBO services The RBO Services Editor allows you to make changes to existing RBO services. Procedure From the U2 REST Servers view, right-click a service and select Edit. In the dialog box that displays, enter your credentials to the U2 Web DE repository. Access to the repository allows the editor to retrieve the current definition of the RBO that is backing the service being edited. If you do not enter your credentials (by clicking Cancel at the dialog), you can still work with the service as it is currently defined. However, you will not be shown the full set of RBO properties and methods for the backing RBO. A dialog will appear indicating this before the editor is ultimately opened. After you enter your credentials or click Cancel, the editor displays: Click the relevant tab at the bottom of the screen for the part of the service that you want to edit and make changes. The tabs available depend on the type of RBO service you are editing. You can make changes in the same way you created the service, as described in the previous sections. When you are finished making changes, click Save

13 Chapter 3: Testing RBO services Web DE provides a testing tool that you can use to test your RBOs without leaving the development environment. Test the RBO services you create to verify that the service works before you write mobile applications. Testing your method calls provides a mechanism for isolating problems. For example, if there is a problem when calling a method from a RedBeans or RedPages.NET form, but the method call works from the testing tool, the problem points to the client code, rather than the RBO or the RedBack Object Server code. Refer to the following: Testing RPC services To test stateful and stateless RPC services, access the testing tool, specify the method that you want to invoke from the service, and determine if the appropriate results display. Testing REST services To test stateful and stateless RESTful services, access the testing tool, specify the method that you want to invoke from the service, and determine if the appropriate results display. Testing uquery RBO services To test uquery RBO services, access the testing tool, add selection parameters to the query string if appropriate, and determine if the appropriate results display. Testing RPC services To test stateful and stateless RPC services, access the testing tool, specify the method that you want to invoke from the service, and determine if the appropriate results display. Procedure From the U2 REST servers view, double-click the RBO to test. Use this browser to run your RBO service. The following example shows the testing of an RPCstyle RBO service, created from the Customers RBO, found in the rbexamples account. If the test browser returns an error, wait a few seconds and refresh the browser. 13

14 Chapter 3: Testing RBO services Figure 3: RPC test browser From the Method drop-down menu, select the method to invoke from the service. If the RBO you are testing is stateful, the test page contains a Use Session Id check box. Select this option to have the test page automatically copy the session ID from the result into the session ID header of subsequent requests. RBO Services that are backed by stateful RBOs use a session ID to reference the RBO state that is stored on the server in between requests. 14

15 Testing REST services 4. Enter the values required for the method call in the Request Body pane and click Send. The service is invoked, and the results are displayed in the Response pane: Figure 4: Test result Parent topic: Testing RBO services Testing REST services To test stateful and stateless RESTful services, access the testing tool, specify the method that you want to invoke from the service, and determine if the appropriate results display. From the U2 REST servers view, double-click the RBO to test. Use this browser to run your RBO service. The following example shows the testing of an RESTstyle RBO service created from the Employee RBO, found in the rbexamples account. If the test browser returns an error, wait a few seconds and refresh the browser. 15

16 Chapter 3: Testing RBO services Figure 5: REST test browser From the Method drop-down menu, select the method that you want to invoke from your service. 4. The entries in the drop-down menu are the HTTP verbs GET, PUT, POST, and DELETE, and they map to the RBO methods you assigned to the CRUD operations in the RBO service. Enter a value for the method in the ID field. If the RBO you are testing is stateful, the page contains a Use Session Id check box. Select this option to have the test page automatically copy the session ID from the result into the session ID header of subsequent requests. RBO Services that are backed by stateful RBOs use a session ID to reference the RBO state that is stored on the server in between requests. 16

17 Testing uquery RBO services 5. Click Send to invoke the service and display the results in the Response pane. Figure 6: Test result Parent topic: Testing RBO services Testing uquery RBO services To test uquery RBO services, access the testing tool, add selection parameters to the query string if appropriate, and determine if the appropriate results display. 17

18 Chapter 3: Testing RBO services Procedure From the U2 REST servers view, double-click the RBO to test. Use this browser to run your uquery RBO. The following example shows the testing of a uquerybased RBO service that is created from the EmployeeList uquery RBO, found in the rbexamples account. If the test browser returns an error, wait a few seconds and refresh the browser. Figure 7: uquery test browser The URL text box is automatically populated with the URL of your uquery RBO. In addition to the matching records, the result set includes metadata for the query at the top of the results: items_per_page: The number of items displayed per page. You can edit the number of items displayed per page, but you cannot exceed the maximum number of items displayed per page established when the service was created. For example, if the maximum number of items displayed per page was set to 100 when the service was created, you can change the number of items to display per page to 80, but you cannot change it to 120. num_items: The total number of matching records. 18 page_no: The page number, which can be useful to know when developing a user interface with paging support. max_pages: The number of pages in the result set.

19 Testing uquery RBO services Navigate through the pages by selecting a page number. You can also add the page number to the URL to advance to the next page of data in the result set by adding?page_no=2 to the end of the URL. In the following example, the uquery RBO is advanced to page 3 of the result set. Figure 8: uquery metadata If the RBO you are testing is stateful, the page contains a Use Session Id check box. Select this option to have the test page automatically copy the session ID from the result into the session ID header of subsequent requests. 19

20 Chapter 3: Testing RBO services 4. If the uquery RBO contains a select_criteria clause with? placeholders that can be filled in at runtime, add selection parameters to the query string by adding select_params to the end of the URL. In the following example, the EmployeeList uquery has a select_criteria of DEPT =?. By specifying a select_params value of "5" in the query string of the URL, you cause your service to return only employees in department 5. For example: select_params=5 Figure 9: Select criteria and parameters Note: If the uquery service definition has the Enable selection criteria check box checked, then you can also set the select_criteria. In the following example, the select_criteria is set to DEPT = "5" (url-encoded). select_criteria=dept+%3d+%225%22 You can select this check box during creation of the uquery RBO service, as described in Creating uquery RBO services, on page 10, or by editing it. Parent topic: Testing RBO services 20

21 Chapter 4: Security User Access Control Implement User Access Control (UAC) to define user roles and access to specific RBO services or an entire REST server. While adding UAC can help restrict access from unwanted users, implementing SSL security is also highly recommended. SSL prevents your data from being vulnerable when running RBO services over HTTP. Refer to for additional information. Securing REST services with UAC Set up UAC to secure specific RBO services or an entire REST server. Once secure, users will need to provide valid credentials to access the RBO service or REST server. Prerequisites Creating RBO services, on page 8 Procedure In the U2 REST Servers view, right-click the REST server and select Define HTTP Users. On the Define HTTP Users dialog box, click Add. On the Add New HTTP User dialog box, Enter a user name and password for the HTTP user. The name and password entries are independent from user names and passwords stored in other configuration files in the product and can be created here. Choose a role for the new user or create a new one. To create a new role, click Add Role, name the new role, and click OK. Note that a user can have multiple roles. On the Add New HTTP User dialog box, click OK. To add the user to the REST server, click Finish. Now, define server access for the user. In the U2 REST Servers view, right-click the REST server and select Define Access Control. On the Define Access Control dialog box, click Add. 21

22 Chapter 4: Security 9. On the Add New Access Constraint dialog box, select the server or RBO for which you want to require user authentication. 10. In the Methods section of the dialog box, define the actions the user will be able to perform on the server or specified RBO. 1 To associate user permissions with a role, select an existing role from the list or create a new role by clicking Add Role. To apply these permissions to all users, select the Any Role option. 1 On the Add New Access Constraint dialog box, click OK. 1 On the Define Access Control dialog box, click Finish. 14. Restart the REST Server. 15. To ensure the server or RBO service now requires user authentication to access it, double-click on it. If the UAC implementation was successful, a dialog box opens and asks for a user name and password. Cross Origin Request Sharing (CORS) Access Cross-origin resource sharing (CORS) defines a way in which a browser and server can interact to determine whether or not it is safe to allow the cross-origin request. A resource makes a cross-origin HTTP request when it requests a resource from a domain or port which is different from the one which the first resource itself serves. For example, an HTML page served from makes an <img> src request for Many web pages load resources such as CSS stylesheets, images, and scripts from separate domains. The following example shows how you would add allowed origins to the CORS policy: <bean id="cors-filter" class="org.apache.cxf.rs.security.cors. CrossOriginResourceSharingFilter"> <property name="alloworigins"> <list value-type="java.lang.string"> 22

23 Cross Origin Request Sharing (CORS) Access <value> </list> </property> </bean> 23

24 Chapter 5: Logging and debugging There are a variety of ways to troubleshoot activity. Web DE contains web server-specific log files, which are located in the following directory: C:\U2\U2WDEnnn\U2 Web Designer \<servername>\<servername>. You can use these log files to perform debugging directly from the Web Designer. You might also review the RedBeans and Java Scheduler log files, stored in the U2 Web DE installation directory by default. These log files contain lower-level Web DE information that might be pertinent if your RBO service fails because of a Web DE-level problem not specific to Web DE REST Services. To debug a server and view the log, complete the following steps: Procedure In the U2 REST Servers view, right-click the REST server and select Start REST Server. Right-click the REST server and select Turn on REST Server Debug. Click Window Show View Other. On the Show View dialog box, expand the U2 Views folder and select U2 REST Server Log. Click OK. The view is updated with the U2 REST Server Log tab with additional log entries in real time. To change the amount of information written to the log file, open the logging properties file and change the log level: a. Right-click the server and select Open log properties. b. On logging.properties, set the java.util.logging.filehandler.level property to the appropriate level and click Save. The log levels are listed from least fine logging level to finest logging level: OFF (no logging) SEVERE WARNING INFO CONFIG FINE FINER FINEST (lowest value) ALL (enables logging of all messages) Restart the server to implement your changes.

25 Chapter 6: Deployment To deploy a RESTful server and its associated RBO web service for other developers to use, create and export a compressed deployment package file. Then, import this compressed file to another deployment computer or environment by using the U2 REST deployment tool, by using the command line, or by generating a configuration file. Prerequisites Before deploying U2 RESTful web services, ensure the deployment computer meets the following requirements: Java Runtime Environment (JRE) 8 must be installed on the target deployment platform. Currently, JRE 8 is the only version supported by U2 REST. Problems may occur if other versions are used. The JRE_HOME environment variable must point to the location of the JRE installation directory. At least 1GB of memory must be available prior to running the development environment. The memory requirements for the deployment environment depend on a variety of variables, including number of connections, tasks performed, and work load. Connection pooling licenses on the database server if connection pooling is enabled. If you are using Windows 7 or Windows 2008, you must run the Windows Command Prompt as an administrator. To do this, click Start Accessories Command Prompt. Right-click the Command Prompt option, and then select Run as administrator. Refer to the following: Importing and exporting REST servers In Web DE, you can create a deployment package and export a RESTful server to another computer or environment for other developers to use. A deployment package is a compressed file that contains script files for Windows (.bat), and UNIX/Linux (.sh) files, which allow you to deploy RESTful web services on most platforms. Deploying a REST server using the deployment tool One of the ways you can deploy a REST server from a development computer to another deployment computer or environment is by using the deployment tool. Deploying a REST server from the command line Another way to deploy a REST server from a development computer to a deployment environment is to use the command line. Deploying a REST server from a configuration file REST servers can also be deployed onto a deployment environment using a generated configuration file. The configuration file is an XML file, server_name_deploy_config.xml, that contains configuration information, such as server name, port number, and connection pool information. This file also specifies values that can be changed during deployment, such as login credentials. Deploying a RESTful service as a Windows service Use the u2restservice.exe executable program to create or remove a RESTful web service as a Windows service. This program is located in the compressed file, which was created during the export process. Starting a RESTful service After exporting the U2 RESTful web project and running it through the deployment tool, start the RESTful web services in the deployment environment. Stopping a RESTful service 25

26 Chapter 6: Deployment You can stop any of the U2 RESTful web services running in the deployment environment. Importing and exporting REST servers In Web DE, you can create a deployment package and export a RESTful server to another computer or environment for other developers to use. A deployment package is a compressed file that contains script files for Windows (.bat), and UNIX/Linux (.sh) files, which allow you to deploy RESTful web services on most platforms. Exporting a REST server To create a deployment package and export a REST server: In the U2 REST Servers view, ensure the REST servers you plan to export are stopped. Right-click on the server (or the root node to export multiple servers) and select Export. In the Export REST Servers for Deployment dialog box, select the servers you want to export, designate the name and location of the.zip compressed file, and click Finish. Note: Some machines, such as those running Unix/Linux cannot use.zip files. In such cases, compress the files with a non-zip extraction tool, such as 7-Zip, into a GZ-type (.gz) type file. The compressed file containing the following files: rundeploytool.bat rundeploytool.sh runrestserver.bat runrestserver.sh runtime stoprestserver.bat stoprestserver.sh u2rest U2REST_deploy.conf u2rest_workspace u2restservice.exe vcredist_x86.exe Importing a REST server To import a deployment package to another computer or environment: Locate the.zip file, right click it, and select Extract All. On the Extract Compressed (Zipped) Folders dialog box, browse to the folder where you want to store the extracted files and click Extract. On the U2 REST Servers view, right-click REST Servers and select Import. On the Import Server and Services dialog box, browse to the u2restdeploy folder and click OK. Select the server to which you want to import the compressed file.

27 Deploying a REST server using the deployment tool 6. Click Finish. Note: You cannot change the name of the RESTful server after importing a web service. If a REST server with the same name already exists, it will be overwritten when a new web service is imported. Parent topic: Deployment Deploying a REST server using the deployment tool One of the ways you can deploy a REST server from a development computer to another deployment computer or environment is by using the deployment tool. Refer to the following: 4. Starting the deployment tool Begin the deployment process by starting the deployment tool. Defining server connection security Next, you can define security between the client and the REST server, or bypass this step by clicking Next. Defining user access On the Access Control page, you can define user access and privileges, or click Finish to exit the wizard. Defining resource folder properties On the Resource Folder Properties dialog box, you can define the properties for the selected resource folder, or bypass this step by clicking Finish. Then, you can deploy the server to the appropriate computer or deployment environment. 27

28 Chapter 6: Deployment Parent topic: Deployment Starting the deployment tool Begin the deployment process by starting the deployment tool. Prerequisites Export a REST Server. Navigate to the directory where you extracted the compressed file and locate u2restdeploy. Run the rundeploytool command, shown in the following example: rundeploytool[.sh.bat]deployable_server_dir source_target_directory The following table describes each parameter of the syntax. Parameter Description rundeploytool[.sh.bat] The command to start the deployment tool. Use the.bat extension for Windows applications and the.sh extension for UNIX/Linux applications. deployable_server_dir The directory to which you extracted the compressed file. This can be the full path or a period (.) for the current directory. source_target_directory The directory where the deployable server will be located. For example: rundeploytool.bat. C:\temp\myservice Note: Do not deploy your REST servers to UniData/UniVerse home or bin installation locations. 28 On the U2 REST Service Deployment dialog box, expand the Deployable REST Servers node in the REST servers pane. Right-click the REST server you want to deploy and click Deploy. On the REST Server Configuration dialog box, specify the environment for the new REST server by changing information in any of the fields, as described in the following table:

29 Defining server connection security 4. Field Description Server Name Contains a unique name for your REST server. Site URL Displays the valid URL for the REST server. You cannot change the information in this field. Port Number Displays the port number on which the server will listen. Root Path Displays the path to the root directory where the definitions to the web service are stored. You cannot change the information in this field. Debug On Select this option if you want to capture debugging information in the log file. Log File Name Displays the name of the log file. Connection Pooling On Select this option if you want to use connection pooling. Minimum Connection Pool Size Displays the minimum number of pooled connections. The minimum size default is Maximum Connection Pool Size Displays the maximum number of pooled connections. The maximum size default is 10. Authentication Type Displays the type of HTTP-based user authentication and authorization used. This feature is used only when UAC is enabled. The default type is http-digest. Click Next. The REST Server Connection Security dialog box opens. Next topic: Defining server connection security Parent topic: Deploying a REST server using the deployment tool Defining server connection security Next, you can define security between the client and the REST server, or bypass this step by clicking Next. 29

30 Chapter 6: Deployment On the REST Server Connection Security dialog box, click the Specify Connection Security check box. Enter the appropriate security connection details, as described in the following table: Field name Action Key Store Browse to the full path to the key store on the REST server. Key Store Password Enter the password corresponding to the key store you defined in the Key Store field. Confirm Key Store Password Reenter the password corresponding to the key store you defined in the Key Store field. Click Next to add user access controls to your project, or click Finish to exit the wizard. Next topic: Defining user access Previous topic: Starting the deployment tool Parent topic: Deploying a REST server using the deployment tool Defining user access On the Access Control page, you can define user access and privileges, or click Finish to exit the wizard. Note: The user access control parameters you define here are not transferable and are typically used for testing purposes. You must define new user access parameters when you deploy RESTful services to other computers On the Define Access Control dialog box, click Add. On the Add New Access Constraint dialog box, select the server or RBO for which you want to require user authentication. In the Methods section of the dialog box, define the actions the user will be able to perform on the server or specified RBO. To associate user permissions with a role, select an existing role from the list or create a new role by clicking Add Role. To apply these permissions to all users, select the Any Role option.

31 Defining resource folder properties On the Add New Access Constraint dialog box, click OK. On the Define Access Control dialog box, click Finish. On the HTTP Users dialog box, click Next. The Resource Folder Properties dialog box opens. Next topic: Defining resource folder properties Previous topic: Defining server connection security Parent topic: Deploying a REST server using the deployment tool Defining resource folder properties On the Resource Folder Properties dialog box, you can define the properties for the selected resource folder, or bypass this step by clicking Finish. Then, you can deploy the server to the appropriate computer or deployment environment. When the Resource Folder Properties dialog box opens, it displays the properties for the resource folder you defined for your REST server. You can edit the resource properties, as defined in the following table: Field Description Name Displays the name of the resource folder. You cannot edit this field. U2 Data Server The name of the U2 data server to which you are connecting. U2 Account The name of the U2 account to which you are connecting. UniRPC Service Name The name of the UniRPC service to which you are connecting. UniRPC Port The port number to which you are connecting. User ID The correct user name. Password The correct password. SSL Select the check box if you want to use SSL. Client Encoding The type of encoding, if any, you want to use for this web service from the Client Encoding list. SB+ System Id The abbreviation code, or system ID, for your SB+ System. Refer to the SB+ manuals and the SB/XA manuals for more information on using systems. SB+ User Id The user ID for the SB+ system to which you are connecting. SB+ Password The password for the SB+ system to which you are connecting. Click Test Database Connection. A pop-up window opens and informs you when the connection is successful. 31

32 Chapter 6: Deployment Click OK to close the window. Click Finish to accept the folder properties. Focus returns to the REST Server Configuration dialog box. Tip: If you find that you need to make additional changes to your deployment server, rightclick the server name you want to change from the list of available REST servers and select the Update option. The RESTful service is deployed on the deployment computer. Previous topic: Defining user access Parent topic: Deploying a REST server using the deployment tool Deploying a REST server from the command line Another way to deploy a REST server from a development computer to a deployment environment is to use the command line. Refer to the following: 4. Starting the deployment tool To complete the deployment process using the command line, begin by starting the deployment tool. Defining server connection security Next, you can define security between the client and the U2 REST server, or bypass this step by exiting the screen. Defining resource folder properties In the next step of the deployment process, you can define the properties for the selected resource folder, or bypass this step by exiting the screen. Deploying a REST server from the command line In the final step of the process, you deploy the REST server to the appropriate deployment computer or environment. Parent topic: Deployment Starting the deployment tool To complete the deployment process using the command line, begin by starting the deployment tool. Prerequisites Export a REST server. Navigate to the server directory where you extracted the compressed file and locate U2RESTdeploytool. Run the rundeploytool command, shown in the following example: rundeploytool[.sh.bat] deployable_server_dir [target_server_dir]-s server_name [-t target_server] [-f config_file [-u] ] The following table describes each parameter of the syntax: 32

33 Starting the deployment tool Parameter Description rundeploytool[.sh.bat] The command to start the deployment tool. Use the.bat extension for Windows applications and the.sh extension for UNIX/Linux applications. deployable_server_dir The directory to which you extracted the compressed file. This can be the full path or a period (.) for the current directory. target_server_dir The target directory where you will deploy the U2 RESTful service. -s source_server_name The name of the source server. -t target_server_name The name of the target server on which the U2 REST server will be deployed. -f config_file (Optional) Add this parameter to input all data from the configuration file. -u The parameter used to manually change the database connection credentials and requires using the -f parameter If the -u parameter is not included in the command, they will not be editable even though they will be visible. For example: rundeploytool.bat. C:\temp\myservice -s testserver -t prodserver Note: Do not deploy your REST servers to UniData/UniVerse home or bin installation locations. The U2 RESTful server configuration options open in the command-line window. Select the appropriate command-line option, as described in the following table: Command line option Description X Exit. A Accept. When all of the configuration options are set correctly, enter A to continue to the next set of configuration options. 1 Server name. A unique name for your REST server. The Site URL field displays the valid URL for the REST server. You cannot change the information in this field. 2 Port number. The port number on which the server will listen. Root Path. Displays the path to the root directory where the definitions to the Web service are stored. You cannot change the information in this field. 3 Debug on. Set this value to true to turn on the debug log. Set this value to false to turn the log off. By default, this value is set to false. 4 Log file name. Edit the name of the log file. By default, the name of the log file is defined by the name of the target server. 5 Connection Pooling On. Set this value to true to enable connection pooling. 33

34 Chapter 6: Deployment Command line option Description 6 Minimum Connection Pool Size. Sets the minimum number of connections in the connection pool. The minimum size defaults to 7 Maximum Connection Pool Size. Sets the maximum number of connections in the connection pool. The minimum size defaults to Authentication Type. Set the type of HTTP-based user authentication and authorization. This feature is used only when UAC is enabled. http-digest (Default) http-basic (Not recommended) After making any changes to the deployment configuration options, enter A to continue. Next topic: Defining server connection security Parent topic: Deploying a REST server from the command line Defining server connection security Next, you can define security between the client and the U2 REST server, or bypass this step by exiting the screen. The U2 RESTful connection security options open in the command line window. Select the appropriate action from the options presented in the window, as described in the following table: Command line option Description X Exit. A Accept. Accepts the options as defined. S Specify the connection security parameters. D Do not specify connection security. Select this option if connection security is not required. 1 Enter the name of the key store. 2 Enter the password for the key store. 3 Enter the password for the key. After defining connection security settings for the server, enter A to continue. Next topic: Defining resource folder properties Previous topic: Starting the deployment tool Parent topic: Deploying a REST server from the command line Defining resource folder properties In the next step of the deployment process, you can define the properties for the selected resource folder, or bypass this step by exiting the screen. 34 The U2 RESTful Resource folder property options open in the command line window. Select the appropriate action from the options presented in the window, as described in the following table:

35 Deploying a REST server from the command line Command line option Description X Exit. A Accept. Accepts the options as defined. T Test. Tests the database connection. 1 The name of the U2 data server to which you are connecting. 2 The name of the U2 account to which you are connecting. 3 The name of the UniRPC service to which you are connecting. 4 The port number to which you are connecting. 5 The user name. 6 The password. 7 Select the check box if you want to use SSL. 8 The type of encoding, if any, you want to use for this web service from the Client Encoding list. 9 The abbreviation code, or system ID, for your SB+ System. Refer to the SB+ manuals and the SB/XA manuals for more information on using systems. 10 The user ID for the SB+ system to which you are connecting. 11 The password for the SB+ system to which you are connecting. After making any changes to the resource folder properties, enter A to continue. Next topic: Deploying a REST server from the command line Previous topic: Defining server connection security Parent topic: Deploying a REST server from the command line Deploying a REST server from the command line In the final step of the process, you deploy the REST server to the appropriate deployment computer or environment. The resource folder property options open in the command line window. Select the appropriate action from the options presented in the window, as described in the following table: Option Description X Exit. G Generate configuration file. This option generates an XML file, server_name_deploy_config.xml, that contains all of the configuration information. Select this option to make changes to the configuration file before deploying. C Continue. This option deploys the server to the deployment environment. 35

36 Chapter 6: Deployment The REST server is deployed to the deployment computer or environment. Previous topic: Defining resource folder properties Parent topic: Deploying a REST server from the command line Deploying a REST server from a configuration file REST servers can also be deployed onto a deployment environment using a generated configuration file. The configuration file is an XML file, server_name_deploy_config.xml, that contains configuration information, such as server name, port number, and connection pool information. This file also specifies values that can be changed during deployment, such as login credentials. Refer to the following: Generating a configuration file You can use the U2 RESTful deployment tool to generate a configuration file, which can be used to deploy the U2 RESTful server from the development computer to the deployment environment. Updating the configuration file using the deployment tool After you generate a configuration file, you can update it before you deploy it. The configuration file holds information such as server name, port number, connection pool information, and user login information. Disabling security protocols from the configuration file To disable security protocols, modify the configuration file. This is a manual process, which can only be done from the configuration file. Parent topic: Deployment Generating a configuration file You can use the U2 RESTful deployment tool to generate a configuration file, which can be used to deploy the U2 RESTful server from the development computer to the deployment environment. Export a REST server. Navigate to the server directory where you extracted the compressed file and locate u2restdeploy. Run the rundeploytool command, shown in the following example: rundeploytool[.sh.bat] deployable_server_dir source_target_directory The following table describes each parameter of the syntax. Parameter Description rundeploytool[.sh.bat] The command to start the deployment tool. Use the.bat extension for Windows applications and the.sh extension for UNIX/Linux applications. deployable_server_dir The directory to which you extracted the compressed file. This can be the full path or a period (.) for the current directory. source_target_directory The directory where the deployable U2 RESTful web server will be located. For example: rundeploytool.bat. C:\temp\myservice 36

37 Generating a configuration file Note: Do not deploy your REST servers to UniData/UniVerse home or bin installation locations. Running the command opens the deployment tool: Expand the Deployable REST Servers node in the REST servers view. Right-click the REST server you to deploy, and select Generate configuration file. Click Browse to select a different configuration file or accept the default configuration file. Click Next. The REST Server Configuration dialog box opens. You can specify the environment for the new REST server by changing any of the fields, as described in the following: 4. Field Description Server Name Enter a unique name for your REST server. Site URL Displays the valid URL for the REST server. You cannot change the information in this field. Port Number The port number on which the server will listen. Root Path Displays the path to the root directory where the definitions for the web services are stored. You cannot change the information in this field. Debug On Use this option if you want to capture debugging information. Log File Name The name of the log file. Connection Pooling On Use this option if you want to use connection pooling. Minimum Connection Pool Size The minimum number of pooled connections. The minimum size defaults to Maximum Connection Pool Size The maximum number of pooled connections. The minimum size defaults to 10. Authentication Type The type of HTTP-based user authentication and authorization used. This feature is used only when UAC is enabled. The default type is http-digest. Click Next. The REST Server Connection Security dialog box opens. 37

U2 DBTools. Web Services Developer. Version April 2013 DBT-3205-ALL-DG-01

U2 DBTools. Web Services Developer. Version April 2013 DBT-3205-ALL-DG-01 U2 DBTools Web Services Developer Version 3.20.5 April 2013 DBT-3205-ALL-DG-01 Notices Edition Publication date: April 2013 Book number: DBT-3205-ALL-DG-01 Product version: Web Services Developer V3.20.5

More information

Rocket U2 Web Development Environment

Rocket U2 Web Development Environment Rocket U2 Web Development Environment Web Designer User s Guide Version 5.3.0 July 207 WDE-530-ALL-UG-0 Notices Edition Publication date: July 207 Book number: WDE-530-ALL-UG-0 Product version: Version

More information

Rocket U2 Clients and APIs

Rocket U2 Clients and APIs Rocket U2 Clients and APIs U2 SSL Configuration Editor Version 4.52.0 October 2016 UCC-4520-SSL-UG-01 Notices Edition Publication date: October 2016 Book number: UCC-4520-SSL-UG-01 Product version: Version

More information

U2 Web Services Developer

U2 Web Services Developer U2 Web Services Developer User Guide Version DEC2015 December 2015 DBT-DEC2015 WSD-01 Notices Edition Publication date: December 2015 Book number: DBT-DEC2015 WSD-01 Product version: Version DEC2015 Copyright

More information

Rocket U2 Web Development Environment

Rocket U2 Web Development Environment Rocket U2 Web Development Environment Getting Started Version 5.1 January 2014 WDE-511-ALL-IM-01 Notices Edition Publication date: January 2014 Book number: WDE-511-ALL-IM-01 Product version: Version 5.1

More information

Rocket U2 Web Development Environment

Rocket U2 Web Development Environment Rocket U2 Web Development Environment Installation and Configuration Version 5.3.0 July 2017 WDE-530-ALL-IM-01 Notices Edition Publication date: July 2017 Book number: WDE-530-ALL-IM-01 Product version:

More information

Rocket Model 204 Fast/Unload

Rocket Model 204 Fast/Unload Rocket Model 204 Fast/Unload Release Notes Version 4.4 (Sep 2007) November 2014 FUN-0404-NF-02 Notices Edition Publication date: November 2014 Book number: FUN-0404-NF-02 Product version: Version 4.4 (Sep

More information

Rocket U2 Web Development Environment

Rocket U2 Web Development Environment Rocket U2 Web Development Environment Administrator s Guide Version 5.3.0 July 2017 WDE-530-ALL-AM-01 Notices Edition Publication date: July 2017 Book number: WDE-530-ALL-AM-01 Product version: Version

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

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

Oracle Cloud Using the Trello Adapter. Release 17.3

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

More information

SAS Contextual Analysis 14.3: Administrator s Guide

SAS Contextual Analysis 14.3: Administrator s Guide SAS Contextual Analysis 14.3: Administrator s Guide SAS Documentation August 25, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Contextual Analysis

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter Release 12.2.1.3.0 E83336-02 July 2017 Documentation for Oracle Service-Oriented Architecture (SOA) developers that describes how to use the Oracle

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter Release 12.2.1.1.0 E73562-01 June 2016 Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter, Release 12.2.1.1.0 E73562-01 Copyright 2015,

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.1.1 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

Healthcare Database Connector

Healthcare Database Connector Healthcare Database Connector Installation and Setup Guide Version: 3.0.0 Written by: Product Knowledge, R&D Date: February 2017 2015-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark

More information

Microsoft Dynamics GP Web Client Installation and Administration Guide For Service Pack 1

Microsoft Dynamics GP Web Client Installation and Administration Guide For Service Pack 1 Microsoft Dynamics GP 2013 Web Client Installation and Administration Guide For Service Pack 1 Copyright Copyright 2013 Microsoft. All rights reserved. Limitation of liability This document is provided

More information

Oracle Cloud Using the Google Calendar Adapter with Oracle Integration

Oracle Cloud Using the Google Calendar Adapter with Oracle Integration Oracle Cloud Using the Google Calendar Adapter with Oracle Integration E85501-05 January 2019 Oracle Cloud Using the Google Calendar Adapter with Oracle Integration, E85501-05 Copyright 2017, 2019, Oracle

More information

Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E March 2018

Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E March 2018 Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E89837-02 March 2018 Copyright 2002, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

EMC Ionix Network Configuration Manager Version 4.1.1

EMC Ionix Network Configuration Manager Version 4.1.1 EMC Ionix Network Configuration Manager Version 4.1.1 RSA Token Service Installation Guide 300-013-088 REVA01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

Oracle Cloud Using the Eventbrite Adapter with Oracle Integration

Oracle Cloud Using the Eventbrite Adapter with Oracle Integration Oracle Cloud Using the Eventbrite Adapter with Oracle Integration E85506-05 January 2019 Oracle Cloud Using the Eventbrite Adapter with Oracle Integration, E85506-05 Copyright 2017, 2019, Oracle and/or

More information

Healthcare Database Connector

Healthcare Database Connector Healthcare Database Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

3. Optionally, if you want to use the new Web SSO feature, complete the steps in Adding Web Single Sign-On Functionality.

3. Optionally, if you want to use the new Web SSO feature, complete the steps in Adding Web Single Sign-On Functionality. Webthority HOW TO Upgrade The steps required to upgrade depend on the version you are upgrading from: upgrading from 6.5 upgrading from 6.0. Upgrading from 6.5 To upgrade from 6.5 perform the following

More information

Oracle Cloud Using the Microsoft Adapter. Release 17.3

Oracle Cloud Using the Microsoft  Adapter. Release 17.3 Oracle Cloud Using the Microsoft Email Adapter Release 17.3 E70297-10 December 2017 Oracle Cloud Using the Microsoft Email Adapter, Release 17.3 E70297-10 Copyright 2016, 2017, Oracle and/or its affiliates.

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

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Oracle Cloud Using the MailChimp Adapter. Release 17.3

Oracle Cloud Using the MailChimp Adapter. Release 17.3 Oracle Cloud Using the MailChimp Adapter Release 17.3 E70293-07 September 2017 Oracle Cloud Using the MailChimp Adapter, Release 17.3 E70293-07 Copyright 2016, 2017, Oracle and/or its affiliates. All rights

More information

Oracle Cloud Using the Evernote Adapter. Release 17.3

Oracle Cloud Using the Evernote Adapter. Release 17.3 Oracle Cloud Using the Evernote Adapter Release 17.3 E69234-07 September 2017 Oracle Cloud Using the Evernote Adapter, Release 17.3 E69234-07 Copyright 2016, 2017, Oracle and/or its affiliates. All rights

More information

Oracle Cloud. Using Oracle Eloqua Adapter Release E

Oracle Cloud. Using Oracle Eloqua Adapter Release E Oracle Cloud Using Oracle Eloqua Adapter Release 12.1.3 E65434-01 August 2015 Oracle Cloud Using Oracle Eloqua Adapter, Release 12.1.3 E65434-01 Copyright 2015, Oracle and/or its affiliates. All rights

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

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

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6 Gateway Installation and Configuration Guide for On-Premises Version 17 September 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites...

More information

Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface

Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface Document ID: 13-603114 Release 2.2 July 2008 Issue No.1 2008 Avaya Inc. All Rights Reserved. Notice While reasonable

More information

Healthcare Database Connector

Healthcare Database Connector Healthcare Database Connector Installation and Setup Guide Version: 3.1.1 Written by: Product Knowledge, R&D Date: May 2018 2008-2018 Hyland Software, Inc. and its affiliates. Table of Contents What is

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

Oracle Cloud Using the Eventbrite Adapter. Release 17.3

Oracle Cloud Using the Eventbrite Adapter. Release 17.3 Oracle Cloud Using the Eventbrite Adapter Release 17.3 E69235-08 September 2017 Oracle Cloud Using the Eventbrite Adapter, Release 17.3 E69235-08 Copyright 2016, 2017, Oracle and/or its affiliates. All

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

Oracle Cloud Using the File Adapter. Release 17.4

Oracle Cloud Using the File Adapter. Release 17.4 Oracle Cloud Using the File Adapter Release 17.4 E71397-08 October 2017 Oracle Cloud Using the File Adapter, Release 17.4 E71397-08 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved.

More information

ENTRUST CONNECTOR Installation and Configuration Guide Version April 21, 2017

ENTRUST CONNECTOR Installation and Configuration Guide Version April 21, 2017 ENTRUST CONNECTOR Installation and Configuration Guide Version 0.5.1 April 21, 2017 2017 CygnaCom Solutions, Inc. All rights reserved. Contents What is Entrust Connector... 4 Installation... 5 Prerequisites...

More information

EMC Documentum Composer

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

More information

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide Deltek Touch Expense for Ajera Touch 1.0 Technical Installation Guide June 01, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Brainware Intelligent Capture Visibility

Brainware Intelligent Capture Visibility Brainware Intelligent Capture Visibility Installation and Setup Guide Version: 3.2.x Written by: Product Knowledge, R&D Date: September 2018 Copyright 2009-2018 Hyland Software, Inc. and its affiliates.

More information

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

More information

Privileged Identity App Launcher and Session Recording

Privileged Identity App Launcher and Session Recording Privileged Identity App Launcher and Session Recording 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

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

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017 BROWSER-BASED SUPPORT CONSOLE USER S GUIDE 31 January 2017 Contents 1 Introduction... 2 2 Netop Host Configuration... 2 2.1 Connecting through HTTPS using Certificates... 3 2.1.1 Self-signed certificate...

More information

Symantec Ghost Solution Suite Web Console - Getting Started Guide

Symantec Ghost Solution Suite Web Console - Getting Started Guide Symantec Ghost Solution Suite Web Console - Getting Started Guide Symantec Ghost Solution Suite Web Console- Getting Started Guide Documentation version: 3.3 RU1 Legal Notice Copyright 2019 Symantec Corporation.

More information

Installing and Configuring vcloud Connector

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

More information

SAS Model Manager 2.2. Tutorials

SAS Model Manager 2.2. Tutorials SAS Model Manager 2.2 Tutorials The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS Model Manager 2.2: Tutorials. Cary, NC: SAS Institute Inc. SAS Model Manager

More information

Oracle Cloud Using the Oracle Advanced Queuing (AQ) Adapter. Release 17.3

Oracle Cloud Using the Oracle Advanced Queuing (AQ) Adapter. Release 17.3 Oracle Cloud Using the Oracle Advanced Queuing (AQ) Adapter Release 17.3 E76448-04 September 2017 Oracle Cloud Using the Oracle Advanced Queuing (AQ) Adapter, Release 17.3 E76448-04 Copyright 2016, 2017,

More information

Live Data Connection to SAP Universes

Live Data Connection to SAP Universes Live Data Connection to SAP Universes You can create a Live Data Connection to SAP Universe using the SAP BusinessObjects Enterprise (BOE) Live Data Connector component deployed on your application server.

More information

CHAPTER. Introduction

CHAPTER. Introduction CHAPTER 1 Cisco Unified Communications Manager (formerly Cisco Unified CallManager) serves as the software-based call-processing component of the Cisco Unified Communications family of products. A wide

More information

Oracle Database Express Edition

Oracle Database Express Edition Oracle Database Express Edition Getting Started Guide 11g Release 2 (11.2) E18585-04 July 2011 Welcome to Oracle Database Express Edition (Oracle Database XE). This guide gets you quickly up and running

More information

Installing and Configuring Oracle HTTP Server 12c (12.1.3)

Installing and Configuring Oracle HTTP Server 12c (12.1.3) [1]Oracle Fusion Middleware Installing and Configuring Oracle HTTP Server 12c (12.1.3) E48247-03 January 2015 Documentation for installers and system administrators that describes how to install and configure

More information

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

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

More information

Oracle Cloud Using the Oracle Responsys Adapter. Release 17.3

Oracle Cloud Using the Oracle Responsys Adapter. Release 17.3 Oracle Cloud Using the Oracle Responsys Adapter Release 17.3 E70393-06 September 2017 Oracle Cloud Using the Oracle Responsys Adapter, Release 17.3 E70393-06 Copyright 2016, 2017, Oracle and/or its affiliates.

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

AMS Device View Installation Guide. Version 2.0 Installation Guide May 2018

AMS Device View Installation Guide. Version 2.0 Installation Guide May 2018 AMS Device View Installation Guide Version 2.0 Installation Guide May 2018 Disclaimer The contents of this publication are presented for informational purposes only, and while every effort has been made

More information

Installation Guide Worksoft Certify

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

More information

Entrust Connector (econnector) Venafi Trust Protection Platform

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

More information

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites Oracle Database Real Application Security Administration 12c Release 1 (12.1) E61899-04 May 2015 Oracle Database Real Application Security Administration (RASADM) lets you create Real Application Security

More information

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

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

More information

Cambium Wireless Manager

Cambium Wireless Manager Cambium Wireless Manager Client Setup Guide System Release 4.2 and Later Issue 1 November 2014 2014 Cambium Networks. All Rights Reserved. Accuracy While reasonable efforts have been made to assure the

More information

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility Installation and Setup Guide Version: 3.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved.

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

MITEL. Live Content Suite. Mitel Live Content Suite Installation and Administrator Guide Release 1.1

MITEL. Live Content Suite. Mitel Live Content Suite Installation and Administrator Guide Release 1.1 MITEL Live Content Suite Mitel Live Content Suite Installation and Administrator Guide Release 1.1 NOTICE The information contained in this document is believed to be accurate in all respects but is not

More information

SolidWorks Enterprise PDM Installation Guide

SolidWorks Enterprise PDM Installation Guide SolidWorks Enterprise PDM Installation Guide Contents Legal Notices...vi 1 SolidWorks Enterprise PDM Installation Guide...7 2 Installation Overview...8 Required Installation Components...8 Optional Installation

More information

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J Teamcenter 10.1 Installation on Windows Clients Guide Publication Number PLM00012 J Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

Managing Load Plans in OTBI Enterprise for HCM Cloud Service

Managing Load Plans in OTBI Enterprise for HCM Cloud Service Managing Load Plans in OTBI Enterprise for HCM Cloud Service Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Objective After completing this lesson, you should be able to use Configuration

More information

Enterprise Integration Module for SAP Solution Manager 7.2

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

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

HPE Enterprise Integration Module for SAP Solution Manager 7.1

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

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Setting Up the Server

Setting Up the Server Managing Licenses, page 1 Cross-launch from Prime Collaboration Provisioning, page 5 Integrating Prime Collaboration Servers, page 6 Single Sign-On for Prime Collaboration, page 7 Changing the SSL Port,

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Oracle Cloud Using the Google Calendar Adapter. Release 17.3

Oracle Cloud Using the Google Calendar Adapter. Release 17.3 Oracle Cloud Using the Google Calendar Adapter Release 17.3 E68599-09 October 2017 Oracle Cloud Using the Google Calendar Adapter, Release 17.3 E68599-09 Copyright 2015, 2017, Oracle and/or its affiliates.

More information

Infor LN HTML5 Workbench Administration Guide

Infor LN HTML5 Workbench Administration Guide Infor LN HTML5 Workbench Administration Guide Copyright 2016 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2 Forescout Version 1.2 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Infor LN HTML5 Workbench Administration Guide

Infor LN HTML5 Workbench Administration Guide Infor LN HTML5 Workbench Administration Guide Copyright 2016 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

Connection Broker Advanced Connections Management for Multi-Cloud Environments. Security Review

Connection Broker Advanced Connections Management for Multi-Cloud Environments. Security Review Connection Broker Advanced Connections Management for Multi-Cloud Environments Security Review Version 8.2 December 2017 Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.0.3 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

PowerTeacher Administrator User Guide. PowerTeacher Gradebook

PowerTeacher Administrator User Guide. PowerTeacher Gradebook PowerTeacher Gradebook Released June 2011 Document Owner: Documentation Services This edition applies to Release 2.3 of the PowerTeacher Gradebook software and to all subsequent releases and modifications

More information

FUJITSU Cloud Service S5. Introduction Guide. Ver. 1.3 FUJITSU AMERICA, INC.

FUJITSU Cloud Service S5. Introduction Guide. Ver. 1.3 FUJITSU AMERICA, INC. FUJITSU Cloud Service S5 Introduction Guide Ver. 1.3 FUJITSU AMERICA, INC. 1 FUJITSU Cloud Service S5 Introduction Guide Ver. 1.3 Date of publish: September, 2011 All Rights Reserved, Copyright FUJITSU

More information

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

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

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

SAS Contextual Analysis 13.2: Administrator s Guide

SAS Contextual Analysis 13.2: Administrator s Guide SAS Contextual Analysis 13.2: Administrator s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Contextual Analysis 13.2: Administrator's

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

ECM-VNA Convergence Connector

ECM-VNA Convergence Connector ECM-VNA Convergence Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: September 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

Sage 300. Sage CRM 2018 Integration Guide. October 2017

Sage 300. Sage CRM 2018 Integration Guide. October 2017 Sage 300 Sage CRM 2018 Integration Guide October 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

Using the VMware vrealize Orchestrator Client

Using the VMware vrealize Orchestrator Client Using the VMware vrealize Orchestrator Client vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

DB Change Manager. User Guide. Version 17.0 Published December 2017

DB Change Manager. User Guide. Version 17.0 Published December 2017 DB Change Manager User Guide Version 17.0 Published December 2017 2017 IDERA, Inc. IDERA, the IDERA logos, and all other IDERA product or service names are trademarks or registered trademarks of IDERA,

More information

Oracle Cloud. Oracle Cloud Adapters Postinstallation Configuration Guide E

Oracle Cloud. Oracle Cloud Adapters Postinstallation Configuration Guide E Oracle Cloud Oracle Cloud Adapters Postinstallation Configuration Guide 12.1.3 E65437-05 October 2016 Oracle Cloud Oracle Cloud Adapters Postinstallation Configuration Guide, 12.1.3 E65437-05 Copyright

More information