Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information...

37
Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1

Transcript of Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information...

Page 1: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Naomi Klamen

iWay Product Management

iWay Service Manager 6.1.0

Copyright 2010, Information Builders. Slide 1

Page 2: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay Roadmap

Page 3: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

5.5.SP2 End of Support (Java 1.4) EOS12/31/2010

5.6 Maintenance (Java 1.5) 5.6.12 10/8/2010

6.0 Maintenance (Java 1.5) None planned

6.0.1 Maintenance (Java 1.5, certified only 1.6) 6.0.1.9 9/30/2010 6.0.1.10 11/15/2010

6.1 New Release** (Java 1.6) Beta 9/27/2010 GA 11/8

iWay Service Manager Releases

Page 4: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay 6.1 New release install Not upgrade New environment variable IWAY61 Requires JAVA 1.6 Can coexist with iWay 5.6 and iWay 6.0.1

iWay Service Manager 6.1

Page 5: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay 6.1.0 Enhancement Areas

Core

Transformer

eBusiness

Adapters

EIM

iWay Integration Tools

Page 6: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Operation and Management EnhancementsSNMPCentralized management of iWay Service Manager

servers (remote servers)

New ISM featuresXQUERY servicesReverse invocation: iterative, synchronous forward

mode,streaming Internal Queue pending, Priority

iWay Service Manager 6.1 GA Roadmap

Page 7: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay 6.1.0 SNMP

Simple Network Management Protocol

An Internet standard for reporting status

Exposes iSM activity to 3rd party analysis toolsIBM Tivoli HP OpenView

CA Unicenter PRTG

Freeware such as ‘MRTG’

Exchanges a standards-based Message Information Block [MIB] with the analysis tool (called a Manager)

Supports SNMPv3 (current) including security

Page 8: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay 6.1.0 – What is SNMP?

iSM SNMP MIB exposes key information:Server status Listener status Special registers

iSM SNMP MIB allows start/stop of listeners

Users can query for state or configure for notifications [alarms] for:

Server up/down Listener up/down Associates with JVM’s MIB [and OS MIB]

Memory use Threads

CPU use

Page 9: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay 6.1.0: Uses for SNMP

Alert if server goes down

Alert if memory becomes depleted

Alert if performance goes under x msgs/second

Alert if total sales amount exceeds x units

If total msgs/sec exceeds x, start another listener

Page 10: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay 6.1.0: SNMP Provider

Page 11: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

used to remotely access the iSM 6.1.0

A Telnet client session can connect to any iSM instance running either in the foreground or the background.

Helpful when access to the command line console cannot be performed locally when the iSM instance is running in the background, for example, a Windows service.

iWay Service Manager 6.1.0: Telnet Extension

Page 12: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay Telnet extension One telnet listener required per Server

Not per configurationLocal. Controlled as remote –config <name>. Remote. Controlled as remote –host host:port,

Once established and assigned, the control port will not change for that configuration show configsEnter command:>show configs

* base Server Uptime: 7 minutes telnet port=23

raw Server is down

training Server Uptime: 9 hours, 29 minut

remote trainingEnter command:>remote training

remote to 'training' set

iWay Service Manager 6.1.0: Telnet extension

Page 13: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay Telnet extension

Scripting for lights out operation set cmdstatus = on

#!/bin/sh

host=localhost

port=9023

cmd="info"

( echo open ${host} ${port}

sleep 1

echo "iway"

sleep 1

echo "iway"

sleep 1

echo ${cmd}

sleep 1

echo quit ) | telnet > /home/jay/out.txt

echo " "

echo "* * * command output start * * *"

cat /home/jay/out.txt

echo "* * * command output end * * * *"

echo " "

iWay Service Manager 6.1.0: Telnet extension

Page 14: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay Telnet extension command return codes SCMD 0 Command successful 1000 General security not otherwise explained 2000 General syntax error 3000 Resource error - the component or item called upon returned an error 5000 Specification error: Although the syntax was right the combination of information was not 6000 IO: Some I/O error occurred 9999 Error not categorized 6001 Cannot remote the specified command. For example, cannot issue a 'remote' command in remote mode 1002 Principal in effect did not allow the command to run 3009 Cannot parse the external configuratikon file in a PULL command 5010 Unknown configuration for PULLcommand 5011 Provider class is not recognizedin the PULL command 3012 Provider class not found in PULL cmmand 2002 Name of an external tool is not specified in TOOL command 6101 Unable to read dictionary in PULL command 5101 Tool not found to execute 5007 Tool specified is not a valid iWay server tool 3022 Tool failed with reported exception 3023 Tool failed with reported runtime exception 2021 No remote setting offered 5021 Remote configuration is not configured on this installation of the server 3023 Remote configuration <name> is not running. The configuration must be running to execute commands. 2023 Unable to remote to own configuration. 2004 The name of a master/channel is required and was not entered 5121 Names master/channel was not valid 2005 Master/channel name is required for comand and it is missing. 1031 Register name is restricted. You cannot set a configuration or other restricted special register's value 2014 Invalid value expression: needs a document. You cannot use iFL expresisons to set a register vlaue if the 2005 RUN command requires a path to a command file 2006 <line number> in run script has a syntax error 2007 <line number> in run script has a, iFL syntax error 2700 Syntax, a member of a list of values is not valid

iWay Service Manager 6.1.0: Telnet extension

