Electronic Messaging Service Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012]

Size: px
Start display at page:

Download "Electronic Messaging Service Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012]"

Transcription

1 Electronic Messaging Service Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012]

2 Table of Contents EMS Interface 1. ORACLE FLEXCUBE ELECTRONIC MESSAGING SERVICE INTRODUCTION PROCESSING INCOMING MESSAGES For Delivery Mode - Folder For Delivery Mode - Queue PROCESSING OUTGOING MESSAGES For Delivery Mode - Folder For Delivery Mode - Queue PREREQUISITE DEFINING FCUBS PROPERTIES For Delivery Mode - Folder For Delivery Mode - Queue MAINTAINING MESSAGE MEDIA MAINTAINING MESSAGE MEDIA CONTROL MAINTAINING FOLDER STRUCTURE For Delivery Mode - Folder For Delivery Mode - Queue COMMUNICATION WEBLOGIC AND MQ SETUP EMS Out EMS In SCHEDULING JOBS INTRODUCTION MAINTAINING JOBS CONTROLLING JOBS

3 1. Oracle FLEXCUBE Electronic Messaging Service 1.1 Introduction The EMS or the Electronic Messaging Service is a messaging interface between external systems and Oracle FLEXCUBE. This service is implemented with the help of Quartz Scheduler one each for In and Out processing. This service enables a connection between Oracle FLEXCUBE and the external systems source for sending and receiving information. The in-service connects to the external system resource (Windows machine, UNIX machine or MSMQ server) and transfers the data to the local machine, where the message is processed and uploaded to Oracle FLEXCUBE. The out-service polls on an Oracle FLEXCUBE out table. As soon as a message is generated in the out table, it is picked up, formatted if required (for example, as an MS-Word document) and delivered to the external system through one of the delivery modes (FTP, MSMQ etc.). 1.2 Processing Incoming Messages Incoming messages are processed for various delivery modes as described under the following headings For Delivery Mode - Folder The message files are to be placed in the EMS\SWIFT\In\Ready. The incoming message service (In-service) moves the file to the folder EMS\SWIFT\IN\WIP. Once these processes are completed, the file is moved to the folder EMS\SWIFT\IN\PROCESSED For Delivery Mode - Queue The messages are placed by the external system in the in queue. MDB listens to the Queue and processes the message. Once the processing is completed, the message is deleted from the in Queue. The message is uploaded to mstb_dly_msg_in table. In case the process fails, the message is moved to DLQUEUE. 1.3 Processing Outgoing Messages Outgoing messages are processed for various delivery modes as described under the following headings For Delivery Mode - Folder FTP: The messages are selected from mstb_dly_msg_out table, formatted if required and moved to the folder EMS\SWIFT\OUT\WIP. Further, the file is picked up and sent to the destination over FTP. The file is moved to folder EMS\SWIFT\OUT after processing. Mail: The messages are selected from mstb_dly_msg_out table, formatted if required and moved to the folder EMS\SWIFT\OUT\WIP. Further, the file is picked up and sent by mail. Once the processing is completed, the file is moved to folder EMS\SWIFT\OUT. Swift: The messages are selected from the mstb_dly_msg_out table, formatted if required and moved to the folder EMS\SWIFT\OUT\WIP. From this folder, the file is picked up and moved to EMS\SWIFT\OUT. 1-1

4 1.3.2 For Delivery Mode - Queue The messages are selected from mstb_dly_msg_out table, formatted if required and are sent to the out queue. 1.4 Prerequisite While creating EAR file, you need to copy the quartz.jar file to the installer library. The download location and instruction are given in the following table: Component License Information Download Location Instructions Quartz (Required if the customer opts for Quartz as the scheduler) nse.html Download the file quartz zip from the following URL: wnload-catalog.html Extract quartz zip and copy the file Quartz jar to the following directory: {INSTALLER_DIR}\Libr ary\plugin-quartz Before you deploy the application, you need to execute the quartz script in Oracle FCUBS database. 1.5 Defining FCUBS Properties While creating property file, you need to ensure that the EMS parameters are defined. These parameters will be set in fcubs.properties file. For details on creating property files, refer to the chapter Creating Property File for Oracle FLEXCUBE in the installation manual Setting up Property File For Delivery Mode - Folder You need to specify the parameters given in the following table. Field EMS_INT_QCF EMS_OUT_JMS_DLQ EMS_IN_JMS_DLQ EMS_FILE_TRANSFER_MODE Description Internal queue connection factory Example: EmsQcf Out messages dead letter queue Example: OTIFY_QUEUE_DLQ In messages dead letter queue Example: NOTIFY_QUEUE_DLQ Mode of file transfer Example: FTP etc. 1-2

5 Field FTP_SRVR FTP_ID FTP_PWD EXG_SRVR FRM_ADDR FILE_TYPE Description FTP Server IP Address Example: if file transfer mode is FTP FTP server user ID, if file transfer mode is FTP FTP server password Example: 2fb0x66QSug= (FTP server password in encrypted format) server IP address or host name Example: mail.oracle.com Source of address Example: ofsstest@oracle.com File type Example:.txt,.xlsx etc. SWIFT_FORMAT 1 MSG_DELIMITER MSG_TERMINATOR MEDIA YES YES SWIFT For Delivery Mode - Queue You need to specify the parameters given in the following table. Field EMS_EXT_QCF EMS_INT_QCF EMS_OUT_JMS_DLQ EMS_IN_JMS_DLQ EMS_INIT_CTX_FACT Description Out queue connection factory - External system Internal queue connection factory Example: EmsQcf Out messages dead letter queue Example: NOTIFY_QUEUE_DLQ In messages dead letter queue Example: NOTIFY_QUEUE_DLQ Application server context factory class in which server external queue is created Example: weblogic.jndi.wlinitialcontextfactory 1-3

