Job Management Partner 1/Automatic Job Management System 3 for Enterprise Applications Description, User's Guide and Reference

[Contents][Glossary][Index][Back][Next]


Preface

This manual explains the functions, use, and syntax of Job Management Partner 1/Automatic Job Management System 3 for Enterprise Applications.

In this manual, JP1 is an abbreviation for Job Management Partner 1.

Intended readers

This manual is intended for users who want to know about the functions, use, and syntax of JP1/AJS3 for EAP.

This manual assumes the reader has a basic understanding of:

Organization of this manual

This manual consists of the following chapters. Note that this manual applies equally to all OSs. If a function operates differently in different OSs, the differences are noted.

1. Overview of JP1/AJS3 for EAP
This chapter describes the features and system configuration of JP1/AJS3 for EAP and explains linkage with JP1 Series programs.

2. Installation and Setup
This chapter explains how to install and set up JP1/AJS3 for EAP.

3. Executing Background Jobs Using JP1/AJS
This chapter shows how to execute background jobs using JP1/AJS.

4. Commands
This chapter describes the command syntax of JP1/AJS3 for EAP.

5. Events
This chapter explains the events that JP1/AJS3 for EAP issues to other programs.

6. Messages
This chapter describes the messages that are issued by JP1/AJS3 for EAP.

7. syslog Messages (When UNIX Is Used)
This chapter explains the syslog messages of JP1/AJS3 for EAP output to the syslog file.

8. Troubleshooting Guide for JP1/AJS3 for EAP
This chapter describes how to troubleshoot JP1/AJS3 for EAP.

Related publications

This manual is part of a comprehensive set of manuals for the JP1 series of software products.

Conventions: Abbreviations

This manual uses the following abbreviations for product names:

Abbreviation Full name
AIX AIX 5L V5.3/V6.1
HP-UX HP-UX (IPF) HP-UX 11i V2/11i V3 (IPF)
IPF Itanium(R) Processor Family
JP1/AJS JP1/AJS3 JP1/Automatic Job Management System 3 - Agent
JP1/Automatic Job Management System 3 - Manager
JP1/Automatic Job Management System 3 - View
JP1/AJS2 JP1/Automatic Job Management System 2 - Agent
JP1/Automatic Job Management System 2 - Manager
JP1/Automatic Job Management System 2 - View
JP1/AJS - Agent JP1/AJS3 - Agent JP1/Automatic Job Management System 3 - Agent
JP1/AJS2 - Agent JP1/Automatic Job Management System 2 - Agent
JP1/AJS - Manager JP1/AJS3 - Manager JP1/Automatic Job Management System 3 - Manager
JP1/AJS2 - Manager JP1/Automatic Job Management System 2 - Manager
JP1/AJS - View JP1/AJS3 - View JP1/Automatic Job Management System 3 - View
JP1/AJS2 - View JP1/Automatic Job Management System 2 - View
JP1/AJS3 for EAP JP1/Automatic Job Management System 3 for Enterprise Applications
JP1/IM JP1/Integrated Management - Manager
JP1/Integrated Management - View
R/3 SAP's product SAP R/3(R)
SAP BW SAP's product SAP Business Information Warehouse
Solaris Solaris 9/10
Windows Windows Server 2003 Windows Server 2003 Microsoft(R) Windows Server(R) 2003 R2, Enterprise Edition
Microsoft(R) Windows Server(R) 2003 R2, Standard Edition
Microsoft(R) Windows Server(R) 2003, Enterprise Edition
Microsoft(R) Windows Server(R) 2003, Standard Edition
Windows Server 2003 (x64) Microsoft(R) Windows Server(R) 2003 R2, Enterprise x64 Edition
Microsoft(R) Windows Server(R) 2003 R2, Standard x64 Edition
Microsoft(R) Windows Server(R) 2003, Enterprise x64 Edition
Microsoft(R) Windows Server(R) 2003, Standard x64 Edition
Windows Server 2008 Microsoft(R) Windows Server(R) 2008 Enterprise
Microsoft(R) Windows Server(R) 2008 Standard