Page 15: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

XQuery provides the means to extract and manipulate data from XML documents or any data source that can be viewed as XML

XQuery uses XPath expression syntax to address specific parts of an XML document

Supplements this with a SQL-like "FLWOR expression" for performing joins. A FLWOR : FOR, LET, WHERE, ORDER BY, RETURN.

XQuery is easier to learn than XSLTXQuery 1.0 does not include features for updating XML

documents or databases

iWay Service Manager 6.1.0: XQuery

Page 16: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Install XQuery extension IFL statement

_Xquery() Used to return simple value

XDXQueryAgent Return XML Document Full XQuery

iWay Service Manager 6.1.0: XQuery

Page 17: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

XQuery

iWay Service Manager 6.1.0: XQuery

Page 18: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay Transformer Enhancement Areas

• ‘Validate Component Structure’ feature

• ‘Preserve Mapping’ feature

• Mapping Library

• ‘Output Formatter’ feature

• Document viewer improvements

• Flat Files: monospace font and line and column information

• Test transform: Pretty Print for XML document

Page 19: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Transformer EnhancementsValidate Component Structure

• Validate Dictionary structure and produce an error message on element overlap at design time

Copyright 2010, Information Builders. Slide 19

Page 20: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Transformer Enhancements Mapping Builder

• Ability to store an aggregation of functions to be reused in future projects (macro)

Copyright 2010, Information Builders. Slide 20

Page 21: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Transformer EnhancementsDocument Viewer Improvements

• Flat Files: monospace font and line and column information

Copyright 2010, Information Builders. Slide 21

Page 22: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Transformer EnhancementsDocument Viewer Improvements

• Test Transform: Pretty Print for XML document

Copyright 2010, Information Builders. Slide 22

Page 23: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Output Formatter Feature

• Expands pipeline transformation to the Transform Component

Page 24: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

iWay Designer Improvements

• Designer usability improvements:

• Auto save

• Sort projects alphabetically

• Import projects now sorted alphabetically

• Design mode alert box only has option for "OK"...

Page 25: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Development Tools

• Tools Customize AutoRecover

Page 26: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Development Tools

• Autosave Recover

Page 27: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

6.1.0 Adapters

Application AdaptersConnect Direct J. D. Edwards One World J. D. Edwards Enterprise One .NetOracle ApplicationsPeople SoftSAPJCO 3.x API’sSiebelSales Force.com including Bulk updateTelnet Adapter

Page 28: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

6.1.0 eBusiness Adapters

EDI/X12Metadata is downloaded separatelyBoth Pipeline and Non Pipeline metadata

availableEDIFACT

EDIFACT only has pipelined metadata.SWIFT

SWIFT 2010

Page 29: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

6.1.0 eBusiness: Business Activity Monitor

• Enhanced Filtering and Search options• Better performance and data load• Ability to log only start/end/error events for optimum

production performance• Transaction Grouping based on any column enables the

grouping of messages together.•  Oracle and MS SQL Server 2005/2008 support•  Display of additional information such as source name,

duration, message size.• Support for Business Type errors indicated by Yellow

Warning Status flag.• Integration with WebFOCUS reports designed for BAM

data

Page 30: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

6.1.0 eBusiness: Business Activity Monitor

• LDAP supported for authentication• Multinode deployment, centralized server with multiple

client/config nodes• Resubmit message with context

• Resubmit multiple messages at same time

• BAM - Partner Activity and Correlation Activity linked view to enable quicker data search

• BAM - Message logging at any point of process, even when internal events are not logged. Enables user selected log points

Page 31: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

6.1.0 eBusiness: Trading Partner Manager

• Enhanced Metadata View with expand/collapse/sort options and description fields

• Unique relationship between Partner - System - Message type for quick routing.

•  Copy ability for any domain such as partner, system, etc..

• Enhanced performance for quick data access

• LDAP supported for authentication

• Partner search capability

• Oracle and MS SQL Server 2005/2008 support

• Enhanced GUI for quicker navigation and view of metadata

Page 32: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

RTDR LEA

Oracle LEA SQL LEA INFORMIX LEA

DQC 7.0 IIT Production (Windows only)

iWay Service Manager 6.1 GA Roadmap

Page 33: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Release CFR released on the 11/09. CFR first update release on 12/02. Going production with 6.1 GA Available via techsupport.ibi.com. Update site http://updates.ibi.com/iit

Will provide updates for the CFR into production. DQC integrated builds

iWay Integration Tools

Page 34: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Features IFL editor available.

Data Integration Extension support through the Data Integration Object.

iWay Integration Tools Getting Started Guide available now.

iWay Integration Tools

Page 35: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Short term (for 6.1 GA) IIAChannel EditorDictionary Builder

Long Term: Impact Analysis

iWay Integration Tools Roadmap

Page 36: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Operation and Management EnhancementsRemote Deployment of iWay Applications and

maintenanceEnhanced Security

Role Based Security Enhanced Console security including LDAP,SSOOCSP

New features Improved Web Service engine including WS* and

SOAP over any protocolComplex WSDLManaged File Transfer services

iWay Service Manager 6.1.1 Roadmap

Page 37: Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1.

Customer Feedback: We love and need feedback!!! Hottrack cases for bugs. New Feature Requests/Usability enhancements

Hottrack.Email to [email protected].

iWay Service Manager