6 Field EMS_PRVDR_URL EMS_QUEUE_PRINCIPAL EMS_QUEUE_CREDENTIALS EMS_FILE_TRANSFER_MODE FTP_SRVR FTP_ID FTP_PWD EXG_SRVR FRM_ADDR FILE_TYPE Description IP address of application server in which server external queue is created Example: Weblogic server t3:// :7001 user ID to access the application server in which external queue is created Password to access the application server in which external queue is created Mode of file transfer Example: FTP etc. FTP server IP address Example: (if file transfer mode is FTP) FTP server user ID (if file transfer mode is FTP) FTP server password Example: 2fb0x66QSug= (FTP server password in encrypted format) server IP address or host name Example: mail.oracle.com Source of address Example: File type Examples.txt,.xlsx etc. SWIFT_FORMAT 1 MSG_DELIMITER MSG_TERMINATOR MEDIA YES YES SWIFT 1-4

7 1.6 Maintaining Message Media You can invoke the Message Media Maintenance screen by typing MSDMEDIA in the field at the top right corner of the Application tool bar and clicking the adjoining arrow button. Media Code Specify the media code of the media that is used for message propagation. Example: SWIFT, MAIL etc. Media Number This is the media number. Media Description This is the description of the media. Message Suffix Specify the suffix to be used in the message. Message Terminator Specify the terminator used for terminating the message. Number of Characters Specify the maximum number of characters that can go in a single message. 1-5

8 Media Priority Specify the priority level of the message. The message is processed with the concerned media based on the priority level defined. Test Word Required NA Stop Processing In case you have selected the media as SWIFT, you can check this box to process only one. If you do not check this, the system will process all the messages. Padding Required Check this box to enable addition of padding letters at the end of each message. 1.7 Maintaining Message Media Control You can invoke the Message Media Control Maintenance screen by typing MSDMCS in the field at the top right corner of the Application tool bar and clicking the adjoining arrow button. Node Specify the DB instance name. Media Control System Specify the media control system. 1-6

9 Media Specify the media code. The option list displays all valid media codes maintained in the system. Choose the appropriate one. Status Specify the status. You can choose one of the following: Active Passive Delivery Type Specify the mode of delivery. You can choose one of the following delivery types: Folder Queue If you choose Folder as the delivery type, you must specify the In Directory and the Out Directory. Further, after selecting Folder, if you check the option Unix Swift Server, you must specify the Unix In-Directory and the Unix Out-Directory. You need to maintain the In-Directory and Out-Directory for Windows Server. In Directory Specify the directory in which the external system should place the message files. This is applicable in case of EMS_IN messages, only if the delivery type is selected as Folder for a Windows Server. Out Directory Specify the directory from which the system picks up the message files to be sent to the external system. This is applicable only in case of EMS_OUT messages, for a Windows Server. Unix In Directory Specify the directory in which the external system should place the message files. This is applicable in case of EMS_IN messages, only if the delivery type is selected as Folder for a UNIX Server. Unix out Directory Specify the directory from which the system picks up the message files to be sent to the external system. This is applicable only in case of EMS_OUT messages, for a UNIX Server. In Queue Specify the queue in which the external system will place the message files. This is applicable in case of EMS_IN messages, only if the delivery type is selected as Queue. Out Queue Specify the queue from which the system picks up the message files to be sent to the external system. This is applicable only in case of EMS_OUT messages. 1-7

10 Unix Swift Server Check this box to indicate that a UNIX server is used. For delivery type Folder, if you check the option Unix Swift Server, you must specify the Unix In-Directory and the Unix Out-Directory. Message Queue Specify the queuing software used by the bank. 1.8 Maintaining Folder Structure You need to set up directory structures for various delivery modes as shown under the following headings For Delivery Mode - Folder You need to maintain the following folder structure in the Application Server machine. The sub-folders for the media MAIL and SWIFT exist under the parent folder EMS For Delivery Mode - Queue You need to maintain the following folder structure. The sub-folders for the media SWIFT exist under the parent folder EMS. 1-8

11 1.9 Communication Weblogic and MQ Setup EMS Out Scheduler/MDB to Connection Factories Scheduler and MDB should point to different connection factories. Example EMS_INT_QCF = EmsQcf1 (create the same in WebLogic and mention the same while creating fcubs.properties file) EMS_EXT_QCF = EmsQcf (use this while creating the binding file) Scheduler/MDB to Queue Names Scheduler and MDB should point to different queue names. Example Provide EMS_OUTQUEUE while maintaining the job and creating property file. Provide EMS_OUT while maintaining message media control. Use EMS_OUT while creating binding file and create it in IBM MQ. Parameter Corrections Correct the following parameters in Oracle FCUBS properties file: EMS_INIT_CTX_FACT = com.sun.jndi.fscontext.reffscontextfactory Initial context factory for WAS should be com.sun.jndi.fscontext.reffscontextfactory EMS_PRVDR_URL = file:/c:/jmsobj Parameter Comment Comment the following parameter: #EMS_QUEUE_PRINCIPAL = admin Binding Queues/Queue Managers Binding of the Queues and Queue Managers should me done as mentioned under section 1.8 Binding the Queue with the JNDI provider in the document WAS_GW_WebSphereMQ_Installation.doc (location: FC_UBS_V.UM_ \INSTALL- DOCS\Gateway_Installation.zip\WAS). Some sample commands are given below: Here, Define xaqcf(emsqcf) qmgr(qm_ddhp0701) host( ) port(1414) tran(client) DEFINE Q(EMS_INQUEUE) QUEUE(EMS_INQUEUE) QMGR(QM_ddhp0701) DEFINE Q(EMS_OUT) QUEUE(EMS_OUT) QMGR(QM_ddhp0701) EmsQcf is the connection factory QM_ddhp0701 is the name of the queue manager name is the machine in which the MQ is hosted 1-9