This manual also uses the following abbreviations:

Abbreviation Full name or meaning
ABAP Advanced Business Application Programming
API Application Programming Interface
EUC Extended UNIX Code
FAT File Allocation Table
ID IDentification
JIS Japanese Industrial Standards
LAN Local Area Network
NTFS New Technology File System
OS Operating System
PC Personal Computer
RFC Remote Function Call
SNC Secure Network Communications
TCP/IP Transmission Control Protocol/Internet Protocol
UAC User Account Control
UNC Universal Naming Convention
XBP eXternal Background Processing
XMI eXternal Monitor Interface

Conventions: Diagrams

This manual uses the following conventions in diagrams:

[Figure]

Conventions: Fonts and symbols

Font and symbol conventions are classified as:

These conventions are described below.

General font conventions

The following table lists the general font conventions:

Font Convention
Bold Bold type indicates text on a window, other than the window title. Such text includes menus, menu options, buttons, radio box options, or explanatory labels. For example, bold is used in sentences such as the following:
  • From the File menu, choose Open.
  • Click the Cancel button.
  • In the Enter name entry box, type your name.
Italics Italics are used to indicate a placeholder for some actual text provided by the user or system. Italics are also used for emphasis. For example:
  • Write the command as follows:
    copy source-file target-file
  • Do not delete the configuration file.
Code font A code font indicates text that the user enters without change, or text (such as messages) output by the system. For example:
  • At the prompt, enter dir.
  • Use the send command to send mail.
  • The following message is displayed:
    The password is incorrect.

Examples of coding and messages appear as follows (although there may be some exceptions, such as when coding is included in a diagram):

MakeDatabase
...
StoreDatabase temp DB32

In examples of coding, an ellipsis (...) indicates that one or more lines of coding are not shown for purposes of brevity.

Conventions in syntax explanations

Syntax definitions appear as follows:

StoreDatabase [temp|perm] (database-name ...)

The following table lists the conventions used in syntax explanations:

Example font or symbol Convention
StoreDatabase Code-font characters must be entered exactly as shown.
database-name This font style marks a placeholder that indicates where appropriate characters are to be entered in an actual command.
SD Bold code-font characters indicate the abbreviation for a command.
perm Underlined characters indicate the default value.
- This symbol delimits options. Options have the following structure:
  • One or more alphanumeric characters
  • One or more alphanumeric characters arguments
An argument may contain an option. If an argument contains an option or space when specified, it can be enclosed by single (') or double (") quotation marks.
Example:
-ab, -a, '-b argument-1', "-a argument-2"
| Only one of the options separated by a vertical bar can be specified at the same time.
Example:
A|B|C means A, B, or C.
{ } One of multiple items enclosed by braces must be selected. Items within the braces are separated by a vertical line (|).
Example:
{A|B|C} means that one of A, B, or C must be specified.
[ ] Square brackets enclose an item or set of items whose specification is optional.
Example:
[A] means that A can be specified as needed; otherwise, it need not be specified.
[B|C] means that B or C can be specified as needed; otherwise, neither need be specified.
... An ellipsis (...) indicates that the item or items enclosed in ( ) or [ ] immediately preceding the ellipsis may be specified as many times as necessary.
( ) Parentheses indicate the range of items to which the vertical bar (|) or ellipsis (...) is applicable.

Conventions: KB, MB, GB, and TB

This manual uses the following conventions:

Conventions: Version numbers

The version numbers of Hitachi program products are usually written as two sets of two digits each, separated by a hyphen. For example:

The version number might be shown on the spine of a manual as Ver. 2.00, but the same version number would be written in the program as 02-00.

[Contents][Back][Next]


[Trademarks]

All Rights Reserved. Copyright (C) 2009, Hitachi, Ltd.