introduction to the adapter server

34
Introduction to the Adapter Server Rob Mace June, 2008

Upload: lamya

Post on 08-Jan-2016

59 views

Category:

Documents


2 download

DESCRIPTION

Rob Mace June, 2008. Introduction to the Adapter Server. S. - 1. Objectives. Introduction to iWay Understand iWay components (Adapters, iWay Client, and Network Services) Discuss server deployment scenarios iWay Adapter Server Internals Learn about administration of the iWay Server. S. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Introduction to the Adapter Server

Introduction to the Adapter Server

Rob MaceJune, 2008

Page 2: Introduction to the Adapter Server

• Introduction to iWay

• Understand iWay components (Adapters, iWay Client, and Network Services)

• Discuss server deployment scenarios

• iWay Adapter Server Internals

• Learn about administration of the iWay Server

S - 1

Objectives

Page 3: Introduction to the Adapter Server

What is iWay?

S - 2

Page 4: Introduction to the Adapter Server

S - 3

iWay Components

iWa

y C

lie

nt

iWa

y A

da

pte

rs

iWay ServerFront-end Applications Data Sources

Page 5: Introduction to the Adapter Server

S - 4

iWay Adapters

Perform data retrieval and allows the iWay server to access and process information stored in any format.

iWay

Ad

apte

rs

iWay ServerFront-end Applications Data Sources

Page 6: Introduction to the Adapter Server

S - 5

iWay Adapters (continued)

Type of Adapters System Access Enabled

Data and File System

Provide interfaces to relational, non-relational and legacy databases and file systems.

Application SystemsProvides query access to packaged applications such as SAP, Siebel, Lawson and others.

Transaction SystemsEnables the use of existing legacy transactions to perform database access, such as CICS or IMS.

Page 7: Introduction to the Adapter Server

S - 6

iWay Client

iWay

Clie

nt

iWay ServerFront-end

Applications Data Sources

Extends the reach of an existing software application without having to custom build an interface.

Page 8: Introduction to the Adapter Server

S - 7

iWay Network Services

TCP/IPTCP/IP

iWa

y C

lie

nt

iWa

y L

iste

ne

rs

iWay ServerFront-end

Applications Data Sources

outboundinbound

iWa

y A

da

pte

rs

Page 9: Introduction to the Adapter Server

A variety of environments can be integrated using iWay.

S - 8

iWay Network Services (continued)

Page 10: Introduction to the Adapter Server

S - 9

• WebFOCUS

• Data Migrator

• Full Function Server

iWay Server Implementations

Page 11: Introduction to the Adapter Server

S - 10

WebFOCUS

Information Builders’ Business Intelligence product suite.

• WebFOCUS Client

Can be configured in various ways depending on application requirements but must include two essential components:

• WebFOCUS Reporting Server

Page 12: Introduction to the Adapter Server

S - 11

WebFOCUS Client

• Runs as part of your Web and/or application server and connects WebFOCUS to the Web.

• Receives and processes browser requests by passing them to the WebFOCUS Reporting Server.

• Includes an iWay Client component for communicating with the WebFOCUS Reporting Server.

Page 13: Introduction to the Adapter Server

S - 12

WebFOCUS Reporting Server

• Is a specific configuration of an iWay Server.

• Resides on the machine(s) that can access your data.

• Provides data access, numeric analysis, and report generation functionality.

Page 14: Introduction to the Adapter Server

Standalone Configuration:

S - 13

WebFOCUS Configurations

Page 15: Introduction to the Adapter Server

S - 14

Distributed Configuration:

WebFOCUS Configurations (continued)

Page 16: Introduction to the Adapter Server

S - 15

Multiple Data Source Configuration #1:

WebFOCUS Configurations (continued)

Page 17: Introduction to the Adapter Server

S - 16

Multiple Data Source Configuration #2:

WebFOCUS Configurations (continued)

Page 18: Introduction to the Adapter Server

1 - 17

Data Migrator

Suite of software components that automates the process of building and maintaining a data warehouse or data mart.

• Data Migrator Client

Components required for a Data Migrator implementation:

• Data Migrator Server