12 1.9.2 EMS In 1414 is the port configured in MQ EMS_OUT is the out queue EMS_INQUEUE is explained below Create the EMS in-queue in IBM MQ (Example - EMS_INQUEUE). Create the equivalent queue under JMS administered objects in MQ. Sample format of the file weblogic-ejb-jar.xml in the scheduler for EMSIN is given below. <weblogic-enterprise-bean> <ejb-name>emsinmdb</ejb-name> <message-driven-descriptor> <pool> <max-beans-in-free-pool>5</max-beans-in-free-pool> <initial-beans-in-free-pool>5</initial-beans-in-free-pool> </pool> <destination-jndi-name>ems_inqueue</destination-jndi-name> <initial-context-factory>com.sun.jndi.fscontext.reffscontextfactory</initial-contextfactory> <provider-url>file:/d:/temp/fcmhmq1/</provider-url> <connection-factory-jndi-name>emsqcf</connection-factory-jndi-name> <jms-polling-interval-seconds>20</jms-polling-interval-seconds> </message-driven-descriptor> <transaction-descriptor> <trans-timeout-seconds>3600</trans-timeout-seconds> </transaction-descriptor> </weblogic-enterprise-bean> 1-10

13 2.1 Introduction 2. Scheduling Jobs All jobs for scheduling are stored in a static data store and each job is associated with a name indicating where the job has to execute. Jobs are created in the Application Server and are scheduled based on this data. The job name should be unique across the schedulers available in the system. For further details on scheduler property definition, refer to the section Setting Scheduler Properties in the installation manual Setting up Property File. When the application server starts, the job details from static data store will get cached. These cached jobs will then be scheduled using either the quartz or flux scheduler. For example, the notification process can be handled by the job schedulers as follows: 1. When a contract is created in Oracle FLEXCUBE, a database level trigger acting on the contract main table inserts details like base table name, primary key fields, primary key values and branch code into a notification log table and sets the process status of the inserted record as U (unprocessed). 2. The scheduled job polls the notification log table for unprocessed records and validates whether notification is required. 3. If notification is not required, then the process status is set to N (not required) in notification log table. 4. If notification is required then notifications are sent to the respective destination and the process status of the record is changed to P (Processed) in notification log table. 2-1

14 2.2 Maintaining Jobs You can maintain new job codes and the other relevant details with respect to the job using Job Maintenance screen. To invoke the Job Details screen, type STDJOBMT in the field at the top right corner of the Application tool bar and click the adjoining arrow button. Job Code Specify a unique code that identifies the job. Job Description Enter a brief description as to the nature of the job. Job Group Specify the name of the group to which the job belongs (EMS/Notification/Report). Job Type Specify the type of job. You can choose one of the following job types: PL/SQL Java Max Number Instances Specify the maximum number of threads applicable to the job at application instance. 2-2

15 Schedule Specify the scheduler name. This is the Quartz Scheduler Factory Name mentioned in the Quartz properties file. Trigger Type Specify the method of triggering the job. You can choose one of the following trigger types: Simple Crone Scheduler Type Specify the type of scheduler for the job. You can choose one of the following scheduler types: Quartz Flux Priority Specify the job priority level. Choose the appropriate one from the drop-down list. Message Queue Specify the message queue. For EMS_IN, EMS_OUT and Notification, you can select Internal Queue. Cron Expression Specify the Cron job details. Class or Procedure If job type is PL/SQL, you need to enter the procedure for the job. If the job type is Java, you need to specify the Java Class. Number of Submissions Specify the number of submissions. To set the number of submissions to infinite, enter -1 (infinite). Interval in Seconds Specify the interval of triggering the job in terms of seconds. Trigger Listener You can enable automatic triggering or a certain event after processing the message. Specify the trigger name here. Once the message has been looked up, the system will trigger this event. DS Name Specify the JNDI name. While processing the job, the system will use this JNDI for connection DB. Logging Required Check this box to have the processing of the job logged into a file. 2-3

16 Start-up Mode Specify the start-up mode. You can choose one of the following: Auto Manual 2.3 Controlling Jobs The details of jobs that are scheduled can be viewed using the Job Details screen. In this screen you can pause or resume a job that has been scheduled. You can invoke the Job Details screen by typing SMSJOBBR in the field at the top right corner of the Application tool bar and clicking the adjoining arrow button. You can a search for a scheduled job by specifying any of the following: Job Name Select the name of the job that you want to search for from the option list provided. State Select the state of the job you want to search for from the option list provided. The following options are possible for Quartz schedulers: Acquired Waiting Blocked 2-4

17 Paused For Flux schedulers, the options are as follows: Scheduler Firing Waiting Paused Select the scheduler to which the job you want to search for has been assigned. Job Group Select the group to which the job you want to search for belongs, from the option list provided. Next Fire Time Select the time when the job is scheduled to be run next. Click Search button to view the details related to the job. You can pause a job by selecting it and clicking the Pause button. You can resume a paused job by clicking Resume button and the job is scheduled for its next fire time. A job can take any of the following states. COMPLETE - This indicates that the trigger does not have remaining fire-times in its schedule. NORMAL - This indicates that the trigger is in the "normal" state. BLOCKED - A job trigger arrives at the blocked state when the job that it is associated with is a Stateful job and it is currently executing. PAUSED - This indicates that the job is manually paused from executing. ERROR - A job trigger arrives at the error state when the scheduler attempts to fire it, but cannot due to an error creating and executing its related job. Also, a job arrives at ERROR state when the associated class for the job is not present in class path. 2-5

