ISM Web Console - Overview

Overview

ISM executes all the jobs related to the interface development by web console. The interface is developed, applied, modified, and controlled by the console.

Getting Started Web Console

BusinessWare

Execute webconsole/bin/startup.sh(bat) below ISM installation directory to start the web console. The default URL of the web console is as below.

  • http://ISMInstallationHost:9080/ISM25

JBoss

Execute JBoss to start the web console application since it is installed as an JBoss application. The port of web console is the same as the http port of JBoss.

  • http://ISMInstallationHost:9080/ISM25

Web Console Login

Default user/password which is generated on installation is "ism/fiss". This user is an admin user. To manage the privilege, log in as the admin user to create new users.

The main screen composition printed right after logging in is as below.

Each section information is as follows.

  1. Header section
    • ISM Logo
      • Click the ISM logo screen to toggle between show and hide the menu section.(toggle)
    • User
      • Show the current logged in user.
    • Current Server
      • Show the current logged in server.
    • Language Selection
      • Automatically select the language corresponding to the user environment.
      • English/Korean are supported.
    • Logout Button
      • Logout and return to the login screen.
  2. Menu Section
    • Menu Section shows the ISM relevant jobs including development/management/process result inquiry according to the categories.
    • Menu section shows ISM relevant jobs including interface development/management/process result inquiry
  3. Main Section
    • When the menu is selected, the screens of pertinent menu is printed and process required job in the section.

Web Console Menu

Interface Information

This menu is to manage the jobs for the interface development/modification. The items under the menu are the required to configure the interface of ISM.

Integration Service Management Integration Service List Manage the ISM interface.
Service List Manage the service to be used to transfer/receive.
Task List Manage the previous process/post process information to be used on batch/deferred service.
Service Modeling Manage the information of the service flow.
System Management System List Manage the interface target system.
Application List Manage the application in running on the system.
Server List Manage the information of the host where the application is running.
Common System Manage the system ID to be used on the common process.
Data Management Date Structure List Manage the data structure to be used to the input/output of the Transfer/Receive service.
Field Group List Manage the field group to constitute the data structure.
Field List Manage individual field comprising data that is used to input/output.
Service Mapping Manage the conversion information on input/output.
Function Template Manage the transform function.
Code Conversion Manage the mapping information according to code values.

Job Management

Rule Reservation Application Reserve the time to apply the runtime.
Deferred Job Management Controls the deferred Job.
Import rule Import the interface information written by another server.
Publish rule Apply developed interface on runtime.

Process Result Inquiry

Online Process Result Show the results of the online process.
Batch Process Result Show the results of the file/DB batch interface.
Deferred Process Result Show the results of the deferred interface.

Statistics Inquiry

Online Statistics by Time Show the report by time of the online interface.
Online Statistics by Date Show the report by date of the online interface.
Statistics by Batch Time Show the report by time of the batch interface.
Statistics by Batch Date Show the report by date of the batch interface.
Statistics by Deferred Time Show the report by time of the deferred interface.
Statistics by Deferred Date Show the report by date of the deferred interface.

Monitoring

Show Dashboard Show the monitoring dashboard.
Create Dashboard Create the monitoring dashboard
Custom Widget Manage the custom monitoring widget to be printed on dashboard
Dashboard error message Manage the error message printed on dashboard

Basic Information Management

General Code Manage the codes related to run ISM.
User Management Manage the web console user.
Privilege Management Manage the user privilege by the roles of web console.
Rule Modification History Show the modification history of the information constituting the interface.

Fetching

Import WSDL Create the service importing web service information
Import SAP Create the service importing SAP RFC information

Web Console Button Description

The meaning of the buttons commonly used on the web console is as follows.

Add
Edit
Save
Apply master
View master
Runtime application
Inquire unpublished rule Print all the items which aren't applied to runtime among the same sort of items.
Save as a new version The first version is saved to 1.0, and the new version is saved to 1.1.
Save as a new ID
View impact

If the user click "View impact" while he clicks the item, the top items using the pertinent item are printed.

Version Management

The relevant information of the interface is printed as below according to each status.

First Creation
Master application
Modification after the master application
Runtime application

Basic Information Management

General Code

The information managed by codes is as the picture below.

AgentDomain

AgentDomain is used to send the request or information to the current running ISM processes. The communication types using AgentDomain is as follows.

  • Application of Interface Runtime

When the deveoped interface is applied to runtime, the location of current running process(host) must be identified to send the modified or added information to the ISM process. To send the modified or added information to the ISM process, the location of the current running process(host) must be identified. When the ISM process is on running in multiple hosts(machines), register each host, and order the host processes to register or renew the interface information.

  • View the Transaction Message

Read the data(Transaction Message) which has used by the process stages on the process result screen of the online interface, and print it on the process result screen of the online interface.

AgentDomain Registeration
Code Classification AgentDomain
Code Name Host name of the ISM process is running
Code Contents Description of code name

DFD Domain

Defines what host will execute the deferred interface.

DFDDomain Registration
Code Classification DFDDomain
Code Name Name of the host in running by deferred manager + ":" + queue name used by deferred manager
Code Contents Description of the code name

Businessware version is able to run the deferred processes that are using different queue name, but the WAS version such as JBoss has the same queue name of the deferred manager. WAS version is able to be running on multiple processes with a queue name by the Cluster function of Quartz scheduler.

Batch Domain

Define the main server to restart reprocessing batch process.

Code classification BatchDomain
Code name Name of the host running batch manager
Code contents Description of the code name

ISM Console

Define the web console correspondent to the source to fetch the interface information from when the developed interface is moved(e.g. moved from development server to management server)

Code Classification ISMConsole
Code Name Server in running web server + ":" + Port number
Code Description Description of the code name
  • Port number
    • BusinessWare : 9080
    • JBoss : 8080

User Management

Manage the user logged in the web console.

Properties Description Note
User Id User Identification
Name User Name
Password Password A number under 16-digit number, character, special characters are available.
Department User Business Team Not in use
Manager Manager Status Not in use
Privilege User Privilege User privilege to access the screen
Position User Position Not in use
Telephone Telephone number Not in use

Privilege Management

Define which menu a user can access. Access privilege is set per the role not user.

Click SAVE to save the menu to be allowed to the selected role.

Reload the screen to apply the changes since the privilege setting is saved.

Rule Modification History

Rule Modification History shows the modification record of each item on the interface. The type of modification is as follows.

  • Create
  • Modify
  • Delete
  • Master Application
  • Runtime Application