Page 19: Introduction to the Adapter Server

S - 18

Data Migrator Client

• Also called the Data Migrator Data Management Console (DMC).

• Provides a graphical user interface to design, test, and run data and process flows.

• Utilizes iWay client software.

Page 20: Introduction to the Adapter Server

S - 19

Data Migrator Server

• Another specific configuration of an iWay Server.

• Provides the central point of processing for data sorting, transformations, e-mail notification, scheduling, and security rules.

• Utilizes iWay data adapters for extracting and loading the data.

Page 21: Introduction to the Adapter Server

S - 20

Data Migrator Configuration

Page 22: Introduction to the Adapter Server

S - 21

Full Function Server

A configuration of the iWay server that is used to allow other applications to talk to back-end data sources.

Page 23: Introduction to the Adapter Server

S - 22

iWay Server Internals

Listeners – Receive communicationsfrom client tools and applications

Workspace Manager - Manages clientconnections and data access

Adapters – Enable the iWay Server toaccess corporate data sources

Special Services – Internal processesthat perform specific tasks

Page 24: Introduction to the Adapter Server

S - 23

iWay Terminology

Service

Connection Session Agent

Page 25: Introduction to the Adapter Server

S - 24

iWay Server Communication

Page 26: Introduction to the Adapter Server

S - 25

iWay Server Listeners

Lis

ten

ers

Page 27: Introduction to the Adapter Server

S - 26

Workspace Manager

Workspace Manager

Responsible for management and processing of client requests.

Page 28: Introduction to the Adapter Server

S - 27

Workspace Manager Configuration

Two major areas of configuration in the Workspace Manager are:

iWay Services

General Server Configuration Settings

Page 29: Introduction to the Adapter Server

S - 28

iWay Server Profiles

Used by iWay server to customize the server environment for different users and/or applications.

• Can be applied on a global, service, group, or user level basis.

• Used for application set up commands such as environmental settings, search path, and DBMS connection information.

• Run upon each connection to the iWay server.

• Settings established by profiles are in effect for the duration of the established connection.

• The server processes all profiles found in the search order. If it finds duplicate settings or commands, the last setting or command processed will be active for the connection.

Page 30: Introduction to the Adapter Server

S - 29

Type of Profile

Characteristics

Global

Always run firstSettings are applied to all connectionsDefault location is installation_directory\etc\Must be named edasprof.prf

Service

If established, is run after the global profileSettings are applied to all users of a specific service in the iWay serverLocation of procedure is anywhere in the application search pathName is specified in the service configuration page on the iWay server console.fex file stored in an application

Group

Not supported on the Windows platformSecurity for iWay server must be set to OPSYSIf established, is run after the service profileRun for users associated with a specific security group (i.e., default RACF group)Default location is …\ibi\profilesProfile name is group_name.prf

User

Security for iWay server must not be set to OFFIf established, is run after the group profileRun for a specific user based on their user IDDefault location is …\ibi\profilesProfile name is user_id.prf

iWay Server Profiles (continued)

Page 31: Introduction to the Adapter Server

S - 30

Global

Common Uses - iWay Server Profiles

Service

Group/User

• Set default adapter connections

• Establish global variables to be used by client applications

• Set environmental variables

• Establish test environments for verifying new or updated code

• Establish application-specific environments for protecting application components (metadata and procedures)

• Establish data connections for specific users to access sensitive data

• Change default application search path

• Override default settings established in global or group profiles

Page 32: Introduction to the Adapter Server

S - 31

iWay Server Administration

Page 33: Introduction to the Adapter Server

S - 32

iWay Server Administrative Tasks

• Configuring data adapters

• Configuring a remote iWay server

• Managing application folders and files

• Creating and managing metadata

• Editing and managing procedures

• Running and monitoring the iWay Server

• Troubleshooting the iWay Server

• Scalability controls such as clustering and dynamic load balancing

Page 34: Introduction to the Adapter Server

S - 33

• Introduction to iWay

• Understand iWay components (Adapters, iWay Client, and Network Services)

• Discuss server deployment scenarios

• iWay Adapter Server Internals

• Learn about administration of the iWay Server

Review