18 Electronic Messaging Service [May] [2012] Version 12.0 Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Phone: Fax: financial_services/ Copyright [2012] Oracle Financial Services Software Limited. All rights reserved. No part of this work may be reproduced, stored in a retrieval system, adopted or transmitted in any form or by any means, electronic, mechanical, photographic, graphic, optic recording or otherwise, translated in any language or computer language, without the prior written permission of Oracle Financial Services Software Limited. Due care has been taken to make this document and accompanying software package as accurate as possible. However, Oracle Financial Services Software Limited makes no representation or warranties with respect to the contents hereof and shall not be responsible for any loss or damage caused to the user by the direct or indirect use of this document and the accompanying Software System. Furthermore, Oracle Financial Services Software Limited reserves the right to alter, modify or otherwise change in any manner the content hereof, without obligation of Oracle Financial Services Software Limited to notify any person of such revision or changes. All company and product names are trademarks of the respective companies with which they are associated.

Job Scheduler Oracle FLEXCUBE Universal Banking Release 11.3.83.02.0 [April] [2014] Oracle Part Number E53607-01

Job Scheduler Oracle FLEXCUBE Universal Banking Release 11.3.83.02.0 [April] [2014] Oracle Part Number E53607-01 Job Scheduler Oracle FLEXCUBE Universal Banking Release 11.3.83.02.0 [April] [2014] Oracle Part Number E53607-01 Table of Contents Job Scheduler 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.1.1

More information

Oracle FLEXCUBE Universal Banking 12.0 RAD Notification Development. Release 1.0

Oracle FLEXCUBE Universal Banking 12.0 RAD Notification Development. Release 1.0 Oracle FLEXCUBE Universal Banking 12.0 RAD Notification Development Release 1.0 May 2012 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions... 4 2 Introduction... 4 2.1

More information

Loan Creation Version-1.0 9NT1390 - FCUBS V.UM 11.0.MF.1.0.0.0 [May] [2010] Oracle Part Number E51714-01

Loan Creation Version-1.0 9NT1390 - FCUBS V.UM 11.0.MF.1.0.0.0 [May] [2010] Oracle Part Number E51714-01 Loan Creation Version-1.0 9NT1390 - FCUBS V.UM 11.0.MF.1.0.0.0 [May] [2010] Oracle Part Number E51714-01 Document Control Author: Documentation Team Created on : March 22, 2010 Group: UBPG Revision No

More information

WebSphere MQ Oracle Enterprise Gateway Integration Guide

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

More information

Oracle FLEXCUBE Universal Banking 12.0

Oracle FLEXCUBE Universal Banking 12.0 Oracle FLEXCUBE Universal Banking 12.0 Data Model Getting Started Release 1.0 May 2012 Oracle Part Number E51527-01 FCUBS-FD08-01-01-Data Model getting started 1 Contents 1 Preface... 3 1.1 Audience...

More information

Current Account Creation Version-11 9NT1316-ORACLE FCUBSV.UM 11.0.0.0.0.0.0 [January] [2010] Oracle Part Number E51712-01

Current Account Creation Version-11 9NT1316-ORACLE FCUBSV.UM 11.0.0.0.0.0.0 [January] [2010] Oracle Part Number E51712-01 Current Account Creation Version-11 9NT1316-ORACLE FCUBSV.UM 11.0.0.0.0.0.0 [January] [2010] Oracle Part Number E51712-01 Document Control Author: Documentation Team Created on : October 01, 2008 Updated

More information

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider An Oracle White Paper October 2011 BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle FLEXCUBE IVR User Manual Release 4.5.0.0.0 Part No E52127-01

Oracle FLEXCUBE IVR User Manual Release 4.5.0.0.0 Part No E52127-01 Oracle FLEXCUBE IVR User Manual Release 4.5.0.0.0 Part No E52127-01 IVR User Manual Table of Contents (index) 1. IVR... 3 1.1. TBS01 - TBS Bank Params Maintenance... 4 1.2. TBS02 - TBS Acquirer Pos ID

More information

Oracle FLEXCUBE POS User Manual Release 5.0.2.0.0 Part No E52129-01

Oracle FLEXCUBE POS User Manual Release 5.0.2.0.0 Part No E52129-01 Oracle FLEXCUBE POS User Manual Release 5.0.2.0.0 Part No E52129-01 POS User Manual Table of Contents (index) 1. POS... 3 1.1. POS01 - POS Acquirer POS Id Maintenance... 4 1.2. POS02 - POS Bank Params

More information

Savings Account Creation Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Oracle Part Number E51511-01

Savings Account Creation Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Oracle Part Number E51511-01 Savings Account Creation Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Oracle Part Number E51511-01 Table of Contents Savings Account Creation 1. CREATION OF SAVINGS ACCOUNT... 1-1 1.1

More information

Setting up Client Browsers Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011]

Setting up Client Browsers Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Setting up Client Browsers Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Table of Contents 1. SETTING UP CLIENT BROWSERS... 1-1 1.1 INTRODUCTION... 1-1 1.2 LIST OF CLIENT BROWSERS... 1-1

More information

Oracle FLEXCUBE ATM User Manual Release 4.5.0.0.0 Part No E52127-01

Oracle FLEXCUBE ATM User Manual Release 4.5.0.0.0 Part No E52127-01 Oracle FLEXCUBE ATM User Manual Release 4.5.0.0.0 Part No E52127-01 ATM User Manual Table of Contents (index) 1. ATM... 3 1.1. ATM01 - ATM Bank Params Maintenance... 4 1.2. ATM02 - ATM Acquirer POS Id

