Presentation is loading. Please wait.

Presentation is loading. Please wait.

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

Similar presentations


Presentation on theme: "Naomi Klamen iWay Product Management iWay Service Manager 6.1.0 Copyright 2010, Information Builders. Slide 1."— Presentation transcript:

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

2 iWay Roadmap

3  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

4  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

5 iWay 6.1.0 Enhancement Areas  Core  Transformer  eBusiness  Adapters  EIM  iWay Integration Tools

6  Operation and Management Enhancements  SNMP  Centralized management of iWay Service Manager servers (remote servers)  New ISM features  XQUERY services  Reverse invocation: iterative, synchronous forward mode,streaming  Internal Queue pending, Priority iWay Service Manager 6.1 GA Roadmap

7 iWay 6.1.0 SNMP  Simple Network Management Protocol  An Internet standard for reporting status  Exposes iSM activity to 3 rd party analysis tools IBM TivoliHP 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

8 iWay 6.1.0 – What is SNMP?  iSM SNMP MIB exposes key information: Server statusListener statusSpecial registers  iSM SNMP MIB allows start/stop of listeners  Users can query for state or configure for notifications [alarms] for: Server up/downListener up/down  Associates with JVM’s MIB [and OS MIB] Memory useThreads CPU use

9 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

10 iWay 6.1.0: SNMP Provider

11  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

12  iWay Telnet extension  One telnet listener required per Server  Not per configuration  Local. Controlled as remote –config.  Remote. Controlled as remote –host host:port, Once established and assigned, the control port will not change for that configuration  show configs Enter command:>show configs * base Server Uptime: 7 minutes telnet port=23 raw Server is down training Server Uptime: 9 hours, 29 minut  remote training Enter command:>remote training remote to 'training' set iWay Service Manager 6.1.0: Telnet extension

13  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

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

15  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 documentXPath  Supplements this with a SQL-like "FLWOR expression" for performing joins. A FLWOR : FOR, LET, WHERE, ORDER BY, RETURN.SQLFLWOR  XQuery is easier to learn than XSLT  XQuery 1.0 does not include features for updating XML documents or databases iWay Service Manager 6.1.0: XQuery

16  Install XQuery extension  IFL statement  _Xquery()  Used to return simple value  XDXQueryAgent  Return XML Document  Full XQuery iWay Service Manager 6.1.0: XQuery

17  XQuery iWay Service Manager 6.1.0: XQuery

18 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

19 Transformer Enhancements Validate Component Structure Validate Dictionary structure and produce an error message on element overlap at design time Copyright 2010, Information Builders. Slide 19

20 Transformer Enhancements Mapping Builder Ability to store an aggregation of functions to be reused in future projects (macro) Copyright 2010, Information Builders. Slide 20

21 Transformer Enhancements Document Viewer Improvements Flat Files: monospace font and line and column information Copyright 2010, Information Builders. Slide 21

22 Transformer Enhancements Document Viewer Improvements Test Transform: Pretty Print for XML document Copyright 2010, Information Builders. Slide 22

23 Output Formatter Feature Expands pipeline transformation to the Transform Component

24 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"...

25 Development Tools Tools  Customize  AutoRecover

26 Development Tools Autosave  Recover

27 6.1.0 Adapters  Application Adapters  Connect Direct  J. D. Edwards One World  J. D. Edwards Enterprise One .Net  Oracle Applications  People Soft  SAPJCO 3.x API’s  Siebel  Sales Force.com including Bulk update  Telnet Adapter

28 6.1.0 eBusiness Adapters  EDI/X12  Metadata is downloaded separately  Both Pipeline and Non Pipeline metadata available  EDIFACT  EDIFACT only has pipelined metadata.  SWIFT  SWIFT 2010

29 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

30 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

31 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

32  RTDR  LEA  Oracle LEA  SQL LEA  INFORMIX LEA  DQC 7.0  IIT Production (Windows only) iWay Service Manager 6.1 GA Roadmap

33  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/iithttp://updates.ibi.com  Will provide updates for the CFR into production.  DQC integrated builds iWay Integration Tools

34  Features  IFL editor available.  Data Integration Extension support through the Data Integration Object.  iWay Integration Tools Getting Started Guide available now. iWay Integration Tools

35  Short term (for 6.1 GA)  IIA  Channel Editor  Dictionary Builder  Long Term:  Impact Analysis iWay Integration Tools Roadmap

36  Operation and Management Enhancements  Remote Deployment of iWay Applications and maintenance  Enhanced Security  Role Based Security  Enhanced Console security including LDAP,SSO  OCSP  New features  Improved Web Service engine including WS* and SOAP over any protocol  Complex WSDL  Managed File Transfer services iWay Service Manager 6.1.1 Roadmap

37  Customer Feedback:  We love and need feedback!!!  Hottrack cases for bugs.  New Feature Requests/Usability enhancements  Hottrack.  Email to feedback@iwaysoftware.com. iWay Service Manager


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

Similar presentations


Ads by Google