Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)
Table Of Contents
- HP NonStop Pathway/iTS Web Client Programming Manual
- Legal Notices
- Contents
- What's New in This Manual
- About This Manual
- 1 Introduction to Pathway/iTS Web Clients
- 2 How to Compile, Build, and Maintain a Pathway/iTS Web Client
- 1. Prepare the SCREEN COBOL Object File
- 2. Create a Configuration File
- 3. Run the Converter
- 4. Modify Java or SCREEN COBOL Code as Needed
- 5. Run PROFDBM to Set Up the User Profile Database
- 6. Build the Converted Client
- 7. Deploy the Web Client
- 8. Customize the Screens
- 9. Specify the Port Number of the Router Process
- 10. Configure Pathway Servers for User Profiles and User Conversion Routines
- 11. Tune the Application for Performance by Changing the Session-Length Parameter
- 12. Maintain the Client
- 3 Logon Security and User Profiles
- 4 User-Written User Conversion Procedures for Web Clients
- 5 SCREEN COBOL-to-Web Conversion Mappings
- 6 Java Import Package Reference
- 7 Introduction to Pathway/iTS 1.1
- A Client Error Messages
- B SCREEN COBOL Features Not Supported for Web Conversion
- Index
- Content Feedback

Client Error Messages
HP NonStop Pathway/iTS Web Client Programming Manual—520270-003
A-12
Message Descriptions
Recovery. Isolate the server class within the SCREEN COBOL program and make
sure the server class is in STARTED mode before applying SEND/DIALOG to it. For
instructions on how to isolate the server class within the program, see Additional Error
Information on page 13-1 in the
Pathway/iTS System Management Manual
.
3247
Cause. A non-retryable LINKMON connect error occured on both primary and backup
CPU of the TCP. The associated file error gives the file-system error occured with the
LINKMON process.
Effect. The operation fails. TCP, after reporting the error, aborts the terminal
irrespective of ON ERROR clause mentioned or not.
Recovery. Although other file-system errors are also possible, most typical file-system
errors are error 14 (FENOSUCHDEV) and 201 (FEPATHDOWN). File-system error 14
indicates that the LINKMON process is not up on the CPU. File-system error 201
indicates that the LINKMON process had abended due to some reason. Correct the
LINKMON problem and then restart the term.
3248
Cause. A retryable LINKMON connect error occurred on primary CPU of the TCP. The
associated file error gives the file-system error occurred with the LINKMON process.
Typical file-system errors are 100 (FENOTRDY), 28(FETOOMANY) and 30
(FENOLCB). Here are the possible causes for this error.
•
The LINKMON process on the CPU is just started and is not yet initialized (Error
#100).
•
More than 255 sends are being attempted by the same TCP process (Error #28).
•
More than 4K sends are being attempted on the same CPU (Error #30).
Effect. The operation fails. If ON ERROR clause is mentioned, then error is reported
against the term but the term continues to run depending on the error-handling logic in
*3247* A NON-RETRYABLE LINKMON CONNECT ERROR OCCURED (errnum)
Note. This error does not appear in the RETCODE token or in an error list; it appears
only in response to the STATUS TCP or STATUS TERM command.
*3248* A RETRYABLE LINKMON CONNECT ERROR OCCURRED (errnum)
Note. This error does not appear in the RETCODE token or in an error list; it appears
only in response to the STATUS TCP or STATUS TERM command.