More information

Oracle Financial Services Data Integration Hub Foundation Pack Extension for Data Relationship Management Interface

Oracle Financial Services Data Integration Hub Foundation Pack Extension for Data Relationship Management Interface Oracle Financial Services Data Integration Hub Foundation Pack Extension for Data Relationship Management Interface User Manual 8.0.1.0.0 Page i Table of Contents TABLE OF CONTENTS PREFACE... 4 Audience...

More information

ASCII Interface Version-11.0 9NT1316-ORACLE FCUBSV.UM 11.0.0.0.0.0.0 [January] [2010] Oracle Part Number E51712-01

ASCII Interface Version-11.0 9NT1316-ORACLE FCUBSV.UM 11.0.0.0.0.0.0 [January] [2010] Oracle Part Number E51712-01 ASCII Interface Version-11.0 9NT1316-ORACLE FCUBSV.UM 11.0.0.0.0.0.0 [January] [2010] Oracle Part Number E51712-01 Document Control Author: Documentation Team Created on: October 01, 2008 Updated by: Documentation

More information

Oracle FLEXCUBE Enterprise Limits and Collateral Management 12.1. Test Case Management. August 2013. Test Case Management

Oracle FLEXCUBE Enterprise Limits and Collateral Management 12.1. Test Case Management. August 2013. Test Case Management Oracle FLEXCUBE Enterprise Limits and Collateral Management 12.1 August 2013 1 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related Documents... 3 2 Introduction... 1 3 Overview of... 1 4 Login... 2 5

More information

Liquidation Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51527-01

Liquidation Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51527-01 Liquidation Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51527-01 Table of Contents Product 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.2 AUDIENCE... 1-1 1.3

More information

Corporate Loan Origination Version-11.1 9NT1368 - FLEXCUBE UBS V.UM 11.1.0.0.0.0.0 [August] [2010] Oracle Part Number E51575-01

Corporate Loan Origination Version-11.1 9NT1368 - FLEXCUBE UBS V.UM 11.1.0.0.0.0.0 [August] [2010] Oracle Part Number E51575-01 Corporate Loan Origination Version-11.1 9NT1368 - FLEXCUBE UBS V.UM 11.1.0.0.0.0.0 [August] [2010] Oracle Part Number E51575-01 Document Control Author: Documentation Team Created on : July 10, 2010 Updated

More information

Oracle FLEXCUBE Universal Banking 12.0.3. August 2013. Development Workbench Web Service Units Generation

Oracle FLEXCUBE Universal Banking 12.0.3. August 2013. Development Workbench Web Service Units Generation Oracle FLEXCUBE Universal Banking 12.0.3 Development Workbench Web Service Units Generation August 2013 1 Contents 1. Preface... 3 1.1 Audience... 3 1.2 Related Documents... 3 2. Introduction... 4 2.1

More information

Capture Pro Software FTP Server System Output

Capture Pro Software FTP Server System Output Capture Pro Software FTP Server System Output Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

An Oracle White Paper September 2013. Oracle WebLogic Server 12c on Microsoft Windows Azure

An Oracle White Paper September 2013. Oracle WebLogic Server 12c on Microsoft Windows Azure An Oracle White Paper September 2013 Oracle WebLogic Server 12c on Microsoft Windows Azure Table of Contents Introduction... 1 Getting Started: Creating a Single Virtual Machine... 2 Before You Begin...

More information

Oracle Financial Services Data Integration Hub Foundation Pack Extension for Oracle Banking Platform

Oracle Financial Services Data Integration Hub Foundation Pack Extension for Oracle Banking Platform Oracle Financial Services Data Integration Hub Foundation Pack Extension for Oracle Banking Platform User Manual Version 8.0.1.0.0 Page i Table of Contents TABLE OF CONTENTS PREFACE... 4 Audience... 4

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Apache Tomcat Release 12.1.0.1.0 E28545-04 February 2014 This document provides installation instructions and configuration information

More information

HP Operations Manager Software for Windows Integration Guide

HP Operations Manager Software for Windows Integration Guide HP Operations Manager Software for Windows Integration Guide This guide documents the facilities to integrate EnterpriseSCHEDULE into HP Operations Manager Software for Windows (formerly known as HP OpenView

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

Experian Credit Bureau Interface Version-11.1 9NT1438 ORACLE FCUBS V.UM 11.1.US.1.0.0.0 [March] [2011] Oracle Part Number E51715-01

Experian Credit Bureau Interface Version-11.1 9NT1438 ORACLE FCUBS V.UM 11.1.US.1.0.0.0 [March] [2011] Oracle Part Number E51715-01 Experian Credit Bureau Interface Version-11.1 9NT1438 ORACE FCUBS V.UM 11.1.US.1.0.0.0 [March] [2011] Oracle Part Number E51715-01 Document Control Author: Documentation Team Created on: September 19,

More information

How To Load Data Into An Org Database Cloud Service - Multitenant Edition

How To Load Data Into An Org Database Cloud Service - Multitenant Edition An Oracle White Paper June 2014 Data Movement and the Oracle Database Cloud Service Multitenant Edition 1 Table of Contents Introduction to data loading... 3 Data loading options... 4 Application Express...

More information

E-mail Listeners. E-mail Formats. Free Form. Formatted

E-mail Listeners. E-mail Formats. Free Form. Formatted E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail

More information

Novell Open Workgroup Suite Small Business Edition Helpdesk

Novell Open Workgroup Suite Small Business Edition Helpdesk Administration Guide AUTHORIZED DOCUMENTATION Novell Open Workgroup Suite Small Business Edition Helpdesk 2.5 June 1, 2009 www.novell.com Helpdesk Administration Guide Legal Notices Novell, Inc. makes

More information

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory Release 12.1.0.1.0 E28548-04 February 2014 Microsoft Active Directory, which is included with Microsoft

More information

DSI File Server Client Documentation

DSI File Server Client Documentation Updated 11/23/2009 Page 1 of 10 Table Of Contents 1.0 OVERVIEW... 3 1.0.1 CONNECTING USING AN FTP CLIENT... 3 1.0.2 CONNECTING USING THE WEB INTERFACE... 3 1.0.3 GETTING AN ACCOUNT... 3 2.0 TRANSFERRING

More information

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

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

More information

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity

More information

JD Edwards EnterpriseOne 9.1 Clustering Best Practices with Oracle WebLogic Server

JD Edwards EnterpriseOne 9.1 Clustering Best Practices with Oracle WebLogic Server JD Edwards EnterpriseOne 9.1 Clustering Best Practices with Oracle WebLogic Server An Oracle JD Edwards EnterpriseOne Red Paper December 2012 PURPOSE STATEMENT AND DISCLAIMER This document provides considerations

More information

Capture Pro Software FTP Server Output Format

Capture Pro Software FTP Server Output Format Capture Pro Software FTP Server Output Format Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

An Oracle White Paper March 2011. Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0)

An Oracle White Paper March 2011. Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0) An Oracle White Paper March 2011 Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0) Table of Contents Introduction... 2 Overview... 2 Adding WebCenter Adapter for

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

Installing Microsoft Exchange Integration for LifeSize Control

Installing Microsoft Exchange Integration for LifeSize Control Installing Microsoft Exchange Integration for LifeSize Control September 2005 Part Number 132-00002-001, Version 1.1 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize

More information

Oracle BEA WebLogic Oracle Enterprise Gateway Integration Guide

Oracle BEA WebLogic Oracle Enterprise Gateway Integration Guide An Oracle White Paper May 2011 Oracle BEA WebLogic Oracle Enterprise Gateway Integration Guide 1 / 19 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c.

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c. An Oracle White Paper June, 2012 Provisioning & Patching Oracle Database using Enterprise Manager 12c. Table of Contents Executive Overview... 2 Introduction... 2 EM Readiness:... 3 Installing Agent...

More information

s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ]

s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ] s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ] Oracle 1z0-102 : Practice Test Question No : 1 Which two statements are true about java

More information

Oracle FLEXCUBE Direct Banking Release 12.0.0 Retail Credit Card User Manual. Part No. E52305-01

Oracle FLEXCUBE Direct Banking Release 12.0.0 Retail Credit Card User Manual. Part No. E52305-01 Oracle FLEXCUBE Direct Banking Release 12.0.0 Retail Credit Card User Manual Part No. E52305-01 Retails Credit Card User Manual Table of Contents 1. Transaction Host Integration Matrix... 3 2. Credit Card

More information

Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate Foreign Exchange User Manual. Part No. E52305-01

Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate Foreign Exchange User Manual. Part No. E52305-01 Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate Foreign Exchange User Manual Part No. E52305-01 Corporate Foreign Exchange User Manual Table of Contents 1. Transaction Host Integration Matrix...

More information

Mobile Device Management Version 8. Last updated: 17-10-14

Mobile Device Management Version 8. Last updated: 17-10-14 Mobile Device Management Version 8 Last updated: 17-10-14 Copyright 2013, 2X Ltd. http://www.2x.com E mail: info@2x.com Information in this document is subject to change without notice. Companies names

More information

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service An Oracle White Paper June 2014 Security and the Oracle Database Cloud Service 1 Table of Contents Overview... 3 Security architecture... 4 User areas... 4 Accounts... 4 Identity Domains... 4 Database

More information

IBM i Version 7.2. Systems management Advanced job scheduler

IBM i Version 7.2. Systems management Advanced job scheduler IBM i Version 7.2 Systems management Advanced job scheduler IBM i Version 7.2 Systems management Advanced job scheduler Note Before using this information and the product it supports, read the information

More information

OpenLDAP Oracle Enterprise Gateway Integration Guide

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

More information

Sophos Mobile Control Installation guide. Product version: 3

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

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Internet Information Services Release 12.1.0.2.0 E28547-05 February 2014 This document provides a brief description

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Share Point Document Management For Sage 100 ERP

Share Point Document Management For Sage 100 ERP Share Point Document Management For Sage 100 ERP 457 Palm Drive Glendale, CA 91202 818-956-3744 818-956-3746 sales@iigservices.com www.iigservices.com Share Point Document Management 2 Information in this

More information

HP IMC User Behavior Auditor

HP IMC User Behavior Auditor HP IMC User Behavior Auditor Administrator Guide Abstract This guide describes the User Behavior Auditor (UBA), an add-on service module of the HP Intelligent Management Center. UBA is designed for IMC

More information

Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007. An Oracle White Paper July 2008

Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007. An Oracle White Paper July 2008 Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007 An Oracle White Paper July 2008 Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007 To create

More information

Avalanche Site Edition

Avalanche Site Edition Avalanche Site Edition Version 4.8 avse ug 48 20090325 Revised 03/20/2009 ii Copyright 2008 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

StreamServe Persuasion SP4

StreamServe Persuasion SP4 StreamServe Persuasion SP4 Installation Guide Rev B StreamServe Persuasion SP4 Installation Guide Rev B 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of this document

More information

CA Workload Automation Agent for Databases

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

More information

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15 Product Manual MDM On Premise Installation Version 8.1 Last Updated: 06/07/15 Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 www.parallels.com

More information

Configuring and Integrating Oracle

Configuring and Integrating Oracle Configuring and Integrating Oracle The Basics of Oracle 3 Configuring SAM to Monitor an Oracle Database Server 4 This document includes basic information about Oracle and its role with SolarWinds SAM Adding

More information

ABB solar inverters. User s manual ABB Remote monitoring portal

ABB solar inverters. User s manual ABB Remote monitoring portal ABB solar inverters User s manual ABB Remote monitoring portal List of related manuals Title ABB Remote monitoring portal User s manual NETA-01 Ethernet adapter module User s manual Code (English) 3AUA0000098904

More information

Practice Fusion API Client Installation Guide for Windows

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

More information

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On Remote Drive PC Client software User Guide -Page 1 of 27- PRIVACY, SECURITY AND PROPRIETARY RIGHTS NOTICE: The Remote Drive PC Client software is third party software that you can use to upload your files

More information

JORAM 3.7 Administration & Monitoring Tool

JORAM 3.7 Administration & Monitoring Tool JORAM 3.7 Administration & Monitoring Tool User Guide Author: Alexander Fedorowicz Date: October 26, 2003 Overview The JORAM Administration & Monitoring Tool (jamt) is a graphical user interface which

More information

MANUFACTURER RamSoft Incorporated 243 College St, Suite 100 Toronto, ON M5T 1R5 CANADA

MANUFACTURER RamSoft Incorporated 243 College St, Suite 100 Toronto, ON M5T 1R5 CANADA All Information provided in this document and in the accompanying software is subject to change without notice and does not represent a commitment on the part of RamSoft. RamSoft assumes no responsibility

More information

An Oracle White Paper October 2009. Frequently Asked Questions for Oracle Forms 11g

An Oracle White Paper October 2009. Frequently Asked Questions for Oracle Forms 11g An Oracle White Paper October 2009 Frequently Asked Questions for Oracle Forms 11g Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener An Oracle White Paper May 2013 Creating Custom PDF Reports with Oracle Application Express and the APEX Listener Disclaimer The following is intended to outline our general product direction. It is intended

More information

HOW TO DEPLOY AN EJB APLICATION IN WEBLOGIC SERVER 11GR1

HOW TO DEPLOY AN EJB APLICATION IN WEBLOGIC SERVER 11GR1 HOW TO DEPLOY AN EJB APLICATION IN WEBLOGIC SERVER 11GR1 Last update: June 2011 Table of Contents 1 PURPOSE OF DOCUMENT 2 1.1 WHAT IS THE USE FOR THIS DOCUMENT 2 1.2 PREREQUISITES 2 1.3 BEFORE DEPLOYING

More information

Sophos Mobile Control Installation guide. Product version: 3.5

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

More information

How To Use An Org.Org Adapter On An Org Powerbook (Orb) With An Org Idm.Org (Orber) Powerbook With An Adapter (Orbor) With A Powerbook 2 (Orbi) With The Power

How To Use An Org.Org Adapter On An Org Powerbook (Orb) With An Org Idm.Org (Orber) Powerbook With An Adapter (Orbor) With A Powerbook 2 (Orbi) With The Power Tivoli Identity Manager Version 4.6 Oracle ERP Adapter Installation and Configuration Guide SC32-1189-02 Tivoli Identity Manager Version 4.6 Oracle ERP Adapter Installation and Configuration Guide SC32-1189-02

More information

How To Login To The Mft Internet Server (Mft) On A Pc Or Macbook Or Macintosh (Macintosh) With A Password Protected (Macbook) Or Ipad (Macro) (For Macintosh) (Macros

How To Login To The Mft Internet Server (Mft) On A Pc Or Macbook Or Macintosh (Macintosh) With A Password Protected (Macbook) Or Ipad (Macro) (For Macintosh) (Macros TIBCO MFT Internet Server User Guide Software Release 7.2.4 October 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

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

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

More information

IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions

IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions IBM WebSphere Partner Gateway V6.2.1 Advanced and Enterprise Editions Integrated SFTP server 2011 IBM Corporation The presentation gives an overview of integrated SFTP server feature IntegratedSFTPServer.ppt

More information

Using Avaya Flare Experience for Windows

Using Avaya Flare Experience for Windows Using Avaya Flare Experience for Windows Release 9.0 Issue 02.01 September 2013 Contents Chapter 1: About Flare Experience... 5 About Flare Experience... 5 Main window... 6 Button descriptions... 10 Chapter

More information

753 Broad Street Phone: 706-312-3535 Suite 200 Fax: 706-868-8655 Augusta, GA 30901-5518. Copyrights

753 Broad Street Phone: 706-312-3535 Suite 200 Fax: 706-868-8655 Augusta, GA 30901-5518. Copyrights Ipswitch, Inc. Web: www.imailserver.com 753 Broad Street Phone: 706-312-3535 Suite 200 Fax: 706-868-8655 Augusta, GA 30901-5518 Copyrights 1995-2011 Ipswitch, Inc. All rights reserved. IMail Collaboration

More information

Oracle Business Intelligence 11g OPN Advanced Workshop

Oracle Business Intelligence 11g OPN Advanced Workshop Oracle Business Intelligence 11g OPN Advanced Workshop Lab Book OPN: Oracle Business Intelligence 11g Advanced Workshop OPN Workshop: BI 11g Advanced Seite 1 Authors Revision Jignesh Mehta Naresh Nemani

More information

Empowered by Innovation. Setting Up and Using Fax Mail. P/N 1770087 July 2006 Printed in U.S.A.

Empowered by Innovation. Setting Up and Using Fax Mail. P/N 1770087 July 2006 Printed in U.S.A. Empowered by Innovation Setting Up and Using Fax Mail P/N 1770087 July 2006 Printed in U.S.A. This manual has been developed by NEC Unified Solutions, Inc. It is intended for the use of its customers and

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

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

More information

NetBak Replicator 4.0 User Manual Version 1.0

NetBak Replicator 4.0 User Manual Version 1.0 NetBak Replicator 4.0 User Manual Version 1.0 Copyright 2012. QNAP Systems, Inc. All Rights Reserved. 1 NetBak Replicator 1. Notice... 3 2. Install NetBak Replicator Software... 4 2.1 System Requirements...

More information

CASHNet Secure File Transfer Instructions

CASHNet Secure File Transfer Instructions CASHNet Secure File Transfer Instructions Copyright 2009, 2010 Higher One Payments, Inc. CASHNet, CASHNet Business Office, CASHNet Commerce Center, CASHNet SMARTPAY and all related logos and designs are

More information

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Goals... 3 High- Level Steps... 4 Basic FTP to File with Compression... 4 Steps in Detail... 4 MFT Console: Login and

More information

CounterPoint SQL and Magento ecommerce Interface

CounterPoint SQL and Magento ecommerce Interface CounterPoint SQL and Magento ecommerce Interface Requirements: CounterPoint SQL: 8.3.9, 8.4.2 Magento Community Edition: 1.5.1+ (older versions are not compatible due to changes in Magento s API) MagentoGo

More information

WatchDox for Windows User Guide. Version 3.9.0

WatchDox for Windows User Guide. Version 3.9.0 Version 3.9.0 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals or

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.

More information

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Version 7.2 November 2015 Last modified: November 3, 2015 2015 Nasuni Corporation All Rights Reserved Document Information Testing

More information

D&B SafeTransPort Tutorial YOUR MANAGED FILE TRANSFER SOLUTION FOR SECURE FILE TRANSFERS WITH D&B

D&B SafeTransPort Tutorial YOUR MANAGED FILE TRANSFER SOLUTION FOR SECURE FILE TRANSFERS WITH D&B Tutorial YOUR MANAGED FILE TRANSFER SOLUTION FOR SECURE FILE TRANSFERS WITH D&B Overview Overview Topics Covered overview, features and benefits Account activation and password maintenance Using the User

More information

TIBCO iprocess Web Services Server Plug-in Installation. Software Release 11.3.0 October 2011

TIBCO iprocess Web Services Server Plug-in Installation. Software Release 11.3.0 October 2011 TIBCO iprocess Web Services Server Plug-in Installation Software Release 11.3.0 October 2011 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Load Balancing Oracle Web Applications. An Oracle White Paper November 2004

Load Balancing Oracle Web Applications. An Oracle White Paper November 2004 Load Balancing Oracle Web Applications An Oracle White Paper November 2004 Load Balancing Oracle Web Applications Introduction... 3 Load Balancing Implementation... 3 Architecture Overview... 3 Architecture

More information

LAE 5.1. Windows Server Installation Guide. Version 1.0

LAE 5.1. Windows Server Installation Guide. Version 1.0 LAE 5.1 Windows Server Installation Guide Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS THEREOF MAY NOT BE REPRODUCED IN ANY FORM WITHOUT

More information

BrightStor ARCserve Backup for Linux

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

More information

Omniquad Exchange Archiving

Omniquad Exchange Archiving Omniquad Exchange Archiving Deployment and Administrator Guide Manual version 3.1.2 Revision Date: 20 May 2013 Copyright 2012 Omniquad Ltd. All rights reserved. Omniquad Ltd Crown House 72 Hammersmith

More information

Perceptive Intelligent Capture Solution Configration Manager

Perceptive Intelligent Capture Solution Configration Manager Perceptive Intelligent Capture Solution Configration Manager Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A.

More information

Monitoring Replication

Monitoring Replication Monitoring Replication Article 1130112-02 Contents Summary... 3 Monitor Replicator Page... 3 Summary... 3 Status... 3 System Health... 4 Replicator Configuration... 5 Replicator Health... 6 Local Package

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

eg Enterprise v5.2 Clariion SAN storage system eg Enterprise v5.6

eg Enterprise v5.2 Clariion SAN storage system eg Enterprise v5.6 EMC Configuring Clariion and SAN and Monitoring Monitoring storage an system EMC an eg Enterprise v5.2 Clariion SAN storage system eg Enterprise v5.6 Restricted Rights Legend The information contained

More information

PrinterOn Mobile App for ios and Android

PrinterOn Mobile App for ios and Android PrinterOn Mobile App for ios and Android User Guide Version 3.4 Contents Chapter 1: Getting started... 4 Features of the PrinterOn Mobile App... 4 Support for PrinterOn Secure Release Anywhere printer

More information

TIBCO Slingshot User Guide

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

More information

Server Manager. Open Text Web Solutions Management Server 10.0

Server Manager. Open Text Web Solutions Management Server 10.0 Server Manager Open Text Web Solutions Management Server 10.0 Copyright 2009 Open Text Corporation. All rights reserved. Documentation 01/2009 - Management Server 10.0 This documentation contains information

More information

Sendspace Wizard Desktop Tool Step-By-Step Guide

Sendspace Wizard Desktop Tool Step-By-Step Guide Sendspace Wizard Desktop Tool Step-By-Step Guide Copyright 2007 by sendspace.com This publication is designed to provide accurate and authoritative information for users of sendspace, the easy big file

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide An Oracle White Paper May 2011 Microsoft Active Directory Oracle Enterprise Gateway Integration Guide 1/33 Disclaimer The following is intended to outline our general product direction. It is intended

More information