13.01.2014 Views

Messages and Codes - IBM

Messages and Codes - IBM

Messages and Codes - IBM

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Rational Asset Analyzer<br />

<br />

<strong>Messages</strong> <strong>and</strong> <strong>Codes</strong><br />

Version 6 Release 1<br />

GC27-5448-00


Note<br />

Before using this information <strong>and</strong> the product it supports, read the information in “Notices,” on page 157.<br />

This edition applies to version 6.1 of Rational Asset Analyzer <strong>and</strong> to all subsequent releases <strong>and</strong> modifications until<br />

otherwise indicated in new editions.<br />

© Copyright <strong>IBM</strong> Corporation 2011, 2013.<br />

US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract<br />

with <strong>IBM</strong> Corp.


Contents<br />

Introduction to messages . . . . . . . 1<br />

Other Message Sources . . . . . . . . . . . 1<br />

<strong>Messages</strong> begining with AES . . . . . . . . . 2<br />

<strong>Messages</strong> begining with DMH . . . . . . . . 9<br />

Trademarks <strong>and</strong> service marks . . . . . . . 159<br />

Index . . . . . . . . . . . . . . . 161<br />

Appendix. Notices . . . . . . . . . 157<br />

Programming interface information . . . . . . 159<br />

© Copyright <strong>IBM</strong> Corp. 2011, 2013 iii


iv<br />

<strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


Introduction to messages<br />

This book assumes that you are familiar with the functions of the operating system<br />

where Rational Asset Analyzer is installed. You can use the information contained<br />

in this book to identify an error or problem <strong>and</strong> resolve the problem using the<br />

appropriate recovery action. This information can also be used to underst<strong>and</strong><br />

where messages are generated <strong>and</strong> logged.<br />

Rational Asset Analyzer messages consist of a message identifier followed by<br />

message text. The message identifier consists of a three-character message prefix, a<br />

four-digit message number <strong>and</strong> a single letter describing the severity of the<br />

message: XXXnnnnS.<br />

XXX<br />

nnnn<br />

S<br />

Represents the message prefix. Rational Asset Analyzer messages have the<br />

following prefixes:<br />

v AES - generated by the Rational Asset Analyzer Proprietary Scanner<br />

v DMH - generated by all other Rational Asset Analyzer modules<br />

Represents the message number. <strong>Messages</strong> are listed in numeric order in<br />

this book.<br />

Represents the message severity. Rational Asset Analyzer messages have<br />

the following severity levels:<br />

v I - Informational message<br />

v W - Warning message<br />

v E - Error message<br />

v S - Severe message<br />

Other Message Sources<br />

Information provided for each message includes the following:<br />

Module<br />

The Rational Asset Analyzer program module that issues the message.<br />

Explanation<br />

What the message means.<br />

System Action<br />

What Rational Asset Analyzer does after the message is issued. Some<br />

errors may require Rational Asset Analyzer to stop processing, for<br />

example, while others may require it to skip the asset the message was<br />

issued for <strong>and</strong> continue processing the next asset.<br />

User Response<br />

How to recover from the error.<br />

When running other programs on the system, you might receive messages with<br />

prefixes other than those mentioned in this reference. For information on these<br />

messages, refer to the publications that you received for that program product.<br />

One example of messages generated by other programs is the compiler messages<br />

generated by <strong>IBM</strong> ® Enterprise COBOL compiler <strong>and</strong> <strong>IBM</strong> Enterprise PL/I compiler.<br />

When you analyze your assets with the Rational Asset Analyzer Compiler Based<br />

Scanner, you may get some messages generated by the compiler. The length of<br />

© Copyright <strong>IBM</strong> Corp. 2011, 2013 1


AES1001E • AES1010E<br />

<strong>Messages</strong> begining with AES<br />

Rational Asset Analyzer messages is restricted to 133 bytes to prevent the size<br />

redundancy of the Rational Asset Analyzer database. Because of this length limit,<br />

compiler messages are sometimes truncated in the activity log.<br />

AES1001E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

AES1003E<br />

Memory error.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Asset Analyzer Proprietary Scanner<br />

Read error for 'filename'.<br />

Explanation: An error occurred while reading from<br />

file filename. Improper file access authority is the likely<br />

cause.<br />

System action: The scanner skips the current file, <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Explanation: An assignment to something that is not a<br />

data item, such as a figurative constant, has been found<br />

on line number. This message occurs for COBOL<br />

components only.<br />

System action:<br />

User response:<br />

analysis.<br />

Module:<br />

AES1007E<br />

Explanation:<br />

application.<br />

The scanner continues the processing.<br />

Correct the source file; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

There is no name for the data in line<br />

number.<br />

This is an internal error of the<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Asset Analyzer Proprietary Scanner<br />

AES1004E<br />

Found unsupported syntax 'token' in line<br />

number.<br />

Explanation: Unsupported syntax has been found at<br />

token in line number. If the message shows **<br />

UNKNOWN STRING ** in the token field, the scanner<br />

was unable to display the reserved word found to be in<br />

error for the line number indicated.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Correct the source file for proper PL/I<br />

or COBOL syntax; reattempt the analysis.<br />

Module:<br />

AES1005E<br />

Asset Analyzer Proprietary Scanner<br />

Found unsupported syntax 'token' in line<br />

number in copy/include file 'filename'.<br />

Explanation: Unsupported syntax has been found at<br />

token in line number of copy or include file filename.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Correct the copy or include file for<br />

proper COBOL or PL/I syntax; reattempt the analysis.<br />

Module:<br />

AES1006W<br />

Asset Analyzer Proprietary Scanner<br />

There is an assignment to a nondata<br />

item in line number.<br />

AES1008E<br />

Explanation:<br />

application.<br />

There is no internal structure for the<br />

data in line number.<br />

This is an internal error of the<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

AES1009E<br />

Explanation:<br />

application.<br />

Contact <strong>IBM</strong> Software Support.<br />

Asset Analyzer Proprietary Scanner<br />

Stack overflow.<br />

This is an internal error of the<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

AES1010E<br />

Explanation:<br />

application.<br />

Contact <strong>IBM</strong> Software Support.<br />

Asset Analyzer Proprietary Scanner<br />

The file name is empty.<br />

This is an internal error of the<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

Contact <strong>IBM</strong> Software Support.<br />

2 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


AES1012E • AES1029W<br />

Module:<br />

AES1012E<br />

Explanation:<br />

opened.<br />

Asset Analyzer Proprietary Scanner<br />

The source file 'filename' is not opened.<br />

The specified source file cannot be<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response: Check that the file name is correct;<br />

reattempt the analysis.<br />

Module:<br />

AES1013W<br />

Asset Analyzer Proprietary Scanner<br />

There is no data definition for 'dataitem'<br />

in line number.<br />

Explanation: The data item used in line number of the<br />

source file is not declared within the DATA DIVISION.<br />

This message occurs for COBOL components only.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES1015E<br />

Correct the source file; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

There are no executable statements.<br />

Explanation: The source program does not have any<br />

executable statements.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES1016E<br />

Correct the source file; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

There are no PROCEDURE statements.<br />

Explanation: The PROCEDURE division of the file<br />

cannot be located. This message occurs for COBOL<br />

components only.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES1017E<br />

Correct the source file; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Found unsupported syntax in file<br />

filename referred in line number in source<br />

file.<br />

Explanation: Unsupported syntax has been found in<br />

line number of the source file filename.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response: Correct the syntax in the source file;<br />

reattempt the analysis.<br />

Module:<br />

AES1018E<br />

Asset Analyzer Proprietary Scanner<br />

Found unsupported syntax in file<br />

'filename' referred in line number in<br />

copy/include file 'filename'.<br />

Explanation: Unsupported syntax has been found in<br />

line number of the copy or include file filename. This<br />

message occurs for PL/I components only.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response: Correct the syntax in the copy or<br />

include file; reattempt the analysis.<br />

Module:<br />

AES1019W<br />

Asset Analyzer Proprietary Scanner<br />

There is an assignment to a nondata<br />

item 'name' in line number.<br />

Explanation: On line number in the source program,<br />

there is an assignment to a name that is not declared as<br />

a data item. This message occurs for COBOL<br />

components only.<br />

System action: The scanner ignores this assignment<br />

<strong>and</strong> continues processing.<br />

User response:<br />

analysis.<br />

Module:<br />

AES1028W<br />

Correct the source file; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Call 'name' in line number has no<br />

function parameters. This call is<br />

ignored.<br />

Explanation: The name defined as the call interface on<br />

line number has been used, but there is no parameter<br />

corresponding to the defined function parameter.<br />

System action: This scanner ignores the call <strong>and</strong><br />

continues processing.<br />

User response: Correct the call interface definition;<br />

reattempt the analysis.<br />

Module:<br />

AES1029W<br />

Asset Analyzer Proprietary Scanner<br />

Size of data item 'dataitem' in line<br />

number of file filename cannot be<br />

computed. The size is assumed to be 1<br />

byte.<br />

Explanation: The size of the data item declared on<br />

line number in file filename cannot be calculated. The<br />

data item is assumed to be 1 byte.<br />

System action: The scanner assumes a size of 1 byte<br />

for the data item <strong>and</strong> continues processing.<br />

Rational Asset Analyzer messages 3


AES1030W • AES1043W<br />

User response: Correct the source file; reattempt the<br />

analysis.<br />

Module:<br />

AES1030W<br />

Asset Analyzer Proprietary Scanner<br />

Size of data item 'dataitem' in line<br />

number cannot be computed. The size is<br />

assumed as 1 byte.<br />

Explanation: The size of the data item declared on<br />

line number cannot be calculated. The data item is<br />

assumed to be 1 byte.<br />

System action: The scanner assumes a size of 1 byte<br />

for the data item <strong>and</strong> continues processing.<br />

User response:<br />

analysis.<br />

Module:<br />

AES1031W<br />

Correct the source file; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

The definition of 'dataitem' redefined in<br />

line number is not found. This<br />

REDEFINES clause is ignored.<br />

Explanation: Line number defines a redefinition of the<br />

data item specified, but there is no data item. This<br />

redefinition will be disregarded. This message occurs<br />

for COBOL components only.<br />

System action: The scanner ignores the REDEFINES<br />

clause <strong>and</strong> continues processing.<br />

User response:<br />

analysis.<br />

Module:<br />

AES1032W<br />

Correct the source file; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

There are no procedure-name 'name' in<br />

line number.<br />

Explanation: The process procedure name on line<br />

number has been referenced, but name cannot be found.<br />

This message occurs for COBOL components only.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES1035W<br />

Correct the source file; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

There is no definition for built-in<br />

function/routine 'name' in line number.<br />

Explanation: The built-in function or routine used in<br />

line number cannot be processed. The function name or<br />

routine name may be incorrect.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

Correct the source file; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

AES1039E<br />

Declare of data item 'dataitem' cannot be<br />

processed.<br />

Explanation: The definition of name cannot be<br />

processed. This message occurs for PL/I components<br />

only.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response: The source file may be wrong. Correct<br />

the syntax, if necessary, <strong>and</strong> reattempt the analysis.<br />

Module:<br />

AES1040W<br />

Asset Analyzer Proprietary Scanner<br />

Found unsupported EXEC statement in<br />

line number. It is ignored.<br />

Explanation: The line indicated contains an EXEC<br />

statement other than EXEC SQL, EXEC CICS ® , or EXEC<br />

DLI.<br />

System action: The scanner ignores the EXEC<br />

statement <strong>and</strong> continues processing.<br />

User response:<br />

Module:<br />

None.<br />

Asset Analyzer Proprietary Scanner<br />

AES1041W Member name was truncated to 8<br />

characters: name<br />

Explanation: Scanner encountered a long<br />

copy/include member name.<br />

System action: Scanner would truncate the name, <strong>and</strong><br />

continues processing.<br />

User response: Correct the copy/include member<br />

name, <strong>and</strong> reattempt the analysis.<br />

Module:<br />

AES1042E<br />

Asset Analyzer Proprietary Scanner<br />

A recursive reference was found on the<br />

process of the include file '%1'.<br />

Explanation: Scanner encountered the same copybook<br />

on the preprocessing for a copybook.<br />

System action: The scanner terminated the current<br />

analysis, <strong>and</strong> continue the inventory process for the<br />

next programing asset.<br />

User response: Correct the source program, <strong>and</strong><br />

reattempt the analysis.<br />

Module:<br />

AES1043W<br />

Asset Analyzer Proprietary Scanner<br />

An unresolved reference to table/view<br />

correlation name name was found on<br />

line number. It is ignored.<br />

Explanation: A scanner encountered a correlation<br />

name for table/view on the source line, but it was<br />

impossible to resolve the correlation name, because it<br />

referred to multiple tables/views.<br />

4 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


AES1045E • AES2002I<br />

System action:<br />

Scanner would ignore the reference.<br />

User response: None. It is a limitation of the static<br />

program analysis. If you improve the analysis,<br />

explicitly qualify the reference with table/view name<br />

by modifying the source program.<br />

Module:<br />

AES1045E<br />

Explanation:<br />

application.<br />

Asset Analyzer Proprietary Scanner<br />

There is no routine 'name'.<br />

This is an internal error of the<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

AES1048W<br />

Contact <strong>IBM</strong> Software Support.<br />

Asset Analyzer Proprietary Scanner<br />

There are multiple declarations in the<br />

same scope for symbol 'name' in line<br />

number.<br />

Explanation: Multiple declarations for the data item<br />

referenced in line number have been found. This<br />

message occurs for PL/I components only.<br />

System action:<br />

User response:<br />

the analysis.<br />

Module:<br />

AES1056W<br />

The scanner continues the processing.<br />

Correct the source program; reattempt<br />

Asset Analyzer Proprietary Scanner<br />

DD name of file 'filename' is not found.<br />

This file is not h<strong>and</strong>led as an IO file.<br />

Explanation: File filename has been referenced, but<br />

there is no DD name for it. This message occurs for<br />

COBOL components only.<br />

System action:<br />

User response:<br />

the analysis.<br />

Module:<br />

AES1057E<br />

The scanner continues the processing.<br />

Correct the source program; reattempt<br />

Asset Analyzer Proprietary Scanner<br />

File name 'filename' is not declared.<br />

Explanation: The file filename is not declared. This<br />

message occurs for COBOL components only.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

the analysis.<br />

Module:<br />

Correct the source program; reattempt<br />

Asset Analyzer Proprietary Scanner<br />

AES1121W<br />

The declare statement of 'dataitem'<br />

includes a DEFINE for an element of an<br />

array. This DEFINE is ignored.<br />

Explanation: An element that is not a data item or an<br />

array element has been specified in the DEFINE clause<br />

of the data item shown. This message occurs for PL/I<br />

components only.<br />

System action: The scanner ignores the DEFINE<br />

clause <strong>and</strong> continues processing.<br />

User response: If, during impact analysis, you find<br />

that the data item shown in the message is affected,<br />

you should check the above item. Correct the DEFINE<br />

statement; reattempt the analysis.<br />

Module:<br />

AES1124W<br />

Asset Analyzer Proprietary Scanner<br />

There is a too long token in line number.<br />

Explanation: A token of more than 256 characters has<br />

been found on line number. Probably the closing<br />

apostrophe (')intheliteral has been omitted.<br />

System action:<br />

User response:<br />

analysis.<br />

Module:<br />

AES2000E<br />

Explanation:<br />

application.<br />

The scanner continues the processing.<br />

Correct the source file; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Memory Error.<br />

This is an internal error of the<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

AES2001I<br />

Contact <strong>IBM</strong> Software Support.<br />

Asset Analyzer Proprietary Scanner<br />

Start the syntax analysis for program<br />

'name'. [timestamp]<br />

Explanation: The scanner has begun the parsing<br />

process for program name at the time indicated.<br />

System action:<br />

User response:<br />

Module:<br />

AES2002I<br />

The system is functioning normally.<br />

None<br />

Asset Analyzer Proprietary Scanner<br />

Complete the syntax analysis for<br />

program 'name'. [timestamp]<br />

Explanation: The scanner has successfully completed<br />

the parsing process for program name at the time<br />

indicated.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

Asset Analyzer Proprietary Scanner<br />

Rational Asset Analyzer messages 5


AES2003I • AES2020W<br />

AES2003I<br />

Complete the syntax analysis for<br />

program 'name' with warnings.<br />

[timestamp]<br />

Explanation: The scanner has completed the parsing<br />

process for program name at the time indicated, but the<br />

scanner has issued a warning.<br />

System action:<br />

The scanner continues the processing.<br />

User response: Investigate the warning message, <strong>and</strong>,<br />

if necessary, reattempt the analysis. This warning<br />

message means that the analysis was completed;<br />

therefore you can display charts <strong>and</strong> other information.<br />

Module:<br />

AES2004I<br />

Asset Analyzer Proprietary Scanner<br />

Fail the syntax analysis for program<br />

'name'. [timestamp]<br />

Explanation: The parsing process for program name<br />

has failed in mid-execution at the time indicated.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response: Investigate the specific cause from<br />

other reported error messages. Correct the syntax;<br />

reattempt the analysis.<br />

Module:<br />

AES2006W<br />

Explanation:<br />

System action:<br />

User response:<br />

analysis.<br />

Module:<br />

AES2007E<br />

Asset Analyzer Proprietary Scanner<br />

Option 'name' is invalid. It is ignored.<br />

The start parameter shown is wrong.<br />

The scanner continues the processing.<br />

Correct the error; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Analysis target 'filename' is invalid.<br />

Explanation: There is an error in the specification of<br />

the source file that is the analysis target in the start<br />

parameter of the analysis program.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response: Correct the specification of the target;<br />

reattempt the analysis.<br />

Module:<br />

AES2008E<br />

Asset Analyzer Proprietary Scanner<br />

Open error for file 'filename'.<br />

Explanation: The file shown cannot be opened.<br />

Possible causes are:<br />

v The file does not exist.<br />

v The scanner does not have proper authority to access<br />

the file.<br />

v There is a network problem.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2009E<br />

Correct the cause; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Read error for file 'filename'.<br />

Explanation: An error occurred while reading the file<br />

shown. This error may be caused by network problems.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2010W<br />

Correct the cause; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Read error for the analysis option file.<br />

Explanation: An error occurred while reading the<br />

analysis option file. This error may be caused by a<br />

network problem or a syntax error in the analysis<br />

option file. This error occurs only on the Windows<br />

version of Rational Asset Analyzer.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis<br />

Module:<br />

AES2011E<br />

Correct the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Invalid language level for file 'filename'.<br />

Explanation: Either a language level for the extension<br />

of the file shown has not been specified or the<br />

specification is wrong.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

the analysis.<br />

Module:<br />

AES2020W<br />

Correct the analysis option; reattempt<br />

Asset Analyzer Proprietary Scanner<br />

Read error for the interface information<br />

file of program 'filename'. This file is<br />

ignored.<br />

Explanation: An error occurred while reading the<br />

interface information file of the program shown. This<br />

error may be caused by a network problem.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis<br />

Module:<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

6 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


AES2021E • AES2027E<br />

AES2021E<br />

Explanation:<br />

found.<br />

There is no analysis target 'filename'.<br />

The source file shown could not be<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response: Correct the source program<br />

specification; reattempt the analysis.<br />

Module:<br />

AES2022E<br />

Asset Analyzer Proprietary Scanner<br />

Write error for the interface information<br />

file of program 'name'.<br />

Explanation: An error occurred in writing the<br />

interface information file of program name to a file.<br />

Possible causes of this error include:<br />

v The application does not have proper authority to<br />

access the directory where analysis results are<br />

written.<br />

v A disk is full.<br />

v There is a network problem.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2023E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Write error for the detailed information<br />

file of program 'name'.<br />

Explanation: An error has occurred in writing the<br />

detailed information of program name to a file. Possible<br />

causes of this error include:<br />

v The application does not have proper authority to<br />

access the directory where analysis results are<br />

written.<br />

v A disk is full.<br />

v There is a network problem.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2024E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Read error for the detailed information<br />

file of program 'name'.<br />

Explanation: An error has occurred while reading the<br />

detailed information of program name from a file.<br />

Possible causes of this error include:<br />

v The application does not have proper authority to<br />

access the directory where analysis results are<br />

written.<br />

v A disk is full.<br />

v<br />

There is a network problem.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2025E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Write error for the analysis summary<br />

file of program 'name'.<br />

Explanation: An error has occurred while writing the<br />

analysis summary information of program name to a<br />

file. Possible causes of this error include:<br />

v The application does not have proper authority to<br />

access the directory where analysis results are<br />

written.<br />

v A disk is full.<br />

v There is a network problem.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2026E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Read error for the analysis summary<br />

information file of program 'name'.<br />

Explanation: An error has occurred while reading the<br />

analysis summary information of program name from a<br />

file. Possible causes of this error include:<br />

v The application does not have proper authority to<br />

access the directory where analysis results are<br />

written.<br />

v A disk is full.<br />

v There is a network problem.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2027E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Fail creation of target directory 'name'.<br />

Explanation: The directory specified could not be<br />

created. Possible causes of this error include:<br />

v The directory name is incorrect.<br />

v The application does not have proper authority to<br />

create the directory.<br />

v A disk is full.<br />

This error occurs only on the Windows version of<br />

Rational Asset Analyzer.<br />

Rational Asset Analyzer messages 7


AES2029E • AES2039E<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2029E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Read error for the list of analyzed<br />

programs in 'name'.<br />

Explanation: An error has occurred while reading the<br />

program list information of the program shown from a<br />

file. Possible causes of this error include:<br />

v The application does not have proper authority to<br />

read the file.<br />

v There is a network problem.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2031E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Write error for the analysis option file<br />

into directory 'name'.<br />

Explanation: An error has occurred while writing the<br />

analysis option file. Possible causes of this error<br />

include:<br />

v The application does not have proper authority to<br />

create the file.<br />

v There is a network problem.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2032E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

The entry name of program 'name1' is<br />

the same as the entry name of program<br />

'name2'.<br />

Explanation: The entry name defined in program<br />

name1 is also defined in program name2. This error<br />

occurs only on the Windows version of Rational Asset<br />

Analyzer.<br />

System action: The analysis result of program name1<br />

is cancelled because it is overwritten.<br />

User response:<br />

groups.<br />

Module:<br />

Analyze the two programs as separate<br />

Asset Analyzer Proprietary Scanner<br />

AES2034E<br />

Fail creation of import file directory<br />

'name'.<br />

Explanation: An error has occurred while creating the<br />

import file directory. Possible causes of this error<br />

include:<br />

v The application does not have proper authority to<br />

create the directory.<br />

v There is a network problem.<br />

This error occurs only on the Windows version of<br />

Rational Asset Analyzer.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2035E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Write error for the list of analyzed<br />

programs in 'directory'.<br />

Explanation: An error has occurred while writing the<br />

list of programs. Possible causes of this error include:<br />

v The application does not have proper authority to<br />

create files in the directory.<br />

v There is a network problem.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2036E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Write error for import file of 'filename'.<br />

Explanation: An error has occurred while writing the<br />

import file. This error may have occurred because the<br />

application does not have proper authority to access<br />

the directory.<br />

System action: The scanner skips the current file <strong>and</strong><br />

processing continues.<br />

User response:<br />

analysis.<br />

Module:<br />

AES2039E<br />

Resolve the problem; reattempt the<br />

Asset Analyzer Proprietary Scanner<br />

Option '%1' is too long.<br />

Explanation: Scanner encountered a long internal<br />

option. It includes the cases of a long path string for<br />

such as a target program, copy/include members.<br />

System action:<br />

Scanner would skip the analysis.<br />

User response: When the problem was caused by a<br />

long path string, shorten it if possible. Otherwise,<br />

contact <strong>IBM</strong> Software Support.<br />

Module:<br />

Asset Analyzer Proprietary Scanner<br />

8 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1000I • DMH1103I<br />

<strong>Messages</strong> begining with DMH<br />

DMH1000I .<br />

Explanation: This message provides white space when<br />

a series of messages is generated, allowing the<br />

messages to be more easily read.<br />

System action:<br />

User response:<br />

The system is functioning normally.<br />

None<br />

Module: BMS macro definition scanner, File<br />

classification scanner, Impact analysis, JCL analyzer<br />

DMH1001I<br />

programname (compiledate compiletime)<br />

Explanation: This message is the first in a series of six<br />

that report a copyright notice.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1002I<br />

The system is functioning normally.<br />

None<br />

BMS macro definition scanner, JCL analyzer<br />

Licensed Materials - Property of <strong>IBM</strong><br />

Explanation: This message is the second in a series of<br />

six that report a copyright notice.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1003I<br />

The system is functioning normally.<br />

None<br />

BMS macro definition scanner, JCL analyzer<br />

Copyright <strong>IBM</strong> Corp. year<br />

Explanation: This message is the third in a series of<br />

six that report a copyright notice. The message text<br />

variable year indicates the copyright year(s).<br />

System action:<br />

User response:<br />

Module:<br />

DMH1004I<br />

The system is functioning normally.<br />

None<br />

BMS macro definition scanner, JCL analyzer<br />

US Government Users Restricted Rights<br />

- Use, duplication<br />

Explanation: This message is the forth in a series of<br />

six that report a copyright notice.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1005I<br />

The system is functioning normally.<br />

None<br />

BMS macro definition scanner, JCL analyzer<br />

or disclosure restricted by GSA ADP<br />

Schedule Contract<br />

Explanation: This message is the fifth in a series of six<br />

that report a copyright notice.<br />

System action:<br />

The system is functioning normally.<br />

User response:<br />

Module:<br />

DMH1006I<br />

None<br />

BMS macro definition scanner, JCL analyzer<br />

with <strong>IBM</strong> Corporation.<br />

Explanation: This message is the sixth in a series of<br />

six that report a copyright notice.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1010E<br />

The system is functioning normally.<br />

None<br />

BMS macro definition scanner, JCL analyzer<br />

DMH_ASSERT failure on line number of<br />

name compiled compiledate compiletime<br />

Explanation: This message occurs in debug mode<br />

only. The string pointer is null, <strong>and</strong> the job has stopped<br />

due to an assert error.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1100I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1101I<br />

Processing stops.<br />

JCL analyzer<br />

Contact <strong>IBM</strong> Software Support.<br />

*** Opened File List<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

None<br />

JCL analyzer<br />

parameter<br />

Explanation: This message is an informational echo of<br />

parameter(s), user data, return code, <strong>and</strong> so on. This<br />

message provides additional information for<br />

interpreting other error messages.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1102I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1103I<br />

Explanation:<br />

System action:<br />

The system is functioning normally.<br />

None<br />

Impact analysis, JCL analyzer<br />

*** End Opened File List<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

None<br />

JCL analyzer<br />

*** Job Search List<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

Rational Asset Analyzer messages 9


DMH1104I • DMH1114I<br />

User response: None<br />

Module: JCL analyzer<br />

DMH1104I *** End Job Search List<br />

Explanation: This message is an informational banner.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: JCL analyzer<br />

DMH1105I *** Default Search List<br />

Explanation: This message is an informational banner.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: JCL analyzer<br />

DMH1106I *** End Default Search List<br />

Explanation: This message is an informational banner.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: JCL analyzer<br />

DMH1107I *** Referenced List<br />

Explanation: This message is an informational banner.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: JCL analyzer<br />

DMH1108I statusdata1 statusdata2 statusdata3<br />

Explanation: This message is informational status<br />

data.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: Analysis queue processor, DB2 ® catalog<br />

scanner<br />

DMH1109I *** End Referenced List<br />

Explanation: This message is an informational banner.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: JCL analyzer<br />

DMH1110I ----- SQL error report -----<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1111I<br />

Explanation:<br />

System action:<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

None<br />

Impact analysis<br />

ERROR occurred: CONNECT TO<br />

DATABASE.<br />

Connect to database failed.<br />

Processing stops.<br />

User response: Verify the database name, user ID <strong>and</strong><br />

password are correct; try the operation again.<br />

Module: DB2 catalog scanner, Impact analysis, Import<br />

record loader, Queue processor<br />

DMH1112I<br />

ERROR occurred: CONNECT RESET.<br />

Explanation: Following disconnect from the database,<br />

a CONNECT RESET request failed.<br />

System action:<br />

The system is functioning normally.<br />

User response: Locate message DMH1101I for<br />

SQLSTATE information.<br />

Module:<br />

DMH1113I<br />

Impact analysis<br />

SQLCODE: returncode<br />

Explanation: This message provides a return code<br />

from DB2 following an SQL operation.<br />

SQLCODE values can be the following:<br />

0 The statement was successful.<br />

a positive integer<br />

The statement was successful, but with an<br />

exception condition.<br />

greater than 100<br />

Row not found or end of data.<br />

a negative integer<br />

A serious error was detected.<br />

System action:<br />

The system is functioning normally.<br />

User response: Refer to the DB2/SQL messages <strong>and</strong><br />

codes reference for more information.<br />

Module:<br />

Impact analysis<br />

DMH1114I --- end SQL error report ---<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

None<br />

Impact analysis<br />

10 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1115W • DMH1205E<br />

DMH1115W WARNING - CONTINUING<br />

PROGRAM WITH WARNINGS!<br />

Explanation: Unexpected error messages were<br />

returned from DB2; processing will continue, however.<br />

System action:<br />

The system is functioning normally.<br />

User response: None. It is recommended, however,<br />

that you check the local log file <strong>and</strong> review the error<br />

message(s) reported between the report header<br />

(DMH1110) <strong>and</strong> footer (DMH1114) messages.<br />

Module: DB2 catalog scanner, Impact analysis, Import<br />

record loader, Queue processor<br />

DMH1116I<br />

CONNECTING TO DATABASE: name<br />

Explanation: This is an informational message<br />

indicating CONNECT TO DATABASE name has been<br />

issued.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1117I<br />

The system is functioning normally.<br />

None<br />

Impact analysis<br />

CONNECTED TO DATABASE: name<br />

Explanation: This is an informational message<br />

indicating CONNECT TO DATABASE name was<br />

successful.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1118I<br />

The system is functioning normally.<br />

None<br />

Impact analysis<br />

DISCONNECTING FROM DATABASE<br />

Explanation: This is an informational message<br />

indicating CONNECT RESET has been issued.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1119I<br />

Explanation:<br />

status data.<br />

System action:<br />

The system is functioning normally.<br />

None<br />

Impact analysis<br />

data<br />

This message provides informational<br />

The system is functioning normally.<br />

User response: None. When paired with message<br />

DMH2114, this message provides additional detail data.<br />

Module:<br />

DB2 catalog scanner, Import record loader<br />

DMH1200I<br />

Has been identified as: filetype<br />

Explanation: Analysis of key words <strong>and</strong> other file<br />

characteristics has identified the file to be of type<br />

filetype. Valid types include: COBOL, PLI, ASM, ASM<br />

(BMS macro), ASM (DBDGEN), ASM (PSBGEN),<br />

Easytrieve, <strong>and</strong> JCL.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1201I<br />

The system is functioning normally.<br />

None<br />

File classification scanner<br />

Container=name File=name<br />

Explanation: This message provides informational<br />

status indicating the container <strong>and</strong> file currently being<br />

processed.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

File classification scanner<br />

DMH1202W Has not been identified, classified as:<br />

filetype<br />

Explanation: Based on analysis of key words <strong>and</strong><br />

other file characteristics, the file type could not be<br />

automatically determined. filetype will generally be<br />

identified as UNKNOWN in the message text.<br />

Additionally, from the browser interface, on the "File<br />

details" page, UNK? will be indicated in the<br />

Language/type field <strong>and</strong> Incomplete in the Analysis<br />

status field. Other valid types for this message include<br />

EMPTY (the file contained zero records) <strong>and</strong> GONE<br />

(the file was not found in the container).<br />

System action:<br />

The system is functioning normally.<br />

User response: Review the file <strong>and</strong> determine the<br />

language. From the browser interface, on the "File<br />

details" page, select Assign new language from the<br />

Actions drop-down list to update the file's language.<br />

Module:<br />

DMH1204E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1205E<br />

Explanation:<br />

application.<br />

System action:<br />

File classification scanner<br />

Hash table cannot be initialized<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

File classification scanner<br />

Internal error, invalid record passed<br />

This is an internal error of the<br />

Processing stops.<br />

Rational Asset Analyzer messages 11


DMH1206E • DMH1217W<br />

User response:<br />

Module:<br />

DMH1206E<br />

Contact <strong>IBM</strong> Software Support.<br />

File classification scanner<br />

cannot open the source file<br />

Explanation: The file cannot be opened. Possible<br />

causes are:<br />

v The file does not exist.<br />

v The user does not have proper authority to access<br />

the file.<br />

v Source control/change management tool access is<br />

unavailable.<br />

System action: The scanner skips the current file, <strong>and</strong><br />

processing continues.<br />

User response: Verify <strong>and</strong> correct the cause; try the<br />

operation again.<br />

Module:<br />

DMH1209E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1210E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1211E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

File classification scanner<br />

Internal error, wrong feature state<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

File classification scanner<br />

Internal error, wrong language state<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

File classification scanner<br />

Internal error, wrong token state<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Module: BMS macro definition scanner, File<br />

classification scanner<br />

DMH1212E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

Bad weight ID in reserve word table<br />

This is an internal error of the<br />

Processing is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

File classification scanner<br />

DMH1213E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1214E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1216E<br />

Bad reserve word type in reserve word<br />

table<br />

This is an internal error of the<br />

Processing is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

File classification scanner<br />

cannot add item to hash table<br />

This is an internal error of the<br />

Processing is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

File classification scanner<br />

cannot open file DD:ATTRBOUT<br />

Explanation: The file cannot be opened. The DD<br />

statement for ATTRBOUT is a temporary data set<br />

established to hold Rational Asset Analyzer import<br />

records. Possible causes are:<br />

v The user does not have proper authority to allocate<br />

the file.<br />

v There is a system storage problem.<br />

System action:<br />

Processing is stopped.<br />

User response: Verify <strong>and</strong> correct the cause; try the<br />

operation again.<br />

Module: BMS macro definition scanner, File<br />

classification scanner, IMS DBD scanner, IMS PSB<br />

scanner<br />

DMH1217W Line number, column number - Invalid<br />

character encountered: x'hexcode'<br />

Explanation: This message occurs in debug mode<br />

only. While reading the input file, Rational Asset<br />

Analyzer found an invalid character on the line <strong>and</strong> in<br />

the column specified. The invalid characters (usually<br />

within literal strings) are converted to a period (.)<br />

character to allow scanning to continue. On z/OS ® , the<br />

set of invalid characters are 0x00 through 0x3F <strong>and</strong><br />

0xFF. On the workstation, the only invalid character is<br />

0x00. This character corresponds to the same set found<br />

on z/OS when using the FIND P'.' comm<strong>and</strong> in ISPF.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response:<br />

again.<br />

Module:<br />

Correct the file; try the operation<br />

File classification scanner<br />

12 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1300E • DMH1307E<br />

DMH1300E<br />

Container name exceeds maximum<br />

Explanation: Rational Asset Analyzer supports the<br />

following container name maximum lengths: MVS =<br />

44, workstation = 254.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the length of the container<br />

name; try the operation again.<br />

Module:<br />

DMH1301E<br />

JCL analyzer<br />

File name exceeds maximum<br />

Explanation: Rational Asset Analyzer supports the<br />

following file name length maximums: MVS = 10,<br />

workstation = 254.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the length of the file name; try<br />

the operation again.<br />

Module:<br />

DMH1302E<br />

JCL analyzer<br />

Open failure on DD:JCLLIB, specifies<br />

default concatenation list<br />

Explanation: No JCLLIB statement was specified in<br />

the JCL, or the data set specified for JCL INCLUDEs or<br />

procedures could not be opened. Rational Asset<br />

Analyzer will use its own default JCLLIB concatenation<br />

list (for example, DD DUMMY).<br />

System action:<br />

Processing continues.<br />

User response: No action is required if there are no<br />

INCLUDEs or procedures named in EXEC statements<br />

to be found. Otherwise, identify a valid concatenation<br />

set <strong>and</strong> try the operation again. Concatenation sets are<br />

located in &hlq.USER.INCL2, where &hlq represents the<br />

high-level qualifier for Rational Asset Analyzer user<br />

data sets specified at the time of installation. Contact<br />

your Rational Asset Analyzer administrator.<br />

Module:<br />

DMH1303E<br />

JCL analyzer<br />

Number of containers exceeds default<br />

concatenation limit<br />

Explanation: For JCL scanner, the Rational Asset<br />

Analyzer container concatenation maximum is 32. The<br />

number of containers specified for JCLLIB DD *<br />

exceeds this limit. For COBOL/PLI proprietary scanner,<br />

the maximum byte length of a total concatenation path<br />

string (including path delimiters <strong>and</strong> default<br />

concatenation path strings) is 1023. For COBOL/PLI<br />

compiler-based scanner, the maximum byte length of<br />

the concatenation path string (including path delimiters<br />

<strong>and</strong> default concatenation path strings) is 2047.<br />

System action:<br />

Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the number of containers; try<br />

the operation again.<br />

Module:<br />

DMH1304E<br />

JCL scanner, COBOL/PLI scanners<br />

Container name read from file too long<br />

Explanation: Rational Asset Analyzer supports the<br />

following container name maximum lengths: MVS = 44,<br />

workstation = 254.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the length of the container<br />

name; try the operation again.<br />

Module:<br />

DMH1305E<br />

JCL analyzer<br />

Number of containers on JCLLIB<br />

exceeds limit<br />

Explanation: The Rational Asset Analyzer container<br />

concatenation maximum is 32. The number of<br />

containers specified in the JCLLIB ORDER= statement<br />

cannot exceed this limit.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the number of containers listed<br />

in the JCLLIB ORDER= statement; try the operation<br />

again.<br />

Module:<br />

DMH1306E<br />

JCL analyzer<br />

Attempt to nest source too deeply<br />

Explanation: The Rational Asset Analyzer nested<br />

source file limit is 15. The processing of INCLUDE<br />

statements has exceeded this limit.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the nesting level; try the<br />

operation again.<br />

Module:<br />

DMH1307E<br />

JCL analyzer<br />

Number of source files used exceeds<br />

limit<br />

Explanation: The Rational Asset Analyzer include <strong>and</strong><br />

procedure source file maximum is 200. The number of<br />

unique referenced source files cannot exceed this limit.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the number of unique<br />

referenced source files; try the operation again.<br />

Module:<br />

JCL analyzer<br />

Rational Asset Analyzer messages 13


DMH1308E • DMH1315E<br />

DMH1308E<br />

File name for INCLUDE or external<br />

PROC name is too long<br />

Explanation: Rational Asset Analyzer supports the<br />

following file name length maximums: MVS = 10,<br />

workstation = 254.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the length of the file name; try<br />

the operation again.<br />

Module:<br />

DMH1309E<br />

JCL analyzer<br />

INCLUDE file or cataloged PROC not<br />

found: name<br />

Explanation: The JCL analyzer detected a reference to<br />

an INCLUDE or PROC named name, <strong>and</strong> it was not<br />

found by searching the JCLLIB concatenation set of<br />

containers, if specified, or the user concatenation set of<br />

containers, if specified.<br />

System action:<br />

The scanner continues processing.<br />

User response: Verify the location of the named<br />

INCLUDE or PROC <strong>and</strong> ensure its container is<br />

represented in a concatenation set known to Rational<br />

Asset Analyzer. This representation can be<br />

accomplished either by using a JCLLIB concatenation<br />

set of containers in the JCL or by identifying a user<br />

concatenation set of containers assigned to the<br />

container or file being processed.<br />

Module:<br />

DMH1310E<br />

JCL analyzer<br />

INCLUDE file was not found: name<br />

Explanation: The COBOL or PL/I scanner detected a<br />

reference to a COPY, %INCLUDE, ++INCLUDE, or<br />

-INC name that was not found by searching the<br />

concatenation set of containers, if specified, or the user<br />

concatenation set of containers, if specified.<br />

System action: The scanner may terminate the<br />

analysis for the asset, but continues processing.<br />

User response: Verify the location of the named<br />

COPY, INCLUDE, ++INLCUDE, or -INC <strong>and</strong> ensure its<br />

container is represented in a concatenation set known<br />

to Rational Asset Analyzer.<br />

Module:<br />

DMH1311E<br />

COBOL <strong>and</strong> PL/I scanner<br />

Container Name parameter is not valid<br />

Explanation: The container name was not found in the<br />

input parameters, or it is an invalid container name.<br />

System action: The scanner skips the current file, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

BMS macro definition scanner, JCL analyzer<br />

DMH1312E<br />

File Name parameter is not valid<br />

Explanation: The file name was not found in the input<br />

parameters, or it is an invalid file name.<br />

System action: The scanner skips the current file, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH1313E<br />

Contact <strong>IBM</strong> Software Support.<br />

BMS macro definition scanner, JCL analyzer<br />

Open failure on DD:INFILE, specifies<br />

JCL file<br />

Explanation: The container <strong>and</strong> member specified for<br />

the INFILE DD could not be opened. Possible causes<br />

are:<br />

v The container or file does not exist.<br />

v The user does not have proper authority to access<br />

the container.<br />

System action: The scanner skips the current file, <strong>and</strong><br />

processing continues.<br />

User response: Verify <strong>and</strong> correct the cause; try the<br />

operation again.<br />

Module:<br />

DMH1314E<br />

JCL analyzer<br />

Comment continuation flag was not<br />

followed by valid card<br />

Explanation: An expected comment continuation was<br />

not found. The JCL being analyzed included a<br />

comment continuation flag in column 72, but the next<br />

statement was not a valid comment.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify the JCL comment statement is<br />

continued correctly. To continue a comment:<br />

v Interrupt the comment at a convenient place before<br />

column 72, up to <strong>and</strong> including column 71.<br />

v Code a nonblank character in column 72.<br />

v Code // in columns 1 <strong>and</strong> 2.<br />

v Code a blank character in column 3.<br />

v Continue the comments field beginning in any<br />

column after column 3.<br />

Verify <strong>and</strong> correct the syntax; try the operation again.<br />

Module:<br />

DMH1315E<br />

JCL analyzer<br />

End of file after comment continuation<br />

flag<br />

Explanation: An expected continuation of comment<br />

was not found. The last statement in the JCL contained<br />

a comment continuation flag.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

14 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1316E • DMH1327E<br />

User response: Verify the JCL comment statement<br />

should be continued. To continue a comment:<br />

v Interrupt the comment at a convenient place before<br />

column 72, up to <strong>and</strong> including column 71.<br />

v Code a nonblank character in column 72.<br />

v Code // in columns 1 <strong>and</strong> 2.<br />

v Code a blank character in column 3.<br />

v Continue the comments field beginning in any<br />

column after column 3.<br />

Verify <strong>and</strong> correct the syntax; try the operation again.<br />

Module:<br />

DMH1316E<br />

JCL analyzer<br />

Expected parameter continuation not<br />

found<br />

Explanation: An expected continuation of the<br />

parameter field was not found. The parameter field<br />

ended with a comma, but the parameter was not<br />

continued on the next non-comment line.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify the parameter field is continued<br />

correctly. To continue a parameter field:<br />

v Interrupt the parameter field after a complete<br />

parameter or subparameter, including the comma<br />

that follows it, at or before column 71.<br />

v Code // in columns 1 <strong>and</strong> 2 of the following<br />

statement.<br />

v Code a blank character in column 3.<br />

v Continue the parameter beginning in any column<br />

from 4 through 16.<br />

Verify <strong>and</strong> correct the syntax; try the operation again.<br />

Module:<br />

DMH1317E<br />

JCL analyzer<br />

Expected parameter continuation not<br />

found by col 16<br />

Explanation: An expected continuation of the<br />

parameter field was not found. The continuation of a<br />

parameter field was not found by column 16, <strong>and</strong> is<br />

therefore invalid.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify the parameter field is continued<br />

correctly. To continue a parameter field:<br />

v Interrupt the parameter field after a complete<br />

parameter or subparameter, including the comma<br />

that follows it, at or before column 71.<br />

v Code // in columns 1 <strong>and</strong> 2 of the following<br />

statement.<br />

v Code a blank character in column 3.<br />

v Continue the parameter beginning in any column<br />

from 4 through 16.<br />

Verify <strong>and</strong> correct the syntax; try the operation again.<br />

Module:<br />

DMH1318E<br />

JCL analyzer<br />

Record for continuation of quoted parm<br />

too short<br />

Explanation: Expected continuation for parameter<br />

fields enclosed in apostrophes was not found. A<br />

parameter enclosed in apostrophes was continued <strong>and</strong><br />

the continuation record is less than 16 characters.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify the parameter field is continued<br />

correctly. To continue a parameter field enclosed in<br />

apostrophes:<br />

v Extend the parameter to column 71. Do not code an<br />

apostrophe in column 71 of a JCL statement that is<br />

continued.<br />

v Code // in columns 1 <strong>and</strong> 2 of the following<br />

statement.<br />

v Continue the parameter beginning in column 16 of<br />

the following statement even if this splits the<br />

parameter. Trailing blanks or commas within the<br />

apostrophes do not indicate a continued statement.<br />

Verify <strong>and</strong> correct the syntax; try the operation again.<br />

Module:<br />

DMH1319E<br />

JCL analyzer<br />

DLM= delimiter not two characters<br />

Explanation: The DLM=delimiter did not specify the<br />

required two characters to indicate the end of this data<br />

set in the input stream.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify the DLM=delimiter<br />

subparameter specifies two characters. Enclose special<br />

characters—any character that is neither alphanumeric<br />

nor national—in apostrophes. If the delimiter contains<br />

an ampers<strong>and</strong> or an apostrophe, code each ampers<strong>and</strong><br />

or apostrophe as two consecutive ampers<strong>and</strong>s or<br />

apostrophes. Each pair counts as one character. Verify<br />

<strong>and</strong> correct the syntax; try the operation again.<br />

Module:<br />

JCL analyzer<br />

DMH1327E DLM= parameter on DD statement < 2<br />

chars<br />

Explanation: The DLM=delimiter did not specify the<br />

required two characters to indicate the end of this data<br />

set in the input stream.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify the DLM=delimiter<br />

subparameter specifies two characters. Enclose special<br />

characters—any character that is neither alphanumeric<br />

Rational Asset Analyzer messages 15


DMH1328W • DMH1355E<br />

nor national—in apostrophes. If the delimiter contains<br />

an ampers<strong>and</strong> or an apostrophe, code each ampers<strong>and</strong><br />

or apostrophe as two consecutive ampers<strong>and</strong>s or<br />

apostrophes. Each pair counts as one character. Verify<br />

<strong>and</strong> correct the syntax; try the operation again.<br />

Module:<br />

JCL analyzer<br />

DMH1328W DLM= contains & not followed by &<br />

Explanation: The DLM=delimiter did not specify the<br />

required two ampers<strong>and</strong>s.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify the DLM=delimiter<br />

subparameter contains a pair of ampers<strong>and</strong>s for each<br />

intended single occurrence. Each pair of ampers<strong>and</strong>s<br />

counts as one character. Verify <strong>and</strong> correct the syntax;<br />

try the operation again.<br />

Module:<br />

DMH1334E<br />

JCL analyzer<br />

First statement was not JOB card<br />

Explanation: The JOB statement is expected to be the<br />

first statement to mark the beginning of a job.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax; try the<br />

operation again.<br />

Module:<br />

DMH1336E<br />

JCL analyzer<br />

Illegal statement found in PROC<br />

definition<br />

Explanation: The scanner encountered unexpected<br />

syntax while processing a procedure definition. The<br />

PROC statement marks the beginning of a procedure.<br />

Syntax of the PROC statement is as follows:<br />

For a cataloged procedure:<br />

//[name] PROC [parameter [comments]]<br />

//[name] PROC<br />

For an in-stream procedure:<br />

//name PROC [parameter [comments]]<br />

//name PROC<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax of the<br />

procedure; try the operation again.<br />

Module:<br />

JCL analyzer<br />

DMH1340E<br />

Illegal statement within include group<br />

Explanation: The scanner encountered unexpected<br />

syntax while processing an include group. Include<br />

groups cannot contain the following JCL statements:<br />

v JOB statements<br />

v PROC <strong>and</strong> PEND statements<br />

v JCLLIB statements<br />

v JES2 <strong>and</strong> JES3 statements <strong>and</strong> comm<strong>and</strong>s<br />

v DD * <strong>and</strong> DD DATA statements<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax of the<br />

include group; try the operation again.<br />

Module:<br />

DMH1342E<br />

JCL analyzer<br />

PEND without matching procedure<br />

invocation<br />

Explanation: A PEND statement was identified <strong>and</strong> no<br />

corresponding procedure invocation was found.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Locate any missing files; try the<br />

operation again. Otherwise, verify <strong>and</strong> correct the<br />

syntax; try the operation again.<br />

Module:<br />

DMH1350E<br />

JCL analyzer<br />

Includes nested too deeply<br />

Explanation: The Rational Asset Analyzer include<br />

nesting maximum is 15. The nesting of INCLUDEs<br />

exceeds this limit.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the include nesting; try the<br />

operation again.<br />

Module:<br />

DMH1355E<br />

JCL analyzer<br />

Symbolic name too long<br />

Explanation: The Rational Asset Analyzer JCL name<br />

length maximum is 8. The symbolic name fields must<br />

not exceed this limit.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the length of the symbolic<br />

name; try the operation again.<br />

Module:<br />

JCL analyzer<br />

16 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1356E • DMH1371E<br />

DMH1356E<br />

Multiple JOB cards<br />

Explanation: More than one JOB card was detected.<br />

Rational Asset Analyzer does not support multiple JOB<br />

cards; only a single job per file is allowed.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Split multiple (nested) JOBs into single<br />

files; try the operation again.<br />

Module:<br />

DMH1359E<br />

JCL analyzer<br />

Too many parms<br />

Explanation: The Rational Asset Analyzer parameter<br />

maximum is 400. The number of JCL parameters<br />

passed to a step exceeded this limit.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the number of parameters; try<br />

the operation again.<br />

Module:<br />

DMH1360E<br />

JCL analyzer<br />

Parenthesis <strong>and</strong> apostrophe nesting<br />

exceeded<br />

Explanation: The Rational Asset Analyzer nesting<br />

maximum is 20. You can nest the delimiters up to the<br />

maximum.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the delimiter nesting level; try<br />

the operation again.<br />

Module:<br />

DMH1363E<br />

JCL analyzer<br />

If nesting exceeds limit<br />

Explanation: The Rational Asset Analyzer IF nesting<br />

level maximum is 16. The nesting of IF statements<br />

exceeds this limit. You can nest IF/THEN/ELSE/<br />

ENDIF statement constructs up to the maximum. The<br />

steps that execute in a THEN clause <strong>and</strong> an ELSE<br />

clause can be another IF/THEN/ELSE/ENDIF<br />

statement construct.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the IF nesting level; try the<br />

operation again.<br />

Module:<br />

JCL analyzer<br />

DMH1365E<br />

ENDIF without IF<br />

Explanation: An ENDIF statement was identified <strong>and</strong><br />

no corresponding IF statement was located. The IF<br />

statement is always followed by a relational expression<br />

<strong>and</strong> a THEN clause. Optionally, an ELSE clause can<br />

follow the THEN clause. An ENDIF statement always<br />

follows the ELSE clause, if present, or the THEN<br />

clause. The ENDIF statement indicates the end of the<br />

IF/THEN/ELSE/ENDIF statement construct <strong>and</strong> must<br />

be coded for each construct.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the<br />

IF/THEN/ELSE/ENDIF syntax; try the operation<br />

again.<br />

Module:<br />

DMH1367E<br />

JCL analyzer<br />

Keyword parameter or SET statement<br />

missing =<br />

Explanation: The scanner detected that a symbol value<br />

pair was found without a SET statement, or a symbol<br />

value pair was missing an equal sign. SET defines <strong>and</strong><br />

assigns initial values to symbolic parameters used<br />

when processing JCL statements. Syntax of the SET<br />

statement is as follows:<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax of the<br />

SET statement parameter(s); try the operation again.<br />

Module:<br />

DMH1368E<br />

JCL analyzer<br />

JCLLIB missing ORDER=<br />

Explanation: The scanner detected a JCLLIB<br />

statement, but no ORDER= keyword parameter was<br />

found. The JCLLIB statement identifies <strong>and</strong> orders the<br />

libraries that the system uses for the job when<br />

searching for procedures <strong>and</strong> INCLUDEs. Syntax of the<br />

JCLLIB statement is as follows:<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax of the<br />

JCLLIB statement; try the operation again.<br />

Module:<br />

DMH1371E<br />

JCL analyzer<br />

EXEC card has null first parameter<br />

Explanation: The scanner detected an EXEC statement,<br />

but no positional parameter (for example, PGM, PROC<br />

or procedure name) was found. The EXEC statement<br />

identifies the program or cataloged or in-stream<br />

procedure that this job step is to execute. Syntax of the<br />

EXEC statement is as follows:<br />

Rational Asset Analyzer messages 17


DMH1372E • DMH1380E<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax of the<br />

EXEC statement; try the operation again.<br />

Module:<br />

DMH1372E<br />

JCL analyzer<br />

EXEC card PGM= has null value<br />

Explanation: The scanner detected an EXEC statement<br />

with a positional parameter PGM=, but no program<br />

name was found. The PGM parameter names the<br />

program that the system is to execute. The syntax of<br />

the PGM parameter is as follows:<br />

v PGM=<br />

– {program_name}<br />

– {*.stepname.ddname}<br />

– {*.stepname.procstepname.ddname}<br />

– {JCLTEST}<br />

– {JSTTEST}<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax of the<br />

PGM= parameter; try the operation again.<br />

Module:<br />

DMH1373E<br />

JCL analyzer<br />

DD concatenation without DD<br />

statement<br />

Explanation: The scanner was processing a DD<br />

concatenation <strong>and</strong> found no corresponding job step,<br />

JOBLIB or JOBCAT.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax; try the<br />

operation again.<br />

Module:<br />

DMH1375E<br />

JCL analyzer<br />

Missing JOB card<br />

Explanation: The JOB statement is expected to be the<br />

first statement to mark the beginning of a job. The JOB<br />

statement was not found, or an incomplete JOB card<br />

was detected (for example, a JOB statement was<br />

identified but an expected continuation of the JOB card<br />

was not found).<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the JCL to include a<br />

JOB card; try the operation again.<br />

Module:<br />

JCL analyzer<br />

DMH1376E<br />

Keyword parameter or SET statement<br />

missing =<br />

Explanation: The JCL analyzer detected a keyword or<br />

SET statement without a required equal sign.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1377E<br />

The analysis scan is terminated.<br />

JCL analyzer<br />

Correct the invalid JCL <strong>and</strong> reanalyze.<br />

Multiple JOBCAT statements<br />

Explanation: The scanner supports one JOBCAT per<br />

job, appearing after the JOB statement, following the<br />

JOBLIB, if coded, <strong>and</strong> before the first EXEC.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the JCL to use a<br />

single JOBCAT; try the operation again.<br />

Module:<br />

DMH1378E<br />

JCL analyzer<br />

Multiple JOBLIB statements<br />

Explanation: The scanner supports one JOBLIB per<br />

job, appearing after the JOB statement, before the<br />

JOBCAT, if coded, <strong>and</strong> before the first EXEC.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the JCL to utilize a<br />

single JOBLIB; try the operation again.<br />

Module:<br />

DMH1380E<br />

JCL analyzer<br />

Illegal statement in procedure<br />

Explanation: Rational Asset Analyzer encountered an<br />

unknown statement while processing the syntax of the<br />

procedure. Syntax of the PROC statement is as follows:<br />

For a cataloged procedure:<br />

//[name] PROC [parameter [comments]]<br />

//[name] PROC<br />

For an in-stream procedure:<br />

//name PROC [parameter [comments]]<br />

//name PROC<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax of the<br />

procedure; try the operation again.<br />

Module:<br />

JCL analyzer<br />

18 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1381E • DMH1396E<br />

DMH1381E<br />

PROC nesting exceeded limit<br />

Explanation: The Rational Asset Analyzer PROC<br />

nesting maximum is 15. In a procedure, an EXEC<br />

statement can invoke another procedure, which can<br />

contain an EXEC statement to invoke another<br />

procedure, <strong>and</strong> so on. Cataloged <strong>and</strong> in-stream<br />

procedures can invoke other procedures up to 15 levels<br />

of nesting.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax; try the<br />

operation again.<br />

Module:<br />

DMH1382E<br />

Explanation:<br />

application.<br />

JCL analyzer<br />

Query empty context stack<br />

This is an internal error of the<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response:<br />

Module:<br />

DMH1383E<br />

Explanation:<br />

application.<br />

JCL analyzer<br />

Contact <strong>IBM</strong> Software Support.<br />

PROC stack underflow<br />

This is an internal error of the<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response:<br />

Module:<br />

DMH1384I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1385I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1386I<br />

Explanation:<br />

System action:<br />

JCL analyzer<br />

Contact <strong>IBM</strong> Software Support.<br />

File Opened<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

None<br />

JCL analyzer<br />

File Closed<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

None<br />

JCL analyzer<br />

Read:<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

User response:<br />

Module:<br />

DMH1391I<br />

None<br />

JCL analyzer<br />

Statement: %1 %2 %3 statement<br />

Explanation: This message provides the status of a<br />

JCL statement being processed.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

JCL analyzer<br />

DMH1392I Substitution: %1 %2 %3 %4<br />

Explanation: This message provides the status of a<br />

JCL statement being substituted.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1393E<br />

The system is functioning normally.<br />

None<br />

JCL analyzer<br />

Too many steps in job<br />

Explanation: The Rational Asset Analyzer JOB step<br />

maximum is 255. You enter a program into the<br />

operating system as a job step. A job step consists of<br />

the job control statements that request the resources<br />

needed to run the program <strong>and</strong> is identified by an<br />

EXEC statement. A job can be simple or complex; it can<br />

consist of one step or of many steps, up to 255.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the number of steps in the job;<br />

try the operation again.<br />

Module:<br />

DMH1395E<br />

JCL analyzer<br />

StepName.DDName too long<br />

Explanation: The JCL analyzer detected a step name<br />

syntax that exceeded allowed length.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1396E<br />

The analysis scan is terminated.<br />

JCL analyzer<br />

Correct the invalid JCL <strong>and</strong> reanalyze.<br />

Could not find step named on override<br />

DD<br />

Explanation: An override statement explicitly named a<br />

step that was not found in the exp<strong>and</strong>ed procedure.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Locate any missing files; try the<br />

operation again. Otherwise, verify <strong>and</strong> correct the<br />

syntax; try the operation again.<br />

Rational Asset Analyzer messages 19


DMH1397E • DMH1410I<br />

Module:<br />

DMH1397E<br />

JCL analyzer<br />

Could not add DD; no PGM= steps<br />

found<br />

Explanation: The DD override was not added to<br />

inventory. The scanner attempted to default to override<br />

the first step, which was not found, possibly due to all<br />

exp<strong>and</strong>ed steps invoking nested procedures.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax; try the<br />

operation again.<br />

Module:<br />

DMH1398I<br />

JCL analyzer<br />

Added to Proc: %1 %2 %3 statement<br />

Explanation: This message provides the status of a<br />

JCL statement; a DD statement was added.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1399I<br />

The system is functioning normally.<br />

None<br />

JCL analyzer<br />

Override Proc: %1 %2 %3 statement<br />

Explanation: This message provides the status of a<br />

JCL statement; a DD statement was overridden.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

JCL analyzer<br />

DMH1400E Fatal Error: %1 %2 %3<br />

Explanation: This message reports a fatal error while<br />

processing a JCL statement.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response:<br />

Module:<br />

DMH1401S<br />

JCL analyzer<br />

Contact <strong>IBM</strong> Software Support.<br />

Fatal DB2 Error: SQLCODE<br />

Explanation: This message reports a return value from<br />

DB2 following an SQL operation.<br />

System action:<br />

Processing stops.<br />

User response: Refer to the DB2/SQL messages <strong>and</strong><br />

codes reference.<br />

Module:<br />

Impact analysis<br />

DMH1402E<br />

Statement label is too long<br />

Explanation: The Rational Asset Analyzer JCL<br />

statement label length maximum is 18 (for example,<br />

StepName.DDNameXX).<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the length of the statement<br />

label; try the operation again.<br />

Module:<br />

DMH1403E<br />

JCL analyzer<br />

Statement parameter text is too long<br />

Explanation: The Rational Asset Analyzer JCL<br />

statement parameter length maximum is 8192. The<br />

parameter text length exceeds this limit.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Reduce the length of the statement<br />

parameter text string; try the operation again.<br />

Module:<br />

DMH1406E<br />

JCL analyzer<br />

Instream PROC has no name<br />

Explanation: An in-stream procedure definition has no<br />

name in its PROC statement.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax; try the<br />

operation again.<br />

Module:<br />

DMH1407E<br />

JCL analyzer<br />

Instream PROC PEND not found before<br />

end of file<br />

Explanation: An end of file was reached, <strong>and</strong> no<br />

corresponding PEND statement was located for the<br />

in-stream procedure being processed. In-stream<br />

procedures must end with a PEND statement.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Verify <strong>and</strong> correct the syntax; try the<br />

operation again.<br />

Module:<br />

DMH1410I<br />

JCL analyzer<br />

Input parameters:<br />

Explanation: This message reports the status of input<br />

parameters being processed.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

Impact analysis, JCL analyzer<br />

20 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1413E • DMH1443W<br />

DMH1413E Internal error<br />

Explanation: This is an internal error of the<br />

application.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response: Contact <strong>IBM</strong> Software Support.<br />

Module: JCL analyzer<br />

DMH1419E<br />

Could not create unique Site Id<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the site. The site is not<br />

inserted in the DMH_SITE table.<br />

System action:<br />

User response:<br />

Module:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

DB2 catalog scanner, Import record loader<br />

DMH1414E<br />

Could not create unique Container ID<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the container. The container is<br />

not inserted in the DMH_CONTAINER table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1415E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Could not create unique file ID<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the file. The file is not inserted<br />

in the DMH_FILE table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1417E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Data set name is too long<br />

Explanation: Rational Asset Analyzer supports the<br />

following data set name maximum lengths: MVS = 58,<br />

workstation = 510. The data set name exceeds this<br />

limit.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response: Reduce the length of the data set<br />

name; try the operation again.<br />

Module:<br />

DMH1418E<br />

Import record loader<br />

Could not create unique run unit ID<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the run unit. The run unit is<br />

not inserted in the DMH_RUN_UNIT table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH1420E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

Error reading component list for name<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

PDS Member List Processing<br />

DMH1421W Could not process INCLUDE statement<br />

Explanation: The JCL analyzer has encountered an<br />

INCLUDE statement but was unable to detect the<br />

statement's MEMBER= phrase. This statement has two<br />

valid formats:<br />

v<br />

v<br />

System action: The JCL analyzer reports this message<br />

<strong>and</strong> ignores the INCLUDE statement.<br />

User response: Validate the INCLUDE statement by<br />

verifying that it matches one of the above formats. If it<br />

does not, correct the statement's syntax <strong>and</strong> reprocess<br />

the JCL file. If it does, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH1442E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

JCL analyzer - DMH4000<br />

Internal error<br />

This is an internal error of the<br />

Processing stops.<br />

JCL analyzer<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH1443W Could not substitute DB2 run unit for<br />

SYSTSIN *<br />

Explanation: The scanner recognizes batch invocation<br />

of TSO (IKJEFT1A) <strong>and</strong> will look for SYSTSIN DD on<br />

the job step to identify the actual DB2 run unit name. If<br />

SYSTSIN DD is not coded, does not specify RUN<br />

PROG(name), or the data cannot be read, no run unit<br />

name substitution is available.<br />

System action:<br />

User response:<br />

Processing continues.<br />

None<br />

Rational Asset Analyzer messages 21


DMH1444W • DMH1452W<br />

Module:<br />

JCL analyzer<br />

Module:<br />

JCL analyzer<br />

DMH1444W Could not open filename<br />

Explanation: The scanner could not open the filename<br />

specified for SYSTSIN DD. The scanner attempts to<br />

open this file in order to identify the DB2 system<br />

specified on the DSN SYSTEM(sysname) parameter <strong>and</strong><br />

the run unit name specified on the RUN<br />

PROG(progname) parameter. This message can be<br />

paired with DMH1443W.<br />

System action:<br />

Processing continues.<br />

User response: Verify the status <strong>and</strong> location of the<br />

file specified for the SYSTSIN DD; make corrections, if<br />

any, <strong>and</strong> try the operation again if the file is available.<br />

Module:<br />

JCL analyzer<br />

DMH1445W Could not find OUTPUT spec named<br />

name<br />

Explanation: The JCL analyzer detected output<br />

parameters associated with a SYSOUT DD statement<br />

(for example, OUTPUT=(*.name)), but could not find<br />

the associated //name output statement in the JCL to<br />

capture the parameters.<br />

System action: The JCL analyzer ignores the<br />

OUTPUT= parameter specification associated with the<br />

SYSOUT DD statement <strong>and</strong> continues processing.<br />

User response:<br />

again.<br />

Module:<br />

JCL analyzer<br />

Correct the JCL; try the operation<br />

DMH1448W Could not read DD DDITV02<br />

Explanation: The scanner recognizes batch invocation<br />

of IMS (DFSRRC00) <strong>and</strong> will examine the PARM= data<br />

to identify the run unit. When DSNMVT01 is detected<br />

in the parameter data, the scanner will also look for<br />

DDITV02 DD on the job step to identify the actual DB2<br />

run unit name. DDITV02 DD was found but the read<br />

failed.<br />

System action:<br />

User response:<br />

Module:<br />

Processing continues.<br />

None<br />

JCL analyzer<br />

DMH1449W Could not substitute DB2 run unit for<br />

DSNMVT01<br />

Explanation: The scanner recognizes batch invocation<br />

of IMS (DFSRRC00) <strong>and</strong> will examine the PARM= data<br />

to identify the run unit. When DSNMVT01 is detected<br />

in the parameter data, the scanner will also look for<br />

DDITV02 DD on the job step to identify the actual DB2<br />

run unit name. If DDITV02 DD is not found, does not<br />

specify a DSN= parameter, or the DSN specified is a<br />

temporary file, no run unit name substitution is<br />

available. This message can be paired with DMH1447W<br />

or DMH1448W.<br />

System action:<br />

User response:<br />

Module:<br />

Processing continues.<br />

None<br />

JCL analyzer<br />

DMH1446E<br />

Could not create unique data set ID<br />

name<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the data set. The data set was<br />

not inserted in the DMH_DATASET table.<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response:<br />

Module:<br />

JCL analyzer<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH1447W Could not open DD DDITV02 for<br />

DB2/IMS<br />

Explanation: The scanner recognizes batch invocation<br />

of IMS (DFSRRC00) <strong>and</strong> will examine the PARM= data<br />

to identify the run unit <strong>and</strong> PSB name. When run unit<br />

DSNMVT01 is detected in the parameter data, the<br />

scanner will also look for DDITV02 DD to identify the<br />

actual DB2 run unit name. The scanner did not find<br />

DDITV02 DD on the job step.<br />

System action:<br />

User response:<br />

Processing continues.<br />

None<br />

DMH1450E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

Memory allocation failure<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Analysis queue processor, JCL analyzer<br />

DMH1452W Could not find IMS program name<br />

Explanation: The scanner recognizes batch invocation<br />

of IMS (DFSRRC00) <strong>and</strong> will examine the PARM= data<br />

to identify the run unit. No PARM= statement was<br />

found. DFSRRC00 is the run unit assigned to the job<br />

step.<br />

System action:<br />

User response:<br />

Module:<br />

Processing continues.<br />

None<br />

JCL analyzer<br />

22 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1453W • DMH1610E<br />

DMH1453W Could not find IMS PSB name name<br />

Explanation: The scanner recognizes batch invocation<br />

of IMS (DFSRRC00) <strong>and</strong> will examine the PARM= data<br />

to identify the run unit <strong>and</strong> PSB name. The scanner did<br />

not find a PSB name coded.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1462E<br />

Explanation:<br />

application.<br />

Processing continues.<br />

None<br />

JCL analyzer<br />

Internal error<br />

This is an internal error of the<br />

System action: Scanning terminates for the current<br />

file, <strong>and</strong> processing continues.<br />

User response:<br />

Module:<br />

DMH1463E<br />

JCL analyzer<br />

Contact <strong>IBM</strong> Software Support.<br />

Override not proceeded by named DD<br />

stmt<br />

Explanation: A JCL override statement was found<br />

which referred to a non-existent DD name.<br />

System action:<br />

User response:<br />

Module:<br />

The analysis scan is terminated.<br />

JCL analyzer<br />

Correct invalid JCL <strong>and</strong> reanalyze.<br />

DMH1470I Warning found in %1 at line %2<br />

Explanation: This message documents for the user the<br />

location in the JCL source the following WARNING<br />

message was found.<br />

System action:<br />

User response:<br />

Module:<br />

The analysis scan continues.<br />

None<br />

JCL analyzer<br />

DMH1471I Error found in %1 at line %2<br />

Explanation: This message documents for the user the<br />

location in the JCL source the following ERROR<br />

message was found.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1530E<br />

The analysis scan continues.<br />

None<br />

JCL analyzer<br />

MEMB record is missing<br />

Explanation: The loader did not find the required<br />

MEMB import record for processing a file.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1546E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Invalid UACP Reference to Ambiguous<br />

Data Element: name<br />

Explanation: DB2 returned an -811 SQLCODE when<br />

attempting to locate the data element.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1547E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Impact analysis<br />

MAPS record is missing<br />

Explanation: The loader did not find the required<br />

MAPS import record for processing a BMS mapset.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1548E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Could not create unique Mapset Id<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the BMS mapset. The mapset<br />

is not inserted in the DMH_MAPSET table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1549E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Could not create unique Map Id<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the BMS map. The map is not<br />

inserted in the DMH_MAP table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1610E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Cannot open Member List file DD<br />

MEMLIST<br />

Explanation: The loader could not open the file<br />

specified for MEMLIST DD.<br />

System action:<br />

User response:<br />

Module:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Rational Asset Analyzer messages 23


DMH1617E • DMH1703W<br />

DMH1617E<br />

Cannot open the source file<br />

Explanation: The file cannot be opened. Possible<br />

causes are:<br />

v The file does not exist.<br />

v The user does not have proper authority to access<br />

the file.<br />

v Source control/change management tool access is<br />

unavailable.<br />

System action: The scanner skips the current file, <strong>and</strong><br />

processing continues.<br />

User response: Verify <strong>and</strong> correct the cause; try the<br />

operation again.<br />

Module:<br />

DMH1660E<br />

BMS macro definition scanner<br />

Insertion to DMH_CHANGE_IMPACT<br />

failed<br />

Explanation: Impact analysis was unable to insert a<br />

row into the DMH_CHANGE_IMPACT table.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1663E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Impact analysis<br />

Cannot open join cursor on<br />

RD_DATA_RECORD,<br />

RD_DATA_STORE<br />

Explanation: An OPEN request for cursor DMHD221<br />

failed. This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1667E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Impact analysis, IMS analysis<br />

Cannot add record to linked list<br />

Explanation: Impact analysis was unable to record the<br />

impact. This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1668E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Impact analysis<br />

Cannot open cursor on<br />

RD_FORMAL_PARM<br />

Explanation: An OPEN request for cursor<br />

DMHD223D failed. This is an internal error of the<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Impact analysis<br />

DMH1669E<br />

Cannot open cursor on<br />

RD_ACTUAL_PARM<br />

Explanation: An OPEN request for cursor DMHD223<br />

failed. This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1671E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Impact analysis<br />

Update to DMH_CHANGE_FOCUS<br />

failed<br />

Explanation: Impact analysis was unable to update a<br />

row in the DMH_CHANGE_FOCUS table.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1680E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Impact analysis<br />

Cannot open file: name<br />

Explanation: An open failed for the FILELIST DD file<br />

(file classification scanner) or the INFILE DD file<br />

(import record loader).<br />

System action:<br />

User response:<br />

Module:<br />

loader<br />

DMH1702E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

File classification scanner, Import record<br />

Unable to create XREF name list, XREF<br />

IDs are sequential<br />

Explanation: The loader detected an inconsistency<br />

while processing the sequence number for a control<br />

transfer.<br />

System action: The loader skips the current asset <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH1703W Truncated value for database: value<br />

Explanation: Processing detected a character string<br />

value was longer than expected; value was shortened as<br />

required for database processing (for example,<br />

UPDATE, INSERT).<br />

System action:<br />

User response:<br />

Processing continues.<br />

None<br />

Module: BMS macro definition scanner, Impact<br />

analysis, Import record loader<br />

24 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1708E • DMH1730I<br />

DMH1708E<br />

Missing REGION card<br />

Explanation: The loader detected that the region ID<br />

was set to the default value of -1; the region ID was not<br />

reset by processing a valid REGION import record.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1713E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Cannot generate unique identifier for<br />

region<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the region. The region is not<br />

inserted in the DMH_ONLINE_REGION table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1714E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Cannot generate unique identifier for<br />

transaction<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the transaction. The<br />

transaction is not inserted in the<br />

DMH_TRANSACTION table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1715E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Cannot generate unique identifier for<br />

CICS pipeline<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the pipeline. The pipeline<br />

asset is not inserted in the DMH_CICS_PIPELINE table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1716E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Cannot generate unique identifier for<br />

CICS Web service<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the Web service. The Web<br />

service asset is not inserted in the<br />

DMH_CICS_WEBSERVICE table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH1717E<br />

Import record loader<br />

Cannot generate unique identifier for<br />

CICS URI map<br />

Explanation: Rational Asset Analyzer could not<br />

generate a unique ID for the URI map. The URI map<br />

asset is not inserted in the DMH_CICS_URIMAP table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1720S<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Unable to Insert Compile Unit<br />

Explanation: The loader was unable to insert a row<br />

into the DMH_COMPILE_UNIT table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1721I<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Did not underst<strong>and</strong> passed parm:<br />

Explanation: The scan was started with a parameter it<br />

did not recognize, which is reported on the following<br />

message.<br />

System action: The parameter is reported, ignored,<br />

<strong>and</strong> the analysis scan continues.<br />

User response: Review the parameters entered,<br />

remove or correct the indicated parameter, <strong>and</strong><br />

resubmit the analysis scan.<br />

Module: BMS macro definition scanner, File<br />

classification scanner, Import record loader, JCL<br />

analyzer<br />

DMH1722S<br />

Unable to Update Compile Unit<br />

Explanation: The loader was unable to update a row<br />

in the DMH_COMPILE_UNIT table.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH1730I parm = %1<br />

Explanation: This message reports the parameter<br />

referred to by the DMH1721I message(s).<br />

System action: The parameter is reported, ignored,<br />

<strong>and</strong> the analysis scan continues.<br />

User response:<br />

Review the parameters entered,<br />

Rational Asset Analyzer messages 25


DMH1731I • DMH1764I<br />

remove or correct the indicated parameter, <strong>and</strong><br />

resubmit the analysis scan.<br />

Module:<br />

Import file loader<br />

Module: BMS macro definition scanner, File<br />

classification scanner, JCL analyzer<br />

DMH1731I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1732E<br />

DMH0731 entry<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

None<br />

Import record loader<br />

Container Type missing. Container types<br />

must be configured prior to scanning.<br />

Explanation: The loader found no matching container<br />

type in the DMH_CONT_TEMPLATE table.<br />

System action:<br />

continues.<br />

User response:<br />

administrator.<br />

Module:<br />

Processing skips the current record <strong>and</strong><br />

Contact your Rational Asset Analyzer<br />

Import record loader<br />

DMH1733W Container type does not match<br />

configured type. Configured container<br />

name is used.<br />

Explanation: The loader detected a mismatch between<br />

the input container type <strong>and</strong> the container type<br />

available in the DMH_CONT_TEMPLATE table.<br />

System action:<br />

User response:<br />

administrator.<br />

Module:<br />

Processing continues.<br />

Contact your Rational Asset Analyzer<br />

Import record loader<br />

DMH1739W Unable to insert SQL component:<br />

sqlcomponent record<br />

Explanation: The loader could not insert a row for the<br />

referenced SQL component type.<br />

sqlcomponent types:<br />

v SQLC = column, not inserted in the<br />

DMH_SQL_COLUMN table<br />

v SQLCU = cursor, not inserted in the<br />

DMH_SQL_CURSOR table<br />

v SQLT = table, not inserted in the DMH_SQL_TABLE<br />

table<br />

v SQLP = stored procedure, not inserted in the<br />

DMH_SQL_PROC table<br />

System action:<br />

continues.<br />

User response:<br />

Processing skips the current record <strong>and</strong><br />

Contact <strong>IBM</strong> Software Support.<br />

DMH1760E<br />

Unable to open cursor: cursorname<br />

Explanation: An OPEN request for cursor cursorname<br />

failed. This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Analysis queue processor<br />

DMH1761I Start processing queue type %1. %2.<br />

Explanation: The postprocessor has found a<br />

DMH_ANALYSIS_QUEUE row with an<br />

ANALYSIS_TYPE_CD of %1.<br />

System action:<br />

User response:<br />

Module:<br />

Processing continues.<br />

None<br />

Analysis queue processor<br />

DMH1762I Queue type=%1 RC=%2 for %3 %4.<br />

Explanation: The specified queue type processing<br />

completed for the asset <strong>and</strong> had a return code of %2.<br />

System action:<br />

Processing continues.<br />

User response: If the return code was nonzero, use the<br />

RDPRINT output to determine if any correction is<br />

needed for the specified asset.<br />

Module:<br />

DMH1763I<br />

Analysis queue processor<br />

Stop processing queue type %1. Highest<br />

RC=%2.<br />

Explanation: The postprocessor has completed<br />

processing of the current queue type. The highest<br />

return code for the assets processed is %2.<br />

System action:<br />

Processing continues.<br />

User response: If the highest return code is nonzero,<br />

there will also be one or more DMH1762I messages<br />

preceding it with a nonzero return code. Use the<br />

RDPRINT output to determine if any correction is<br />

needed for the assets with nonzero return codes.<br />

Module:<br />

DMH1764I<br />

Analysis queue processor<br />

The postprocessor stopped unexpectedly.<br />

See the RDPRINT output for details.<br />

Explanation: The postprocessor has encountered a<br />

severe error <strong>and</strong> cannot continue.<br />

System action:<br />

The postprocessor terminates.<br />

User response: Check the RDPRINT output for details<br />

that caused the postprocessor to terminate.<br />

Module:<br />

Analysis queue processor<br />

26 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1765E • DMH1776E<br />

DMH1765E<br />

Queue out of sync for call resolution<br />

CU: compunitid XFER: name<br />

Explanation: A postprocessing queue entry to resolve<br />

dynamic references contains an internal CALL<br />

statement identifier that is invalid.<br />

System action: The postprocessing queue entry is<br />

deleted, <strong>and</strong> postprocessing continues with next queue<br />

entry.<br />

User response: Contact <strong>IBM</strong> Software Support. Retain<br />

the postprocessing job output.<br />

Module:<br />

DMH1766E<br />

Analysis queue processor<br />

Queue out of sync Literal not found<br />

literalname<br />

Explanation: A postprocessing queue entry to resolve<br />

dynamic references contains an internal LITERAL<br />

identifier that is invalid.<br />

System action: The postprocessing queue entry is<br />

deleted, <strong>and</strong> postprocessing continues with next queue<br />

entry.<br />

User response: Contact <strong>IBM</strong> Software Ssupport. Retain<br />

the postprocessing job output.<br />

Module:<br />

DMH1767I<br />

Analysis queue processor<br />

The postprocessor completed. Highest<br />

RC=%1.<br />

Explanation: The postprocessor completed normally<br />

<strong>and</strong> the highest return code encountered for any<br />

processing was %1.<br />

System action:<br />

Processing completes.<br />

User response: If the highest return code is nonzero,<br />

there will also be one or more DMH1762I <strong>and</strong><br />

DMH1763I messages preceding it with a nonzero return<br />

code. Use the RDPRINT output to determine if any<br />

correction is needed for the assets with nonzero return<br />

codes.<br />

Module:<br />

Analysis queue processor<br />

DMH1769W Dynamic Concatenation Set Names limit<br />

reach. No new Concatenation sets can<br />

be generated.<br />

Explanation: Rational Asset Analyzer is attempting to<br />

build a dynamic concatenation set to satisfy COPY or<br />

INCLUDE references. An internal limit using data from<br />

the DMH_INCLUDE_CONCAT table has been reached;<br />

no concatenation set is generated.<br />

System action:<br />

Processing continues.<br />

User response: Verify the location of any missing<br />

COPY or INCLUDE files, as reported on the "File<br />

details" page, <strong>and</strong> ensure their owning container(s) are<br />

represented in a concatenation set known to Rational<br />

Asset Analyzer. This can be accomplished by<br />

identifying an existing user concatenation set of<br />

containers that is deemed appropriate, or creating a<br />

new concatenation set, <strong>and</strong> assigning the concatenation<br />

set to the container or file being processed. Explicitly<br />

assigning the appropriate concatenation set to the file<br />

or container will resolve the COPY/INCLUDE<br />

reference(s). Use Assign default concatenation sets<br />

during inventory collection, the Assign default<br />

concatenation sets option from the Actions drop-down<br />

list on the "Container details" page, or the Assign<br />

concatenation set option from the Actions drop-down<br />

list on the "File details" page.<br />

Module:<br />

DMH1770E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

Analysis queue processor<br />

Application chain longer than request<br />

allows - Internal restriction (DMH6006)<br />

This is an internal error or the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Analysis queue processor<br />

DMH1773W Unable to create Concatenation Set<br />

Explanation: Rational Asset Analyzer is attempting to<br />

build a dynamic concatenation set to satisfy COPY or<br />

INCLUDE references. No concatenation set was<br />

generated. This message will be paired with<br />

DMH1769W.<br />

System action:<br />

Processing continues.<br />

User response: Verify the location of any missing<br />

COPY or INCLUDE files, as reported on the "File<br />

details" page, <strong>and</strong> ensure their owning container(s) are<br />

represented in a concatenation set known to Rational<br />

Asset Analyzer. This can be accomplished by<br />

identifying an existing user concatenation set of<br />

containers that is deemed appropriate, or creating a<br />

new concatenation set, <strong>and</strong> assigning the concatenation<br />

set to the container or file being processed. Explicitly<br />

assigning the appropriate concatenation set to the file<br />

or container will resolve the COPY/INCLUDE<br />

reference(s). Use Assign default concatenation sets<br />

during inventory collection, the Assign default<br />

concatenation sets option from the Actions drop-down<br />

list on the "Container details" page, or the Assign<br />

concatenation set option from the Actions drop-down<br />

list on the "File details" page.<br />

Module:<br />

DMH1776E<br />

Analysis queue processor<br />

Ambiguous Concatenation Sets, User<br />

needs to Select correct set<br />

Explanation: Rational Asset Analyzer could not<br />

automatically determine the appropriate concatenation<br />

set to apply to resolve COPY or SQL INCLUDE<br />

Rational Asset Analyzer messages 27


DMH1777I • DMH1784W<br />

references, likely due to multiple files with the same<br />

name captured in the inventory or multiple<br />

concatenation sets that could satisfy the references.<br />

System action: The postprocessing queue entry is<br />

deleted, <strong>and</strong> postprocessing continues with the next<br />

queue entry.<br />

User response: Verify the location of any missing<br />

COPY or SQL INCLUDE files, as reported on the "File<br />

details" page. Review the existing inventory of<br />

concatenation sets <strong>and</strong> identify the appropriate set as<br />

the default for the container or file being processed.<br />

Explicitly assigning the appropriate concatenation set to<br />

the file or container will resolve the COPY <strong>and</strong>/or SQL<br />

INCLUDE reference(s). One or two concatenation sets<br />

may have to be assigned, depending on the type of<br />

missing reference(s). COPY references are resolved by<br />

the language concatenation set, while SQL INCLUDE<br />

references are resolved by the SQL concatenation set.<br />

Use Assign default concatenation sets during<br />

inventory collection, the Assign default concatenation<br />

sets option from the Actions drop-down list on the<br />

"Container details" page, or the Assign concatenation<br />

set option from the Actions drop-down list on the "File<br />

details" page.<br />

Module:<br />

DMH1777I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1778E<br />

Analysis queue processor<br />

CNTLCRDS input: parameters<br />

This message reports processing status.<br />

The system is functioning normally.<br />

None<br />

DBDGEN scanner, PSBGEN scanner<br />

Invalid input: parameter<br />

Explanation: While processing control cards, the<br />

scanner found invalid parameter data parameter. No<br />

expected keyword was recognized.<br />

System action:<br />

Processing stops.<br />

User response: None. This function is not active in the<br />

current release of the product.<br />

Module:<br />

DMH1779E<br />

DBDGEN scanner, PSBGEN scanner<br />

System must be numeric<br />

Explanation: The scanner detected a system control<br />

card that was non-numeric.<br />

System action:<br />

Processing stops.<br />

User response: None. This function is not active in the<br />

current release of the product.<br />

Module:<br />

DBDGEN scanner, PSBGEN scanner<br />

DMH1780E<br />

PSB Library Name is Missing<br />

Explanation: At the start of loading import records for<br />

an IMS program specification block (START PSBLIB),<br />

the loader detected a missing PSB container name.<br />

There was no active ACB container to override the<br />

condition.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1781E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DBD Library Name is Missing<br />

Explanation: At the start of loading import records for<br />

an IMS database definition (START DBDLIB), the<br />

loader detected a missing DBD container name. There<br />

was no active ACB container to override the condition.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1782E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

ACB Library Name is missing<br />

Explanation: While processing import records for an<br />

IMS access control block (START ACBLIB), the loader<br />

detected a missing ACB container name.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH1783E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

No DBD ID for Segment: segmentname<br />

Explanation: While processing the import records, the<br />

loader detected a missing DBD ID for segment<br />

segmentname on the DSEG record.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH1784W Found Invalid Length for<br />

imscomponenttype compnentname<br />

Explanation: While processing the import records for<br />

imscomponenttype, the loader detected a zero length for<br />

componentname. The length must be greater than zero.<br />

System action: The current record is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

28 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1785W • DMH1793E<br />

DMH1785W Missing Source Segment Name number<br />

for: sourcedbdname, segmentname<br />

Explanation: While processing the import records, the<br />

loader detected that a required parameter from a paired<br />

set was missing on a DSEG record. For a logical<br />

segment, these attributes describe the source segment<br />

from which the logical segment has been derived.<br />

If the sourcedbdname name 1 is specified, the source<br />

segment name 1 is required.<br />

If the sourcedbdname 2 is specified, the source segment<br />

name 2 is required.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH1786E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

No Segment ID for Field:<br />

fieldname,segmentname<br />

Explanation: While processing the import records, the<br />

loader detected a missing segment ID for<br />

fieldname,segmentname on the IFLD record.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH1787W Found Invalid Field Position:<br />

fieldname,segmentname<br />

Explanation: While processing the import records, the<br />

loader detected a field position for<br />

fieldname,segmentname with a value of zero on the IFLD<br />

record. The field position must be greater than zero.<br />

System action: The current record is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH1788E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

No PSB ID for Segment: segmentname<br />

Explanation: While processing the import records, the<br />

loader detected a missing PSB ID for segment<br />

segmentname on the PSEG record.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH1789E<br />

No PSB ID for PCB:<br />

psbname,pcbsequence,pcbtype<br />

Explanation: While processing import records, the<br />

loader detected a missing PSB ID for PCB<br />

psbbname,pcbsequence,pcbtype on the IPCB record.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH1790W Unable to insert IMS component:<br />

imscomponenttype componentname<br />

Explanation: While processing import records, the<br />

loader failed to successfully insert a row for<br />

imscomponenttype componentname in the DMH_IMS_*<br />

table of interest.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH1791W Truncating DD name to 8 characters:<br />

ddname<br />

Explanation: While processing import records, the<br />

loader detected DD name ddname was longer than 8<br />

characters. ddname was truncated to 8 characters <strong>and</strong><br />

inserted into table DMH_IMS_DBD_DD.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1792E<br />

Processing continues.<br />

None<br />

Import record loader<br />

No DBD for DD name: record<br />

Explanation: While processing import records, the<br />

loader detected a missing DBD ID on the IDDN record.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH1793E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Unable to add to DBD the DD name:<br />

ddname<br />

Explanation: While processing import records, the<br />

loader was unsuccessful at inserting a row in table<br />

DMH_IMS_DBD_DD for DD name ddname.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Rational Asset Analyzer messages 29


DMH1794E • DMH1812E<br />

DMH1794E Subsys must be numeric<br />

Explanation: While processing control cards, the<br />

scanner found a non numeric subsys value.<br />

System action: Processing stops.<br />

User response: None. This function is not active in the<br />

current release of the product.<br />

Module: DBDGEN scanner, PSBGEN scanner<br />

context. For example, DFSTRA0T, IMSLOGR, <strong>and</strong><br />

IMSMON are reported here but otherwise ignored. No<br />

further data is collected for the<br />

DMH_ONLINE_DSTORE <strong>and</strong> DMH_DATASET tables<br />

for filename.<br />

System action:<br />

User response:<br />

Module:<br />

Processing continues.<br />

None.<br />

IMS scanner - DMHMDA<br />

DMH1795W Unknown DFSPSBD type found<br />

in stage 2 records for PGM programname<br />

Explanation: During analysis of the macros used as<br />

input to IMS stage 2 generation for transaction <strong>and</strong><br />

program information, a type other than BMP or TP was<br />

encountered.<br />

System action: The scanner skips the current record<br />

<strong>and</strong> continues processing.<br />

User response:<br />

Module:<br />

DMH1796E<br />

Contact <strong>IBM</strong> Software Support.<br />

IMS scanner - DMHSTG2<br />

Comm<strong>and</strong> file does not contain<br />

transaction data<br />

Explanation: The DISPLAY TRANSACTION ALL<br />

comm<strong>and</strong> issued in batch returned zero transaction<br />

records.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1797I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1798I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

IMS scanner - DMHDIST<br />

File ( filename ) in MDAFILE will be<br />

interrogated<br />

This message reports processing status.<br />

The system is functioning normally.<br />

None<br />

IMS scanner - DMHMDA<br />

File ( filename ) in MDAFILE identifies a<br />

database dynamic allocation<br />

This message reports processing status.<br />

The system is functioning normally.<br />

None<br />

IMS scanner - DMHMDA<br />

DMH1799W MDAFILE file filename does not describe<br />

a database<br />

Explanation: Although dynamically allocated, the<br />

MDAFILE file filename is not of interest in the current<br />

DMH1800W Unable to determine DBDNAME from<br />

MDAFILE file filename<br />

Explanation: Analysis of the file filename indicates it<br />

is not a database dynamic allocation <strong>and</strong> therefore, the<br />

DBDNAME is not warranted.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1801I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1802I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1803I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1812E<br />

Processing continues.<br />

None.<br />

IMS scanner - DMHMDA<br />

EXCLUDE file is empty. No files have<br />

been excluded<br />

This message reports processing status.<br />

The system is functioning normally.<br />

None<br />

IMS scanner - DMHMDA<br />

IMS database dynamic allocation file<br />

scanner sc<strong>and</strong>ate<br />

This message reports processing status<br />

The system is functioning normally.<br />

None<br />

IMS scanner - DMHMDA<br />

Process finished, recursive call found<br />

This message reports processing status.<br />

The system is functioning normally.<br />

None<br />

Analysis queue processor<br />

No source code found from the site for<br />

transfer target entrypointname<br />

Explanation: No matching entry point was found for<br />

the transfer target entrypointname. The run unit is<br />

identified as unresolved.<br />

System action:<br />

Processing continues.<br />

User response: Locate the source code for entry point<br />

entrypointname. Collect inventory for the file to resolve<br />

30 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1817E • DMH1831E<br />

run unit status. Alternatively, you can add entry points<br />

for which there is no source to the<br />

&hlq.SDMHDATA(DMHUTIL) file to exclude them<br />

from further analysis. You can include z/OS runtime<br />

modules in the DMHUTIL file.<br />

Module:<br />

DMH1817E<br />

Analysis queue processor<br />

Multiple EntryPoints for<br />

transfertargetentrypointname.<br />

Explanation: Multiple entry points matched the<br />

transfertargetentrypointname. The run unit is identified as<br />

unresolved.<br />

System action:<br />

Processing continues.<br />

User response: Multiple entry points with the same<br />

name are preventing successful Run unit resolution. In<br />

order to correct the situation, the Run unit names must<br />

be unique per Site. As such, multiple programs with<br />

the same main entry point name should be isolated<br />

into separate Sites, or as applicable, the second+<br />

duplicate programs should be permanently removed<br />

from the inventory.<br />

Module:<br />

Analysis queue processor<br />

DMH1819W Cannot get a RunUnitName from the<br />

input RunUnitId: rununitid.<br />

Explanation: The processor was unsuccessful at<br />

retrieving the run unit name from the<br />

DMH_EP_SYMBOL table for the corresponding<br />

EP_SYMBOL_ID associated with the run unit ID<br />

rununitid in the DMH_RUN_UNIT_TABLE.<br />

System action:<br />

User response:<br />

Module:<br />

Processing continues.<br />

Contact <strong>IBM</strong> Software Support.<br />

Analysis queue processor<br />

DMH1822W Cannot open Alias file. DD:LOADMOD<br />

Explanation: Processing failed to successfully open the<br />

load module alias file DMHALIAS.<br />

System action:<br />

Processing continues.<br />

User response: Verify that the user has authority to<br />

read the load module alias file found in data set<br />

&hlq.SDMHDATA;, especially if the user intends to use<br />

aliases documented in this file for the run unit builder's<br />

call resolution. If the condition persists, contact<br />

yourRational Asset Analyzer administrator.<br />

Module:<br />

DMH1823E<br />

Analysis queue processor<br />

List creation failed.<br />

Explanation: An attempt to build a linked list failed.<br />

This is an internal error of the application.<br />

System action:<br />

Processing stops.<br />

User response:<br />

Module:<br />

DMH1824E<br />

Contact <strong>IBM</strong> Software Support.<br />

Analysis queue processor<br />

Add LoadModule Node failed.<br />

Explanation: An attempt to build a load module alias<br />

list failed. This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1826E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Analysis queue processor<br />

Successor list cannot be created.<br />

Explanation: An attempt to build a linked list failed.<br />

This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1827E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Analysis queue processor<br />

Successor failed to be added to list.<br />

Explanation: An attempt to add an item to a linked<br />

list failed. This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1830E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1831E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Analysis queue processor<br />

Cannot create a memory block, abort.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Analysis queue processor<br />

The 1st field in Alias File must be a<br />

load module name at line linenumber<br />

Explanation: An error was detected while processing<br />

the first field in the record on line number linenumber<br />

in the load module alias file.<br />

System action:<br />

Processing continues.<br />

User response: Verify the record layout in the load<br />

module alias file DMHALIAS, found in data set<br />

&hlq.SDMHDATA;, is correct; reattempt postprocessing.<br />

Module:<br />

Analysis queue processor<br />

Rational Asset Analyzer messages 31


DMH1832E • DMH1851I<br />

DMH1832E<br />

The 2nd field in Alias file must be an<br />

alias name at line linenumber<br />

Explanation: An error was detected while processing<br />

the second field in the record on line number<br />

linenumber in the load module alias file.<br />

System action:<br />

Processing continues.<br />

User response: Verify the record layout in the load<br />

module alias file DMHALIAS, found in data set<br />

&hlq.SDMHDATA;, is correct; reattempt postprocessing.<br />

Module:<br />

Analysis queue processor<br />

DMH1833W The 3rd field in Alias File must be a<br />

container name or NONE at line<br />

linenumber<br />

Explanation: An error was detected while processing<br />

the third field in the record on line number linenumber<br />

in the load module alias file.<br />

System action:<br />

Processing continues<br />

User response: Verify the record layout in the load<br />

module alias file DMHALIAS, found in data set<br />

&hlq.SDMHDATA;, is correct; reattempt postprocessing.<br />

Module:<br />

Analysis queue processor<br />

DMH1834W The 4th field in Alias File must be an<br />

Application id or NONE at line<br />

linenumber<br />

Explanation: An error was detected while processing<br />

the fourth field in a record on line number linenumber<br />

in the load module alias file.<br />

System action:<br />

Processing continues.<br />

User response: Verify the record layout in the load<br />

module alias file DMHALIAS, found in data set<br />

&hlq.SDMHDATA;, is correct; reattempt postprocessing.<br />

Module:<br />

DMH1835I<br />

Analysis queue processor<br />

The RunUnitName, name, matched a<br />

utility name.<br />

Explanation: This message reports processing status<br />

indicating successful run unit resolution.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

Analysis queue processor<br />

DMH1836W Cannot open utility file. DD:UTILITY<br />

Explanation: Processing failed to successfully open the<br />

utility program list file DMHUTIL.<br />

System action:<br />

User response:<br />

Processing continues<br />

Verify that the user has authority to<br />

read the utility program list file found in data set<br />

&hlq.SDMHDATA.. This file is used for the run unit<br />

builder's call resolution for st<strong>and</strong>ard utility programs. If<br />

the condition persists, contact your Rational Asset<br />

Analyzer administrator.<br />

Module:<br />

DMH1837I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH1838I<br />

Analysis queue processor<br />

Utility exclusion file read from DD:<br />

ddname<br />

This message reports processing status.<br />

The system is functioning normally.<br />

None<br />

Analysis queue processor<br />

Number of records read from file: count<br />

Explanation: This message reports processing status<br />

indicating the number of records read from either the<br />

load module alias file (DMHALIAS) or utility program<br />

list file (DMHUTIL).<br />

System action:<br />

User response:<br />

Module:<br />

DMH1839I<br />

The system is functioning normally.<br />

None<br />

Analysis queue processor<br />

Alias substitution file read from DD:<br />

ddname<br />

Explanation: This message reports processing status<br />

indicating successful open <strong>and</strong> read of the alias<br />

substitution file ddname.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1850I<br />

The system is functioning normally.<br />

None<br />

Analysis queue processor<br />

Resolved by alias. RU=rununitname<br />

Explanation: This message reports processing status<br />

indicating successful run unit resolution.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1851I<br />

The system is functioning normally.<br />

None<br />

Analysis queue processor<br />

Resolved by entry point name.<br />

RU=rununitname<br />

Explanation: This message reports processing status<br />

indicating successful run unit resolution.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

Analysis queue processor<br />

32 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH1852E • DMH1936E<br />

DMH1852E<br />

Cannot find an EntryPoint for<br />

transfertargetentrypointname.<br />

Explanation: No matching entry point was found for<br />

the transfertargetentrypointname. The run unit is<br />

identified as unresolved.<br />

System action:<br />

Processing continues.<br />

User response: Locate source code for entry point<br />

transfertargetentrypointname; collect inventory for the file<br />

to resolve run unit status.<br />

Module:<br />

Analysis queue processor<br />

DMH1921E<br />

Source analyzer failed, no data collected<br />

from file: filename<br />

Explanation: Assembler source analysis for file<br />

filename failed. The analysis status for the compile unit<br />

is Error.<br />

System action:<br />

Processing continues.<br />

User response: Locate message DMH1929W for return<br />

code data. Resolve the error <strong>and</strong> try the operation<br />

again.<br />

Module:<br />

REXX - DMHI630Z<br />

DMH1853I<br />

RD_RUN_UNIT_CNTNT Inserts for this<br />

Run Unit: insertedrowcount<br />

Explanation: This message appears in debug mode<br />

only. It reports processing status.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1900E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH1901E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

Analysis queue processor<br />

Message interface called without any<br />

message number.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMHMINTF - Interface to LE messaging<br />

Message to be displayed is invalid<br />

message.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMHMINTF - Interface to LE messaging<br />

DMH1920W Unable to obtain Site Name from<br />

system: Using name '*default*'<br />

Explanation: An attempt to retrieve the site<br />

information failed or the data was invalid. The default<br />

value for the site, NAME (*default*), <strong>and</strong><br />

PLATFORM_ID = 1, corresponding to "MVS or<br />

OS/390 ® ", will be used.<br />

System action:<br />

User response:<br />

Module:<br />

Processing continues.<br />

Contact <strong>IBM</strong> Software Support.<br />

REXX - DMHGTSTE<br />

DMH1922W BMS scanner failed, no Compile Unit<br />

rows generated for file: filename, Return<br />

Code: returncode<br />

Explanation: Assembler analysis for BMS file filename<br />

failed with return code returncode. The analysis status<br />

for the compile unit is Error.<br />

System action:<br />

User response:<br />

again.<br />

Module:<br />

Processing continues.<br />

Resolve the error <strong>and</strong> try the operation<br />

REXX - DMHI630Z<br />

DMH1929W scantype analyzer return code: returncode<br />

Explanation: Return code returncode was raised by<br />

scantype analysis. The analysis status for the compile<br />

unit will be Error.<br />

System action:<br />

Processing continues.<br />

User response: Resolve scanning errors; try the<br />

operation again.<br />

Module:<br />

DMH1935E<br />

Assembler, BMS, COBOL <strong>and</strong> PL/I scanner<br />

No ADATA records produced by<br />

assembly<br />

Explanation: The <strong>IBM</strong> assembler did not produce any<br />

output for analysis.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response: Verify the file is valid assembler source<br />

<strong>and</strong> the ADATA option is enabled; reattempt the<br />

analysis. If the problem continues, contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH1936E<br />

Assembler scanner<br />

ADATA is not from HLASM translator<br />

Explanation: The ADATA file being processed by the<br />

assembler analyzer is not from the assembler translator.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

Rational Asset Analyzer messages 33


DMH1937E • DMH2004I<br />

User response: Verify the <strong>IBM</strong> translator is being used<br />

by the assembler scanner; reattempt the analysis. If the<br />

problem continues, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH1937E<br />

Assembler scanner<br />

ADATA version is not supported<br />

Explanation: The ADATA file produced by the<br />

assembler analyzer is not from a supported version.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH1938E<br />

Contact <strong>IBM</strong> Software Support.<br />

Assembler scanner<br />

Unable to allocate assembler analyzer<br />

INCLUDE/MACRO libraries<br />

Explanation: The assembler analyzer is unable to<br />

allocate SYS1.MACLIB.<br />

System action:<br />

Processing stops.<br />

User response: Verify SYS1.MACLIB is available <strong>and</strong><br />

the user has the proper authority to access the<br />

container; reattempt the analysis. If the problem<br />

continues, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH1939E<br />

Assembler scanner<br />

Unable to allocate assembler analyzer<br />

source file: filename<br />

Explanation: The assembler scanner is unable to<br />

allocate the input source file.<br />

System action:<br />

Processing stops.<br />

User response: Verify the input source file is available<br />

<strong>and</strong> the user has the proper authority to access the<br />

container; reattempt the analysis. If the problem<br />

continues, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH2000E<br />

Assembler scanner<br />

Unable to open file filename. The file<br />

status code is statuscode. If the file status<br />

is 39, make sure the file attributes are<br />

correct (such as LRECL).<br />

Explanation: An OPEN request for file filename failed.<br />

The reported status code is statuscode. There are several<br />

interim work files utilized for creating <strong>and</strong> sorting<br />

CICS data of interest.<br />

System action:<br />

Processing stops.<br />

User response: Reattempt the analysis. If the problem<br />

continues, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

CICS region analyzer<br />

DMH2001W Unable to close file filename. The file<br />

status code is statuscode.<br />

Explanation: A close request for file filename failed.<br />

The reported status code is statuscode. There are several<br />

interim work files utilized for creating <strong>and</strong> sorting<br />

CICS data of interest.<br />

System action:<br />

Processing stops.<br />

User response: Reattempt the analysis. If the problem<br />

continues, contact <strong>IBM</strong> Software Support..<br />

Module:<br />

DMH2002E<br />

CICS region analyzer<br />

Unable to write to file filename. The file<br />

status code is statuscode.<br />

Explanation: An attempt to write a record to file<br />

filename failed. The value for filename can be<br />

DMHCONN, DMHFILE, DMHMAPS, DMHPIPE,<br />

DMHRECS, DMHTRAN, DMHURMP, DMHWEBS or<br />

DD:TEMPLIST. The reported status code is statuscode.<br />

System action:<br />

Processing stops.<br />

User response: Depending on the value of statuscode,<br />

insufficient disk space is generally the reason for a<br />

failure in this area. The following are default space<br />

allocations:<br />

v DMHCONN, DMHFILE, DMHMAPS, DMHPIPE,<br />

DMHTRAN, DMHURMP, <strong>and</strong> DMHWEBS:<br />

SPACE=(CYL,(1,1)) in &hlq.SDMHREXX;(DMH0733).<br />

v DMHRECS: SPACE=(CYL,(1,1)) in the region scan<br />

JCL.<br />

v TEMPLIST: SPACE=(1024,(1000,100)) in the catalog<br />

scan JCL. A of -1 is a direct indicator of write failure<br />

due to insufficient disk space for this data set.<br />

Increase the primary <strong>and</strong>/or secondary disk space<br />

parameters <strong>and</strong> run the job again.<br />

Module:<br />

DMH2003E<br />

DB2 Catalog Scanner, CICS region analyzer<br />

Sort of filename failed.<br />

Explanation: An attempt to sort file filename failed.<br />

This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2004I<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

Number of files processed from JCL<br />

analyzer = number.<br />

Explanation: The CICS region analyzer calls the JCL<br />

analyzer to process the CICS start JCL. This message<br />

indicates that the JCL analyzer analyzed number data<br />

sets, as identified in the CICS start JCL Step executing<br />

PGM=DFHSIP.<br />

System action:<br />

The system is functioning normally.<br />

34 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH2005E • DMH2018I<br />

User response: None<br />

Module: CICS region analyzer<br />

User response: Contact <strong>IBM</strong> Software Support.<br />

Module: CICS region analyzer<br />

DMH2005E<br />

The recordnumber record in CICSYS1<br />

must be a value.<br />

Explanation: The analyzer detected a missing control<br />

record. SITE <strong>and</strong> CREG are required.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2008E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

The OBJECTS keyword is required on<br />

the EXTRACT comm<strong>and</strong>.<br />

Explanation: Rational Asset Analyzer uses the CICS<br />

system definition utility program (DFHCSDUP) to<br />

gather data from the CICS system definition (CSD). The<br />

OBJECTS option of the EXTRACT comm<strong>and</strong> is required<br />

to gather all resource definition attributes. The analyzer<br />

has detected that the OBJECTS option is missing. This<br />

is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2010E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

A job step that starts a CICS region<br />

cannot be found in the JCL specified<br />

(no job step is using PGM=DFHSIP).<br />

Explanation: The CICS region analyzer calls the JCL<br />

analyzer to process the CICS start JCL. JCL analysis did<br />

not find a job step that specified EXEC PGM=DFHSIP.<br />

This error can occur if the user specified an incorrect<br />

start JCL container or if the CICS start is wrapped (for<br />

example, DFHSIP is passed as a parameter). The JCL<br />

analyzer does not currently provide analysis support<br />

for the second scenario.<br />

System action:<br />

Processing continues<br />

User response: Confirm that EXEC PGM=DFHSIP is<br />

the format used in the start JCL. Verify that the user<br />

supplied the correct data set name for the CICS region<br />

start JCL file; reattempt CICS region analysis.<br />

Module:<br />

DMH2011E<br />

CICS region analyzer<br />

The maximum number of files has been<br />

exceeded. Maximum number of files<br />

supported is maxnum.<br />

Explanation: The CICS region analyzer calls the JCL<br />

analyzer to process the CICS start JCL. While<br />

processing the JCL, an internal table limit was exceeded<br />

before the end of file was reached.<br />

System action:<br />

Processing stops.<br />

DMH2012E<br />

Missing records on CICSYS1.<br />

Explanation: The CICS region analyzer calls the JCL<br />

analyzer to process the CICS start JCL. While<br />

processing the output records from the JCL analysis, an<br />

unexpected end of file was encountered.<br />

System action:<br />

User response:<br />

Module:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

DMH2015W Duplicate file from the same source.<br />

Filename = filename. Source = sourcename.<br />

Explanation: While processing file information, a<br />

duplicate record for the same file was found.<br />

Duplicates can occur when both the CSD <strong>and</strong> FCT each<br />

contain entries for the same file. However, this message<br />

is reporting unexpected duplicate entries from the same<br />

source. Rational Asset Analyzer is attempting to resolve<br />

data stores (files) <strong>and</strong> data sets.<br />

System action: The current file record is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH2016I<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

Data set name for file name came from<br />

the JCL.<br />

Explanation: This message reports processing status<br />

indicating that the data set resolution for file name was<br />

from the CICS start JCL.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2017I<br />

The system is functioning normally.<br />

None<br />

CICS region analyzer<br />

Data set name for file name came from<br />

the CSD.<br />

Explanation: This message reports processing status<br />

indicating that the data set resolution for file name was<br />

from the CICS system definition (CSD).<br />

System action:<br />

User response:<br />

Module:<br />

DMH2018I<br />

The system is functioning normally.<br />

None<br />

CICS region analyzer<br />

Data set name for file name came from<br />

the FCT.<br />

Explanation: This message reports processing status<br />

indicating that the data set resolution for file name was<br />

from the CICS dynamically allocated data sets (FCT).<br />

Rational Asset Analyzer messages 35


DMH2019W • DMH2028E<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

CICS region analyzer<br />

DMH2019W Data set name for file name was NOT<br />

found.<br />

Explanation: No corresponding data set for file name<br />

was discovered in the start JCL, CSD or FCT.<br />

System action:<br />

Processing continues.<br />

User response: None. This warning indicates that a<br />

corresponding data set will not be associated with the<br />

named CICS file in the user interface where CICS files<br />

are displayed, such as the "CICS online region details"<br />

page or the "Data store summary" page.<br />

Module:<br />

DMH2020I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH2021E<br />

CICS region analyzer<br />

Processing region regionname<br />

This message reports processing status.<br />

The system is functioning normally.<br />

None<br />

CICS region analyzer<br />

A GRP or LIST record is required for<br />

REGN regionname<br />

Explanation: The analyzer encountered an unexpected<br />

error processing the GRP control record. By default, all<br />

groups in the CSD are examined.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2022E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

A CSD record is required for REGN<br />

regionname<br />

Explanation: The analyzer encountered an unexpected<br />

error processing the CSD control record for the region<br />

analysis.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2023E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

A REGN record is missing the region<br />

name<br />

Explanation: The analyzer encountered an unexpected<br />

error processing the REGN control record for the region<br />

analysis.<br />

System action:<br />

User response:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH2024E<br />

CICS region analyzer<br />

More than one CSD record for REGN<br />

regionname<br />

Explanation: The analyzer encountered multiple CSD<br />

control records; only one CSD per region is supported.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2025E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

More than one LIST record for REGN<br />

regionname<br />

Explanation: The analyzer encountered multiple LIST<br />

control records. Only one LIST record per region is<br />

supported.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2026E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

More than one FCT record for REGN<br />

regionname<br />

Explanation: The analyzer encountered multiple FCT<br />

control records. Only one FCT record per region is<br />

supported.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2027E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

More than one SJCL record for REGN<br />

regionname<br />

Explanation: The analyzer encountered multiple SJCL<br />

(start JCL) control records. Only one SJCL record per<br />

region is supported.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2028E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

Temporary data set datasetname, already<br />

exists<br />

Explanation: The analyzer found that a temporary<br />

work file was previously allocated.<br />

System action:<br />

Processing stops.<br />

User response: Locate data set datasetname <strong>and</strong> delete<br />

it. Reattempt CICS region analysis.<br />

Module:<br />

CICS region analyzer<br />

36 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH2029I • DMH2037I<br />

DMH2029I<br />

Temporary data set datasetname, already<br />

exists : deleting<br />

Explanation: The analyzer found that a temporary<br />

work file was previously allocated, <strong>and</strong> it has been<br />

deleted.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2030E<br />

Processing continues.<br />

None<br />

CICS region analyzer<br />

Allocate failed for data set datasetname<br />

Explanation: The analyzer could not allocate a<br />

required temporary work file datasetname.<br />

System action:<br />

Processing stops.<br />

User response: Ensure system resources are available,<br />

<strong>and</strong> verify that the user has authority to create a<br />

sequential data set named datasetname with the<br />

following attributes:<br />

v Space units: CYLS<br />

v Primary quantity: 1<br />

v Secondary quantity: 1<br />

v Record format: FB<br />

v Record length: 128<br />

Reattempt CICS region analysis. If the condition<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH2031I<br />

CICS region analyzer<br />

PROC without SJCL, PROC ignored<br />

Explanation: This message reports processing status<br />

indicating the analyzer detected a PROC data set<br />

control record with no corresponding SJCL (start JCL)<br />

control record. The CICS region start JCL PROC data<br />

set is ignored.<br />

System action:<br />

Processing continues.<br />

User response: A PROC control record, indicated by<br />

the user supplying a CICS region start JCL PROC data<br />

set name, implies the start JCL invokes procedure(s).<br />

Verify that the user supplied the correct data set name<br />

for the CICS region start JCL file. Reattempt CICS<br />

region analysis. If the condition persists, contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH2032I<br />

CICS region analyzer<br />

Return code from JCL analyzer<br />

returncode<br />

Explanation: This message reports processing status<br />

indicating the return code from the JCL analyzer<br />

invoked to process the CICS start JCL.<br />

System action:<br />

The system is functioning normally.<br />

User response:<br />

Module:<br />

DMH2033I<br />

None<br />

CICS region analyzer<br />

Return code from Import record builder<br />

returncode<br />

Explanation: This message reports processing status<br />

indicating the return code from the import record<br />

builder used to create CICS region import records.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2034E<br />

The system is functioning normally.<br />

None<br />

CICS region analyzer<br />

CICS CSD scan failed returncode<br />

Explanation: The analyzer encountered a fatal error<br />

during processing, as indicated by return code<br />

returncode.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2035I<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

CICS CSD scan ended with Return code<br />

returncode<br />

Explanation: This message reports processing status<br />

indicating the return code from the CICS region<br />

analyzer.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2036I<br />

The system is functioning normally.<br />

None<br />

CICS region analyzer<br />

Calling DFHCSDUP for extract of GRP<br />

<strong>and</strong> LIST names<br />

Explanation: This message reports processing status<br />

indicating that the CICS system definition utility<br />

program (DFHCSDUP) is being used to gather group<br />

<strong>and</strong> list object information.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2037I<br />

The system is functioning normally.<br />

None<br />

CICS region analyzer<br />

Return from DMHCSDUP scan ended<br />

with return code returncode<br />

Explanation: This message reports processing status<br />

indicating the return code from reading from the CICS<br />

system definition file (CSD) using the CICS system<br />

definition utility program (DFHCSDUP).<br />

System action:<br />

User response:<br />

The system is functioning normally.<br />

None<br />

Rational Asset Analyzer messages 37


DMH2038E • DMH2049E<br />

Module:<br />

DMH2038E<br />

CICS region analyzer<br />

Unable to create temporary CSD to<br />

analyze FCT name<br />

Explanation: The analyzer could not allocate a<br />

required temporary work file for processing the load<br />

library for CICS dynamically allocated data sets, FCT<br />

name.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2040E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

Wrong SCM call type requested: calltype<br />

Explanation: While processing SCM call parameters,<br />

an unexpected call type was detected. Valid call types<br />

are:<br />

v Full List<br />

v Change List<br />

v Member<br />

v Include<br />

System action:<br />

User response:<br />

Module:<br />

DMH2041E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCM processor - DMHSCMI<br />

Invalid SCM identifier entered: calltype<br />

Explanation: While processing SCM call parameters,<br />

an unexpected SCM type was detected. Valid call types<br />

are:<br />

v ChangeMan<br />

v SCLM<br />

v Panvalet<br />

v Librarian<br />

System action:<br />

User response:<br />

Module:<br />

DMH2042E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCM processor - DMHSCMI<br />

ChangeMan Message: message<br />

Explanation: While processing a ChangeMan request,<br />

the processor encountered an unexpected condition.<br />

System action:<br />

User response:<br />

Module:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCM processor - DMHSABLL<br />

DMH2046W Return code from DBUTIL: returncode<br />

Explanation: While processing the output from the<br />

SCLM DBUTIL service, the processor encountered an<br />

unexpected condition.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2047E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCLM processor - DMHCLIST, DMHFLIST<br />

Allocation error on output file filename,<br />

return code returncode<br />

Explanation: The processor could not allocate required<br />

output file filename.<br />

System action:<br />

Processing stops.<br />

User response: Ensure system resources are available,<br />

<strong>and</strong> verify that the user has authority to create a data<br />

set named filename with the following attributes:<br />

v Space units: CYLS<br />

v Primary quantity: 10<br />

v Secondary quantity: 10<br />

v Record format: FB<br />

v Record length: 123<br />

v Block size: 24600<br />

Reattempt the job. If the condition persists, contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH2048E<br />

SCLM processor - DMHCLIST, DMHFLIST<br />

Error writing to DDname TEMPLC<br />

Explanation: The processor encountered an<br />

unexpected write error while processing the SCLM<br />

output for updated records.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2049E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCLM processor - DMHCLIST, DMHFLIST<br />

No parameters were specified<br />

Explanation: The processor failed to locate any input<br />

parameters for the SCLM task. Expected parameters are<br />

as follows:<br />

For Change List:<br />

v HLQ= Work Data Set High-Level Qualifier (set at<br />

install time)<br />

v PROJECT= SCLM Project Qualifier<br />

v ALTPROJ= SCLM Alternate Project (optional)<br />

v GROUP= Group to be scanned (default '*')<br />

v FRMDATE= From Date (YYYYMMDD)<br />

For Full List:<br />

38 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH2050E • DMH2056I<br />

v HLQ= Work Data Set High-Level Qualifier (set at<br />

install time)<br />

v PROJECT= SCLM Project Qualifier<br />

v ALTPROJ= SCLM Alternate Project (optional)<br />

v GROUP= Group to be scanned (default '*')<br />

System action:<br />

User response:<br />

Module:<br />

DMH2050E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCLM processor - DMHCLIST, DMHFLIST<br />

Invalid parameter format in parm:<br />

parameterposition parametername<br />

Explanation: The processor is expecting to find<br />

parameter=value pairs but detected a missing value<br />

while processing the input parameters. Expected<br />

parameter=value pairs are as follows:<br />

For Change List:<br />

v PROJECT= SCLM Project Qualifier<br />

v ALTPROJ= SCLM Alternate Project (optional)<br />

v GROUP= Group to be scanned (default '*')<br />

v FRMDATE= From Date (YYYYMMDD)<br />

For Full List:<br />

v PROJECT= SCLM Project Qualifier<br />

v ALTPROJ= SCLM Alternate Project (optional)<br />

v GROUP= Group to be scanned (default '*')<br />

System action:<br />

User response:<br />

Module:<br />

DMH2051E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCLM processor - DMHCLIST, DMHFLIST<br />

Invalid parameter specified<br />

Explanation: The processor is expecting to find a<br />

known set of keyword parameters but detected an<br />

unknown keyword while processing the input<br />

parameters for a Full List request. Expected keyword<br />

parameters are as follows:<br />

v PROJECT<br />

v ALTPROJ<br />

v GROUP<br />

System action:<br />

User response:<br />

Module:<br />

DMH2052I<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCLM processor - DMHFLIST<br />

Valid parameters are<br />

PROJECT=,ALTPROJ=,GROUP=,HLQ=<br />

Explanation: This message reports processing status<br />

indicating that the processor detected an unexpected<br />

error while verifying the PROJECT, ALTPROJ, <strong>and</strong>/or<br />

GROUP input keyword parameters for a Full List<br />

request.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2053I<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCLM processor - DMHFLIST<br />

The project parameter is m<strong>and</strong>atory<br />

Explanation: This message reports processing status<br />

indicating that the processor detected an unexpected<br />

error while verifying the PROJECT input parameter<br />

keyword for a Full List request.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2054E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCLM processor - DMHFLIST<br />

datasetname not found, run SPYFLIST<br />

first<br />

Explanation: Data set datasetname, containing the full<br />

scan output from module SPYFLIST, was not found.<br />

System action:<br />

Processing stops.<br />

User response: You may need to process a Full List<br />

request in order to proceed. Contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH2055I<br />

SCLM processor - DMHCLIST<br />

Valid parameters are PROJECT=,<br />

ALTPROJ=, GROUP=, HLQ=,<br />

FRMDATE=<br />

Explanation: The processor is expecting to find a<br />

known set of keyword parameters but detected an<br />

unknown keyword while processing the input<br />

parameters for a Change List request. Expected<br />

keyword parameters are as follows:<br />

v PROJECT<br />

v ALTPROJ<br />

v GROUP<br />

v FRMDATE<br />

System action:<br />

User response:<br />

Module:<br />

DMH2056I<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCLM processor - DMHCLIST<br />

The project <strong>and</strong> date (YYYYMMDD)<br />

Parameters are m<strong>and</strong>atory<br />

Explanation: The processor detected an unexpected<br />

error while verifying the PROJECT <strong>and</strong>/or FRMDATE<br />

input parameter keywords for a Change List request.<br />

System action:<br />

User response:<br />

Module:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

SCLM processor - DMHCLIST<br />

Rational Asset Analyzer messages 39


DMH2102I • DMH2114E<br />

DMH2102I<br />

Database Changes Committed<br />

Explanation: This message appears in debug mode<br />

only. It reports processing status indicating the database<br />

has been successfully updated.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2103E<br />

The system is functioning normally.<br />

None<br />

Import record loader<br />

Database Changes Not Committed,<br />

because of Error<br />

Explanation: The loader experienced a fatal error<br />

while attempting to update the database.<br />

System action: The loader skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH2104E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Check Previous Error <strong>Messages</strong><br />

Explanation: Locate message DMH2103E <strong>and</strong> prior<br />

message entries leading up to it to identify potential<br />

cause of the error condition.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH2106E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Tool ID contains non-digit<br />

Explanation: While processing the import records, the<br />

loader detected an invalid tool ID value on the TOOL<br />

record.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2107E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

FMT record is missing<br />

Explanation: While processing the import records, the<br />

loader did not detect a required FMT record.<br />

System action:<br />

User response:<br />

Module:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH2108E FMT Version must be equal to 1<br />

Explanation: While processing the import records, the<br />

loader detected an invalid value for the format version<br />

on the FMT record.<br />

System action:<br />

Processing stops.<br />

User response:<br />

Module:<br />

DMH2109E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Invalid FMT record, Fatal Error<br />

Explanation: While processing the import records, the<br />

loader detected an invalid value for the format name<br />

on the FMT record.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2110I<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

File information being stored in<br />

database: filename<br />

Explanation: The database has been updated with<br />

asset type file filename data.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2111E<br />

The system is functioning normally.<br />

None<br />

Import record loader<br />

Record format invalid: parameter<br />

Explanation: While processing the input parameters,<br />

the analyzer is expecting to find a known set of<br />

keyword parameters but detected an unknown<br />

keyword parameter. Expected keyword parameters are<br />

as follows:<br />

v SITE<br />

v REGN<br />

v CSD<br />

v GRP<br />

v LIST<br />

v FCT<br />

v SJCL<br />

v PROC<br />

System action:<br />

User response:<br />

Module:<br />

DMH2114E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

Record skipped because of error in this<br />

file<br />

Explanation: A problem detected while processing the<br />

MAIN, MEMB, FILE <strong>and</strong>/or START import records has<br />

raised an error condition. Import records will be<br />

displayed on DMH1119I messages.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

40 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH2115E • DMH2129E<br />

DMH2115E<br />

Invalid record type recordtype<br />

Explanation: While processing import records, the<br />

loader detected an unknown record type recordtype.<br />

System action: The invalid record is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH2118I<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Input records read: number<br />

Explanation: This message appears in debug mode<br />

only. The message for the import record loader displays<br />

a line count for the number of records read from the<br />

input buffer. The message for DMH0700 display the<br />

actual record as read from the input buffer.<br />

System action:<br />

User response:<br />

Module:<br />

update<br />

DMH2120E<br />

The system is functioning normally.<br />

None<br />

Import record loader, DMH0700 - Batch<br />

cannot update LANGUAGE_CD<br />

Explanation: The loader was unable to update column<br />

LANGUAGE_CD in table DMH_FILE.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH2121E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

SITE record is missing<br />

Explanation: While processing input parameters, the<br />

analyzer did not detect a required SITE record.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2122E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

CICS region analyzer<br />

Invalid SITE record, Fatal Error<br />

Explanation: While processing the import records, the<br />

loader detected an invalid value for the site name on<br />

the SITE record.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2123E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Invalid LIBR record, Fatal Error<br />

Explanation: While processing the import records, the<br />

loader detected an invalid value for the container name<br />

on the LIBR record.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2124E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

LIBR record is missing<br />

Explanation: While processing import records, the<br />

loader did not detect a required LIBR record.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2127E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

PROC record is missing<br />

Explanation: While processing a batch job STEP<br />

record, the loader detected a missing procedure name,<br />

implying that an earlier PROC record was either<br />

invalid or not found. The analysis status will be<br />

reported as Error.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH2128E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

JOB record is missing<br />

Explanation: While processing a batch job component<br />

(for example, DD concatenation, invoke run unit, PSB,<br />

job step), the loader detected a missing JOB ID,<br />

implying that an earlier JOB START record was either<br />

invalid or not found. The analysis status will be<br />

reported as Error.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

DMH2129E<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

START CU record is missing<br />

Explanation: While processing a compile unit<br />

component (for example, control transfer, include,<br />

literal, data element, data store, entry point), the loader<br />

detected a missing compile unit ID, implying that an<br />

earlier CU START record was either invalid or not<br />

found. The analysis status will be reported as Error.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

Rational Asset Analyzer messages 41


DMH2130W • DMH2143I<br />

DMH2130W DMH_CU_STMT insert failed: data<br />

Explanation: The loader failed to successfully insert a<br />

row in table DMH_CU_STMT while processing a STMT<br />

record.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH2135W Duplication found in insertion. data<br />

Explanation: While attempting to insert a row into a<br />

table, the loader was notified that a row with the same<br />

primary key already existed in the table.<br />

System action: The current record is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH2131W DMH_CU_DATA_USE insert failed: data<br />

Explanation: The loader failed to successfully insert a<br />

row in table DMH_CU_DATA_USE while processing a<br />

REF record.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH2139I<br />

File char attributes deleted.<br />

Explanation: Row(s) in the DMH_MEM_CHAR_ATTR<br />

table have been deleted for the load module file being<br />

processed on the START LOMD record.<br />

System action:<br />

The system is functioning normally.<br />

User response: None. This function is not active in the<br />

current release of the product.<br />

Module:<br />

Import record loader<br />

DMH2132E<br />

DEA record is missing<br />

Explanation: The loader detected a missing data<br />

element ID, implying that a DEA record was either<br />

invalid or not found. The analysis status will be<br />

reported as Error.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH2141I<br />

Unable to insert application:<br />

applicationname<br />

Explanation: The loader failed to successfully insert a<br />

row in table DMH_APPLICATION for application<br />

applicationname while processing an APP record.<br />

System action: The current record is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH2133I<br />

Debug record: importrecordtype value<br />

Explanation: This message appears in debug mode<br />

only. It echoes the import record type <strong>and</strong> value being<br />

processed.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2134I<br />

The system is functioning normally.<br />

None<br />

Import record loader<br />

Debug record: data<br />

Explanation: This message appears in debug mode<br />

only. It echoes the work data being processed.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

Import record loader<br />

DMH2142I<br />

Multiple parent applications found,<br />

application applicationname insert under<br />

first found.<br />

Explanation: While processing an APP record, the<br />

loader detected more than one parent application<br />

containing a child application applicationname. The<br />

loader will use the first child application ID<br />

encountered in the DMH_APPLICATION table.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2143I<br />

The system is functioning normally.<br />

None<br />

Import record loader<br />

Unable to find application<br />

childapplicatonname with parent<br />

application id parentapplicationid. Trying<br />

to insert as primary application.<br />

Explanation: While processing an APP record, the<br />

loader was unsuccessful at locating a corresponding<br />

parent application, as indicated by the presence of a<br />

parentapplicationid, <strong>and</strong> will instead use application<br />

childapplicationname as the primary application.<br />

42 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH2144I • DMH2230E<br />

System action:<br />

User response:<br />

Module:<br />

DMH2144I<br />

The system is functioning normally.<br />

None<br />

Import record loader<br />

New user attribute added: attributetypeid<br />

Explanation: A row has been inserted in the<br />

DMH_ATTR_NAME table for a new user-supplied<br />

attribute with type ID attributetypeid.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2145E<br />

The system is functioning normally.<br />

None<br />

Import record loader<br />

Invalid FILE record, Skipping till the<br />

next FILE record.<br />

Explanation: While processing a FILE record, the<br />

loader detected missing data in a required attribute<br />

field: resource manager type, container name, file<br />

name, or language.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Import record loader<br />

DMH2146E Invalid Resource Manager Name: %1.<br />

Must be defined in product<br />

configuration.<br />

Explanation: The import file loader or batch update<br />

program encountered an invalid resource manager<br />

name.<br />

System action:<br />

The data base update is ignored.<br />

User response: Correct the resource manager name or<br />

add it to the product configuration, <strong>and</strong> rerun.<br />

Module:<br />

update<br />

Import record loader, DMH0700 - Batch<br />

DMH2207I Unable to load data into database: RC =<br />

returncode<br />

Explanation: Changes were not successfully written to<br />

the database, as indicated by return code returncode.<br />

System action: The current asset is skipped, <strong>and</strong><br />

processing continues.<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

REXX - DMH650Z<br />

DMH2209I<br />

Unable to read file containing deep<br />

analysis request<br />

Explanation: No containers <strong>and</strong> files were found in<br />

the scan request file.<br />

System action:<br />

User response:<br />

Module:<br />

Processing is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

REXX - DMH630Z<br />

DMH2211W Number of containers specified (%1)<br />

does not match resource management<br />

type. Container names truncated.<br />

Explanation: A container scan was submitted without<br />

specifying the proper number of names to scan for the<br />

given resource manager.<br />

System action:<br />

The container scan is terminated.<br />

User response: Correct the number of names, or the<br />

resource manager type, <strong>and</strong> resubmit the container<br />

scan.<br />

Module:<br />

REXX - DMH610Z<br />

DMH2212W Number of containers (%1) too few for<br />

resource management. Default values<br />

are attempted. LibName: %2<br />

Explanation: An SCLM container scan was submitted<br />

with more than 2 variables specifying the SCLM<br />

project.<br />

System action:<br />

The container scan is terminated.<br />

User response: SCLM projects are identified with 2<br />

names; resubmit the container scan with the proper<br />

SCLM name(s).<br />

Module:<br />

DMH2213E<br />

REXX - DMH610Z<br />

Number of containers (%1) too few for<br />

resource management. List attempts<br />

aborted. LibName: %2<br />

Explanation: An container scan was submitted<br />

without specifying the container to scan.<br />

System action:<br />

The container scan is terminated.<br />

User response: Container scan requests need to<br />

specify a container name. Resubmit the container scan<br />

with the proper name(s).<br />

Module:<br />

DMH2230E<br />

REXX - DMH610Z<br />

Unable to queue requested record for:<br />

schema name row<br />

Explanation: Processing was unable to insert a row<br />

into the DMH_ANALYSIS_QUEUE table.<br />

System action:<br />

continues.<br />

Processing skips the current record <strong>and</strong><br />

Rational Asset Analyzer messages 43


DMH2231I • DMH2239E<br />

User response:<br />

Module:<br />

DMH2231I<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH0700 - Batch update<br />

Re-analyze request queued successfully<br />

for container name <strong>and</strong> file name<br />

Explanation: Processing successfully inserted a row<br />

into the DMH_ANALYSIS_QUEUE table.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2232I<br />

The system is functioning normally.<br />

None<br />

DMH0700 - Batch update<br />

Analyze new file queued successfully<br />

for container name <strong>and</strong> file name<br />

Explanation: Processing successfully inserted a row<br />

into the DMH_ANALYSIS_QUEUE table.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

DMH0700 - Batch update<br />

DMH2233W Re-analyze request for container name,<br />

file name does not belong to SCM<br />

application name<br />

Explanation: The referenced application was not<br />

found for the SCM. Batch reanalysis does not support<br />

queuing a new SCM application, container, <strong>and</strong> file.<br />

System action:<br />

continues.<br />

Processing skips the current record <strong>and</strong><br />

User response: Verify <strong>and</strong> correct the input record<br />

supplied for &hlq.SDMHCNTL member DMHJCLBU;<br />

resubmit the job.<br />

Module:<br />

DMH0700 - Batch update<br />

DMH2234W Re-analyze does not accept a request for<br />

a new container name<br />

Explanation: Batch reanalysis does not support<br />

queuing a new container.<br />

System action:<br />

continues.<br />

Processing skips the current record <strong>and</strong><br />

User response: Use the Inventory function from the<br />

browser interface to add the new container to the<br />

database.<br />

Module:<br />

DMH0700 - Batch update<br />

DMH2235W Re-analyze request with invalid Action<br />

type type Valid types are C, change or D<br />

Delete<br />

Explanation: Processing detected an invalid action<br />

type parameter on the input record.<br />

System action:<br />

continues.<br />

Processing skips the current record <strong>and</strong><br />

User response: Verify <strong>and</strong> correct the input record<br />

supplied for &hlq.SDMHCNTL member DMHJCLBU;<br />

resubmit the job.<br />

Module:<br />

DMH0700 - Batch update<br />

DMH2236W Site Name name does not exist in the<br />

database.<br />

Explanation: Processing detected that the referenced<br />

site name does not exist in the DMH_SITE table. This<br />

message may be paired with DMH2234W, <strong>and</strong> it<br />

identifies the rejected record using the unknown site.<br />

System action:<br />

continues.<br />

Processing skips the current record <strong>and</strong><br />

User response: Verify <strong>and</strong> correct the input record<br />

supplied for &hlq.SDMHCNTL member DMHJCLBU;<br />

resubmit the job.<br />

Module:<br />

DMH0700 - Batch update<br />

DMH2237W Delete request for file that does not<br />

exist. Container name file name request<br />

rejected.<br />

Explanation: Processing detected a delete request for a<br />

file that does not exist in the referenced container.<br />

System action:<br />

continues.<br />

User response:<br />

Module:<br />

Processing skips the current record <strong>and</strong><br />

None<br />

DMH0700 - Batch update<br />

DMH2238W Invalid input: input record<br />

Explanation: Processing detected an error or missing<br />

parameter on the input record.<br />

System action:<br />

continues.<br />

Processing skips the current record <strong>and</strong><br />

User response: Verify <strong>and</strong> correct the indicated input<br />

record. Refer to valid format information in<br />

&hlq.SDMHCNTL member DMHJCLBU; resubmit the<br />

job.<br />

Module:<br />

DMH2239E<br />

Explanation:<br />

System action:<br />

DMH0700 - Batch update<br />

Could not open filename<br />

Open failure for the INFILE DD data set.<br />

Processing is stopped.<br />

User response: Verify <strong>and</strong> correct the data set<br />

information for the INFILE DD specified in<br />

&hlq.SDMHCNTL member DMHJCLBU; resubmit the<br />

job.<br />

Module:<br />

DMH0700 - Batch update<br />

44 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH2240I • DMH2413I<br />

DMH2240I<br />

Delete request queued successfully for<br />

container name <strong>and</strong> file name<br />

Explanation: Processing successfully inserted a row<br />

into the DMH_ANALYSIS_QUEUE table.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2241E<br />

The system is functioning normally.<br />

None<br />

DMH0700 - Batch update<br />

Analyze new file for SCM is not<br />

allowed: container: name file name SCM<br />

parms: parms<br />

Explanation: Batch reanalysis does not support<br />

queuing a new SCM file.<br />

System action:<br />

continues.<br />

Processing skips the current record <strong>and</strong><br />

User response: Use the Inventory function from the<br />

browser interface to add the SCM file to the database.<br />

Module:<br />

DMH2400I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH2401I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH2402I<br />

DMH0700 - Batch update<br />

Inserted by SQL reference resolution<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

None<br />

DB2 catalog scanner<br />

Inserted by DB2 catalog scan<br />

This message is an informational banner.<br />

The system is functioning normally.<br />

None<br />

DB2 catalog scanner<br />

Created by Batch Update interface<br />

Explanation: This message indicates that a<br />

DMH_APPLICATION or DMH_SITE row was added to<br />

the Rational Asset Analyzer database during the<br />

processing of a Batch Update interface request.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2403I<br />

The system is functioning normally.<br />

None<br />

DMH0700<br />

Inserted with RU import record<br />

Explanation: This message indicates that a<br />

DMH_DB2_SUBSYSTEM row was added during the<br />

processing of JCL analyzer import file records.<br />

System action:<br />

The system is functioning normally.<br />

User response:<br />

Module:<br />

DMH2410I<br />

None<br />

DMH0731<br />

A schema name request for<br />

schema name record<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates which schema name is currently being scanned.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2411I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Loading procedure: schema name proc<br />

name<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates which schema name proc name is currently<br />

being loaded.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2412I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Loading table: schema name table name<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates which schema name table name is currently<br />

being loaded.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2413I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Loading view: schema name view name<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates which schema name view name is currently<br />

being loaded.<br />

System action:<br />

User response:<br />

The system is functioning normally.<br />

None<br />

Rational Asset Analyzer messages 45


DMH2414I • DMH2423I<br />

Module:<br />

DMH2414I<br />

DMH0565<br />

Loading view's base table: schema name<br />

view name<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates which schema name view name is currently<br />

being loaded.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2415I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

DB2 table schema names<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2416I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

DB2 procedure schema names<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

DMH2417W No DB2 schema names found<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates no schema names were found during the DB2<br />

scan.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

DMH2418I<br />

Summary object counts<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates how many objects of each type were<br />

encountered during the DB2 scan.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2419I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Tables: number<br />

Explanation: This message is a continuation of<br />

message DMH2418I.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2420I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Columns: number<br />

Explanation: This message is a continuation of<br />

message DMH2418I.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2421I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Views: number<br />

Explanation: This message is a continuation of<br />

message DMH2418I.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2422I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

View Base Tables: number<br />

Explanation: This message is a continuation of<br />

message DMH2418I.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2423I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Procedures: number<br />

Explanation: This message is a continuation of<br />

message DMH2418I.<br />

System action:<br />

User response:<br />

The system is functioning normally.<br />

None<br />

46 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH2424I • DMH2434I<br />

Module:<br />

DMH2424I<br />

DMH0565<br />

Estimated SPACE for DMHR565B<br />

output data set<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates how much disk space may need to be<br />

allocated for the DB2 scans DD:TEMPLIST data set<br />

based on counts presented in message DMH2418I, in<br />

order for the DB2 scan to function properly.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2425I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

DD:TEMPLIST for the DB2 catalog<br />

object counts<br />

Explanation: This message is a continuation of<br />

message DMH2424I.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2426I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

described above<br />

Explanation: This message is a continuation of<br />

message DMH2424I.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2427I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

TRK: number<br />

Explanation: This message is a continuation of<br />

message DMH2424I.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2428I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

or<br />

Explanation: This message is a continuation of<br />

message DMH2424I.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

DMH2429I CYL: number<br />

Explanation: This message is a continuation of<br />

message DMH2424I.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: DMH0565<br />

DMH2430I Use default setting for DMHR565B:<br />

Explanation: This message is a continuation of<br />

message DMH2424I.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: DMH0565<br />

DMH2431I SPACE=(1024,(1000,100))<br />

Explanation: This message is a continuation of<br />

message DMH2424I.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: DMH0565<br />

DMH2432I None. There were zero DB2 objects<br />

Explanation: This message is a continuation of<br />

message DMH2424I.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: DMH0565<br />

DMH2433I of interest based on the DB2 catalog<br />

Explanation: This message is a continuation of<br />

message DMH2424I.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: DMH0565<br />

DMH2434I object counts described above.<br />

Explanation: This message is a continuation of<br />

message DMH2424I.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: DMH0565<br />

Rational Asset Analyzer messages 47


DMH2435I • DMH2442I<br />

DMH2435I<br />

Scanning table: schema name table name<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates which schema name table name is currently<br />

being scanned.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2436I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Scanning procedure: schema name proc<br />

name<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates which schema name proc name is currently<br />

being scanned.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2437I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Scanning view: schema name view name<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates which schema name view name is currently<br />

being scanned.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2438I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Have completed processing number SQL<br />

column rows<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates the progress being made scanning number<br />

columns.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

DMH2439I<br />

All SQL column rows processed<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates the column scanning is complete.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2440I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Have completed processing number SQL<br />

PROC rows<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates the progress being made scanning number<br />

procs.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2441I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

All SQL PROC rows processed<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates the proc scanning is complete.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2442I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Have completed processing number SQL<br />

table rows<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates the progress being made scanning number<br />

tables.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

48 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH2443I • DMH2450I<br />

DMH2443I<br />

All SQL table rows processed<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates the table scanning is complete.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2444I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

There is 1 SQL table row to process<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates that there is only one table to process.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2445I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

There are number SQL table rows to<br />

process<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates that there are number tables to process.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2446I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

There is 1 SQL column row to process<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates that there is only one column to process.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

DMH2447I<br />

There are number SQL column rows to<br />

process<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates that there are number columns to process.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2448I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

There is 1 SQL PROC row to process<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates that there is only one proc to process.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2449I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

There are number SQL PROC rows to<br />

process<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates that there are number procs to process.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2450I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

SQL resolution completed, highest<br />

return code = return code<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It can appear as part of a<br />

group of messages that provide details about the DB2<br />

assets scanned or the scanning process. Specifically, it<br />

indicates SQL loading has completed.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Rational Asset Analyzer messages 49


DMH2451W • DMH2459I<br />

DMH2451W Multiple DB2 systems have table name,<br />

mapping to default<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates a given table<br />

name was found in more than one DB2 system. The<br />

name is associated with the placeholder DB2 system.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

DMH2452W Multiple DB2 systems have proc name,<br />

mapping to default<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates a given proc<br />

name was found in more than one DB2 system. The<br />

name is associated with the placeholder DB2 system.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2453I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Cannot match SQL column ref, no<br />

symbol id<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates a given<br />

column reference could not be found in the<br />

DMH_SYMBOL table. The reference is ignored.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

DMH2454I Cannot match SQL column ref *<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates the column<br />

reference * cannot be matched to the columns of a<br />

given DB2 table. The reference is ignored.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2455I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Cannot match SQL ref name, noSQL<br />

table ref<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates the column<br />

reference name cannot be matched to a given DB2 table.<br />

The reference is ignored.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2456I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Cannot match SQL ref name, many SQL<br />

table refs<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates the column<br />

reference name cannot be matched to a given DB2 table<br />

because there are many table matches. The reference is<br />

ignored.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2457I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Cannot match SQL ref name, SQL table<br />

ref not matched<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates the column<br />

reference name cannot be matched to a given DB2 table<br />

because there are no table matches. The reference is<br />

ignored.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2458I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Cannot match SQL column ref name to<br />

DB2 column in subsystem<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates the column<br />

reference name cannot be matched to a given DB2 table<br />

because there is no column match in subsystem. The<br />

reference is ignored.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2459I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Cannot match SQL proc ref name to<br />

specific DB2 system<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates the proc<br />

reference name cannot be matched to a given DB2<br />

subsystem. The reference is ignored.<br />

System action:<br />

The system is functioning normally.<br />

50 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH2460I • DMH3007E<br />

User response:<br />

Module:<br />

DMH2460I<br />

None<br />

DMH0565<br />

Cannot match SQL proc ref name to<br />

multiple DB2 systems<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates the proc<br />

reference name cannot be matched to a given DB2<br />

subsystem because there are many valid matches. The<br />

reference is ignored.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2461I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Cannot match SQL table ref name to<br />

specific DB2 system<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates the table<br />

reference name cannot be matched to a given DB2<br />

subsystem. The reference is ignored.<br />

System action:<br />

User response:<br />

Module:<br />

DMH2462I<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Cannot match SQL table ref name to<br />

multiple DB2 systems<br />

Explanation: This message provides specific<br />

information about DB2 assets as Rational Asset<br />

Analyzer scans DB2 catalogs. It indicates the table<br />

reference name cannot be matched to a given DB2<br />

subsystem because there are many valid matches. The<br />

reference is ignored.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3001E<br />

The system is functioning normally.<br />

None<br />

DMH0565<br />

Program parameter is not found.<br />

Explanation: The program file name was not passed<br />

to the scanner. This is an internal error of the<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

DMH3002E<br />

Parameter name is invalid.<br />

Explanation: The parameter passed to the scanner is<br />

invalid. This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3003E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3004E<br />

Explanation:<br />

file.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3005E<br />

Explanation:<br />

file.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3007E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Internal data error.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Cannot open Options file filename.<br />

The scanner failed to open the options<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Cannot read Options file filename.<br />

The scanner failed to read the options<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

The length of the combined compiler<br />

<strong>and</strong> SQL options was too long.<br />

Explanation: The COBOL or PL/I scanner was not<br />

able to pass all the configured options to the compiler<br />

because their total length was too long. The actual<br />

options are the ones assigned to the COBOL or PL/I<br />

source file. They are determined by the options<br />

configured for File, Application, Container, Site, <strong>and</strong><br />

installation, in that order. When the scanner invokes the<br />

COBOL or PL/I compiler to generate ADATA, the SQL<br />

option string is first appended to the compiler option<br />

string with a comma delimiter. The total length of the<br />

string (including the SQL option string) is restricted to<br />

50 bytes.<br />

System action: Processing reports the error <strong>and</strong><br />

continues the analysis for the next asset.<br />

User response: Verify the length of the actual option<br />

string. Configure the scanning options for the File,<br />

Application, Container, Site, or installation. Shorten the<br />

options so that when the compiler options are<br />

Rational Asset Analyzer messages 51


DMH3008E • DMH3026W<br />

combined with SQL options, the total length is 50 bytes<br />

or fewer.<br />

Module:<br />

DMH3008E<br />

Explanation:<br />

System action:<br />

DMH630<br />

User response:<br />

Module:<br />

DMH3010E<br />

Explanation:<br />

application.<br />

System action:<br />

Scanning option is invalid<br />

An invalid internal option was found.<br />

DMH630<br />

User response:<br />

Module:<br />

DMH3011E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3020E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3021E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Memory allocation failure.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Memory allocation failure because the<br />

area is already allocated.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Memory allocation failure.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Cannot open SYSADATA file filename.<br />

Explanation: The scanner failed to open the<br />

SYSADATA file. The compiler may fail to generate the<br />

SYSADATA file.<br />

System action:<br />

Processing stops.<br />

User response: Verify the source program can be<br />

compiled. If not, fix the compile errors <strong>and</strong> run the<br />

inventory again.<br />

Module:<br />

Compiler Based Scanner<br />

DMH3022E<br />

Cannot close SYSADATA file filename.<br />

Explanation: The scanner failed to close the<br />

SYSADATA file.<br />

System action:<br />

Processing stops.<br />

User response: Run the inventory again. If the same<br />

error occurs again, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH3023E<br />

Compiler Based Scanner<br />

Cannot read SYSADATA file filename.<br />

Explanation: The scanner failed to read the<br />

SYSADATA file.<br />

System action:<br />

Processing stops.<br />

User response: Run the inventory again. If the same<br />

error occurs again, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH3024E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3025E<br />

Compiler Based Scanner<br />

Internal error while reading SYSADATA<br />

file.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Data error in SYSADATA file. The<br />

process is stopped.<br />

Explanation: The scanner found invalid contents in<br />

the SYSADATA file.<br />

System action:<br />

Processing stops.<br />

User response: Verify the source program can be<br />

compiled. If not, fix the compile errors <strong>and</strong> run the<br />

inventory again. If the source program can be<br />

compiled, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

Compiler Based Scanner<br />

DMH3026W Data error in SYSADATA file.<br />

Explanation: The scanner found invalid contents in<br />

the SYSADATA file.<br />

System action:<br />

the processing.<br />

Skip the invalid contents <strong>and</strong> continue<br />

User response: Verify the source program can be<br />

compiled. If not, fix the compile errors <strong>and</strong> run the<br />

inventory again.<br />

Module:<br />

Compiler Based Scanner<br />

52 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH3030E • DMH3110E<br />

DMH3030E<br />

Object Oriented COBOL is not<br />

supported.<br />

Explanation: The scanner found that the source<br />

program includes syntax of Object Oriented COBOL.<br />

This message occurs for COBOL components only.<br />

System action:<br />

User response:<br />

supported.<br />

Module:<br />

Processing stops.<br />

None. Object Oriented COBOL is not<br />

Compiler Based Scanner<br />

DMH3031W The source file has a sequence of<br />

programs. Only first program is<br />

supported.<br />

Explanation: The scanner found that another program<br />

structure starts after a program structure ends. This<br />

message occurs for COBOL components only.<br />

System action:<br />

program.<br />

User response:<br />

Module:<br />

DMH3032E<br />

Continue processing for the first<br />

None<br />

Compiler Based Scanner<br />

No SOURCE records in SYSADATA file.<br />

There is a possibility that some error<br />

occurred during compilation.<br />

Explanation: The Compiler Based Scanner did not<br />

detect required data records in a SYSADATA file. The<br />

compiler was not able to generate a proper SYSADATA<br />

due to compilation problems.<br />

System action:<br />

The scanner terminates processing.<br />

User response: Refer to RDPRINT for further problem<br />

determination <strong>and</strong> analyze the assets again after<br />

resolving the problem.<br />

Module:<br />

DMH3040E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3041E<br />

Explanation:<br />

file.<br />

System action:<br />

Compiler Based Scanner<br />

Memory allocation failure.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Cannot open import file filename.<br />

The scanner failed to open the import<br />

Processing stops.<br />

User response: Run the inventory again. If the same<br />

error occurs again, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

Compiler Based Scanner<br />

DMH3042E<br />

Explanation:<br />

file.<br />

System action:<br />

Cannot close import file filename.<br />

The scanner failed to close the import<br />

Processing stops.<br />

User response: Run the inventory again. If the same<br />

error occurs again, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH3043E<br />

Explanation:<br />

file.<br />

System action:<br />

Compiler Based Scanner<br />

Cannot write import file filename.<br />

The scanner failed to write the import<br />

Processing stops.<br />

User response: Run the inventory again. If the same<br />

error occurs again, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH3044E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3100E<br />

Compiler Based Scanner<br />

Internal error while writing import file.<br />

(internalLocation)<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Invalid internal parameter. (name)<br />

Explanation: The parameter of the scanner is invalid.<br />

This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3101E<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Internal error. (internalLocation)<br />

Explanation: The parameter passed to the scanner is<br />

invalid. This is an internal error of the application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3110E<br />

Explanation:<br />

System action:<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Fail to open file. (filename)<br />

The scanner failed to open the file.<br />

Processing stops.<br />

User response: Verify the file exists. If the file is a<br />

copy or include file, verify that the correct<br />

concatenation set is specified.<br />

Module:<br />

Compiler Based Scanner<br />

Rational Asset Analyzer messages 53


DMH3111E • DMH3141W<br />

DMH3111E Fail to close file. (filename)<br />

Explanation: The scanner failed to close the file.<br />

System action: Processing stops.<br />

User response: Run the inventory again. If the same<br />

error occurs again, contact <strong>IBM</strong> Software Support.<br />

Module: Compiler Based Scanner<br />

DMH3122E The module is not initialized.<br />

Explanation: This is an internal error of the<br />

application.<br />

System action: Processing stops.<br />

User response: Contact <strong>IBM</strong> Software Support.<br />

Module: Compiler Based Scanner<br />

DMH3112E Fail to read file data. (filename)<br />

Explanation: The scanner failed to read the file.<br />

System action: Processing stops.<br />

User response: Run the inventory again. If the same<br />

error occurs again, contact <strong>IBM</strong> Software Support.<br />

Module: Compiler Based Scanner<br />

DMH3113E Fail to write file data. (filename)<br />

Explanation: The scanner failed to read the file.<br />

System action: Processing stops.<br />

User response: Run the inventory again. If the same<br />

error occurs again, contact <strong>IBM</strong> Software Support.<br />

Module: Compiler Based Scanner<br />

DMH3114E File is not opened.<br />

Explanation: This is an internal error of the<br />

application.<br />

System action: Processing stops.<br />

User response: Contact <strong>IBM</strong> Software Support.<br />

Module: Compiler Based Scanner<br />

DMH3120E The module is already initialized.<br />

Explanation: This is an internal error of the<br />

application.<br />

System action: Processing stops.<br />

User response: Contact <strong>IBM</strong> Software Support.<br />

Module: Compiler Based Scanner<br />

DMH3121E Fail to initialize.<br />

Explanation: This is an internal error of the<br />

application.<br />

System action: Processing stops.<br />

User response: Contact <strong>IBM</strong> Software Support.<br />

Module: Compiler Based Scanner<br />

DMH3130E<br />

Syntax error. (line[number], File[filename])<br />

Explanation: The scanner found invalid syntax in the<br />

macro definition file.<br />

System action:<br />

Processing stops.<br />

User response: Correct the invalid syntax in the macro<br />

definition file <strong>and</strong> then execute the inventory again.<br />

Module:<br />

DMH3131E<br />

Compiler Based Scanner<br />

Detect invalid source mapping<br />

information.<br />

Explanation: The scanner found invalid information in<br />

the mapping file. This is an internal error of the<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3140I<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Dummy data element (name) for pointer<br />

was created.<br />

Explanation: No real data element was located by the<br />

pointer in this compile unit, <strong>and</strong> a dummy data<br />

element was created to replace the pointer on a PROC,<br />

CALL, or READ statement.<br />

System action:<br />

User response:<br />

Module:<br />

The scanner continues processing.<br />

None<br />

Compiler Based Scanner<br />

DMH3141W BASED locator reference for pointer<br />

(name) was ignored.<br />

Explanation: The Compiler Based Scanner detected an<br />

unsupported expression in the BASED attribute clause<br />

for the pointer <strong>and</strong> was not able to resolve the locator<br />

reference for the pointer.<br />

System action:<br />

The scanner continues processing.<br />

User response: If you need to analyze the impact for<br />

the pointer, you have to manually investigate the data<br />

flow in the source code for the pointer.<br />

Module:<br />

Compiler Based Scanner<br />

54 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH3142W • DMH3202E<br />

DMH3142W No locator reference for pointer (name,<br />

line number) resolved.<br />

Explanation: The Compiler Based Scanner was not<br />

able to resolve the locator reference for the pointer.<br />

System action:<br />

The scanner continues processing.<br />

User response: If you need to analyze the impact for<br />

the pointer, you have to manually investigate the data<br />

flow in the source code for the pointer.<br />

Module:<br />

Compiler Based Scanner<br />

DMH3143W Assignment to the locator referenced<br />

pointer (name) was ignored.<br />

Explanation: The Compiler Based Scanner detected an<br />

unsupported substitution statement <strong>and</strong> was not able to<br />

resolve the locator reference for the pointer.<br />

System action:<br />

The scanner continues processing.<br />

User response: If you need to analyze the impact for<br />

the pointer, you have to manually investigate the data<br />

flow in the source code for the pointer.<br />

Module:<br />

Compiler Based Scanner<br />

DMH3144W Multiple assignment to pointer (name)<br />

was ignored.<br />

Explanation: The Compiler Based Scanner detected<br />

multiple substitution statements that updated the<br />

pointer value <strong>and</strong> was not able to resolve the locator<br />

reference for the pointer.<br />

System action:<br />

The scanner continues processing.<br />

User response: If you need to analyze the impact for<br />

the pointer, you have to manually investigate the data<br />

flow in the source code for the pointer.<br />

Module:<br />

Compiler Based Scanner<br />

DMH3145W INIT locator reference for pointer (name)<br />

was ignored.<br />

Explanation: The Compiler Based Scanner detected an<br />

unsupported expression in the INIT attribute clause for<br />

the pointer <strong>and</strong> was not able to resolve the locator<br />

reference for the pointer.<br />

System action:<br />

The scanner continues processing.<br />

User response: If you need to analyze the impact for<br />

the pointer, you have to manually investigate the data<br />

flow in the source code for the pointer.<br />

Module:<br />

Compiler Based Scanner<br />

DMH3146W Assignment to pointer (name) was<br />

ignored.<br />

Explanation: The Compiler Based Scanner detected an<br />

unsupported substitution statement <strong>and</strong> was not able to<br />

resolve the locator reference for the pointer.<br />

System action:<br />

The scanner continues processing.<br />

User response: If you need to analyze the impact for<br />

the pointer, you have to manually investigate the data<br />

flow in the source code for the pointer.<br />

Module:<br />

DMH3180E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

DMH3181E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

Compiler Based Scanner<br />

Fail to create internal data.<br />

(internalLocation)<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

Fail to modify internal data.<br />

(internalLocation)<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

DMH3190W SYSADATA has some invalid data. Skip<br />

EXEC statement parser.<br />

Explanation:<br />

in ADATA.<br />

System action:<br />

processing.<br />

Found invalid data for EXEC statement<br />

Skip the EXEC statement <strong>and</strong> continue<br />

User response: Verify the source program can be<br />

compiled. If not, fix the compile errors <strong>and</strong> run the<br />

inventory again.<br />

Module:<br />

DMH3202E<br />

Compiler Based Scanner<br />

An EXEC statement did not end in an<br />

include file. (name)<br />

Explanation: The Compiler Based Scanner detected an<br />

EXEC statement that did not end in a file. The scanner<br />

was not able to h<strong>and</strong>le the EXEC statement using<br />

regular INCLUDE scanning.<br />

System action:<br />

The scanner terminates processing.<br />

User response: Correct the source file to avoid the<br />

problem <strong>and</strong> reattempt the analysis. Or, reattempt the<br />

analysis with the Compiler Based Scanner using<br />

Rational Asset Analyzer messages 55


DMH3203E • DMH3805E<br />

enhanced INCLUDE scanning.<br />

Module:<br />

DMH3203E<br />

Compiler Based Scanner<br />

A CICS value data<br />

(DFHRESP,DFHVALUE) did not end in<br />

a file. (%1)<br />

Explanation: The Compiler Based Scanner detected a<br />

CICS value data on a statement that did not end in a<br />

file. The scanner was not able to h<strong>and</strong>le the statement<br />

using regular INCLUDE scanning.<br />

System action:<br />

The scanner terminates processing.<br />

User response: Correct the source file to avoid the<br />

problem <strong>and</strong> reattempt the analysis. Or, reattempt the<br />

analysis with the Compiler Based Scanner using<br />

enhanced INCLUDE scanning.<br />

Module:<br />

Compiler Based Scanner<br />

DMH3204W Member name was truncated to 8<br />

characters: name<br />

Explanation: Scanner encountered a long<br />

copy/include member name.<br />

System action: Scanner truncates the name, <strong>and</strong><br />

continues processing<br />

User response: Correct the copy/include member<br />

name, <strong>and</strong> reattempt the analysis.<br />

Module:<br />

DMH3205E<br />

Compiler Based Scanner<br />

A recursive reference was found on the<br />

process of the include file. (%1)<br />

Explanation: Scanner encountered the same copybook<br />

on the preprocessing for a copybook.<br />

System action: The scanner terminates the current<br />

analysis <strong>and</strong> continues the inventory process for the<br />

next programing asset.<br />

User response: Correct the source program, <strong>and</strong><br />

reattempt the analysis.<br />

Module:<br />

DMH3800E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

Compiler Based Scanner<br />

The stack of the EXEC parser is<br />

overflowed.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

DMH3801E<br />

Found an unsupported syntax at 'token'.<br />

Ignore this EXEC statement.<br />

Explanation: The scanner found unsupported syntax<br />

in an EXEC statement at the location indicated by token.<br />

System action: Ignore the EXEC statement <strong>and</strong><br />

continue the processing.<br />

User response: Correct the EXEC statement if it is not<br />

valid. If the statement is valid, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH3802E<br />

Compiler Based Scanner<br />

Found unexpected end of statement.<br />

Ignore the EXEC statement.<br />

Explanation: The scanner found an invalid ending of<br />

an EXEC statement.<br />

System action: Ignore the EXEC statement <strong>and</strong><br />

continue the processing.<br />

User response: Correct the EXEC statement if it is not<br />

valid. If the statement is valid, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH3803E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

Compiler Based Scanner<br />

Internal data error.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

DMH3804W Declaration of dataelement was not<br />

found.<br />

Explanation: The scanner found an undeclared data<br />

element in an EXEC statement.<br />

System action:<br />

User response:<br />

valid.<br />

Module:<br />

DMH3805E<br />

Explanation:<br />

application.<br />

System action:<br />

User response:<br />

Module:<br />

Processing continues<br />

Correct the EXEC statement if it is not<br />

Compiler Based Scanner<br />

Memory error.<br />

This is an internal error of the<br />

Processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Compiler Based Scanner<br />

56 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH3806W • DMH5014E<br />

DMH3806W Token name is too long.<br />

Explanation:<br />

long.<br />

System action:<br />

continues.<br />

User response:<br />

Module:<br />

The scanner found a token that is too<br />

The token is truncated <strong>and</strong> processing<br />

None<br />

Compiler Based Scanner<br />

DMH3807W Label name was not found.<br />

Explanation:<br />

found.<br />

System action:<br />

User response:<br />

valid.<br />

Module:<br />

DMH3808E<br />

The label in an EXEC statement was not<br />

Processing continues.<br />

Correct the EXEC statement if it is not<br />

Compiler Based Scanner<br />

Missing quotation mark. (line number,<br />

file name)<br />

Explanation: Scanner encountered a literal which was<br />

not properly enclosed with quotation<br />

marks/apostrophes.<br />

System action: Scanner terminates the analysis <strong>and</strong><br />

continues the processing for the next programming<br />

asset.<br />

User response: Correct the source program, <strong>and</strong><br />

reattempt the analysis.<br />

Module:<br />

Compiler Based Scanner<br />

DMH3809W An unresolved reference to table/view<br />

correlation name name was found. It is<br />

ignored.<br />

Explanation: A scanner encountered a correlation<br />

name for table/view on the source line, but it was<br />

impossible to resolve the correlation name, because it<br />

referred to multiple tables/views.<br />

System action:<br />

Scanner ignores the reference.<br />

User response: None. It is a limitation of the static<br />

program analysis. If you improve the analysis,<br />

explicitly qualify the reference with table/view name<br />

by modifying the source program.<br />

Module:<br />

DMH5010E<br />

Compiler Based Scanner<br />

Resource is null: name<br />

Explanation: An attempt was made to analyze a<br />

resource, such as a file system or a<br />

configuration-management system, that is null or<br />

empty.<br />

System action:<br />

Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

The error is logged.<br />

User response: Verify the correct path with your<br />

system administrator <strong>and</strong> ensure that it is specified<br />

correctly in /assetloc/config/admin.cfg. The resource<br />

path must be active <strong>and</strong> accessible to Rational Asset<br />

Analyzer.<br />

Module:<br />

DMH5011E<br />

WsaaJar<br />

Errors occurred while loading <strong>and</strong><br />

parsing file 'filename'.<br />

Explanation: At least one error occurred while loading<br />

<strong>and</strong> parsing the contents of 'filename'.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5012E<br />

WsaaJar<br />

Stop request processing.<br />

Check the log file for the list of errors.<br />

Attempt to retrieve unknown 'type'<br />

model object with name 'name'.<br />

Explanation: The code attempted to retrieve an object<br />

of name 'name' <strong>and</strong> type 'type' which was not created<br />

during static initialization. Possible causes include:<br />

1. Problem loading external configuration files<br />

2. Misconfigured database<br />

3. Syntax error in the code<br />

System action:<br />

User response:<br />

information.<br />

Module:<br />

DMH5013I<br />

WsaaJar<br />

Stop request.<br />

Check the log file for more<br />

Annotation text has been updated for<br />

component.<br />

Explanation: The annotation text submitted was<br />

successfully added to the component.<br />

System action: The annotation text has been updated<br />

in the database.<br />

User response:<br />

Module:<br />

DMH5014E<br />

Explanation:<br />

WsaaJar<br />

None<br />

Annotation text cannot exceed maximum<br />

annotation length characters.<br />

The annotation text is too long.<br />

System action: Processing stops <strong>and</strong> the annotation<br />

text is not added to the component.<br />

User response: Rewrite the annotation text to have<br />

less than maximum annotation length characters <strong>and</strong><br />

submit the annotation again.<br />

Module:<br />

WsaaJar<br />

Rational Asset Analyzer messages 57


DMH5015E • DMH5026E<br />

DMH5015E<br />

The character "invalid character" is<br />

invalid. Valid characters are: valid<br />

characters<br />

Explanation: Application names can contain uppercase<br />

letters, numbers, <strong>and</strong> the characters #, @, _, <strong>and</strong> $.<br />

System action: Processing stops. The user is prompted<br />

again for the application name.<br />

User response: Remove the "invalid character" character<br />

from the application name <strong>and</strong> try your operation<br />

again.<br />

Module:<br />

DMH5016E<br />

Explanation:<br />

WsaaJar<br />

No concatenation name was specified.<br />

A concatenation set requires a name.<br />

System action: Processing stops. The user is prompted<br />

again for the concatenation set name.<br />

User response: Try your operation again after<br />

specifying a name for the concatenation set.<br />

Module:<br />

DMH5017E<br />

WsaaJar<br />

Invalid character "invalid character" at<br />

position invalid character position.<br />

Explanation: Concatenation set names can contain<br />

uppercase letters, numbers, <strong>and</strong> the characters #, @, <strong>and</strong><br />

$.<br />

System action: Processing stops. The user is prompted<br />

again for the concatenation set name.<br />

User response: Try your operation again after<br />

removing the invalid characters from the concatenation<br />

set name.<br />

Module:<br />

DMH5018E<br />

WsaaJar<br />

The first character cannot be numeric.<br />

Explanation: Concatenation set names cannot start<br />

with a number.<br />

System action: Processing stops. The user is prompted<br />

again for the concatenation set name.<br />

User response: Try your operation again after<br />

removing the invalid characters from the concatenation<br />

set name.<br />

Module:<br />

DMH5019E<br />

Explanation:<br />

unique.<br />

WsaaJar<br />

The concatenation set "name" already<br />

exists.<br />

Concatenation set names must be<br />

System action: Processing stops. The user is prompted<br />

again for a unique concatenation set name.<br />

User response: Try your operation again after<br />

specifying a unique concatenation set name.<br />

Module:<br />

DMH5020E<br />

WsaaJar<br />

Cannot get resource, zip: name inner<br />

path: pathname<br />

Explanation: The scanner cannot access the specified<br />

resource from the zip file.<br />

System action: Scanning of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

The error is logged.<br />

User response:<br />

Module:<br />

DMH5023E<br />

WsaaMain<br />

Verify that the zip file is not corrupted.<br />

The information of attribute in object is<br />

not available.<br />

Explanation: Information required to fully display<br />

graphics is not available from the database.<br />

System action: Processing stops <strong>and</strong> some or all of the<br />

graphic cannot be displayed.<br />

User response: The database is in an inconsistent<br />

state. Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5024E<br />

WsaaJar<br />

The list of component is not available.<br />

Explanation: Information required to fully display<br />

graphics is not available from the database.<br />

System action: Processing stops <strong>and</strong> some or all of the<br />

graphic cannot be displayed.<br />

User response: The database is in an inconsistent<br />

state. Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5025E<br />

Explanation:<br />

the request.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5026E<br />

An unexpected error was encountered.<br />

error message<br />

WsaaJar<br />

An exception occurred while processing<br />

Request processing stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

The following error was returned from<br />

DB2: sql error message<br />

Explanation: An exception occurred while interacting<br />

with the database.<br />

System action:<br />

User response:<br />

Request processing stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

58 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5027E • DMH5034I<br />

Module:<br />

DMH5027E<br />

WsaaJar<br />

No data set name specified.<br />

Explanation: In the "Collect inventory" wizard, the<br />

MVS library was not specified.<br />

System action: Processing stops <strong>and</strong> the user is<br />

prompted again for the location to be inventoried.<br />

User response: Enter in the location of data to be<br />

inventoried <strong>and</strong> try your operation again.<br />

Module:<br />

DMH5028E<br />

WsaaJar<br />

Invalid first character in the data set<br />

name.<br />

Explanation: Data set name must start with:<br />

v an alphabetic character (A to Z)<br />

v the special character @, #, or $<br />

System action: Processing stops <strong>and</strong> the user is<br />

prompted again for the location to be inventoried.<br />

User response: Verify that the data set name starts<br />

with a valid character <strong>and</strong> try your operation again.<br />

Module:<br />

DMH5029E<br />

WsaaJar<br />

Invalid character "invalid character" inthe<br />

data set name.<br />

Explanation: Data set name must only contain:<br />

v an alphabetic character (A to Z)<br />

v the special characters @, #, or $<br />

v a hyphen (-)<br />

v numeric (0 to 9) characters<br />

System action: The user is prompted again for the<br />

location to be inventoried.<br />

User response: Verify that the data set name contains<br />

only valid characters <strong>and</strong> try your operation again.<br />

Module:<br />

DMH5030E<br />

WsaaJar<br />

Exception while trying to analyze<br />

resource name<br />

Explanation: An I/O error occurred while trying to<br />

analyze the Java resource specified by name.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

The error is logged.<br />

User response: Verify that the file is a valid syntax file<br />

(for example, that it is a valid Java class) <strong>and</strong> that the<br />

proper permissions for reading the file are in place.<br />

Module:<br />

WsaaJar<br />

DMH5031I<br />

Loading Scanner Manager scanner<br />

instance<br />

Explanation: Informational message logged to indicate<br />

that the appropriate scanner is being loaded so that<br />

scanning can begin.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5032E<br />

The system is functioning normally.<br />

None<br />

WsaaMain<br />

Encountered an unexpected error in<br />

scanner. Exception: returncode<br />

Explanation: An unexpected error occurred during the<br />

initialization of the schema or during the scanning<br />

operation itself. The exact error is indicated.<br />

System action: The scanning process is stopped for<br />

the current asset, <strong>and</strong> processing does not continue.<br />

The error is logged.<br />

User response: Check the error logs for an indication<br />

of what caused the error. If the cause is related to<br />

database access of schema initialize, attempt to fix the<br />

problem <strong>and</strong> start the scanning operation again.<br />

Contact your <strong>IBM</strong> technical-support representative if<br />

more help is required.<br />

Module:<br />

DMH5033E<br />

WsaaMain<br />

Unable to scan into name<br />

Explanation: A problem was encountered during the<br />

scanning operation while trying to access the specified<br />

resource or file. The problem could be related to an<br />

invalid or unavailable scanning root, resource, or<br />

configuration-management system; a file that cannot be<br />

read because the content is invalid; or some<br />

undetermined error accessing the file, directory, or<br />

resource.<br />

System action: The scanning process ends for the<br />

specified scanning root. The error is logged, <strong>and</strong><br />

scanning will continue on the next scanning root.<br />

User response: Verify that the specified scanning root,<br />

directory, file, or resource is available, defined correctly,<br />

accessible, <strong>and</strong> contains valid content. Try the scanning<br />

operation again.<br />

Module:<br />

DMH5034I<br />

WsaaMain<br />

For more information, please refer to the<br />

error log file.<br />

Explanation: This is an informational message<br />

directing the user to the error logs for more<br />

information. This message will be displayed when the<br />

problem encountered requires more extensive<br />

information from the log files. These problems include<br />

the inability to access a specified resource (for example,<br />

PVCS), problems with database access, or problems<br />

Rational Asset Analyzer messages 59


DMH5035E • DMH5042E<br />

during scanning <strong>and</strong> analysis.<br />

System action:<br />

The system is functioning normally.<br />

User response: View information in one of several<br />

error <strong>and</strong> information log files on the distributed server<br />

in the \log directory. You may have to contact<br />

your system administrator, depending upon the<br />

problems described in the logs. After the errors are<br />

fixed, try the scanning operation again.<br />

Module:<br />

DMH5035E<br />

WsaaMain<br />

Unique scanner letter already in use by<br />

another scanner; you should pick<br />

another one for this scanner: name<br />

Explanation: Rational Asset Analyzer requires that a<br />

unique scanner letter be specified for each scanner<br />

identified in /assetloc/config/Scanners.cfg. This<br />

error occurs when the scanner letter specified is already<br />

in use for a scanner identified to Rational Asset<br />

Analyzer. This error typically occurs after a new<br />

scanner has been added.<br />

System action: The scanner specified cannot be<br />

instantiated, so scanning stops for any scanning roots<br />

associated with this scanner. Processing continues with<br />

the next scanning root that has a valid scanner<br />

specified.<br />

User response: Ensure that you have correctly defined<br />

the specified scanner in /assetloc/config/<br />

Scanners.cfg <strong>and</strong> attempt the scanning operation<br />

again.<br />

Module:<br />

DMH5036E<br />

Explanation:<br />

WsaaMain<br />

An asterisk (*) may only appear as the<br />

first or last character of the filter.<br />

The filter cannot have an inner wildcard.<br />

System action: The user is prompted again for the<br />

filter of the inventory.<br />

User response: Remove the wildcard asterisk (*) from<br />

the middle of the filter <strong>and</strong> submit again.<br />

Module:<br />

DMH5037E<br />

WsaaJar<br />

Scanner could not be loaded or<br />

instantiated: cause<br />

Explanation: This is an unexpected error in which a<br />

scanner defined in /assetloc/config/Scanners.cfg<br />

could not be instantiated. The error may be related to<br />

problems with the scanner specification itself or to an<br />

inconsistency in the Rational ® Asset Analyzer installed<br />

code, or to the environment classpath. This error<br />

typically occurs when a new scanner has been added<br />

incorrectly.<br />

System action: Scanning stops for the scanning root<br />

associated with the scanner specified. The error is<br />

logged <strong>and</strong> processing continues with the next<br />

scanning root that has a valid scanner specified.<br />

User response: Ensure that you have correctly defined<br />

the specified scanner in the configuration file. If the<br />

error cannot be corrected, capture all logs related to the<br />

error <strong>and</strong> Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5038E<br />

WsaaMain<br />

Error while trying to get an input stream<br />

for resource name<br />

Explanation: An unexpected I/O error occurred while<br />

trying to read the specified resource. This error can be<br />

due to incorrect file permissions or corrupt data in the<br />

resource itself.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

The error is logged.<br />

User response: Check the file permissions for the<br />

specified resource to ensure that the file can be opened<br />

<strong>and</strong> read. Also verify that the content is as expected.<br />

Attempt the scanning operation again after correcting<br />

the problems.<br />

Module:<br />

DMH5039I<br />

WsaaJar<br />

Deleting old resources from database<br />

Explanation: This is an informational message written<br />

to the logs indicating that old resources are being<br />

deleted from the database prior to writing new<br />

resources.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5042E<br />

The system is functioning normally.<br />

None<br />

WsaaMain<br />

Error encountered while trying to parse<br />

name<br />

Explanation: An error was encountered while<br />

attempting to parse the specified resource. This error<br />

can occur if data encountered during parsing is<br />

unexpected or not supported by the source code<br />

language represented by the resource type.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

The error is logged.<br />

User response: Verify that the resource specified can<br />

be compiled using the resource type's compiler <strong>and</strong><br />

attempt the scanning operation again after correcting<br />

any compiler errors. If more help is required, capture<br />

all logs related to the error <strong>and</strong> Contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

WsaaJar<br />

60 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5043I • DMH5049E<br />

DMH5043I<br />

Succeeded in creating log files.<br />

Explanation: This is an informational message written<br />

to the logs indicating that the log files themselves were<br />

successfully created.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5044I<br />

The system is functioning normally.<br />

None<br />

WsaaMain<br />

Succeeded in initializing the database.<br />

Explanation: This is an informational message written<br />

to the logs indicating that the distributed scanner<br />

successfully initialized the Rational Asset Analyzer<br />

database so that processing can continue.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5045I<br />

The system is functioning normally.<br />

None<br />

WsaaMain<br />

Succeeded in fully initializing<br />

application.<br />

Explanation: This is an informational message written<br />

to the logs indicating that the distributed scanner has<br />

been successfully initialized.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5046E<br />

The system is functioning normally.<br />

None<br />

WsaaMain<br />

An unsupported character found in name<br />

Explanation: An unexpected error has occurred<br />

during parsing, which can be caused by the occurrence<br />

of an unsupported character in the specified resource.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

The error is logged.<br />

User response: Examine the resource for any<br />

unsupported characters <strong>and</strong> attempt the scanning<br />

operation again after correcting the error.<br />

Module:<br />

DMH5047E<br />

WsaaMain<br />

Error reading configuration file name<br />

Explanation: The specified configuration file could not<br />

be read for any of the following reasons:<br />

v It cannot be found in the search path identified by<br />

the configuration parameters set up during<br />

installation of .<br />

v It does not have the correct file permissions for read<br />

access.<br />

v It does not conform to its specification due to<br />

changes made by the user.<br />

System action: The scanning process stops for all<br />

assets. The scanner will not be able to function until the<br />

error is fixed.<br />

User response: Ensure that all installation steps have<br />

been performed correctly according to the Configuration<br />

<strong>and</strong> Migration Guide. The wsaaHome property value<br />

must be set <strong>and</strong> correctly refer to the location of your<br />

installed Rational Asset Analyzer application.<br />

Additionally, the configuration files must be accessible<br />

in /assetloc/config off of your wsaaHome directory,<br />

<strong>and</strong> the file permissions must be set for read access. If<br />

you have changed the configuration files, verify that<br />

your changes are syntactically correct.<br />

Module:<br />

DMH5048E<br />

WsaaMain<br />

Error creating log directory<br />

Explanation: An unexpected error has occurred while<br />

trying to create the log directory required for Rational<br />

Asset Analyzer. An attempt is made to create the log<br />

directory off of the Rational Asset Analyzer root<br />

installation directory, in \log.<br />

System action: The scanning process stops for all<br />

assets. The scanner will not be able to function until the<br />

error is fixed.<br />

User response: Ensure that you have correctly<br />

installed Rational Asset Analyzer according to<br />

directions in the Configuration <strong>and</strong> Migration Guide <strong>and</strong><br />

that adequate space exists to create the log directory<br />

<strong>and</strong> the logs themselves during Rational Asset Analyzer<br />

runtime. The directory in which Rational Asset<br />

Analyzer is installed must have the correct permissions<br />

so that Rational Asset Analyzer can create the directory<br />

<strong>and</strong> the logs. The directory name must be set in<br />

common.cfg using the logDir parameter.<br />

Module:<br />

DMH5049E<br />

WsaaJar<br />

Error creating log files<br />

Explanation: An unexpected error has occurred while<br />

trying to create the logs required for Rational Asset<br />

Analyzer. An attempt is made to create the logs in the<br />

location specified by the user in the logDir parameter<br />

of the Common.cfg file.<br />

System action: The scanning process stops for all<br />

assets. The scanner will not be able to function until the<br />

error is fixed.<br />

User response: Ensure that you have correctly<br />

installed Rational Asset Analyzer according to<br />

directions in the Configuration <strong>and</strong> Migration Guide <strong>and</strong><br />

that adequate space exists to create the logs during<br />

Rational Asset Analyzer runtime. The directory in<br />

which Rational Asset Analyzer is installed must have<br />

the correct permissions so that Rational Asset Analyzer<br />

can create the logs <strong>and</strong> Common.cfg must point to the<br />

correct log directory.<br />

Module:<br />

WsaaJar<br />

Rational Asset Analyzer messages 61


DMH5054E • DMH5061E<br />

DMH5054E<br />

Exception while trying to create the<br />

database.<br />

Explanation: An unexpected error occurred while<br />

trying to connect to the Rational Asset Analyzer<br />

database. The logs will contain more specific<br />

information about the error.<br />

System action: The scanning process stops for all<br />

assets. The scanner will not be able to function until the<br />

error is fixed.<br />

User response: Examine the error logs for DB2-related<br />

exceptions. Check the database user name <strong>and</strong><br />

password in the Common.cfg file. Attempt the scanning<br />

operation again after correcting any errors.<br />

Module:<br />

DMH5056E<br />

WsaaJar<br />

An unexpected exception occurred<br />

during analysis of name.<br />

Explanation: An unexpected exception has occurred<br />

during the scanning <strong>and</strong> analysis of the specified<br />

resource. This error usually indicates an corrupted<br />

asset. Specific information related to this exception can<br />

be found in the Rational Asset Analyzer logs.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

The error is logged.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs for specific information on the analysis problems<br />

encountered, correct any errors <strong>and</strong> attempt the<br />

scanning process again. Contact your <strong>IBM</strong><br />

technical-support representative if problems identified<br />

cannot be corrected locally.<br />

Module:<br />

DMH5057E<br />

WsaaJar<br />

An unexpected exception occurred<br />

during scanning. For more information<br />

please refer to the error log file.<br />

Explanation: An unexpected error has occurred<br />

during the scanning process. The cause may be related<br />

to initialization <strong>and</strong> setup activities, problems removing<br />

existing resources from the Rational Asset Analyzer<br />

database, or problems scanning the resources<br />

themselves. More detailed information can be found in<br />

the Rational Asset Analyzer logs.<br />

System action: If the error is related to a specific asset,<br />

the scanning of that asset is skipped. If the error is<br />

related to a specific scanner, scanning of all asset types<br />

associated with that scanner is skipped. Processing<br />

continues with the next asset or scanner type. The error<br />

is logged.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs to determine the problems, correct them, <strong>and</strong><br />

attempt the scanning operation again. Contact your<br />

<strong>IBM</strong> technical-support representative if the problems<br />

persist.<br />

Module:<br />

DMH5058E<br />

WsaaJar<br />

An unexpected exception occurred while<br />

writing the file name to the database.<br />

Explanation: An unexpected error was encountered<br />

while attempting to write metadata about the specified<br />

resource to the Rational Asset Analyzer database. More<br />

information about this error can be found in the<br />

Rational Asset Analyzer logs.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues for the next asset.<br />

The error is logged.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs for information related to this error, correct any<br />

problems, <strong>and</strong> attempt the scanning operation again.<br />

Contact your <strong>IBM</strong> technical-support representative if<br />

the problems persist <strong>and</strong> cannot be corrected.<br />

Module:<br />

DMH5059I<br />

WsaaJar<br />

Scanner Manager finished. Next time to<br />

scan: timestamp<br />

Explanation: This is an information message<br />

documenting the status of the scanning process.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5060I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Timer is set on; Scanner will scan at:<br />

timestamp<br />

Explanation: This is an informational message<br />

documenting the status of the scanning process.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5061E<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Cron thread was interrupted<br />

Explanation: An exception occurred due to an<br />

unexpected interruption of the scanner while it is in<br />

sleep mode or otherwise paused by a user.<br />

System action: The scanning process, even in sleep<br />

mode, is stopped.<br />

User response: To schedule the scanning operation,<br />

you must restart the scanner. It will then be in sleep<br />

mode again as indicated by the configuration file<br />

settings. Refer to the Rational Asset Analyzer logs for<br />

further information <strong>and</strong> attempt the scanning operation<br />

again.<br />

Module:<br />

WsaaJar<br />

62 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5062I • DMH5077I<br />

DMH5062I<br />

ShouldUseTimer is set to false; scanner<br />

will scan now!<br />

Explanation: This is an informational message<br />

indicating that the ShouldUseTimer property in<br />

/assetloc/config/Admin.cfg is set to false so that<br />

scanning begins immediately upon invocation.<br />

System action: The system is functioning normally.<br />

The scanning will begin processing upon invocation.<br />

User response: If you wish to delay scanning, you<br />

must set the ShouldUseTimer property to true <strong>and</strong> set<br />

a value for the TimeToCrawl property.<br />

Module:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5071I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Scanning...<br />

Explanation: This is an informational message written<br />

to the Rational Asset Analyzer log indicating that a<br />

resource is currently being scanned.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

DMH5063W Time to scan not found in configuration<br />

file; will scan now!<br />

Explanation: This is a warning message written to the<br />

Rational Asset Analyzer logs indicating that while the<br />

ShouldUseTimer property in /assetloc/config/<br />

Admin.cfg is set to true, there is no value set for the<br />

associated TimeToCrawl property. Therefore, scanning<br />

begins immediately upon invocation.<br />

System action: The system is functioning normally.<br />

Scanning will begin upon invocation.<br />

User response: If you wish to delay scanning, you<br />

must set the ShouldUseTimer property to true <strong>and</strong> set<br />

a value for the TimeToCrawl property.<br />

Module:<br />

WsaaJar<br />

DMH5064W Error while trying to compute the time<br />

to sleep...will scan now!<br />

Explanation: This is a warning message written to the<br />

Rational Asset Analyzer logs indicating an invalid<br />

value was specified for the TimeToCrawl property in<br />

/assetloc/config/Admin.cfg so that the time for the<br />

scanner to begin cannot be computed. As a result,<br />

scanning begins immediately upon invocation.<br />

System action: The system is functioning normally.<br />

Scanning will begin upon invocation.<br />

User response: If you wish to delay scanning, ensure<br />

that you have correctly specified the value for the<br />

TimeToCrawl property.<br />

Module:<br />

DMH5069I<br />

WsaaJar<br />

Application has been set up to run in<br />

mode<br />

Explanation: This is an informational message indicate<br />

whether the scanner will be running in GUI or<br />

non-GUI mode. In GUI mode, a user interface dialog<br />

opens for the user to initiate scanning; otherwise, no<br />

user interface will be provided, <strong>and</strong> scanning will<br />

begin.<br />

DMH5073I<br />

analyze...<br />

Explanation: This is an informational message written<br />

to the Rational Asset Analyzer log indicating that a<br />

resource is currently being analyzed.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5074I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

analyzed...<br />

Explanation: This is an informational message written<br />

to the Rational Asset Analyzer log indicating that a<br />

resource has been analyzed.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5075I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

done.<br />

Explanation: This is an informational message written<br />

to the Rational Asset Analyzer log indicating that the<br />

scanning process has completed.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5077I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

skip. (not supported)<br />

Explanation: This is an informational message written<br />

to the Rational Asset Analyzer log indicating that the<br />

analysis process has been skipped for a resource type<br />

that is not supported.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Rational Asset Analyzer messages 63


DMH5078I • DMH5085E<br />

DMH5078I<br />

Bad resource; skipping.<br />

Explanation: This is an informational message written<br />

to the Rational Asset Analyzer log indicating that the<br />

analysis process on a resource has been skipped due to<br />

an invalid resource exception. The details of the<br />

exception can also be found in the log.<br />

System action: The current asset is skipped, <strong>and</strong><br />

scanning continues with the next asset.<br />

User response: Determine if the asset skipped is<br />

corrupted <strong>and</strong> attempt to correct it. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5079I<br />

WsaaJar<br />

Softlink, will not scan into.<br />

Explanation: This is an informational message written<br />

to the Rational Asset Analyzer log indicating that a<br />

softlink on a Linux platform was encountered in a<br />

resource during scanning will not be processed because<br />

it does not refer to a resource that can be accessed.<br />

System action: The softlink asset is skipped, <strong>and</strong><br />

scanning resumes with the next asset.<br />

User response:<br />

Module:<br />

DMH5080I<br />

WsaaJar<br />

None<br />

Extracting file name<br />

Explanation: This is an informational message written<br />

to the Rational Asset Analyzer log indicating that the<br />

specified resource is being extracted for analysis.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5081E<br />

The system is functioning normally.<br />

None<br />

WsaaMain<br />

Extractor could not be loaded or<br />

instantiated<br />

Explanation: This is an unexpected error in which an<br />

extractor for use in obtaining resources of a specific<br />

type supported by Rational Asset Analyzer could not<br />

be instantiated. The error is related to an inconsistency<br />

in the Rational Asset Analyzer installed code or the<br />

environment classpath.<br />

System action: Scanning on the current set of assets<br />

for an extractor is skipped, <strong>and</strong> the error is logged.<br />

Processing continues for the set of assets associated<br />

with a different extractor.<br />

User response: Verify that Rational Asset Analyzer<br />

was installed properly <strong>and</strong> that the file<br />

EColabraApplication.cfg contains the correct extractors<br />

section with the correct extractor for the specific asset.<br />

If the problem persists, capture all logs related to the<br />

error <strong>and</strong> Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5082E<br />

WsaaMain<br />

Bad resource; extracting stopped.<br />

Explanation: An invalid resource, or one that cannot<br />

be accessed or read, has been encountered during the<br />

extraction step in the scanner. This message, along with<br />

any pertinent details, can be found in the Rational<br />

Asset Analyzer logs.<br />

System action: Scanning on the current asset is<br />

skipped, <strong>and</strong> the error is logged. Processing continues<br />

for the next asset.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs for details on the exception, correct any errors, <strong>and</strong><br />

attempt the scanning operation again. Contact your<br />

<strong>IBM</strong> technical-support representative if the problem<br />

persists.<br />

Module:<br />

DMH5083E<br />

WsaaMain<br />

Bad entry in an archive; skipping.<br />

Explanation: An exception was encountered during<br />

the extraction of a particular asset during the scanning<br />

process.<br />

System action: Extraction <strong>and</strong> scanning of the current<br />

asset is skipped, <strong>and</strong> the error is logged. Processing<br />

continues for the next asset.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs for specific details on the extraction process that<br />

encountered the error. Correct the problem, if possible,<br />

<strong>and</strong> attempt the scanning operation again.<br />

Module:<br />

DMH5084E<br />

WsaaMain<br />

The view is not a directory; skipping.<br />

Explanation: During scanning of resources in a<br />

ClearCase ® repository, a view has been specified or<br />

encountered that is not a valid directory.<br />

System action: Scanning of the current view is<br />

stopped, <strong>and</strong> the error is logged. Processing continues<br />

with the next scanning root.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs for more detail <strong>and</strong> correct the problem, if<br />

possible. Consult your Rational Asset Analyzer<br />

administrator or your ClearCase repository<br />

administrator for more information.<br />

Module:<br />

DMH5085E<br />

WsaaJar<br />

Exception while executing lsview<br />

comm<strong>and</strong>.<br />

Explanation: During scanning of resources in a<br />

ClearCase repository, an unexpected I/O error occurred<br />

or the process was interrupted while trying to invoke<br />

the ClearCase lsview comm<strong>and</strong>.<br />

64 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5086E • DMH5091I<br />

System action: The error is logged <strong>and</strong> the system<br />

tries to create the view as if it did not exist. The<br />

scanning process continues as if the view did not exist.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs for more detail <strong>and</strong> correct the problem, if<br />

possible. Consult your Rational Asset Analyzer<br />

administrator or your ClearCase repository<br />

administrator for more information.<br />

Module:<br />

DMH5086E<br />

WsaaJar<br />

Exception while executing mkview<br />

comm<strong>and</strong>.<br />

Explanation: During scanning of resources in a<br />

ClearCase repository, an unexpected I/O error occurred<br />

or the process was interrupted while trying to invoke<br />

the ClearCase mkview comm<strong>and</strong>.<br />

System action: Scanning of the current view is<br />

stopped, <strong>and</strong> the error is logged. Scanning resumes<br />

with the next view.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs for more detail <strong>and</strong> correct the problem, if<br />

possible. Consult your Rational Asset Analyzer<br />

administrator or your ClearCase repository<br />

administrator for more information.<br />

Module:<br />

DMH5087E<br />

WsaaJar<br />

mkview comm<strong>and</strong> failed. exit code:<br />

returncode<br />

Explanation: During scanning of resources in a<br />

ClearCase repository, the ClearCase mkview comm<strong>and</strong><br />

was issued but failed to complete successfully,<br />

returning the specified error code.<br />

System action: Scanning of the current view is<br />

stopped, <strong>and</strong> the error is logged. Scanning resumes<br />

with the next view.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs or consult your ClearCase documentation for more<br />

information on the specific error code. Consult your<br />

Rational Asset Analyzer administrator or your<br />

ClearCase repository administrator for more<br />

information.<br />

Module:<br />

DMH5088E<br />

WsaaJar<br />

Exception while executing setcs<br />

comm<strong>and</strong>.<br />

Explanation: During scanning of resources in a<br />

ClearCase repository, the ClearCase setcs comm<strong>and</strong><br />

was issued but failed to complete successfully due to<br />

an exception.<br />

System action: Scanning of the current view is<br />

stopped, <strong>and</strong> the error is logged. Scanning resumes<br />

with the next view.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs for more detail <strong>and</strong> correct the problem, if<br />

possible. Consult your Rational Asset Analyzer<br />

administrator or your ClearCase repository<br />

administrator for more information.<br />

Module:<br />

DMH5089E<br />

WsaaJar<br />

setcs comm<strong>and</strong> failed. exit code:<br />

returncode<br />

Explanation: During scanning of resources in a<br />

ClearCase repository, the ClearCase setcs comm<strong>and</strong><br />

was issued but failed to complete successfully,<br />

returning the specified error code.<br />

System action: Scanning of the current view is<br />

stopped, <strong>and</strong> the error is logged. Scanning resumes<br />

with the next view.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs or consult your ClearCase documentation for more<br />

information on the specific error code. Consult your<br />

Rational Asset Analyzer administrator or your<br />

ClearCase repository administrator for more<br />

information.<br />

Module:<br />

DMH5090E<br />

WsaaJar<br />

Failed to create the views target<br />

directory name.<br />

Explanation: During scanning of resources in a<br />

ClearCase repository, Rational Asset Analyzer was<br />

unable to create the views target directory specified.<br />

System action: Scanning of the current view is<br />

stopped, <strong>and</strong> the error is logged. Scanning resumes<br />

with the next view.<br />

User response: Refer to the Rational Asset Analyzer<br />

logs or consult your ClearCase documentation for more<br />

information on the specific error code. Consult your<br />

Rational Asset Analyzer administrator or your<br />

ClearCase repository administrator for more<br />

information.<br />

Module:<br />

DMH5091I<br />

WsaaJar<br />

Signal end of scan to servlet<br />

Explanation: This is an informational message<br />

indicating that the scanning process has completed.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Rational Asset Analyzer messages 65


DMH5092E • DMH5098E<br />

DMH5092E<br />

Unable to retrieve host info (name & IP)<br />

- see log for details.<br />

Explanation: During initialization of the scanner,<br />

Rational Asset Analyzer was unable to retrieve host<br />

information for the location of the Rational Asset<br />

Analyzer host system.<br />

System action: The scanning process cannot be<br />

initialized <strong>and</strong> is stopped. The error must be corrected<br />

before scanning can function properly.<br />

User response: Verify that you have correctly installed<br />

Rational Asset Analyzer, specifying all valid host<br />

information according to the instructions in the<br />

Configuration <strong>and</strong> Migration Guide. Correct the problem<br />

<strong>and</strong> attempt the scanning operation again.<br />

Module:<br />

DMH5093E<br />

WsaaJar<br />

Unknown module type: type<br />

Explanation: An invalid module type, as specified,<br />

was encountered during analysis of an ear file. Valid<br />

module types are war modules, Web modules, <strong>and</strong> ejb<br />

files.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> the error is logged. Processing continues<br />

with the next asset.<br />

User response: Ensure that the resources being<br />

scanned contain valid modules. Correct any problems<br />

<strong>and</strong> attempt the scanning operation again.<br />

Module:<br />

WsaaJar<br />

DMH5095E<br />

Cannot open temp file to Archive File:<br />

name<br />

Explanation: An attempt was made to open a<br />

temporary file created to contain archive file (ear, war,<br />

java, ejb) contents. Possible causes are insufficient<br />

space or incorrect file permissions.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

User response: Ensure that the temporary file exists<br />

<strong>and</strong> can be accessed. Consult the Rational Asset<br />

Analyzer logs for more detailed information on the<br />

error.<br />

Module:<br />

DMH5096E<br />

WsaaJar<br />

Illegal Load Strategy: strategy<br />

Explanation: The type of archive containing a resource<br />

being scanned is incorrect or cannot be determined.<br />

The load strategy refers to either a resource in an<br />

archive (ear, war) or a directory, but the strategy<br />

detected is neither of those.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

User response: This error reflects an unusual<br />

condition in the Rational Asset Analyzer scanner.<br />

Consult the Rational Asset Analyzer logs for more<br />

details on the exception. Contact your <strong>IBM</strong><br />

technical-support representative if the problem persists.<br />

Module:<br />

WsaaJar<br />

DMH5094E<br />

Cannot read InputStream to temp file<br />

name<br />

Explanation: An attempt was made to create a<br />

temporary file with contents from a resource being<br />

scanned, but the temporary file could not be created.<br />

Possible causes are: I/O errors, such as space or<br />

directory permission problems, or Rational Asset<br />

Analyzer exceptions while attempting to read or parse<br />

the resource.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

User response: Ensure that your Rational Asset<br />

Analyzer Windows server has adequate space for<br />

creating temporary files <strong>and</strong> that the appropriate<br />

directory <strong>and</strong> file permissions exist. Your Rational Asset<br />

Analyzer logs may contain more detailed information<br />

about the exception. Contact your <strong>IBM</strong><br />

technical-support representative if the problem persists.<br />

Module:<br />

WsaaJar<br />

DMH5097E<br />

Not an EJBJarFile: name<br />

Explanation: An exception occurred during scanning<br />

of the specified resource because an EJB was expected<br />

but the resource is not an EJB file.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

User response: Make sure that Rational Asset<br />

Analyzer is properly installed <strong>and</strong> the classpath is set<br />

correctly.<br />

Module:<br />

WsaaJar<br />

DMH5098E Unable to access Site in the database -<br />

see log for details.<br />

Explanation: During initialization of the scanner,<br />

Rational Asset Analyzer was unable to site information<br />

that should already exist in the database system. The<br />

process cannot continue.<br />

System action: The scanning process cannot be<br />

initialized <strong>and</strong> is stopped. The error must be corrected<br />

before scanning can function properly.<br />

User response: Verify that you have correctly installed<br />

Rational Asset Analyzer, specifying all database access<br />

66 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5099E • DMH5105E<br />

information according to the instructions in the<br />

Configuration <strong>and</strong> Migration Guide. Correct the problem<br />

<strong>and</strong> attempt the scanning operation again. Consult the<br />

Rational Asset Analyzer logs for more information.<br />

Module:<br />

DMH5099E<br />

WsaaJar<br />

Persistency object problems - see log for<br />

details.<br />

Explanation: An exception has occurred during the<br />

scanning process related to database metadata<br />

persistency. This is an unexpected condition indicating<br />

that an inconsistency exists between expected results<br />

<strong>and</strong> data stored in the database.<br />

System action: The scanning process cannot be<br />

initialized <strong>and</strong> is stopped. The error must be corrected<br />

before scanning can function properly.<br />

User response: Consult the Rational Asset Analyzer<br />

logs for more information related to possible database<br />

communications errors. Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5100E<br />

WsaaJar<br />

Dependent analyzer(s): name not<br />

available or not configured to run.<br />

Explanation: An exception was encountered during<br />

postprocessing because required analyzers could not be<br />

accessed. The most likely cause is that the analyzers are<br />

not configured properly.<br />

System action: Processing for the specified<br />

postprocessor is skipped, <strong>and</strong> the error is logged.<br />

Processing continues for the next postprocessor.<br />

User response: Verify that you have properly<br />

configured all analyzers for the resources you are<br />

attempting to analyze <strong>and</strong> try the scanning operation<br />

again. The analyzers are configured by the<br />

administrator in /assetloc/config/analyzers.cfg.<br />

Module:<br />

DMH5101E<br />

WsaaJar<br />

Dependent postprocessor name not<br />

available or not configured to run.<br />

Explanation: An exception was encountered during<br />

postprocessing because required postprocessors could<br />

not be accessed. The most likely cause is that the<br />

postprocessors were not configured properly.<br />

System action: Processing for the specified<br />

postprocessor is skipped <strong>and</strong> the error is logged.<br />

Processing continues for the next postprocessor.<br />

User response: Verify that you have properly<br />

configured all postprocessors for the resources you are<br />

attempting to analyze <strong>and</strong> try the scanning operation<br />

again. The postprocessors are configured by the<br />

administrator in /assetloc/config/<br />

EColabraApplication.cfg. This file is not routinely<br />

updated by users, so contact your <strong>IBM</strong><br />

technical-support representative for more information.<br />

Module:<br />

DMH5102E<br />

WsaaJar<br />

type categorization not performed due to<br />

an error<br />

Explanation: During postprocessing, an exception<br />

occurred while attempting to categorize the resources<br />

analyzed.<br />

System action: Postprocessing is skipped for the<br />

categorization type specified, <strong>and</strong> the error is logged.<br />

Processing continues for the next categorizer.<br />

User response: Consult your Rational Asset Analyzer<br />

administrator or your <strong>IBM</strong> technical-support<br />

representative.<br />

Module:<br />

DMH5103I<br />

WsaaJar<br />

Categorization was not set to be<br />

activated<br />

Explanation: During postprocessing, categorization<br />

was not performed because it was not activated.<br />

System action: The system is functioning normally.<br />

Categorizer postprocessors are skipped.<br />

User response: If you want the categorizer<br />

postprocessors to run, set the Java virtual machine<br />

property Categorizer to true.<br />

Module:<br />

DMH5104E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

pattern.<br />

The file pattern cannot contain blanks.<br />

The file pattern cannot contain blanks.<br />

The user is prompted again for the file<br />

User response: Remove the blanks from the file<br />

pattern <strong>and</strong> submit the request again.<br />

Module:<br />

DMH5105E<br />

WsaaJar<br />

Unexpected exception in calling class:<br />

details<br />

Explanation: An unexpected condition occurred when<br />

trying to make a remote request.<br />

System action: The exception is logged <strong>and</strong> displayed<br />

to the user. Current ® processing stops.<br />

User response: Contact your system administrator to<br />

ensure that the Rational Asset Analyzer remote request<br />

server is properly configured. To verify, ensure that the<br />

DMHINSTL panel setup option has the correct<br />

information for the CGI Settings section. Verify that the<br />

Web server's httpd.conf file has the proper Web path<br />

for the Rational Asset Analyzer CGI (for example,<br />

dmh-cgi) <strong>and</strong> that the Web server has been started.<br />

Module:<br />

WsaaJar<br />

Rational Asset Analyzer messages 67


DMH5106E • DMH5117E<br />

DMH5106E<br />

The SQL is not a SELECT statement.<br />

Explanation: The SQL statement did not have the verb<br />

SELECT in it.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5107E<br />

Explanation:<br />

WsaaJar<br />

The SQL query was not executed.<br />

Contact <strong>IBM</strong> Software Support.<br />

Container(s) not found: names.<br />

Valid containers must exist.<br />

System action: Processing stops. The user is prompted<br />

again for the container names.<br />

User response: Try your operation again after adding<br />

only containers that exist.<br />

Module:<br />

DMH5108E<br />

Explanation:<br />

WsaaJar<br />

No container names specified.<br />

A container name must be specified.<br />

System action: Processing stops. The user is prompted<br />

again for the container names.<br />

User response: Add a valid container name or click<br />

the cancel button.<br />

Module:<br />

DMH5109E<br />

WsaaJar<br />

Please specify the new application<br />

name.<br />

Explanation: The application name is required if the<br />

inventory is to be added to a new application.<br />

System action: Processing stops. The user is prompted<br />

for the application name.<br />

User response: Specify a new application name, an<br />

existing application, or do not add the inventory to an<br />

application at this time.<br />

Module:<br />

DMH5110I<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5111E<br />

Explanation:<br />

Impact analysis is being performed.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Impact analysis is being performed.<br />

The system is functioning normally.<br />

None<br />

An error occurred during impact<br />

analysis: error cause<br />

An unexpected exception was thrown.<br />

Impact analysis processing has halted.<br />

Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5112I<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5113I<br />

The concatenation set has been<br />

assigned.<br />

WsaaJar<br />

The concatenation set has been assigned.<br />

The system is functioning normally.<br />

None<br />

The default concatenation sets for the<br />

component have been updated.<br />

Explanation: The default concatenation sets for the<br />

component have been updated.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5114I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Added the scanning request to the<br />

queue.<br />

Explanation: The scanning request has been queued<br />

<strong>and</strong> will be run when the scans in front of it have<br />

finished.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5115E<br />

Explanation:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

The impact analysis name "ia name"<br />

already exists.<br />

Impact analysis names must be unique.<br />

System action: Processing stops. The user is prompted<br />

again for a unique impact analysis name.<br />

User response: Try your operation again after<br />

specifying a unique impact analysis name.<br />

Module:<br />

DMH5116I<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5117E<br />

The impact analysis has been renamed.<br />

WsaaJar<br />

The impact analysis has been renamed.<br />

The system is functioning normally.<br />

None<br />

The impact analysis cannot be renamed<br />

with "new name".<br />

Explanation: The new impact analysis name must not<br />

be blank, must not be the old name, <strong>and</strong> must be<br />

unique.<br />

68 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5118I • DMH5126E<br />

System action: Processing stops. The user is prompted<br />

again for a new impact analysis name.<br />

User response: Try your operation again after<br />

specifying a unique impact analysis name.<br />

Module:<br />

DMH5118I<br />

WsaaJar<br />

The description for impact analysis "ia<br />

name" has been updated.<br />

Explanation: The description of the impact analysis<br />

has been updated.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

System action: Processing stops. The impact analysis<br />

was not created successfully.<br />

User response:<br />

Module:<br />

DMH5123E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

The description for impact analysis "ia<br />

name" cannot be updated.<br />

Explanation: The description for the impact analysis<br />

cannot be updated.<br />

System action: Processing stops. The description of<br />

the impact analysis remains the same.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH5119I<br />

Explanation:<br />

changed.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5120I<br />

Explanation:<br />

The type of asset "ia name" tobe<br />

analyzed has changed.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

The type of asset to be analyzed has<br />

The system is functioning normally.<br />

None<br />

The impact analysis "ia name" has been<br />

created.<br />

WsaaJar<br />

The impact analysis has been created.<br />

The system is functioning normally.<br />

None<br />

DMH5121W The impact analysis "ia name" has<br />

already been created. Update the name<br />

to create a new impact analysis. Click<br />

button to continue with the impact<br />

analysis.<br />

Explanation: The impact analysis "ia name" has already<br />

been created.<br />

System action:<br />

for again.<br />

The impact analysis name is prompted<br />

User response: Update the name to create a new<br />

impact analysis. Click button to continue with the<br />

impact analysis.<br />

Module:<br />

DMH5122E<br />

WsaaJar<br />

The impact analysis name "ia name"<br />

could not be created.<br />

Explanation: There was an error while trying to create<br />

the impact analysis. This is most likely due to duplicate<br />

name for the current user.<br />

DMH5124E<br />

Explanation:<br />

name.<br />

Please specify the new impact analysis<br />

name.<br />

The impact analysis requires a nonblank<br />

System action: Processing stops. The user is prompted<br />

again for an impact analysis name.<br />

User response: Try your operation again after<br />

specifying an impact analysis name.<br />

Module:<br />

DMH5125E<br />

WsaaJar<br />

Invalid character "char" at position pos.<br />

Explanation: The impact analysis has a character that<br />

is not allowed in the name.<br />

System action: Processing stops. The user is prompted<br />

again for an impact analysis name.<br />

User response: Verify that the impact analysis name<br />

only contains valid characters <strong>and</strong> try your operation<br />

again.<br />

Module:<br />

DMH5126E<br />

Explanation:<br />

analysis<br />

WsaaJar<br />

Please specify a description for the<br />

impact analysis.<br />

Description is required for the impact<br />

System action: Processing stops. The user is prompted<br />

again for an impact analysis description.<br />

User response: Enter a description <strong>and</strong> try your<br />

operation again.<br />

Module:<br />

WsaaJar<br />

Rational Asset Analyzer messages 69


DMH5127E • DMH5134W<br />

DMH5127E<br />

Explanation:<br />

analysis.<br />

Please select a type of asset for the<br />

impact analysis.<br />

Asset type is required for the impact<br />

System action: Processing stops. The user is prompted<br />

again for an asset type.<br />

User response: Fill in the asset type <strong>and</strong> try your<br />

operation again.<br />

Module:<br />

DMH5128E<br />

WsaaJar<br />

The impact analysis name is too long.<br />

Explanation: Impact analysis names must be less than<br />

or equal to 64 characters long.<br />

System action: Processing stops. The user is prompted<br />

again for an impact analysis name.<br />

User response: Try your operation again after<br />

specifying a shorter impact analysis name.<br />

Module:<br />

DMH5129E<br />

WsaaJar<br />

The description is too long.<br />

Explanation: Impact analysis description must be less<br />

than or equal to 256 characters long.<br />

System action: Processing stops. The user is prompted<br />

again for an impact analysis description.<br />

User response: Try your operation again after<br />

specifying a shorter impact analysis description.<br />

Module:<br />

DMH5130E<br />

WsaaJar<br />

Cannot link resources: analyzed<br />

asset-->new asset<br />

Explanation: During analysis, an unexpected SQL<br />

error has occurred while trying to add references<br />

between two assets managed by Rational Asset<br />

Analyzer. The assets that could not be related are<br />

specified.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

The error is logged.<br />

User response: Consult the Rational Asset Analyzer<br />

logs for more details on the SQL error. Ensure that you<br />

have installed Rational Asset Analyzer properly<br />

according to the Configuration <strong>and</strong> Migration Guide.<br />

Contact your <strong>IBM</strong> technical-support representative for<br />

more information.<br />

Module:<br />

WsaaJar<br />

DMH5132E<br />

The system property wsaaConfig is not<br />

defined.<br />

Explanation: The system property wsaaConfig must<br />

be defined. It points to the Rational Asset Analyzer<br />

configuration directory <strong>and</strong> is set during installation of<br />

the product. The value can be found in the JVM<br />

Custom properties for WebSphere ® Application Server.<br />

System action: The servlet initialization or scanning<br />

process stops <strong>and</strong> will not be able to function until the<br />

error is fixed.<br />

User response: Verify that you have successfully<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to the instructions in the Configuration <strong>and</strong><br />

Migration Guide. If you cannot verify that, check the<br />

value of wsaaConfig in the Custom properties of your<br />

WebSphere Application Server on MVS or Windows by<br />

using the Administrative Console. If you update the<br />

value, remember to restart WebSphere Application<br />

Server.<br />

Module:<br />

DMH5133E<br />

WsaaJar<br />

Analyzer could not be loaded or<br />

instantiated: analyzerType<br />

Explanation: This is an unexpected error in which an<br />

analyzer defined in /assetloc/config/Analyzers.cfg<br />

could not be instantiated. The error may be related to<br />

errors in specifying the postprocessor, or an<br />

inconsistency in the Rational Asset Analyzer installed<br />

code, or the environment classpath.<br />

System action: Analysis stops for any assets<br />

associated with the analyzer that cannot be loaded. The<br />

error is logged, <strong>and</strong> processing continues for the next<br />

valid set of asset types.<br />

User response: Ensure that you have correctly defined<br />

the specified analyzer in the configuration file. If the<br />

error cannot be corrected, capture all logs related to the<br />

error <strong>and</strong> Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

WsaaJar<br />

DMH5134W Warning - an analyzer of the following<br />

type does not exist: name.<br />

Explanation: An analyzer for the specified type does<br />

not exist because it has not been defined in<br />

/assetloc/config/Analyzers.cfg.<br />

System action: Analysis using this analyzer will not<br />

be performed. The error is logged, <strong>and</strong> processing<br />

continues for the next set of valid assets.<br />

User response: Add the analyzer definition to the<br />

Analyzers.cfg file <strong>and</strong> perform the scanning operation<br />

again.<br />

Module:<br />

WsaaJar<br />

70 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5135W • DMH5141E<br />

DMH5135W Warning - a resource mapping already<br />

exists for extension fileextension.<br />

Explanation: This is a warning indicating that<br />

multiple analyzers have been defined in<br />

/assetloc/config/Analyzers.cfg for the same resource<br />

type.<br />

System action: The first analyzer encountered will be<br />

used, <strong>and</strong> subsequent analyzers will be ignored.<br />

Processing continues normally.<br />

User response: Ensure that you have correctly defined<br />

the analyzers <strong>and</strong> their resource type mappings <strong>and</strong><br />

perform the scanning operation again.<br />

Module:<br />

DMH5136E<br />

WsaaJar<br />

Error while trying to run the name<br />

postprocessor.<br />

Explanation: An unexpected error has been<br />

encountered while attempting to run the specified<br />

postprocessor. The specific cause of the error will be<br />

found in the Rational Asset Analyzer error logs.<br />

System action: Postprocessing is stopped for the<br />

specified postprocessor. The error is logged <strong>and</strong><br />

processing continues.<br />

User response: Refer to the Rational Asset Analyzer<br />

error logs for specific information on the error. Correct<br />

any problems <strong>and</strong> perform the scanning operation<br />

again.<br />

Module:<br />

DMH5137E<br />

WsaaJar<br />

name postprocessor could not be loaded<br />

or instantiated.<br />

Explanation: This is an unexpected error in which a<br />

postprocessor defined in /assetloc/config/<br />

EColabraApplication.cfg could not be instantiated. The<br />

error may be related to errors in specifying the<br />

postprocessor or an inconsistency in the Rational Asset<br />

Analyzer installed code or the environment classpath.<br />

System action: Postprocessing is stopped for the<br />

specified postprocessor. The error is logged <strong>and</strong><br />

processing continues. Other postprocessors that depend<br />

on the one that could not be loaded may be affected.<br />

User response: Ensure that you have correctly defined<br />

the specified postprocessor in the configuration file. If<br />

the error cannot be corrected, capture all logs related to<br />

the error <strong>and</strong> Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5138I<br />

WsaaJar<br />

name postprocessor: started running<br />

Explanation: This is an informational message<br />

indicating that the specified postprocessor has started.<br />

System action:<br />

The system is functioning normally.<br />

User response:<br />

Module:<br />

DMH5139E<br />

WsaaJar<br />

None<br />

Unexpected exception occurred in name<br />

postprocessor.<br />

Explanation: An unexpected error has occurred<br />

during postprocessing for the specified postprocessor.<br />

More specific information about the error can be found<br />

in the Rational Asset Analyzer error logs.<br />

System action: Postprocessing is stopped for the<br />

specified postprocessor. The error is logged <strong>and</strong><br />

processing continues.<br />

User response: Consult the Rational Asset Analyzer<br />

error logs for specific information on the error. Contact<br />

your <strong>IBM</strong> technical-support representative if you<br />

cannot resolve the problems.<br />

Module:<br />

DMH5140E<br />

WsaaJar<br />

Dependent analyzer(s): name not<br />

available or not configured to run.<br />

Explanation: While preparing to run a postprocessor,<br />

the process encountered an analyzer that was set as a<br />

precondition for the postprocessor. The analyzer has<br />

not been defined, has not been configured to run, or<br />

had problems running. The analyzer in error is<br />

specified. Analyzers are defined in<br />

/assetloc/config/Analyzers.cfg.<br />

System action: The postprocessor that caused the<br />

error is stopped. The error is logged <strong>and</strong> processing<br />

continues.<br />

User response: Ensure that you have correctly<br />

specified all required analyzers in the configuration file<br />

<strong>and</strong> perform the scanning operation again.<br />

Module:<br />

DMH5141E<br />

WsaaJar<br />

Dependent postprocessor name not<br />

available or not configured to run.<br />

Explanation: While running postprocessing, the<br />

specified postprocessor is required but not configured<br />

in /assetloc/config/EColabraApplicaiton.cfg.<br />

Postprocessing cannot continue.<br />

System action: Postprocessing is stopped for the<br />

specified postprocessor. The error is logged <strong>and</strong><br />

processing continues.<br />

User response: Ensure that you have correctly<br />

specified all required postprocessors in the<br />

configuration file <strong>and</strong> perform the scanning operation<br />

again.<br />

Module:<br />

WsaaJar<br />

Rational Asset Analyzer messages 71


DMH5142E • DMH5148E<br />

DMH5142E<br />

Dependent postprocessor name was<br />

defined to run after this post processor,<br />

although this postprocessor depends on<br />

it. Please rearrange the order of<br />

invoking the postprocessors in the<br />

configuration files.<br />

Explanation: The definition of the specified<br />

postprocessor is incorrect in /assetloc/config/<br />

EColabraApplication.cfg. Postprocessing cannot<br />

continue.<br />

System action: Postprocessing is stopped for the<br />

dependent. The error is logged <strong>and</strong> processing<br />

continues.<br />

User response: Ensure that you have correctly<br />

specified the postprocessors in the configuration file<br />

<strong>and</strong> perform the scanning operation again.<br />

Module:<br />

DMH5143E<br />

WsaaJar<br />

Dependent postprocessor name failed.<br />

Explanation: During postprocessing, a dependent<br />

postprocessor failed to complete successfully. Details<br />

about the error can be found in the Rational Asset<br />

Analyzer error logs.<br />

System action: Postprocessing is stopped for the<br />

dependent postprocessor. The error is logged <strong>and</strong><br />

processing continues.<br />

User response: Ensure that you have correctly<br />

specified the postprocessors in the configuration file.<br />

Consult the Rational Asset Analyzer error logs for more<br />

detailed information, correct any errors, <strong>and</strong> perform<br />

the scanning operation again. Consult your <strong>IBM</strong><br />

technical-support representative if you cannot resolve<br />

the issue.<br />

Module:<br />

WsaaJar<br />

DMH5144W The following resource mapping will be<br />

ignored: resourcetype= analyzer.<br />

Explanation: This is a warning message written to the<br />

Rational Asset Analyzer logs indicating that the<br />

analyzer specified for the indicated resource type will<br />

not be used for analysis. This is either because another<br />

analyzer is already defined for the specified resource<br />

type or the analyzer specified cannot be found or<br />

instantiated. This message always follows DMH5134W<br />

or DMH5135W.<br />

System action: Analysis of the current asset is<br />

skipped, <strong>and</strong> processing continues with the next asset.<br />

The error is logged.<br />

User response: Ensure that you have correctly<br />

specified one, <strong>and</strong> only one, analyzer per resource type<br />

in the /assetloc/config/Analyzers.cfg file <strong>and</strong><br />

attempt the scanning process again.<br />

Module:<br />

WsaaJar<br />

DMH5145I<br />

Deleting old resources from database<br />

Explanation: This is an informational message<br />

indicating that old resources will be deleted prior to<br />

rescanning those resources. Deletion of old resources<br />

occurs when the auto delete flag is set to true in the<br />

/assetloc/config/Scanners.cfg file.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

DMH5146W Warning: Servlet may be down or<br />

unavailable exceptioncode.<br />

Explanation: This is a warning message that occurs<br />

when the scanning process has completed <strong>and</strong> attempts<br />

to notify the Rational Asset Analyzer servlet. The<br />

exceptioncode provides the reason for the unavailability.<br />

System action: The scanner signals to the servlet by<br />

way of the database; when the servlet is run it tries to<br />

read the value from the database. The system continues<br />

to function normally.<br />

User response:<br />

Module:<br />

DMH5147E<br />

WsaaJar<br />

None<br />

Tried to scan from multiple sites, now<br />

from "server1" while a previous site<br />

exists.<br />

Explanation: An attempt was made to run the<br />

distributed scanner for a site specified by server1when<br />

it has already been run for a different site specified by<br />

Rational Asset Analyzer does not support multiple sites<br />

at this time. Scanning must be performed on a single<br />

Rational Asset Analyzer Windows server.<br />

System action:<br />

The scanning process is stopped.<br />

User response: Perform the scanning operation again<br />

on the Rational Asset Analyzer Windows server used<br />

previously as specified in the database.<br />

Module:<br />

DMH5148E<br />

WsaaJar<br />

Invalid first character for the file name:<br />

file name<br />

Explanation: The first character in a file name must be<br />

alphabetic, #, @, or $.<br />

System action:<br />

name.<br />

User response:<br />

request again.<br />

Module:<br />

WsaaJar<br />

The user is prompted again for the file<br />

Correct the file name <strong>and</strong> submit the<br />

72 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5149E • DMH5157E<br />

DMH5149E<br />

Invalid character "invalid character" in file<br />

name "file name".<br />

Explanation: Valid characters are only upper case<br />

letters, numbers, special characters (#, @, <strong>and</strong> $), the<br />

asterisk (*) <strong>and</strong> the question mark (?).<br />

System action:<br />

name.<br />

User response:<br />

request again.<br />

Module:<br />

DMH5150E<br />

WsaaJar<br />

The user is prompted again for the file<br />

Correct the file name <strong>and</strong> submit the<br />

ScannerManager was not initialized<br />

prior to access<br />

Explanation: This is an unexpected error indicating<br />

that the proper initialization could not be performed to<br />

start the distributed scanning processor. This error may<br />

be caused by a Rational Asset Analyzer installation<br />

error or a problem with the classpath.<br />

System action: The scanning process is stopped, <strong>and</strong><br />

the error is logged.<br />

User response: Consult your Rational Asset Analyzer<br />

error logs <strong>and</strong> contact your <strong>IBM</strong> technical-support<br />

representative if the issue cannot be resolved.<br />

Module:<br />

DMH5151E<br />

WsaaJar<br />

name retriever could not be loaded<br />

Explanation: This is an unexpected error in which a<br />

scanner defined in /assetloc/config/Scanners.cfg<br />

could not be instantiated. The error may be related to<br />

errors in specifying the postprocessor, or an<br />

inconsistency in the Rational Asset Analyzer installed<br />

code or the environment classpath.<br />

System action: Scanning is stopped for the process<br />

related to the specified retriever. The error is logged,<br />

<strong>and</strong> scanning continues for the next retriever to be<br />

loaded.<br />

User response: Ensure that you have correctly defined<br />

the specified scanner in the configuration file. If the<br />

error cannot be corrected, capture all logs related to the<br />

error <strong>and</strong> Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5152E<br />

WsaaJar<br />

File name too long: file name<br />

Explanation: File names can be only eight characters<br />

for PDS members <strong>and</strong> ten characters for Panvalet.<br />

System action:<br />

name.<br />

User response:<br />

request again.<br />

Module:<br />

WsaaJar<br />

The user is prompted again for the file<br />

Correct the file name <strong>and</strong> submit the<br />

DMH5153E<br />

Explanation:<br />

The application name already exists.<br />

Application names must be unique.<br />

System action: The user is prompted again for the<br />

application name.<br />

User response:<br />

try again.<br />

Module:<br />

DMH5154E<br />

WsaaJar<br />

Type in a unique application name <strong>and</strong><br />

The application name is too long.<br />

Explanation: The application name must be less than<br />

64 characters.<br />

System action: The user is prompted again for the<br />

application name.<br />

User response:<br />

Module:<br />

DMH5155I<br />

WsaaJar<br />

Please type a shorter application name.<br />

No ChangeMan SERNET ids were<br />

found when searching the Rational<br />

Asset Analyzer applications.<br />

Explanation: No ChangeMan SERNET ids were found<br />

when searching the Rational Asset Analyzer<br />

applications.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5156E<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

The container could not be found.<br />

Explanation: The container specified during inventory<br />

collection cannot be found on the target system.<br />

System action:<br />

Processing stops.<br />

User response: Verify that the container specified<br />

exists, or specify an existing container, <strong>and</strong> try your<br />

operation again.<br />

Module:<br />

DMH5157E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

information.<br />

You must specify the field.<br />

A required field was not filled in.<br />

The user is prompted for the required<br />

User response: Fill in the required field <strong>and</strong> submit<br />

the form again.<br />

Module:<br />

WsaaJar<br />

Rational Asset Analyzer messages 73


DMH5158E • DMH5167E<br />

DMH5158E<br />

The date is incomplete.<br />

Explanation: The date has the wrong format or is<br />

invalid. Make sure the date format is YYYY-MM-DD.<br />

System action:<br />

again.<br />

User response:<br />

Module:<br />

DMH5159E<br />

WsaaJar<br />

The user is prompted for the date<br />

Fill in the date in the required format.<br />

The date is invalid.<br />

Explanation: The date has two many dashes. The<br />

format should be YYYY-MM-DD.<br />

System action:<br />

again.<br />

User response:<br />

Module:<br />

DMH5160E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

again.<br />

User response:<br />

Module:<br />

DMH5161E<br />

The user is prompted for the date<br />

Fill in the date in the required format.<br />

No date was specified.<br />

WsaaJar<br />

Date is required.<br />

The user is prompted for the date<br />

Fill in the date in the required format.<br />

Error deleting old links<br />

Explanation: During postprocessing, an unexpected<br />

error has occurred while attempting to delete<br />

relationships from the metadata stored in the inventory<br />

database. Details about the errors may be found in the<br />

Rational Asset Analyzer error logs.<br />

System action: The error is logged, <strong>and</strong> processing<br />

continues. It is likely that relationships have not been<br />

deleted from the database.<br />

User response: Consult the Rational Asset Analyzer<br />

error logs for details on possible DB2 connection or<br />

access problems. Consult your <strong>IBM</strong> technical-support<br />

representative if the issues cannot be resolved.<br />

Module:<br />

DMH5162E<br />

WsaaJar<br />

General error running the<br />

postprocessors<br />

Explanation: An unexpected error has occurred<br />

during postprocessing. Details about the error can be<br />

found in the Rational Asset Analyzer error logs.<br />

System action: Postprocessing has stopped, <strong>and</strong> the<br />

error is logged.<br />

User response: Consult the Rational Asset Analyzer<br />

error logs. Fix any problems <strong>and</strong> attempt the scanning<br />

operation again. Contact your <strong>IBM</strong> technical-support<br />

representative if you cannot resolve the issue.<br />

Module:<br />

DMH5163I<br />

Explanation:<br />

unique.<br />

WsaaJar<br />

The concatenation set "duplicate<br />

concatenation set" already exists.<br />

Concatenation set names must be<br />

System action: The existing concatenation set<br />

properties are displayed <strong>and</strong> the user can update those<br />

properties.<br />

User response: Continue updating the concatenation<br />

set or click cancel to quit the wizard.<br />

Module:<br />

DMH5164I<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5165E<br />

The concatenation set set name has been<br />

created.<br />

WsaaJar<br />

The concatenation set has been created.<br />

The system is functioning normally.<br />

None<br />

Line line number does not start with // or<br />

/*.<br />

Explanation: Lines must start with // or /*.<br />

System action:<br />

User response:<br />

request again.<br />

Module:<br />

WsaaJar<br />

The error is presented to the user.<br />

Correct the problem <strong>and</strong> submit the<br />

DMH5166E Line line number is greater than 80<br />

characters.<br />

Explanation: An error was encountered during queue<br />

processing for inventory collection because JCL was<br />

encountered with one or more statements that exceed<br />

80 characters. MVS JCL cannot contain statements<br />

longer than 80 characters.<br />

System action: Queue processing continues with the<br />

next asset to be inventoried. The inventory being<br />

processed when the error was encountered is not<br />

processed.<br />

User response: Correct the problem <strong>and</strong> try your<br />

inventory collection process again.<br />

Module:<br />

DMH5167E<br />

WsaaJar<br />

No JCL JOB card was specified.<br />

Explanation: An error was encountered during queue<br />

processing for inventory collection because JCL was<br />

encountered that does not contain a job card.<br />

74 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5168I • DMH5175E<br />

System action: Queue processing continues with the<br />

next asset to be inventoried. The inventory being<br />

processed when the error was encountered is not<br />

processed.<br />

User response: Correct the problem <strong>and</strong> try your<br />

inventory collection process again.<br />

Module:<br />

DMH5168I<br />

WsaaJar<br />

The postprocessing is already running.<br />

Job job name at queue time.<br />

Explanation: This is an informational message<br />

displayed when a user has selected the action to start<br />

postprocessing when it is already running.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5169I<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

Processing continues normally.<br />

None<br />

The postprocessing has been started.<br />

WsaaJar<br />

The postprocessing has been started.<br />

The user is notified of the status.<br />

None<br />

DMH5170W Impact analysis process has been<br />

interrupted. Results may be incomplete.<br />

Explanation: Impact analysis process has been<br />

interrupted. Results may be incomplete.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5171E<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Too many JCL JOB lines specified. Only<br />

4 are allowed.<br />

Explanation: An error was encountered during queue<br />

processing for inventory collection because JCL was<br />

encountered that contains more than 4 lines in the job<br />

card.<br />

System action: Queue processing continues with the<br />

next asset to be inventoried. The inventory being<br />

processed when the error was encountered is not<br />

processed.<br />

User response: Correct the problem <strong>and</strong> try your<br />

inventory collection process again.<br />

Module:<br />

WsaaJar<br />

DMH5172I<br />

Explanation:<br />

System action:<br />

updated.<br />

User response:<br />

Module:<br />

DMH5173E<br />

The concatenation set has been updated.<br />

WsaaJar<br />

The concatenation set has been updated.<br />

The concatenation set has been<br />

None<br />

Problem storing to database in table<br />

tablename, name assetname, physicalId<br />

identifier<br />

Explanation: An error occurred while attempting to<br />

store metadata about scanned resources to the DB2<br />

database. The DB2 table, resource name, <strong>and</strong> identifier<br />

are specified.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Consult the Rational Asset Analyzer<br />

error logs for potential problems with DB2<br />

communications or access. Fix any problems <strong>and</strong><br />

attempt the scanning process again. Consult your <strong>IBM</strong><br />

technical-support representative if the issue cannot be<br />

resolved.<br />

Module:<br />

DMH5174E<br />

WsaaJar<br />

Field name is not found in table table.<br />

Explanation: An attempt was made to store metadata<br />

into a nonexistent column in the DB2 schema. This<br />

error reflects a possible inconsistency between the level<br />

of Rational Asset Analyzer installed <strong>and</strong> the schema<br />

defined to DB2 for the Rational Asset Analyzer<br />

database.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have correctly<br />

installed Rational Asset Analyzer according to the<br />

Configuration <strong>and</strong> Migration Guide. The schema is created<br />

during installation unless you have an existing<br />

database with the same name. Verify that the correct<br />

schema for the level of Rational Asset Analyzer<br />

installed exists in the Rational Asset Analyzer database.<br />

DDL used to create the database can be found in the<br />

/ddl directory.<br />

Module:<br />

DMH5175E<br />

WsaaJar<br />

External Semantic features are not<br />

compatible in table tablename; values<br />

have length of length1 <strong>and</strong> length2.<br />

Explanation: An attempt was made to store metadata<br />

into the DB2 table specified, but the semantics of the<br />

columns are not consistent with the expectations of the<br />

Rational Asset Analyzer messages 75


DMH5176E • DMH5182E<br />

distributed scanner. This error is caused by an internal<br />

system problem.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have correctly<br />

installed Rational Asset Analyzer according to the<br />

Configuration <strong>and</strong> Migration Guide. The schema is created<br />

during installation unless you have an existing<br />

database with the same name. Verify that the correct<br />

schema for the level of Rational Asset Analyzer<br />

installed exists in the Rational Asset Analyzer database.<br />

DDL used to create the database can be found in the<br />

/ddl directory.<br />

Module:<br />

DMH5176E<br />

WsaaJar<br />

Table name not found in database.<br />

Explanation: An attempt was made to store metadata<br />

into a nonexistent table in the DB2 schema. This error<br />

reflects a possible inconsistency between the level of<br />

Rational Asset Analyzer installed <strong>and</strong> the schema<br />

defined to DB2 for the Rational Asset Analyzer<br />

database.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have correctly<br />

installed Rational Asset Analyzer according to the<br />

Configuration <strong>and</strong> Migration Guide. The schema is created<br />

during installation unless you have an existing<br />

database with the same name. Verify that the correct<br />

schema for the level of Rational Asset Analyzer<br />

installed exists in the Rational Asset Analyzer database.<br />

DDL used to create the database can be found in the<br />

/ddl directory.<br />

Module:<br />

DMH5178E<br />

WsaaJar<br />

Authorization failed.<br />

Explanation: The user is not authorized to perform<br />

the action or the credentials are incorrect.<br />

System action: The user is not allowed to perform the<br />

specified action.<br />

User response: Type in the correct credentials to<br />

perform the action.<br />

Module:<br />

DMH5179E<br />

Explanation:<br />

WsaaJar<br />

The required field application name was<br />

empty.<br />

The application name is a required field.<br />

System action: The user is prompted again for the<br />

application name.<br />

User response: Type in the application name <strong>and</strong><br />

submit the request again.<br />

Module:<br />

DMH5180E<br />

WsaaJar<br />

No Logger defined, use<br />

setStatusReportInterface method<br />

Explanation: An unexpected error has occurred while<br />

attempting to instantiate the scanner <strong>and</strong> analyzer<br />

managers to begin the scanning process. This reflects<br />

an inconsistency in the installed Rational Asset<br />

Analyzer application.<br />

System action: The initialization of the distributed<br />

servlet cannot continue. This problem will cause errors<br />

starting your HTTP server if you are running<br />

WebSphere Application Server on MVS. If you are<br />

running WebSphere Application Server on Windows,<br />

WebSphere Application Server will likely start but the<br />

Rational Asset Analyzer distributed servlet will not be<br />

properly initialized. You must resolve the initialization<br />

issue before you can use the distributed scanner<br />

function.<br />

User response: Capture all pertinent Rational Asset<br />

Analyzer logs <strong>and</strong> Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5181E<br />

WsaaJar<br />

Error while deleting old assets for<br />

container name<br />

Explanation: During the scanning process, an<br />

unexpected error has occurred while attempting to<br />

delete existing resources from the metadata stored in<br />

DB2 for the container being scanned. Details about the<br />

errors may be found in the Rational Asset Analyzer<br />

error logs.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset or scanning root.<br />

User response: Consult the Rational Asset Analyzer<br />

error logs for details on possible DB2 connection or<br />

access problems. Consult your <strong>IBM</strong> technical-support<br />

representative if the issues cannot be resolved.<br />

Module:<br />

DMH5182E<br />

WsaaJar<br />

The Analyzer manager was not<br />

initialized; call createSingelton method<br />

Explanation: An unexpected error has occurred<br />

during initialization of the distributed scanner<br />

processes. This reflects an inconsistency in the installed<br />

Rational Asset Analyzer application.<br />

System action: The initialization of the distributed<br />

servlet cannot continue. This problem will cause errors<br />

starting your HTTP server if you are running<br />

WebSphere Application Server on MVS. If you are<br />

running WebSphere Application Server on Windows,<br />

76 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5183E • DMH5190E<br />

WebSphere Application Server will likely start but the<br />

Rational Asset Analyzer distributed servlet will not be<br />

properly initialized. You must resolve the initialization<br />

issue before you can use the distributed scanner<br />

function.<br />

User response: Capture all pertinent Rational Asset<br />

Analyzer logs <strong>and</strong> Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5183E<br />

WsaaJar<br />

Analyzer name does not exist<br />

Explanation: While attempting to delete resources<br />

from the database, an analyzer was referenced but<br />

could not be found. A possible reason for this error is<br />

that the specified analyzer is not defined properly in<br />

the /assetloc/config/Analyzers.cfg configuration file.<br />

System action: Deletion of the assets associated with<br />

the specified analyzer stops. Deletion continues for the<br />

next set of assets associated with a valid analyzer.<br />

User response: Ensure that you have correctly defined<br />

the specified analyzer in the configuration file. If the<br />

error cannot be corrected, capture all logs related to the<br />

error <strong>and</strong> Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5184E<br />

Explanation:<br />

WsaaJar<br />

Application with the specified name<br />

duplicate name already exists in the<br />

database.<br />

Application names must be unique.<br />

System action: The user is prompted again for an<br />

application name.<br />

User response: Type in a unique application name <strong>and</strong><br />

submit the request again<br />

Module:<br />

DMH5185E<br />

Explanation:<br />

empty.<br />

WsaaJar<br />

The required field full name was empty.<br />

The field full name is not allowed to be<br />

System action: The user is prompted for the full name<br />

of the application<br />

User response: Type the full application name into the<br />

field <strong>and</strong> submit the request again.<br />

Module:<br />

DMH5186I<br />

Explanation:<br />

WsaaJar<br />

Queued selected count asset(s)<br />

The assets selected have been queued.<br />

System action: The assets selected have been queued.<br />

Distributed assets were ignored.<br />

User response:<br />

Module:<br />

WsaaJar<br />

None<br />

DMH5187I<br />

Explanation:<br />

analysis.<br />

Queued mvs count asset(s). Ignored<br />

distributed count distributed <strong>and</strong> binary<br />

count binary asset(s).<br />

Only text MVS assets can be queued for<br />

System action: The text MVS assets have been queued<br />

for postprocessing analysis. Any distributed assets or<br />

binary assets have been ignored.<br />

User response:<br />

Module:<br />

DMH5188E<br />

WsaaJar<br />

None<br />

The child component with id = child id of<br />

the parent component with id = parent id is<br />

not found in the database.<br />

Explanation: An attempt was made to get information<br />

for the specified component, but metadata was not<br />

found in the Rational Asset Analyzer database.<br />

System action: Processing stops <strong>and</strong> some or all of<br />

information cannot be displayed.<br />

User response: The database is in an inconsistent<br />

state. Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5189E<br />

WsaaJar<br />

The component with id = id is not found<br />

in the database.<br />

Explanation: An attempt was made to get information<br />

for the specified component, but metadata was not<br />

found in the Rational Asset Analyzer database.<br />

System action: Processing stops <strong>and</strong> some or all of<br />

information cannot be displayed.<br />

User response: The database is in an inconsistent<br />

state. Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5190E<br />

WsaaJar<br />

Problem retrieving physical id for asset<br />

name<br />

Explanation: An attempt was made to retrieve the<br />

identifier assigned to the specified asset in DB2. The<br />

process expects an identifier to have been assigned.<br />

This may reflect an inconsistency between the installed<br />

Rational Asset Analyzer application <strong>and</strong> the Rational<br />

Asset Analyzer database.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Consult the Rational Asset Analyzer<br />

error logs for potential problems with DB2<br />

communications or access. Fix any problems <strong>and</strong><br />

attempt the scanning process again. Consult your <strong>IBM</strong><br />

technical-support representative if the issue cannot be<br />

resolved.<br />

Rational Asset Analyzer messages 77


DMH5191E • DMH5196E<br />

Module:<br />

DMH5191E<br />

WsaaJar<br />

Unable to load filename in module<br />

modulename<br />

Explanation: This is an unexpected error during<br />

Rational Asset Analyzer processing that could indicate<br />

an inconsistency in the installed product. The error<br />

occurs while trying to load configuration files packaged<br />

with Rational Asset Analyzer in the specified module.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have properly<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to the instructions in the Configuration <strong>and</strong><br />

Migration Guide <strong>and</strong> that you do not have any obsolete<br />

product code on your system. Contact your <strong>IBM</strong><br />

technical-support representative if you cannot correct<br />

the problem.<br />

Module:<br />

DMH5192E<br />

WsaaJar<br />

Unable to analyze elements in module<br />

modulename<br />

Explanation: An exception occurred while attempting<br />

to analyze elements in the specified module. The cause<br />

of this exception can be found in the Rational Asset<br />

Analyzer error logs.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Consult the Rational Asset Analyzer<br />

error logs to determine the cause of the problem <strong>and</strong><br />

potential solutions. Contact your <strong>IBM</strong> technical-support<br />

representative if the error persists.<br />

Module:<br />

DMH5193E<br />

WsaaJar<br />

Invalid resource descriptor resourcetype<br />

in module modulename<br />

Explanation: The resource type specified is not a valid<br />

type h<strong>and</strong>led by the Rational Asset Analyzer scanner.<br />

The error was encountered while attempting to analyze<br />

resources in the specified module. Consult the Rational<br />

Asset Analyzer online help for a complete list of<br />

resources supported by the distributed scanner.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Attempt the scanning operation again<br />

after removing the invalid resources from the scanning<br />

roots specified for the scanner.<br />

Module:<br />

WsaaJar<br />

DMH5194E<br />

Error getting resource resourcename input<br />

stream in module modulename<br />

Explanation: An unexpected I/O error has occurred<br />

while attempting to read the specified resource in the<br />

module indicated. Likely causes are an invalid or<br />

empty resource or a resource with incorrect permissions<br />

for read access.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that the specified resource is<br />

valid, non-empty, <strong>and</strong> has the correct permissions for<br />

read access. After making corrections, attempt the<br />

scanning operation again.<br />

Module:<br />

DMH5195E<br />

WsaaJar<br />

Unable to analyze resource name in<br />

module modulename<br />

Explanation: An unexpected error occurred while<br />

attempting to scan or analyze the specified resource in<br />

the module indicated. The exact cause of the error is<br />

indicated.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Determine whether the cause of the<br />

analysis error can be corrected on site. Contact your<br />

<strong>IBM</strong> technical-support representative if the problem<br />

cannot be resolved locally.<br />

Module:<br />

DMH5196E<br />

WsaaJar<br />

Unable to create resource in module<br />

modulename<br />

Explanation: This is an unexpected error that could<br />

indicate an inconsistency in the installed product. The<br />

error occurs while trying to load configuration files<br />

packaged with Rational Asset Analyzer in the specified<br />

module.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have properly<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to the instructions in the Configuration <strong>and</strong><br />

Migration Guide <strong>and</strong> that you do not have any obsolete<br />

product code on your system. Contact your <strong>IBM</strong><br />

technical-support representative if you cannot correct<br />

the problem.<br />

Module:<br />

WsaaJar<br />

78 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5197E • DMH5205E<br />

DMH5197E<br />

Unable to analyze element name in<br />

module modulename.<br />

Explanation: An unexpected error occurred while<br />

trying to analyze the specified element of a resource in<br />

the module indicated.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response:<br />

Module:<br />

DMH5198E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

The configuration file could not be read:<br />

file name<br />

Explanation: An attempt was made to read the<br />

specified configuration file but either it could not be<br />

found or it could not be opened for read access.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response: Ensure that the specified file exists <strong>and</strong><br />

Rational Asset Analyzer has the sufficient rights to<br />

access the file.<br />

Module:<br />

DMH5199E<br />

WsaaJar<br />

Unknown action "comm<strong>and</strong>"<br />

Explanation: An attempt was made to initiate an<br />

action that is not recognized by Rational Asset<br />

Analyzer.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5200E<br />

WsaaMain<br />

Processing stops <strong>and</strong> the error is<br />

Contact <strong>IBM</strong> Software Support.<br />

Not a legal resource descriptor; got type<br />

resourcetype for resource name<br />

Explanation: An invalid resource was encountered.<br />

The resource must be a file or a directory.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Verify that the resource specified is a<br />

valid type <strong>and</strong> attempt the scanning operation again.<br />

Module:<br />

DMH5201E<br />

WsaaJar<br />

Error allocating the internal reader for<br />

submitting JCL. RC=return code<br />

Explanation: An error occurred during the submission<br />

or processing of JCL. The return code is specified.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response:<br />

Module:<br />

DMH5202E<br />

WsaaMain<br />

Contact <strong>IBM</strong> Software Support.<br />

Cannot submit JCL on NT.<br />

Explanation: An attempt was made to submit a JCL<br />

job on the Windows platform. Windows does not use<br />

JCL to start processes.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5203E<br />

WsaaMain<br />

Processing stops <strong>and</strong> the error is<br />

Contact <strong>IBM</strong> Software Support.<br />

The ALLOC comm<strong>and</strong> couldn't be run.<br />

Invalid container name "container name".<br />

RC=return code.<br />

Explanation: An attempt was made to perform<br />

processing that involves an ALLOC of a PDS or PDSE,<br />

but the ALLOC comm<strong>and</strong> failed. The return code is<br />

specified. This could be caused by the container name<br />

being blank. For more information, the DYNALLOC<br />

return codes are described in the z/OS MVS<br />

Programming: Authorized Assembler Services Guide,<br />

SA22-7608.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response: Resolve the error <strong>and</strong> try your<br />

operation again. Refer to the z/OS MVS user<br />

documentation for more help in resolving the issue.<br />

Module:<br />

DMH5204E<br />

WsaaMain<br />

Invalid MVS data set name: "data set<br />

name".<br />

Explanation: An attempt was made to perform<br />

processing that involves a data set specified, but that<br />

data set name is invalid. Either the data set does not<br />

exist, or the name is invalid.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5205E<br />

WsaaMain<br />

Processing stops <strong>and</strong> the error is<br />

Contact <strong>IBM</strong> Software Support.<br />

Dynamic allocation error. RC=return code<br />

details<br />

Explanation: If the high-order 4 digits are 1708, then<br />

DYNALLOC couldn't find the data set in the catalog.<br />

For more information, the DYNALLOC return codes<br />

are described in the z/OS MVS Programming: Authorized<br />

Assembler Services Guide, SA22-7608.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

Rational Asset Analyzer messages 79


DMH5206E • DMH5211E<br />

User response: Resolve the error <strong>and</strong> try your<br />

operation again. Refer to the z/OS MVS user<br />

documentation for more help in resolving the issue.<br />

Module:<br />

DMH5206E<br />

WsaaMain<br />

Data set "data set name" is not a PDS or<br />

is not accessible.<br />

Explanation: Data set data set name could not be<br />

validated. It may not be a PDS, or you may not have<br />

the proper authority to access it.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response: Ensure that the data set is a PDS <strong>and</strong><br />

that you have access to read it.<br />

Module:<br />

DMH5207E<br />

WsaaMain<br />

ChangeMan support is not enabled in<br />

the profile.<br />

Explanation: An attempt was made to inventory<br />

assets from a ChangeMan system, but ChangeMan as a<br />

valid asset management system is not enabled.<br />

System action: Processing stops <strong>and</strong> the error is<br />

displayed. ChangeMan features are disabled.<br />

User response: If you intend to use ChangeMan as a<br />

source for inventory collection, you must configure that<br />

product on your MVS system via the<br />

&hlq.SDMHREXX(DMHINSTL) Option 4 dialogs <strong>and</strong><br />

try your operation again.<br />

Note: The ChangeMan interface provided with<br />

Rational Asset Analyzer is no longer being<br />

developed or supported <strong>and</strong> is provided as-is.<br />

Refer to http://www.serena.com for information<br />

about ChangeMan products.<br />

Module:<br />

DMH5208E<br />

WsaaMain<br />

Dynamic allocation error. RC=return code<br />

details<br />

Explanation: If the high-order 4 digits are 1708, then<br />

DYNALLOC couldn't find the data set in the catalog.<br />

For more information, the DYNALLOC return codes<br />

are described in the z/OS MVS Programming: Authorized<br />

Assembler Services Guide, SA22-7608.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response: Resolve the error <strong>and</strong> try your<br />

operation again. Refer to the z/OS MVS user<br />

documentation for more help in resolving the issue.<br />

Module:<br />

WsaaMain<br />

DMH5209E<br />

No configuration lines found: config file<br />

Explanation: An attempt was made to perform<br />

processing that requires information from the specified<br />

configuration file but that file is empty.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response: Ensure that the file exists <strong>and</strong> has<br />

content <strong>and</strong> try your operation again.<br />

Module:<br />

DMH5210E<br />

WsaaMain<br />

Common field(s) field were not defined<br />

for Analyzer name<br />

Explanation: A common field was not defined for the<br />

specified analyzer. User-defined columns are not<br />

supported for the tables defined by Rational Asset<br />

Analyzer.<br />

System action: The initialization of the distributed<br />

servlet cannot continue. This problem will cause errors<br />

starting your HTTP server if you are running<br />

WebSphere Application Server on MVS. If you are<br />

running WebSphere Application Server on Windows,<br />

WebSphere Application Server will likely start but the<br />

Rational Asset Analyzer distributed servlet will not be<br />

properly initialized. You must resolve the initialization<br />

issue before you can use the distributed scanner<br />

function.<br />

User response: Ensure that the table identified for the<br />

specified analyzer is consistent with respect to the<br />

Rational Asset Analyzer schema installed. Consult your<br />

<strong>IBM</strong> technical-support representative for further<br />

assistance.<br />

Module:<br />

DMH5211E<br />

WsaaJar<br />

There is no table for Analyzer name<br />

Explanation: The table defined as being associated<br />

with the specified analyzer in /assetloc/config/<br />

Analyzers.cfg does not exist in the Rational Asset<br />

Analyzer database.<br />

System action: The initialization of the distributed<br />

servlet cannot continue. This problem will cause errors<br />

starting your HTTP server if you are running<br />

WebSphere Application Server on MVS. If you are<br />

running WebSphere Application Server on Windows,<br />

WebSphere Application Server will likely start but the<br />

Rational Asset Analyzer distributed servlet will not be<br />

properly initialized. You must resolve the initialization<br />

issue before you can use the distributed scanner<br />

function.<br />

User response: Ensure that you have correctly defined<br />

your analyzer in the configuration file <strong>and</strong> verify that<br />

the table indicated exists in the Rational Asset Analyzer<br />

schema. Attempt the scanning operation again after<br />

fixing the inconsistency.<br />

80 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5212E • DMH5218E<br />

Module:<br />

DMH5212E<br />

WsaaJar<br />

No implementing class for type analyzer<br />

Explanation: The class defined as being associated<br />

with the specified analyzer in /assetloc/config/<br />

Analyzers.cfg does not exist in the Rational Asset<br />

Analyzer application.<br />

System action: The initialization of the distributed<br />

servlet cannot continue. This problem will cause errors<br />

starting your HTTP server if you are running<br />

WebSphere Application Server on MVS. If you are<br />

running WebSphere Application Server on Windows,<br />

WebSphere Application Server will likely start but the<br />

Rational Asset Analyzer distributed servlet will not be<br />

properly initialized. You must resolve the initialization<br />

issue before you can use the distributed scanner<br />

function.<br />

User response: Ensure that you have correctly defined<br />

your analyzer in the configuration file <strong>and</strong> verify that<br />

the implementing class indicated exists in Rational<br />

Asset Analyzer. Attempt the scanning operation again<br />

after fixing the inconsistency.<br />

Module:<br />

DMH5213E<br />

WsaaJar<br />

No table name defined for type analyzer<br />

Explanation: There is no tableName defined for the<br />

specified analyzer in the /assetloc/config/<br />

Analyzers.cfg file. Each analyzer must have all<br />

properties defined.<br />

System action: The initialization of the distributed<br />

servlet cannot continue. This problem will cause errors<br />

starting your HTTP server if you are running<br />

WebSphere Application Server on MVS. If you are<br />

running WebSphere Application Server on Windows,<br />

WebSphere Application Server will likely start but the<br />

Rational Asset Analyzer distributed servlet will not be<br />

properly initialized. You must resolve the initialization<br />

issue before you can use the distributed scanner<br />

function.<br />

User response: Ensure that you have correctly defined<br />

the specified analyzer in the configuration file <strong>and</strong><br />

attempt the scanning operation again.<br />

Module:<br />

DMH5214E<br />

WsaaJar<br />

Member not found or could not be read,<br />

possibly due to security: "data set name"<br />

Explanation: An attempt was made to access the<br />

specified member, but either the member or the<br />

containing PDS could not be found or accessed. This<br />

could be due to RACF ® or another type of security.<br />

System action:<br />

displayed.<br />

User response:<br />

Processing stops <strong>and</strong> the error is<br />

Ensure that the data set exists <strong>and</strong><br />

Rational Asset Analyzer has access to it.<br />

Module:<br />

DMH5215E<br />

WsaaMain<br />

Data set not found: data set name<br />

Explanation: An attempt was made to access the<br />

specified data set, but either the data set could not be<br />

found or it could not be accessed. DYNALLOC couldn't<br />

find the data set in the catalog: the high-order 4 digits<br />

are 1708. For more information, the DYNALLOC return<br />

codes are described in the z/OS MVS Programming:<br />

Authorized Assembler Services Guide, SA22-7608.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5216E<br />

WsaaMain<br />

Processing stops <strong>and</strong> the error is<br />

Contact <strong>IBM</strong> Software Support.<br />

Sequential data set could not be read:<br />

data set<br />

Explanation: An attempt was made to access the<br />

specified sequential data set but that data set could not<br />

be found or could not be accessed.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5217E<br />

WsaaMain<br />

Processing stops <strong>and</strong> the error is<br />

Contact <strong>IBM</strong> Software Support.<br />

File not found: file name<br />

Explanation: An attempt was made to access the<br />

specified file, but it cannot be found.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response: Ensure that the file exists <strong>and</strong> can be<br />

read by Rational Asset Analyzer.<br />

Module:<br />

DMH5218E<br />

WsaaMain<br />

The file reading exit could not be<br />

found: read file exit<br />

Explanation: An attempt was made to perform an<br />

action requiring the specified exit, but that exit does<br />

not exist so file contents cannot be extracted to the<br />

temp data set.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

WsaaMain<br />

Processing stops <strong>and</strong> the error is<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 81


DMH5219E • DMH5228I<br />

DMH5219E<br />

Bad URL path in request. The URL was<br />

"url".<br />

Explanation: An attempt was made to access<br />

information via the Web browser using the specified<br />

URL, but that URL is invalid. This could also be caused<br />

by bad authorization.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5220E<br />

WsaaJar<br />

Processing stops <strong>and</strong> the error is<br />

Contact <strong>IBM</strong> Software Support.<br />

URL mapping functor could not write<br />

the mapping requested resourcename<br />

Explanation: An exception occurred during an attempt<br />

to write the URL mapping for the specified resource to<br />

the DB2 metadata database. The Rational Asset<br />

Analyzer logs should have more specific information<br />

about the error.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Consult the Rational Asset Analyzer<br />

error logs for any information related to DB2<br />

communications or access. Attempt the scanning<br />

operation again after fixing any problems or contact<br />

your <strong>IBM</strong> technical-support representative for issues<br />

that cannot be resolved.<br />

Module:<br />

DMH5221E<br />

WsaaJar<br />

Cannot find hostname "hostname".<br />

Explanation: An attempt was made to access the<br />

specified host via the Web browser, but that host<br />

cannot be found or resolved.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response: Verify hostname is correct <strong>and</strong> the<br />

resolving service is functioning properly.<br />

Module:<br />

DMH5222E<br />

WsaaJar<br />

Not authorized to make request.<br />

Explanation: An attempt was made to access a Web<br />

page but the server specified denied the request.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response: Verify that the Rational Asset Analyzer<br />

server has authorization.<br />

Module:<br />

WsaaJar<br />

DMH5223E<br />

XML request server failed during<br />

response. Partial response was: response<br />

Explanation: An attempt was made to send XML as<br />

part of a Web browser request but the server failed to<br />

send XML over the connection.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5224E<br />

WsaaJar<br />

Processing stops <strong>and</strong> the error is<br />

Contact <strong>IBM</strong> Software Support.<br />

You must enter text in the search field<br />

to perform a search.<br />

Explanation: The search Go button was pressed but<br />

no search criteria was entered.<br />

System action: No search is performed. The user is<br />

prompted for a search constraint.<br />

User response: Type a search constraint into the<br />

search field <strong>and</strong> press the Go button.<br />

Module:<br />

DMH5225I<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5226I<br />

Explanation:<br />

Impact analysis has finished.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5227I<br />

Impact analysis has finished.<br />

The system is functioning normally.<br />

None<br />

Impact analysis is in progress...<br />

WsaaJar<br />

Impact analysis is in progress...<br />

The system is functioning normally.<br />

None<br />

The set of assets chosen for impact<br />

analysis "ia name" has been updated.<br />

Explanation: The assets chosen for the impact analysis<br />

have been updated.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5228I<br />

Explanation:<br />

analysis.<br />

WsaaJar<br />

System action:<br />

The system is functioning normally.<br />

None<br />

Asset will be added to the impact<br />

analysis.<br />

Asset will be added to the impact<br />

The system is functioning normally.<br />

82 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5229I • DMH5239E<br />

User response:<br />

Module:<br />

DMH5229I<br />

Explanation:<br />

analysis.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5230E<br />

None<br />

Asset will be removed from the impact<br />

analysis.<br />

WsaaJar<br />

Asset will be removed from the impact<br />

The system is functioning normally.<br />

None<br />

Please select at least one asset as a<br />

starting point for the impact analysis.<br />

Explanation: Impact analysis requires at least one<br />

asset to analyze.<br />

System action: Processing stops. The user is prompted<br />

again for the asset to be analyzed<br />

User response: Add an asset to the impact analysis<br />

<strong>and</strong> try your operation again.<br />

Module:<br />

DMH5231E<br />

Explanation:<br />

WsaaJar<br />

The resources passed resource is not<br />

supported.<br />

An internal error has occurred<br />

System action: The scanner skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH5232E<br />

Explanation:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

The resource passed is a non CVS<br />

resource, resource<br />

An internal error has occurred<br />

System action: The scanner skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH5233E<br />

Explanation:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Bad CVSS root - root. skipping...<br />

The scanning root is not valid<br />

System action: The scanner skips the current scanning<br />

root <strong>and</strong> continues processing.<br />

User response: Fix the problematic scanning root <strong>and</strong><br />

try the operation again<br />

Module:<br />

WsaaJar<br />

DMH5235E<br />

Explanation:<br />

The resource passed is a non PVCS<br />

resource, resource<br />

An internal error has occurred<br />

System action: The scanner skips the current asset <strong>and</strong><br />

continues processing.<br />

User response:<br />

Module:<br />

DMH5236E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Unsupported attribute: attribute for asset<br />

type<br />

Explanation: The attribute attribute is unsupported by<br />

the asset type<br />

System action:<br />

User response:<br />

Module:<br />

DMH5237E<br />

Explanation:<br />

The attribute cannot be retrieved<br />

Contact <strong>IBM</strong> Software Support.<br />

WsaaConfigMgr<br />

Soft link resource, resource, isnot<br />

supported<br />

A soft link resource was encountered.<br />

System action: The resource will be skipped <strong>and</strong><br />

scanning will continue with the next resource.<br />

User response: Fix the scanning roots that have soft<br />

links in them, this includes the XML files of the<br />

WebSphere Application Server scanning roots.<br />

Module:<br />

DMH5238E<br />

WsaaJar<br />

Asset of type type <strong>and</strong> id id does not<br />

exist in database<br />

Explanation: An asset of type type <strong>and</strong> id id was<br />

requested but does not exist in database.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5239E<br />

WsaaJar<br />

Processing for this asset stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Illegal request for attribute value:<br />

requested for attrRequest but attribute<br />

contains attrType<br />

Explanation: The application requested a parameter of<br />

type attrRequest but the attribute contains type of<br />

attrType<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The exception is thrown <strong>and</strong> logged<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 83


DMH5240E • DMH5248E<br />

DMH5240E<br />

An archive "name" with the .ear<br />

extension is not an ear file or is an<br />

unsupported ear version<br />

Explanation: An exception has occurred during<br />

scanning because an asset was encountered with the<br />

.ear file extension but it does not represent a valid<br />

EAR file supported by Rational Asset Analyzer. Either<br />

the EAR file contents do not represent an EAR file or<br />

the EAR is an unsupported version.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Verify that the asset specified is a valid<br />

EAR file <strong>and</strong> a version supported by Rational Asset<br />

Analyzer, <strong>and</strong> attempt the scanning operation again.<br />

Module:<br />

DMH5241E<br />

WsaaJar<br />

An illegal nesting of J2EE archives<br />

Explanation: An exception has occurred during the<br />

analysis of an EAR file archive because the contents do<br />

not coincide with the context in which the scanner has<br />

been initiated. This exception might occur because the<br />

EAR file refers to J2EE assets outside the boundaries set<br />

by the scanner process.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that the specifications for the<br />

scanner, for example, the scanning root itself, contain<br />

all nested archives that are likely to be encountered <strong>and</strong><br />

attempt the scanning operation again. Contact your<br />

<strong>IBM</strong> technical-support representative for further<br />

assistance.<br />

Module:<br />

DMH5242E<br />

WsaaJar<br />

Two Web modules appear with the same<br />

context root root in ear earfile.<br />

Explanation: An exception has occurred during the<br />

analysis of the EAR file indicated because multiple<br />

modules are defined with the same context root<br />

specified. This is an invalid EAR file.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that the EAR file specified is a<br />

valid archive <strong>and</strong> attempt the scanning operation again.<br />

Module:<br />

WsaaJar<br />

DMH5243E<br />

Duplicate fieldName in DataObject<br />

metadata: fieldValue<br />

Explanation: The application tried to set duplicate<br />

fieldName in DataObject metadata: fieldValue<br />

System action:<br />

User response:<br />

Module:<br />

DMH5244E<br />

WsaaJar<br />

The exception is thrown <strong>and</strong> logged<br />

Contact <strong>IBM</strong> Software Support.<br />

Index index out of bound for key of size<br />

size<br />

Explanation: The requested index index is out of<br />

bound for the key of size size<br />

System action: An exception is thrown <strong>and</strong> processing<br />

is stopped for this asset<br />

User response:<br />

Module:<br />

DMH5245E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Value value is not of type type even<br />

though it is expected to be<br />

Explanation: The value is not of the type it is<br />

expected to be.<br />

System action: An exception is thrown <strong>and</strong> processing<br />

is stopped for this asset.<br />

User response:<br />

Module:<br />

DMH5246E<br />

Explanation:<br />

type.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5247E<br />

Contact <strong>IBM</strong> Software Support.<br />

No Metadata support for type type<br />

WsaaJar<br />

There is no metadata support for type<br />

This request is discarded.<br />

Contact <strong>IBM</strong> Software Support.<br />

An compatible value of type valueType<br />

was tried to assign to Attribute of type<br />

attributeType<br />

Explanation: An compatible value of type valueType<br />

was tried to assign to Attribute of type attributeType.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The asset will be ignored.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH5248E<br />

Impact Analysis asset for asset of type<br />

type does not exists<br />

Explanation: Impact Analysis asset for asset of type<br />

type does not exists.<br />

84 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5249E • DMH5257E<br />

System action:<br />

User response:<br />

Module:<br />

DMH5249E<br />

Explanation:<br />

instantiated.<br />

WsaaJar<br />

System action:<br />

is logged.<br />

User response:<br />

Module:<br />

DMH5250E<br />

This asset will be ignored.<br />

Contact <strong>IBM</strong> Software Support.<br />

Class className cannot be found or<br />

instantiated<br />

WsaaJar<br />

Class className cannot be found or<br />

The asset is been ignored <strong>and</strong> the error<br />

Contact <strong>IBM</strong> Software Support.<br />

The full path name of the asset cannot<br />

be retrieved. The ID of the asset is id<br />

<strong>and</strong> its name is name<br />

Explanation: The full path name of the asset cannot be<br />

retrieved. The ID of the asset is id <strong>and</strong> its name is name.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5252E<br />

WsaaJar<br />

The path name will not be retrieved.<br />

Contact <strong>IBM</strong> Software Support.<br />

The data source named "datasource name"<br />

could not be located. Ensure that the<br />

name has been defined to WebSphere.<br />

Explanation: The data source name must be specified<br />

correctly in WebSphere Application Server's<br />

configuration.<br />

System action:<br />

to the user.<br />

The exception stack trace is displayed<br />

User response: Ensure that WebSphere Application<br />

Server is set up correctly.<br />

Module:<br />

DMH5253E<br />

Explanation:<br />

to null.<br />

WsaaJar<br />

Could not find a rule set for analyzer<br />

name<br />

The rules manager for the analyzer is set<br />

System action: The rule set will not be reset for the<br />

analyzer. The analyzer for the JSP will not be<br />

initialized.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH5254E<br />

The pattern name patternName is not<br />

listed<br />

Explanation: The pattern name patternName is not<br />

listed in the patterns list.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5255E<br />

WsaaJar<br />

This pattern will be ignored.<br />

Contact <strong>IBM</strong> Software Support.<br />

Unexpected recursion level in<br />

JSP/HTML analysis<br />

Explanation: A ContextRegionContainer object<br />

contains a ContextRegionContainer object, which is not<br />

legal.<br />

System action: Analyzing is stopped for the JSP. The<br />

error is logged, <strong>and</strong> processing continues for the next<br />

file.<br />

User response: Verify that the JSP is well formed.<br />

Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5256E<br />

WsaaJar<br />

An archive "name" with the .rar<br />

extension is not a rar file or is an<br />

unsupported rar version<br />

Explanation: An exception has occurred during<br />

scanning because an asset was encountered with the<br />

.rar file extension but it does not represent a valid<br />

RAR file supported by Rational Asset Analyzer. Either<br />

the RAR file contents do not represent an RAR file or<br />

the RAR is an unsupported version.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Verify that the asset specified is a valid<br />

RAR file <strong>and</strong> a version supported by Rational Asset<br />

Analyzer, <strong>and</strong> attempt the scanning operation again.<br />

Module:<br />

DMH5257E<br />

Explanation:<br />

value.<br />

WsaaJar<br />

The EJB Jar relationship EJB Relation<br />

Name is undefined<br />

The relationship has at least one null<br />

System action: Analysis for the EJB specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 85


DMH5258E • DMH5267E<br />

DMH5258E<br />

String comparison had a null string:<br />

string 1, string 2<br />

Explanation: For a string to be compared, it must be<br />

defined (not null). This is likely due to a corrupt asset.<br />

System action: Processing of the current SGML-based<br />

tag stops. Processing continues on the next tag.<br />

User response: Make sure that the SGML-based asset<br />

is valid. If the asset is valid, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5259E<br />

Explanation:<br />

requested.<br />

WsaaJar<br />

Unsupported link type type<br />

An unsupported link type was<br />

System action: The error will be logged <strong>and</strong> continue<br />

to process next asset.<br />

User response:<br />

Module:<br />

DMH5261E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

A Process state cannot be retrieved<br />

Explanation: The process state cannot be retrieved<br />

from the database or updated in the database.<br />

System action:<br />

retrieved.<br />

The state will not be updated or<br />

User response: Verify there is a database connection<br />

<strong>and</strong> the database is up <strong>and</strong> running. Contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

WsaaJar<br />

DMH5262W Cannot get assets matching filter:<br />

assetType assetType<br />

Explanation: No assets were found for the impact<br />

analysis project.<br />

System action:<br />

The system is functioning normally.<br />

User response: If assets were supposed to be<br />

analyzed, try correcting the specification of the impact<br />

analysis. Otherwise, no action is required.<br />

Module:<br />

DMH5263E<br />

WsaaJar<br />

Creating impact analysis failed. SQL=sql<br />

Explanation: Inserting a impact analysis project into<br />

the database failed.<br />

System action:<br />

is not saved.<br />

The database is rolled back; the project<br />

User response: Examine the SQL <strong>and</strong> attempt to fix<br />

any problems. Try adding the project again or contact<br />

your <strong>IBM</strong> technical-support representative for<br />

assistance.<br />

Module:<br />

DMH5264E<br />

WsaaJar<br />

SQL error: SQLCODE=sql code<br />

SQLSTATE=sql state (See Impact<br />

Analysis log for SQL details.)<br />

Explanation: The SQLCODE is detailed in the DB2<br />

manual. The SQLSTATE is detailed in the XOPEN SQL<br />

spec.<br />

System action:<br />

is not saved.<br />

The database is rolled back; the project<br />

User response: Examine the SQL error <strong>and</strong> attempt to<br />

fix any problems. Try the save again or contact your<br />

<strong>IBM</strong> technical-support representative for assistance.<br />

Module:<br />

DMH5265E<br />

WsaaJar<br />

Cannot create impact analysis: cause<br />

message<br />

Explanation: The original cause of the failed impact<br />

analysis project save is logged.<br />

System action:<br />

is not saved.<br />

The database is rolled back; the project<br />

User response: Examine the error <strong>and</strong> attempt to fix<br />

any problems. Try the save again or contact your <strong>IBM</strong><br />

technical-support representative for assistance.<br />

Module:<br />

DMH5266E<br />

WsaaJar<br />

Impact Analysis seed cannot be<br />

updated: cause message<br />

Explanation: The original cause of the failed impact<br />

analysis project update is logged.<br />

System action: The database is rolled back; the project<br />

is not updated.<br />

User response: Examine the error <strong>and</strong> attempt to fix<br />

any problems. Try the save again or contact your <strong>IBM</strong><br />

technical-support representative for assistance.<br />

Module:<br />

DMH5267E<br />

WsaaJar<br />

Analysis of seed encountered problems:<br />

asset (levels analyzed before<br />

failure=levels analyzed)<br />

Explanation: An error occurred during the analysis of<br />

the impacted assets.<br />

System action:<br />

Processing for the current seed stops.<br />

User response: Check logs for detailed messages. If<br />

further help is needed, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

WsaaJar<br />

86 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5268W • DMH5276E<br />

DMH5268W Impact analysis interrupted. Analysis<br />

results may be incomplete.<br />

Explanation: The impact analysis has been interrupted<br />

or canceled. Analysis results may be incomplete.<br />

System action: The process for analyzing an asset's<br />

impact has been interrupted.<br />

User response: Depending on why the impact analysis<br />

was interrupted, the user may choose to restart the<br />

analysis at a later time.<br />

Module:<br />

WsaaJar<br />

Module:<br />

DMH5272E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

previous state.<br />

Updating seed in project with id=project<br />

id failed. SQL=sql<br />

Saving the impact analysis project failed.<br />

The database is rolled back to the<br />

User response: Check logs for detailed messages. If<br />

further help is needed, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

WsaaJar<br />

DMH5269E<br />

Impact analysis stopped analyzing seed<br />

asset when maximum level of analysis<br />

was reached.<br />

Explanation: The maximum number of levels of<br />

analysis were reached before the asset was fully<br />

analyzed.<br />

System action: Processing for the current seed stops.<br />

The impact analysis project is saved.<br />

User response:<br />

Module:<br />

DMH5270E<br />

WsaaJar<br />

None<br />

This method should not be called for<br />

Ejb as it does not have physical<br />

representation assetname<br />

Explanation: An unexpected error has been<br />

encountered because a method that should not be<br />

invoked for the specified asset was invoked. This could<br />

reflect an inconsistency in the installed Rational Asset<br />

Analyzer product, or an environment or classpath<br />

problem.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have installed<br />

Rational Asset Analyzer correctly according to<br />

instructions in the Configuration <strong>and</strong> Migration Guide.<br />

Consult your <strong>IBM</strong> technical-support representative if<br />

the problem cannot be resolved.<br />

Module:<br />

DMH5271E<br />

WsaaJar<br />

type type of assets cannot serve as an<br />

impact analysis starting point. The asset,<br />

asset, cannot be analyzed explicitly.<br />

Explanation: The asset type is not valid as a starting<br />

point for impact analysis.<br />

System action:<br />

analysis stops.<br />

Processing for the current impact<br />

User response: Specify a valid starting point for<br />

impact analysis <strong>and</strong> start the analysis again.<br />

DMH5273E<br />

Impact Analysis of project with id=id<br />

encountered problems: cause message<br />

Explanation: An error occurred during the analysis of<br />

the impacted assets.<br />

System action:<br />

Processing for the current seed stops.<br />

User response: Check logs for detailed messages. If<br />

further help is needed, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5274E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

back.<br />

Cannot add impacts for project.<br />

The project save failed.<br />

The database transaction will be rolled<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5275E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

back.<br />

Cannot add impact analysis seed to<br />

project.<br />

The project save failed.<br />

The database transaction will be rolled<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5276E<br />

WsaaJar<br />

Cannot delete project. SQL=sql<br />

Explanation: An exception occurred while trying to<br />

delete the project.<br />

System action:<br />

database.<br />

User response:<br />

Module:<br />

WsaaJar<br />

The project will remain in the<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 87


DMH5277E • DMH5286E<br />

DMH5277E<br />

Failed while deleting ImpactAnalysis<br />

with project id id: cause message<br />

Explanation: An exception occurred while trying to<br />

delete the project.<br />

System action:<br />

database.<br />

User response:<br />

Module:<br />

DMH5278E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

back.<br />

The project will remain in the<br />

Contact <strong>IBM</strong> Software Support.<br />

Cannot add impact analysis seed to<br />

project. SQL=sql<br />

The project save failed.<br />

The database transaction will be rolled<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5279E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

back.<br />

Cannot add impact analysis seed to<br />

project: cause message<br />

The project save failed.<br />

The database transaction will be rolled<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5280E<br />

Explanation:<br />

WsaaJar<br />

Clearing activity log for project with<br />

id=id failed. SQL=sql<br />

The activity log could not be removed.<br />

System action: The database transaction will be rolled<br />

back. The activity log will remain in the database.<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5281E<br />

Explanation:<br />

WsaaJar<br />

Impact Analysis failed while clearing<br />

activity log: cause message<br />

The activity log could not be removed.<br />

System action: The database transaction will be rolled<br />

back. The activity log will remain in the database.<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

WsaaJar<br />

DMH5282E<br />

Impact Analysis failed while deleting<br />

project's impacts: cause message<br />

Explanation: An exception occurred during this<br />

database transaction.<br />

System action: The database transaction will be rolled<br />

back. The impacts will remain in the database.<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5283E<br />

WsaaJar<br />

Clearing impacts from project with id=id<br />

failed. SQL=sql<br />

Explanation: An exception occurred during this<br />

database transaction.<br />

System action: The database transaction will be rolled<br />

back. The impacts will remain in the database.<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5284E<br />

WsaaJar<br />

Clearing seeds from project with id=id<br />

failed. SQL=sql<br />

Explanation: An exception occurred during this<br />

database transaction.<br />

System action: The database transaction will be rolled<br />

back. The impact seeds will remain in the database.<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5285E<br />

WsaaJar<br />

Impact Analysis failed while deleting<br />

project's seeds: cause message<br />

Explanation: An exception occurred during this<br />

database transaction.<br />

System action: The database transaction will be rolled<br />

back. The impact seeds will remain in the database.<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5286E<br />

WsaaJar<br />

Querying project with id=id failed.<br />

SQL=sql<br />

Explanation: An exception occurred during this<br />

database transaction.<br />

System action:<br />

The current processing will stop.<br />

88 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5287E • DMH5296I<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5287E<br />

WsaaJar<br />

Cannot get Impact Analysis information:<br />

cause message<br />

Explanation: An exception occurred during this<br />

database transaction.<br />

System action:<br />

The current processing will stop.<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5288E<br />

WsaaJar<br />

Updating project timestamp with id=id<br />

failed. SQL=sql<br />

Explanation: An exception occurred during this<br />

database transaction.<br />

System action: The database transaction will be rolled<br />

back. The timestamp will remain unchanged.<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5289E<br />

WsaaJar<br />

Impact Analysis cannot be updated:<br />

cause<br />

Explanation: An exception occurred during this<br />

database transaction.<br />

System action:<br />

back.<br />

The database transaction will be rolled<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

DMH5291E<br />

WsaaJar<br />

Updating project with id=id failed.<br />

SQL=sql<br />

Explanation: An exception occurred during this<br />

database transaction.<br />

System action:<br />

back.<br />

The database transaction will be rolled<br />

User response: Verify the database connection <strong>and</strong> try<br />

again. If the problem persists, contact <strong>IBM</strong> Software<br />

Support.<br />

Module:<br />

WsaaJar<br />

DMH5292E<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH5293I<br />

Asset type cannot be analyzed directly<br />

IA: asset type<br />

WsaaJar<br />

The asset could not be found.<br />

The asset is not added to a project.<br />

Contact <strong>IBM</strong> Software Support.<br />

Run unit "run unit name" has been<br />

queued. Run the postprocessing to build<br />

it.<br />

Explanation: A request to create a run unit for<br />

program program name has been added to the analysis<br />

queue.<br />

System action:<br />

queue.<br />

The request is added to the analysis<br />

User response: Since the request has only been added<br />

to the analysis queue, you must also run the<br />

postprocessing if you want to actually build the run<br />

unit now.<br />

Module:<br />

DMH5294I<br />

WsaaJar<br />

Distributed postprocessor successfully<br />

started.<br />

Explanation: User initiated the distributed<br />

postprocessor on the runtime.<br />

System action: Distributed postprocessor started in a<br />

separate thread.<br />

User response:<br />

Module:<br />

WsaaJar<br />

None<br />

DMH5295W Distributed postprocessor could not be<br />

started. Another instance was already<br />

running.<br />

Explanation: User initiated the distributed<br />

postprocessor on the runtime, but the distributed<br />

postprocessor was already running.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5296I<br />

Explanation:<br />

action.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

Ignore request.<br />

Retry at a later time.<br />

Action [action] successfully completed.<br />

WsaaJar<br />

User successfully initiated the [action]<br />

Action performed.<br />

None<br />

Rational Asset Analyzer messages 89


DMH5297E • DMH5308E<br />

DMH5297E<br />

Explanation:<br />

the servlet.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5298I<br />

Invalid value specified for GET<br />

parameter [paramName]: [paramVal]<br />

extraInfo<br />

WsaaJar<br />

An invalid GET parameter was passed to<br />

URL processing aborted.<br />

Fix the URL.<br />

Current distributed postprocessor status:<br />

[status]<br />

Explanation: User queried for the distributed<br />

postprocessor status.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5299E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

analysis.<br />

User response:<br />

Module:<br />

DMH5300E<br />

Explanation:<br />

None<br />

None<br />

Cannot find asset with type=name <strong>and</strong><br />

key=asset key<br />

WsaaJar<br />

The impact asset could not be found.<br />

The impact asset is not added to an<br />

Contact <strong>IBM</strong> Software Support.<br />

Cannot add Asset with key selected key to<br />

Impact Analysis.<br />

The asset's value does not exist.<br />

System action: The impact asset is not added to the<br />

Impact Analysis.<br />

User response:<br />

Module:<br />

DMH5301E<br />

Explanation:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Impact analysis does not recognize an<br />

asset of type type name<br />

The asset is not a scanned-in asset.<br />

System action: Current processing stops. The impact<br />

asset is not created.<br />

User response:<br />

Module:<br />

DMH5303E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

Contact <strong>IBM</strong> Software Support.<br />

Cannot access data object with type type,<br />

with key key<br />

The asset cannot be accessed.<br />

The data object will not be accessed.<br />

User response:<br />

again.<br />

Module:<br />

DMH5304E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5305E<br />

Verify sufficient authority <strong>and</strong> try<br />

Impact analysis encountered<br />

unrecognized type of asset.<br />

WsaaJar<br />

The asset is not a scanned-in asset.<br />

Current processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Cannot get asset factory for assetType<br />

assetType<br />

Explanation: The impact asset could not be found or<br />

the asset factory could not be found.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5306I<br />

Explanation:<br />

completed.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5307E<br />

Current analysis stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Done Analyzing project project id<br />

WsaaJar<br />

The impact analysis project has<br />

The system is functioning normally.<br />

Check logs for any errors.<br />

Impact Analysis encountered an<br />

EXCEPTION processing Analysis with<br />

project id=project id: cause message<br />

Explanation: There was a stopping error while<br />

performing the impact analysis.<br />

System action:<br />

The impact analysis is not complete.<br />

User response: Check logs for errors <strong>and</strong> fix as<br />

necessary. If further assistance is needed, contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH5308E<br />

WsaaJar<br />

Asset analysis failed: Level analysis level,<br />

type: type (asset)<br />

Explanation: There was a stopping error while<br />

performing the asset analysis.<br />

System action:<br />

The asset analysis is not complete<br />

User response: Check logs for errors <strong>and</strong> fix as<br />

necessary. If further assistance is needed, contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

WsaaJar<br />

90 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5309E • DMH5318E<br />

DMH5309E<br />

Adding impact to project failed.<br />

SQL=sql<br />

Explanation: There is a problem communicating with<br />

the database.<br />

System action:<br />

back.<br />

User response:<br />

connection.<br />

Module:<br />

WsaaJar<br />

The database transaction will be rolled<br />

Verify the database configuration <strong>and</strong><br />

Module:<br />

DMH5314E<br />

Explanation:<br />

is not valid.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

Class factory class name is not an<br />

ImpactAssetFactory<br />

WsaaJar<br />

The currently set impact analysis factory<br />

Current analysis stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH5310E<br />

An archive "name" with the .war<br />

extension is not a war file or is an<br />

unsupported war version.<br />

Explanation: An exception has occurred during<br />

scanning because an asset was encountered with the<br />

.war file extension, but it does not represent a valid<br />

WAR file supported by Rational Asset Analyzer. Either<br />

the WAR file contents do not represent a WAR file or<br />

the WAR is an unsupported version.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Verify that the asset specified is a valid<br />

WAR file <strong>and</strong> a version supported by Rational Asset<br />

Analyzer <strong>and</strong> attempt the scanning operation again.<br />

Module:<br />

DMH5312E<br />

WsaaJar<br />

Current context already exists for this<br />

resourcename<br />

Explanation: An exception has occurred during<br />

scanning of a WAR file resource because the defined<br />

context has already been defined in this WAR file. This<br />

problem may be caused by an invalid or unexpected<br />

WAR file definition.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that the specified resource is a<br />

valid WAR file <strong>and</strong> attempt the scanning process again<br />

after correcting any errors.<br />

Module:<br />

DMH5313E<br />

WsaaJar<br />

Impact Analysis failed while saving an<br />

impact: cause message<br />

Explanation: There is a problem communicating with<br />

the database.<br />

System action:<br />

back.<br />

User response:<br />

connection.<br />

The database transaction will be rolled<br />

Verify the database configuration <strong>and</strong><br />

DMH5315E<br />

Impact Analysis wizard encountered an<br />

exception setting up to analyze<br />

information: exception<br />

Explanation: The "Impact analysis" wizard may not be<br />

set up correctly.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5316E<br />

WsaaJar<br />

Impact Analysis wizard encountered an<br />

exception updating analysis<br />

information: exception<br />

Explanation: The "Impact analysis" wizard may not be<br />

set up correctly.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5317E<br />

WsaaJar<br />

Impact Analysis wizard encountered an<br />

exception displaying analysis<br />

information for update: exception<br />

Explanation: The "Impact analysis" wizard may not be<br />

set up correctly.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5318E<br />

WsaaJar<br />

Impact Analysis wizard encountered an<br />

exception updating analysis seed<br />

information: exception<br />

Explanation: The "Impact analysis" wizard may not be<br />

set up correctly.<br />

Rational Asset Analyzer messages 91


DMH5319E • DMH5325E<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5319E<br />

WsaaJar<br />

Impact Analysis cannot determine the<br />

existing status of the analysis: exception<br />

Explanation: The "Impact analysis" wizard<br />

encountered an error while initializing the page.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5320E<br />

WsaaJar<br />

Missing URL space<br />

Explanation: During scanning <strong>and</strong> analysis of a<br />

servlet, an attempt was made to obtain the URL space<br />

value, but none was found. The servlet definition may<br />

be invalid.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Consult the Rational Asset Analyzer<br />

logs to determine the context of the error <strong>and</strong> verify the<br />

correct content of all servlets within that context.<br />

Attempt the scanning operation again after correcting<br />

any errors.<br />

Module:<br />

DMH5321E<br />

WsaaJar<br />

Error writing to servlet mapping table<br />

name<br />

Explanation: An unexpected error has occurred while<br />

attempting to write metadata about the servlet being<br />

analyzed to the DB2 table specified. Check the Rational<br />

Asset Analyzer error logs for information related to<br />

DB2 communications problems.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Verify that the specified DB2 table<br />

exists. If it does not, you must ensure that you properly<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to the instructions in the Configuration <strong>and</strong><br />

Migration Guide, including the step for creating the<br />

database. If the table does exist, examine the Rational<br />

Asset Analyzer error logs for information related to<br />

DB2 access problems. Attempt the scanning operation<br />

again after correcting any errors.<br />

Module:<br />

WsaaJar<br />

DMH5322E<br />

Impact Analysis cannot be finalized:<br />

exception<br />

Explanation: The "Impact analysis" wizard may not be<br />

set up correctly.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly. The project is not finalized.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5323E<br />

WsaaJar<br />

Impact Analysis status cannot be<br />

determined: exception<br />

Explanation: There was a problem while rendering the<br />

page. The "Impact analysis" wizard may not be set up<br />

correctly.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5324E<br />

WsaaJar<br />

Impact Analysis wizard encountered an<br />

exception setting up for analysis of<br />

specific assets: exception<br />

Explanation: There was a problem while initializing<br />

the page. The "Impact analysis" wizard may not be set<br />

up correctly.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5325E<br />

WsaaJar<br />

Impact Analysis wizard encountered an<br />

exception processing set up information<br />

for analysis of specific assets: exception<br />

Explanation: There was a problem while processing<br />

the page. The "Impact analysis" wizard may not be set<br />

up correctly.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly. The impact analysis might not be<br />

initialized.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

WsaaJar<br />

92 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5326E • DMH5333E<br />

DMH5326E<br />

Impact Analysis wizard encountered an<br />

exception setting up information for<br />

analysis: exception<br />

Explanation: The "Impact analysis" wizard<br />

encountered an error while processing the page.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5327E<br />

WsaaJar<br />

Impact Analysis wizard encountered an<br />

exception displaying information:<br />

exception<br />

Explanation: The "Impact analysis" wizard<br />

encountered an error while rendering the page.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5328E<br />

WsaaJar<br />

Cannot display asset name: exception<br />

Explanation: There was a problem accessing the<br />

details of an asset. This could be caused by a corrupt<br />

asset or a database inconsistency.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response:<br />

Module:<br />

DMH5329E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Impact Analysis encountered an<br />

exception initializing for analyzing<br />

assets: exception<br />

Explanation: The "Impact analysis" wizard<br />

encountered an error while initializing the page.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5330E<br />

WsaaJar<br />

This method should not be called for<br />

Servlet, as it does not have physical<br />

representation methodname<br />

Explanation: This is an unexpected error during<br />

Rational Asset Analyzer processing that could indicate<br />

an inconsistency in the installed product.<br />

System action:<br />

Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have properly<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to the instructions in the Configuration <strong>and</strong><br />

Migration Guide <strong>and</strong> that you do not have any obsolete<br />

product code on your system. Contact your <strong>IBM</strong><br />

technical-support representative if you cannot correct<br />

the problem.<br />

Module:<br />

DMH5331E<br />

WsaaJar<br />

This method should not be called for<br />

byte code members, as it does not have<br />

physical representation id<br />

Explanation: This is an unexpected error during<br />

Rational Asset Analyzer processing that could indicate<br />

an inconsistency in the installed product.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have properly<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to the instructions in the Configuration <strong>and</strong><br />

Migration Guide <strong>and</strong> that you do not have any obsolete<br />

product code on your system. Contact your <strong>IBM</strong><br />

technical-support representative if you cannot correct<br />

the problem.<br />

Module:<br />

DMH5332E<br />

WsaaJar<br />

Impact Analysis encountered an<br />

exception displaying information:<br />

exception<br />

Explanation: The "Impact analysis" wizard<br />

encountered an error while rendering the page.<br />

System action: The "Impact analysis" wizard may<br />

display incorrectly.<br />

User response: Start the wizard again. If the problem<br />

persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5333E<br />

WsaaJar<br />

Unsupported source container type: type<br />

Explanation: Unsupported source container type: type,<br />

the supported types are EJB, EJB JAR <strong>and</strong> WAR.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

This pattern will be ignored.<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 93


DMH5334E • DMH5345E<br />

DMH5334E<br />

Illegal number of asset1 mapped to the<br />

asset2 in name : size<br />

Explanation: Illegal number of asset1 mapped to the<br />

asset2 in name : size There should be only 1:1 mapping.<br />

System action: The inference for the current pattern<br />

will be ignored.<br />

User response:<br />

Module:<br />

DMH5335E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Parameters not specified correctly.<br />

Explanation: The servlet did not receive the parameter<br />

AssetTypeIdProp.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5336E<br />

WsaaJar<br />

Processing of the current request stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Initialization error occurred in servlet.<br />

Explanation: During initialization of the servlet, an<br />

exception occurred.<br />

System action:<br />

The servlet will not display.<br />

User response: Correct the problem <strong>and</strong> restart the<br />

Rational Asset Analyzer Web application.<br />

Module:<br />

WsaaJar<br />

Explanation: During computation of EJB ref, the<br />

system had a problem.<br />

System action:<br />

ignored.<br />

User response:<br />

Module:<br />

DMH5340I<br />

WsaaJar<br />

This reference computation will be<br />

Contact <strong>IBM</strong> Software Support.<br />

ppName Link postprocessor finished.<br />

Files processed=[filesProcessed], Links<br />

processed=[linksProcessed], Broken<br />

links=[brokenRefs], Total<br />

time=[totalTime)s]<br />

Explanation: An information message about the<br />

postprocessor activity after completion.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5341I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

ppName Link postprocessor started...<br />

Explanation: An information message about the<br />

postprocessor starting<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

DMH5337E<br />

Invalid variable type variable<br />

encountered: variable type{variable<br />

arguments}<br />

Explanation: The XML variable was not formatted<br />

correctly in the XML file.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5338E<br />

WsaaJar<br />

Current request processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

Invalid field number [field number]<br />

specified in DataSet.setField(fieldNum).<br />

DataSet columns are [valid columns]<br />

Explanation: The field number is greater than the<br />

number of fields.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

Current request processing stops.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH5342E<br />

Unable to store record into the database<br />

Explanation: There was an error in storing a record of<br />

data into the database.<br />

System action:<br />

The data did not get stored.<br />

User response: Please refer to the log for more details,<br />

<strong>and</strong> Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5344E<br />

Explanation:<br />

exception.<br />

WsaaJar<br />

System action:<br />

stop.<br />

Logger failed to initialize.<br />

The main logger initialization caused an<br />

Initialization failed. Processing will<br />

User response: Verify the configuration is correct <strong>and</strong><br />

try the operation again. If the problem persists, contact<br />

<strong>IBM</strong> Software Support.<br />

Module:<br />

WsaaJar<br />

DMH5339E<br />

Problem in getting or computing<br />

aRefType for asset id bAsetId of assetType<br />

type<br />

DMH5345E<br />

Explanation:<br />

exception.<br />

Database failed to initialize.<br />

Initializing the database caused an<br />

94 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5346I • DMH5355E<br />

System action: Initialization failed. Processing will<br />

stop.<br />

User response: Verify the configuration is correct <strong>and</strong><br />

verify the database is properly set up <strong>and</strong> configured. If<br />

the problem persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5346I<br />

Explanation:<br />

WsaaJar<br />

Postprocessing starting.<br />

The system is functioning normally.<br />

System action: This is an informational message<br />

written to the Rational Asset Analyzer log indicating<br />

that a postprocessor is starting.<br />

User response:<br />

Module:<br />

DMH5347E<br />

WsaaJar<br />

None<br />

Database connection is down.<br />

Explanation: The system was unable to retrieve a<br />

table from the database. This error could be caused by<br />

the database going down.<br />

System action: Processing stops. The user will not be<br />

allowed to log in.<br />

User response:<br />

request again.<br />

Module:<br />

DMH5348E<br />

WsaaJar<br />

Check the database status <strong>and</strong> try the<br />

Unable to store the resource into the<br />

database, it is probably too long or<br />

placed too deep in the scanning root<br />

Explanation: The system was unable to store a<br />

resource into the database, the resource is probably too<br />

long, or located too deep inside the scanning root<br />

defined.<br />

System action: The resource will not get scanned into<br />

the system. Processing continues with the next<br />

resource.<br />

User response: Try to shorten the path name of the<br />

resource or the scanning root, or place the resource in<br />

the different location within the scanning root. If the<br />

problem persists, contact <strong>IBM</strong> Software Support.<br />

Module:<br />

WsaaJar<br />

DMH5349W MVS postprocessor is running. Search<br />

results may not be accurate.<br />

Explanation:<br />

results.<br />

System action:<br />

The postprocessor might affect the<br />

The system is functioning normally.<br />

User response: Wait for the operation to complete for<br />

accurate results.<br />

Module:<br />

WsaaJar<br />

DMH5351E<br />

Problem setting value to column<br />

columnName in table tableName. The<br />

value type is valueType <strong>and</strong> the value is<br />

value<br />

Explanation: There is a problem storing a value in a<br />

prepared statement.<br />

System action: The store of this record will be skipped<br />

<strong>and</strong> the error is logged.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH5352W Distributed postprocessor is running.<br />

Search results may not be accurate.<br />

Explanation:<br />

results.<br />

System action:<br />

The postprocessor might affect the<br />

The system is functioning normally.<br />

User response: Wait for the operation to complete for<br />

accurate results.<br />

Module:<br />

WsaaJar<br />

DMH5353W Distributed scanner is running. Search<br />

results may not be accurate.<br />

Explanation:<br />

System action:<br />

The scanner might affect the results.<br />

The system is functioning normally.<br />

User response: Wait for the operation to complete for<br />

accurate results.<br />

Module:<br />

WsaaJar<br />

DMH5354W Unknown XML node type: type node<br />

type, parent parent string<br />

Explanation: The node was not of type element or<br />

text. No other node types are supported.<br />

System action:<br />

logged.<br />

User response:<br />

Module:<br />

DMH5355E<br />

Explanation:<br />

SQL: sql.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

This node is ignored. The error is<br />

Contact <strong>IBM</strong> Software Support.<br />

An unexpected SQL exception occurred.<br />

SQL: sql<br />

WsaaJar<br />

An unexpected SQL exception occurred.<br />

The current action is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 95


DMH5356W • DMH5368W<br />

DMH5356W The SQL query does not appear to be<br />

valid. Please re-enter the query.<br />

msg=[msg]<br />

Explanation: The user-entered query returned an SQL<br />

exception: msg=[msg], sql=[sql].<br />

System action:<br />

User response:<br />

Module:<br />

DMH5357I<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5358I<br />

Explanation:<br />

successfully.<br />

The current action is stopped.<br />

Re-enter the query.<br />

Successfully bookmarked page as 'name'<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5359E<br />

Explanation:<br />

The bookmark was created successfully.<br />

The system is functioning normally.<br />

None<br />

Successfully created custom query as<br />

'name'<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

The custom query was created<br />

The system is functioning normally.<br />

None<br />

Bookmark create failed. See log file for<br />

more information.<br />

WsaaJar<br />

The bookmark create failed.<br />

The action is stopped.<br />

None<br />

Module:<br />

DMH5362I<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5363I<br />

Explanation:<br />

Deleted num rows.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5364E<br />

Explanation:<br />

encountered.<br />

The specified delete operation succeeded.<br />

The system is functioning normally.<br />

None<br />

Deleted cached counts.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH5366I<br />

The specified delete operation succeeded.<br />

The system is functioning normally.<br />

None<br />

Unexpected exception occurred.<br />

Message=[msg]<br />

WsaaJar<br />

An unexpected exception was<br />

The action is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Site "name" was created.<br />

Explanation: The site "name was successfully created<br />

<strong>and</strong> is now available for use.<br />

System action: The site is added to the database <strong>and</strong><br />

available for use.<br />

User response:<br />

Module:<br />

WsaaJar<br />

None<br />

DMH5360E<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH5361E<br />

Custom query create failed. See log file<br />

for more information.<br />

WsaaJar<br />

The custom query create failed.<br />

The action is stopped.<br />

None<br />

Error occurred while trying to<br />

instantiate objectName. See log file for<br />

more information.<br />

Explanation: An unexpected exception occurred while<br />

trying to instantiate the specified object type. Exception<br />

msg=[msg].<br />

System action:<br />

User response:<br />

The action is stopped.<br />

None<br />

DMH5367I<br />

Site "name" was updated.<br />

Explanation: The details of site "name were<br />

successfully updated.<br />

System action: The site definition is updated in the<br />

database <strong>and</strong> available for use.<br />

User response:<br />

Module:<br />

WsaaJar<br />

None<br />

DMH5368W Files are being ignored: count<br />

Explanation: Of the files that were selected for this<br />

action, count will be ignored. The language <strong>and</strong> type<br />

can only be changed if 1) the file language is<br />

Assembler, COBOL, Easytrieve, JCL, PL/I, Text,<br />

Unknown, or blank, <strong>and</strong> 2) the file type is Batch job,<br />

Include, Macro, Program source, Procedure, Unknown,<br />

or blank, <strong>and</strong> 3) the file is not in an archive or the<br />

96 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5369E • DMH5377W<br />

result of a remote z/OS scan.<br />

System action: Some files are not included in the list<br />

of files to be updated.<br />

User response:<br />

Module:<br />

DMH5369E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5370E<br />

None<br />

A name must be specified for the site.<br />

WsaaJar<br />

A site cannot be created without a name.<br />

The site is not created.<br />

Specify the site name <strong>and</strong> retry the<br />

This method should not be called for<br />

Tag as it does not have physical<br />

representation methodname<br />

Explanation: This is an unexpected error during<br />

Rational Asset Analyzer processing that could indicate<br />

an inconsistency in the installed product.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have properly<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to the instructions in the Configuration <strong>and</strong><br />

Migration Guide <strong>and</strong> that you do not have any obsolete<br />

product code on your system. Contact your <strong>IBM</strong><br />

technical-support representative if you cannot correct<br />

the problem.<br />

Module:<br />

DMH5371E<br />

Explanation:<br />

database.<br />

WsaaJar<br />

System action:<br />

User response:<br />

the operation.<br />

Module:<br />

DMH5372I<br />

Duplicate site name "name". Specify a<br />

different name.<br />

WsaaJar<br />

The site name already exists in the<br />

The site is not created.<br />

Specify a unique site name <strong>and</strong> retry<br />

There are too many assets to display.<br />

Please enter a more specific search<br />

argument to narrow your search.<br />

Explanation: The results of searching for assets that<br />

match the search argument are too many to display.<br />

System action:<br />

User response:<br />

argument.<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

Specify a more restrictive search<br />

DMH5373I<br />

Explanation:<br />

has changed.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5374E<br />

The range of statements for impact<br />

analysis "ia name" has changed.<br />

WsaaJar<br />

The range of statements to be analyzed<br />

The system is functioning normally.<br />

None<br />

Invalid value specified for the statement<br />

range.<br />

Explanation: The impact analysis has a non-numeric<br />

statement start or end value, or the statement start is<br />

beyond the statement end in the file.<br />

System action: Processing stops. The user is prompted<br />

again for a valid statement range.<br />

User response: Verify that the values entered for the<br />

impact analysis statement range start <strong>and</strong> end are<br />

positive numeric values <strong>and</strong> that the end value is<br />

greater than or equal to the start value. Try the<br />

operation again.<br />

Module:<br />

DMH5375E<br />

WsaaJar<br />

Cannot access the list of assets selected<br />

as starting points for this impact<br />

analysis: error message<br />

Explanation: Problems occurred as the assets selected<br />

for impact analysis were being displayed. This error<br />

may indicate that another user is modifying the impact<br />

analysis or that the server has been interrupted in the<br />

process of creating or updating the impact analysis.<br />

Specific information related to the problem may be<br />

found in the Rational Asset Analyzer logs.<br />

System action: The impact analysis may be modified<br />

or remain unchanged.<br />

User response: Exit the impact analysis creation or<br />

modification process <strong>and</strong> try to access <strong>and</strong> update the<br />

impact analysis again. Refer to the Rational Asset<br />

Analyzer logs for specific information on the asset<br />

selection problem encountered. Correct any errors <strong>and</strong><br />

attempt the analysis process again. Contact your <strong>IBM</strong><br />

technical-support representative if problems identified<br />

cannot be corrected locally.<br />

Module:<br />

WsaaJar<br />

DMH5377W WARNING: Annotation type defined in<br />

Database but not in<br />

wsaa-annotation-types.xml:<br />

name=[name], id=[id]<br />

Explanation: The specified annotation type was found<br />

in the database, but not in wsaa-annotation-types.xml.<br />

No ill effects will occur from this problem.<br />

Rational Asset Analyzer messages 97


DMH5378E • DMH5387I<br />

System action:<br />

Show warning message.<br />

User response: Add the missing annotation type to<br />

wsaa-annotation-types.xml.<br />

Module:<br />

DMH5378E<br />

WsaaJar<br />

The temporary file file name could not be<br />

created.<br />

Explanation: The directory may not exist or you may<br />

not be authorized to create a file in the directory.<br />

System action: The temporary file is not created, so<br />

the current action that involves getting an MVS file is<br />

not successful.<br />

User response: Have the system administrator check<br />

Rational Asset Analyzer's settings using the<br />

DMHINSTL comm<strong>and</strong>. Ensure that the directory<br />

specified for temporary HFS files exists <strong>and</strong> that all<br />

Rational Asset Analyzer users have the authority to<br />

create files there. Once corrected, retry this action.<br />

Module:<br />

DMH5379E<br />

WsaaJar<br />

Failed while committing impact analysis<br />

details<br />

Explanation: Impact analysis failed because it could<br />

not commit the analysis details for the analysis with<br />

id=projId to the database.<br />

excMsg<br />

System action: Impact analysis stopped processing<br />

without completing. A rollback was attempted.<br />

User response: Verify that a connection to the<br />

database can be established. Issue the impact analysis<br />

request again.<br />

Module:<br />

DMH5381E<br />

WsaaJar<br />

Impact analysis starting points are not<br />

valid.<br />

Explanation: Either no starting points have been<br />

designated for the impact analysis or an asset<br />

designated as the starting point cannot be found or<br />

accessed in the database.<br />

System action:<br />

Impact analysis is disabled.<br />

User response: Try the action again when the<br />

connection to the database has been verified. If the<br />

problem persists, delete the selected impact analysis. If<br />

the starting-point asset or assets are in the inventory,<br />

you can analyze them again to create a new impact<br />

analysis.<br />

Module:<br />

WsaaJar<br />

DMH5382I Product Information<br />

Explanation: This message is the title of the<br />

distributed scanner's About dialog.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5383I Error Log<br />

Explanation: This message is the title of the<br />

distributed scanner error log.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5384I Event Log<br />

Explanation: This message is the title of the<br />

distributed scanner event log.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5385I Scanner<br />

Explanation: This message is the label for a<br />

distributed scanner menu item.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5386I Help<br />

Explanation: This message is the label for a<br />

distributed scanner menu item.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5387I Clear log<br />

Explanation: This message is the label for a<br />

distributed scanner menu item.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

98 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5388I • DMH5399I<br />

DMH5388I<br />

About Rational Asset Analyzer...<br />

Explanation: This message is the label for a<br />

distributed scanner menu item <strong>and</strong> tool tip.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5389I<br />

WsaaJar<br />

Exit<br />

The system is functioning normally.<br />

None<br />

Explanation: This message is the label for a<br />

distributed scanner menu item.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5390I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Start scanning<br />

Explanation: This message is the label for a<br />

distributed scanner tool tip.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5391I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Stop scanning<br />

Explanation: This message is the label for a<br />

distributed scanner tool tip.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5392I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Pause scanning<br />

Explanation: This message is the label for a<br />

distributed scanner tool tip.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5393I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Rational Asset Analyzer Administrator<br />

GUI<br />

Explanation: This message is the title of the<br />

distributed scanner's main window.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

DMH5394I<br />

Exit Rational Asset Analyzer<br />

Administrator GUI?<br />

Explanation: This message prompts the user to<br />

confirm a distributed scanner GUI exit request.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5395I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Exit Confirmation<br />

Explanation: This message is the title of the<br />

distributed scanner's Exit Confirmation dialog.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5396I<br />

WsaaJar<br />

OK<br />

The system is functioning normally.<br />

None<br />

Explanation: This message is the label for a<br />

distributed scanner dialog button.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5397I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Analyzing<br />

Explanation: This is a status message for the<br />

distributed scanner. It is analyzing assets.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5398I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Scanning<br />

Explanation: This is a status message for the<br />

distributed scanner. It is scanning assets.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5399I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Deleting<br />

Explanation: This is a status message for the<br />

distributed scanner. It is deleting assets.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Rational Asset Analyzer messages 99


DMH5400I • DMH5411I<br />

DMH5400I Current status<br />

Explanation: This message is a label for the current<br />

status of the distributed scanner.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5406I FINISHED<br />

Explanation: The distributed scanner has finished<br />

processing assets.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5401I Current asset<br />

Explanation: This message is a label for the asset<br />

currently being processed by the distributed scanner.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5407I POST PROCESSING<br />

Explanation: The distributed scanner postprocessor is<br />

running.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5402I Current activity<br />

Explanation: This message is a label for the current<br />

activity of the distributed scanner.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5408I Scanner Manager is FINISHED...<br />

Explanation: The distributed scanner has finished<br />

processing assets.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5403I RUNNING<br />

Explanation: The distributed scanner is running.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5404I STOPPED<br />

Explanation: The distributed scanner has been<br />

stopped.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5405I PAUSED<br />

Explanation: The distributed scanner has been paused.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5409I Resume scanning<br />

Explanation: The distributed scanner is resuming<br />

processing after a pause.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5410I User has pressed START<br />

Explanation: A user has pressed the START button on<br />

the distributed scanner.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

DMH5411I User has pressed STOP<br />

Explanation: A user has pressed the STOP button on<br />

the distributed scanner.<br />

System action: The system is functioning normally.<br />

User response: None<br />

Module: WsaaJar<br />

100 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5412W • DMH5420W<br />

DMH5412W The control flow for program program<br />

name was too complex to fully compute.<br />

This partial diagram is the result of<br />

iteration limit iterations.<br />

Explanation: The algorithm for computing the control<br />

flow has to follow all possible instruction paths in the<br />

user program. In a very complex program it could<br />

require a lot of resources. The user configurable<br />

iteration limit has been imposed.<br />

System action:<br />

Partial results displayed.<br />

User response: If a more complete control flow<br />

diagram is needed, have your Rational Asset Analyzer<br />

administrator update the Common.cfg (section:<br />

ControlFlow; value: maxIterations) to allow more<br />

iterations.<br />

Module:<br />

DMH5413I<br />

WsaaJar<br />

Now processing scan root scan root<br />

Explanation: This message displays the scan root<br />

being processed by the product.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5414E<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Unexpected exception exception, in<br />

scanner scanner, while scanning scan<br />

root scan root.<br />

Explanation: The scanner shown in the message<br />

produced an unexpected exception while scanning the<br />

scan root shown. Exception details are shown in<br />

exception.<br />

System action: The scanner skips the current scan root<br />

<strong>and</strong> continues processing.<br />

User response: Correct the scan root parameters or<br />

scanner information in the configuration <strong>and</strong> reinsert<br />

the scan root.<br />

Module:<br />

DMH5415E<br />

WsaaJar<br />

Exception thrown in post processor:<br />

type=[className], message=[message]<br />

Explanation: An exception was thrown from the class<br />

shown with the message shown during the<br />

postprocessing phase.<br />

System action: The scanner skips the current scan root<br />

<strong>and</strong> continues processing.<br />

User response:<br />

representative<br />

Module:<br />

WsaaJar<br />

Contact your <strong>IBM</strong> technical-support<br />

DMH5416W Graph cannot be displayed<br />

Explanation: The SVG graph cannot currently be<br />

displayed. The most likely cause is that the distributed<br />

postprocessor has not been run.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

Graph display aborted.<br />

Run the distributed postprocessor.<br />

DMH5417W Required attribute [attributeName] not<br />

specified.<br />

Explanation: The user needs to enter a value for the<br />

specified attribute before the requested summary page<br />

can be displayed.<br />

System action:<br />

User response:<br />

the page.<br />

Module:<br />

WsaaJar<br />

Processing for the query is stopped.<br />

Enter the required value <strong>and</strong> resubmit<br />

DMH5418W Value for required attribute<br />

[attributeName] is not valid:<br />

problemStatement<br />

Explanation: The user-entered value for the specified<br />

attribute is not valid.<br />

System action:<br />

User response:<br />

page.<br />

Module:<br />

DMH5419E<br />

WsaaJar<br />

Processing for the query is stopped.<br />

Enter a valid value <strong>and</strong> resubmit the<br />

The parenthesis at index is not preceded<br />

by an option.<br />

Explanation: An open parenthesis can only follow the<br />

name of an option.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

DMH5420W Value specified for field 'fieldName'<br />

exceeds the maximum length of 'length'<br />

characters<br />

Explanation:<br />

long.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The value of the field specified is too<br />

Waiting for valid input.<br />

Enter a shorter value.<br />

Rational Asset Analyzer messages 101


DMH5421E • DMH5428I<br />

DMH5421E<br />

Action aborted because autocommit is<br />

enabled on database connection.<br />

Explanation: Autocommit is enabled on the database<br />

connection in an area of the code where autocommit<br />

must be disabled (e.g. using table locks or global<br />

temporary tables).<br />

System action:<br />

stopped.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Processing of the current action is<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH5422W Impact analysis is on the work queue,<br />

waiting to start...<br />

Explanation: Impact analysis is on the work queue,<br />

waiting to start. It cannot start immediately due to the<br />

limit imposed on concurrent analyses.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5423I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Reanalysis of impact was attempted. Try<br />

again when fewer analyses are running.<br />

Explanation: Impact analysis could not be started due<br />

to the limit imposed on how many concurrent analyses<br />

can be running. Any existing results remain the same<br />

until analysis is restarted.<br />

System action: The system is functioning normally,<br />

based on a configurable limit on concurrent impact<br />

analyses.<br />

User response: Try the impact analysis again when<br />

there are fewer concurrent analyses running.<br />

Module:<br />

WsaaJar<br />

DMH5424W Impact analysis forced to stop. Results<br />

may be incomplete.<br />

Explanation: Impact analysis was forced to stop.<br />

Results may be incomplete. The stop was forced by the<br />

user or automatically by a configurable limit imposed<br />

on how many impacts can be investigated.<br />

System action: If the user requested to stop or cancel<br />

the impact analysis, then the system is functioning<br />

normally. Otherwise, the system has encountered a<br />

long-running analysis (based on a configurable limit of<br />

how many impacts should be investigated) <strong>and</strong> has<br />

been instructed to automatically stop analysis.<br />

User response: If the impact analysis was not forced<br />

to stop by the user, investigate why the impact analysis<br />

might be finding so many impacts. Notify your<br />

Rational Asset Analyzer administrator to determine if<br />

the configurable limit of how many impacts to<br />

investigate should be altered.<br />

Module:<br />

WsaaJar<br />

DMH5425W Asset of type type <strong>and</strong> id id does not<br />

exist in database.<br />

Explanation: An asset of type type <strong>and</strong> id id was<br />

requested for impact analysis but does not exist in the<br />

database.<br />

System action:<br />

interrupted.<br />

Impact analysis processing is<br />

User response: Delete the impact analysis. If the<br />

starting asset with the original name still exists (the id<br />

may be different), then a new impact analysis may be<br />

created with it.<br />

Module:<br />

DMH5426E<br />

WsaaJar<br />

Impact analysis of a type type of asset is<br />

not supported.<br />

Explanation: Impact analysis of a type type of asset<br />

was requested, but this type of analysis is not<br />

supported<br />

System action:<br />

interrupted.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Impact analysis processing is<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH5427W Impact analysis was interrupted<br />

processing type name in level level.<br />

Analysis results may be incomplete.<br />

Explanation: Impact analysis has been interrupted or<br />

canceled while processing type name in level level.<br />

Analysis results may be incomplete.<br />

System action: The process for analyzing an asset's<br />

impact has been interrupted.<br />

User response: Depending on why the impact analysis<br />

was interrupted, the user may choose to restart the<br />

analysis at a later time.<br />

Module:<br />

DMH5428I<br />

WsaaJar<br />

End-to-end postprocessor successfully<br />

started<br />

Explanation: Distributed postprocessor started in a<br />

separate thread<br />

System action:<br />

User response:<br />

Module:<br />

System is functioning normally<br />

None<br />

WsaaConfigMgr<br />

102 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5429W • DMH5438E<br />

DMH5429W End-to-end postprocessor could not be<br />

started. Another process was already<br />

running.<br />

Explanation: A user initiated the end-to-end<br />

postprocessor on the runtime.<br />

System action: The request is ignored because<br />

scanning or postprocessing is occurring.<br />

User response:<br />

Module:<br />

DMH5431E<br />

WsaaJar<br />

Retry the request at a later time<br />

Summary page invoked with<br />

unsupported type cmpntType<br />

Explanation: The component type specified in the<br />

URL parameter "cmpntType="cmpntType invoking the<br />

summary page is not recognized<br />

System action:<br />

An error message is displayed.<br />

User response: Make sure the URL is correct. This<br />

error usually occurs if the URL is stored in an external<br />

locale or when external UrlApi syntax is used to launch<br />

the browser with the summary page. Notify the author<br />

of the document or vendor providing the URL link.<br />

Module:<br />

DMH5432E<br />

WsaaConfigMgr<br />

Custom query ID was set to zero when<br />

Cq.retrieveFromDb() was called.<br />

Explanation: While processing a custom query<br />

request, Rational Asset Analyzer set the query ID to an<br />

invalid value.<br />

System action: The attempt to retrieve a custom query<br />

from the database failed.<br />

User response:<br />

Module:<br />

DMH5433E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Attempting to retrieve custom query<br />

with unknown ID. cq_ID=[cqId]<br />

Explanation: While processing a custom query<br />

request, Rational Asset Analyzer attempted to retrieve a<br />

custom query with anunknown ID; cq_ID=[cqId].<br />

System action: An attempt to retrieve a custom query<br />

from the database failed.<br />

User response:<br />

Module:<br />

DMH5434E<br />

Explanation:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Custom query could not be persisted to<br />

database because autocommit was<br />

enabled on the connection.<br />

CQ_ID=[cqId]<br />

While processing a request to save a<br />

custom query, Rational Asset Analyzer detected an<br />

invalid autocommit setting.<br />

System action: An attempt to save a custom query to<br />

the database failed.<br />

User response:<br />

Module:<br />

DMH5435E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Problem encountered while trying to<br />

parse export-cq file: errMsg=[errMsg]<br />

Explanation: The export-cq file could not be properly<br />

parsed by the DOM parser.<br />

System action: The attempt to retrieve export-cq file<br />

into memory failed.<br />

User response: Verify that the content of the export-cq<br />

file is valid XML.<br />

Module:<br />

DMH5436E<br />

WsaaJar<br />

Duplicate column name encountered:<br />

[columnName]. Please rename one of the<br />

columns (using the SQL syntax<br />

'COLUMN AS X').<br />

Explanation: Custom queries are not allowed to<br />

contain duplicate column names.<br />

System action:<br />

The user is prompted for new input.<br />

User response: Modify the SQL query so that it no<br />

longer contains duplicate column names.<br />

Module:<br />

DMH5437E<br />

WsaaJar<br />

Column [columnName] contains an<br />

invalid character. Names cannot contain<br />

the following characters: [-|+=,&]<br />

Explanation: Custom queries are not allowed to<br />

contain columns with the characters specified.<br />

System action:<br />

The user is prompted for new input.<br />

User response: Modify the SQL query so that the<br />

column no longer contains any invalid characters.<br />

Module:<br />

DMH5438E<br />

Explanation:<br />

column.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

At least one column must be specified<br />

as a view column.<br />

WsaaJar<br />

You must specify at least one view<br />

The user is prompted for new input.<br />

Specify one or more view columns.<br />

Rational Asset Analyzer messages 103


DMH5439E • DMH5451E<br />

DMH5439E<br />

Temporary restriction: You are only<br />

allowed to select a single column as the<br />

main search column.<br />

Explanation: Rational Asset Analyzer supports<br />

specifying only a single column as the main search<br />

column.<br />

System action:<br />

User response:<br />

search column.<br />

Module:<br />

DMH5446E<br />

WsaaJar<br />

The user is prompted for new input.<br />

Specify only one column as the main<br />

Invalid link type: linktype<br />

Explanation: During analysis of the links among<br />

resources being scanned, the specified invalid link type<br />

was encountered. This is an unexpected error that<br />

could signal an inconsistency in the installed Rational<br />

Asset Analyzer product.<br />

System action: Analysis for the asset stops, <strong>and</strong> the<br />

error is logged. Analysis continues for the next asset.<br />

User response: Ensure that you have properly<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to the instructions in the Configuration <strong>and</strong><br />

Migration Guide <strong>and</strong> that you do not have any obsolete<br />

product code on your system. Contact your <strong>IBM</strong><br />

technical-support representative if you cannot correct<br />

the problem.<br />

Module:<br />

DMH5447E<br />

WsaaJar<br />

Invalid table name: table<br />

Explanation: The specified DB2 table name is invalid<br />

or is not defined in the Rational Asset Analyzer<br />

database.<br />

System action: Analysis for the asset associated with<br />

the specified table stops, <strong>and</strong> the error is logged.<br />

Analysis continues for the next asset.<br />

User response: Ensure that you have correctly<br />

installed Rational Asset Analyzer according to the<br />

instructions in the Configuration <strong>and</strong> Migration Guide<br />

<strong>and</strong> that the Rational Asset Analyzer database was<br />

created successfully. If the specified table name is not in<br />

the Rational Asset Analyzer schema, ensure that you<br />

have specified the correct table name in<br />

/assetloc/config/Analyzers.cfg. Contact your <strong>IBM</strong><br />

technical-support representative for more help.<br />

Module:<br />

DMH5448E<br />

WsaaJar<br />

Invalid field name: table:table, field field<br />

Explanation: The specified field name for a DB2<br />

column in the DB2 table indicated is not found in the<br />

Rational Asset Analyzer database.<br />

System action:<br />

Analysis for the asset associated with<br />

the specified table <strong>and</strong> field stops, <strong>and</strong> the error is<br />

logged. Analysis continues for the next asset.<br />

User response: Ensure that you have correctly<br />

installed Rational Asset Analyzer according to the<br />

instructions in the Configuration <strong>and</strong> Migration Guide<br />

<strong>and</strong> that the Rational Asset Analyzer database was<br />

created successfully. If the specified table name is not in<br />

the Rational Asset Analyzer schema or the column<br />

indicated does not exist for that table, ensure that you<br />

have specified the correct table name in<br />

/assetloc/config/Analyzers.cfg. Contact your <strong>IBM</strong><br />

technical-support representative for more help.<br />

Module:<br />

DMH5449E<br />

WsaaJar<br />

Invalid field type: table:table name,<br />

field:field name, type: type name<br />

Explanation: An attempt was made to access or store<br />

data in the specified field name for a DB2 Column in<br />

the DB2 table indicated, but the data type is invalid for<br />

that column.<br />

System action: Analysis for the asset associated with<br />

the specified table <strong>and</strong> field stops, <strong>and</strong> the error is<br />

logged. Analysis continues for the next asset.<br />

User response: Ensure that you have correctly<br />

installed Rational Asset Analyzer according to the<br />

instructions in the Configuration <strong>and</strong> Migration Guide<br />

<strong>and</strong> that the Rational Asset Analyzer database was<br />

created successfully. If the specified table name is not in<br />

the Rational Asset Analyzer schema or the column<br />

indicated does not exist for that table, ensure that you<br />

have specified the correct table name in<br />

/assetloc/config/Analyzers.cfg . Contact your <strong>IBM</strong><br />

technical-support representative for more help.<br />

Module:<br />

DMH5450E<br />

WsaaJar<br />

You are not allowed to mix columns of<br />

different data types for the main search<br />

field.<br />

Explanation: Because the search argument format is<br />

different for text/numeric/timestamp search fields, you<br />

are not allowed to combine different column types for<br />

the main search field.<br />

System action:<br />

User response:<br />

type.<br />

Module:<br />

DMH5451E<br />

WsaaJar<br />

The user is prompted for new input.<br />

Specify only columns of the same data<br />

You must specify one or more default<br />

view columns.<br />

Explanation: When creating a custom query, you must<br />

specify one or more default view columns.<br />

System action:<br />

The user is prompted for new input.<br />

104 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5452E • DMH5461E<br />

User response: Specify one or more default view<br />

columns.<br />

Module:<br />

DMH5452E<br />

WsaaJar<br />

You must select at least one<br />

JavaProcessor pattern<br />

Explanation: Distributed runtime environments<br />

require at least one JavaProcessor pattern to be valid.<br />

System action:<br />

User response:<br />

pattern.<br />

Module:<br />

DMH5453E<br />

WsaaJar<br />

The user is prompted for new input.<br />

Select at least one JavaProcessor<br />

$Map var could not be resolved, <strong>and</strong> no<br />

default value was specified: $Map{arg}<br />

Explanation: Rational Asset Analyzer could not<br />

resolve the specified variable, <strong>and</strong> no default was<br />

supplied.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5454E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

XML file.<br />

Module:<br />

DMH5455E<br />

Explanation:<br />

Current processing is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Must enter a valid custom query XML<br />

file<br />

WsaaJar<br />

System action:<br />

User response:<br />

XML file.<br />

Module:<br />

DMH5456E<br />

The specified path was not valid.<br />

The user is prompted for new input.<br />

Enter a valid path to a custom query<br />

Must enter a valid URL to a custom<br />

query XML file<br />

WsaaJar<br />

The specified URL was not valid.<br />

The user is prompted for new input.<br />

Enter a valid URL to a custom query<br />

I/O exception encountered trying to<br />

download file<br />

Explanation: An I/O exception occurred while trying<br />

to download the custom query XML file. This error is<br />

likely caused by a network problem.<br />

System action:<br />

User response:<br />

time.<br />

Module:<br />

WsaaJar<br />

The user is prompted for new input.<br />

Try downloading the file at a later<br />

DMH5457E<br />

No custom queries defined in the<br />

specified document<br />

Explanation: No custom query definitions could be<br />

found in the file specified.<br />

System action:<br />

The user is prompted for new input.<br />

User response: Update the URL/path to point to a<br />

valid custom query XML file.<br />

Module:<br />

DMH5458E<br />

WsaaJar<br />

At least one custom query must be<br />

selected<br />

Explanation: You must select at least one custom<br />

query to import or click Cancel.<br />

System action:<br />

The user is prompted for new input.<br />

User response: Select at least one custom query to<br />

import or click Cancel.<br />

Module:<br />

DMH5459E<br />

WsaaJar<br />

Invalid site passed to<br />

QueryService.addDistScanRoot().<br />

Site=[site]<br />

Explanation: The site passed to<br />

QueryService.addDistScanRoot() could not be located in<br />

the database.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5460E<br />

WsaaJar<br />

The action is cancelled.<br />

Contact <strong>IBM</strong> Software Support.<br />

Invalid resource manager passed to<br />

QueryService.addDistScanRoot().<br />

Resource manager=[resourceMgr]<br />

Explanation: The resource manager passed to<br />

QueryService.addDistScanRoot() could not be located in<br />

the database.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5461E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

The action is cancelled.<br />

Contact <strong>IBM</strong> Software Support.<br />

SQL exception occurred while trying to<br />

insert values into global temporary table<br />

[tempTableName]. sqlCode=[sqlCode]<br />

WsaaJar<br />

An unexpected SQL exception occurred.<br />

The action is cancelled.<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 105


DMH5462E • DMH5471E<br />

DMH5462E<br />

NumberFormatException occurred while<br />

trying to insert values into global<br />

temporary table [tempTableName]. id=[id],<br />

errMsg=[errMsg]<br />

Explanation: A NumberFormatException was thrown<br />

while trying to parse an ID part as the data type<br />

expected.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5463E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

The action is cancelled.<br />

Contact <strong>IBM</strong> Software Support.<br />

SQL exception occurred while trying to<br />

create global temporary table<br />

[tempTableName].<br />

sqlCode=[e2.getErrorCode()],<br />

sqlMsg=[e2.getMessage()]<br />

WsaaJar<br />

An unexpected SQL exception occurred.<br />

The action is cancelled.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH5464W Source file not found.<br />

Explanation: Source file [pathName] cannot be located.<br />

The file could be deleted or temporarily inaccessible.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5465E<br />

WsaaJar<br />

The action is cancelled.<br />

Rescan the affected scan root.<br />

The container "container name" cannot be<br />

added to this concatenation set. This<br />

concatenation set is used for SQL.<br />

Explanation: Concatenation sets that are used for SQL<br />

resolution can have only PDS or NTFS containers.<br />

System action: The container is not added to the<br />

concatenation set.<br />

User response: To add the container to the<br />

concatenation set, you must first unassign the<br />

concatenation set from any other files that use it for<br />

SQL resolution.<br />

Module:<br />

WsaaJar<br />

User response: To add the container to the<br />

concatenation set, you must first unassign the<br />

concatenation set from any sites, applications, or<br />

containers that use it for default SQL resolution.<br />

Module:<br />

DMH5467E<br />

WsaaJar<br />

The concatenation set "concatenation set<br />

name" cannot be used for SQL. It has<br />

number of containers container(s) of type<br />

"container type".<br />

Explanation: A concatenation set used for SQL can<br />

only have containers that are of type PDS or NTFS. The<br />

following container(s) were the incorrect type: container<br />

names<br />

System action:<br />

The concatenation set is not assigned.<br />

User response: Either remove the invalid container(s)<br />

from the concatenation set <strong>and</strong> then retry or create a<br />

different concatenation set with containers that are all<br />

valid for use as an SQL concatenation set.<br />

Module:<br />

DMH5468E<br />

WsaaJar<br />

The application description can only be<br />

maximum length characters.<br />

Explanation: The application description is too long<br />

by length character(s). The maximum length is maximum<br />

length.<br />

System action:<br />

The application is not updated.<br />

User response: Shorten the application description<br />

<strong>and</strong> retry the request.<br />

Module:<br />

DMH5469E<br />

WsaaJar<br />

No HLQ parameter specified on Remote<br />

Request URL.<br />

Explanation: The Remote Request URL did not<br />

include the HLQ parameter to indicate the Rational<br />

Asset Analyzer installation high-level qualifier.<br />

System action:<br />

The Remote Request is canceled.<br />

User response: Ensure that the Common.cfg file has<br />

an HLQ property in the MVS section <strong>and</strong> that it<br />

correctly identifies the high-level qualifier where the<br />

product is installed.<br />

Module:<br />

WsaaJar<br />

DMH5466E<br />

The container "container name" cannot be<br />

added to this default concatenation set.<br />

This concatenation set is used for SQL.<br />

Explanation: Concatenation sets that are used for SQL<br />

resolution can have only PDS or NTFS containers.<br />

System action: The container is not added to the<br />

concatenation set.<br />

DMH5471E<br />

Installation parameter data set dsn not<br />

found or cannot be accessed.<br />

Explanation: The Remote Request server attempted to<br />

read data set dsn but either the data set or member<br />

does not exist, or you do not have the authority to read<br />

it.<br />

System action:<br />

The Remote Request is canceled.<br />

106 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5472W • DMH5486E<br />

User response: Ensure that the product configuration<br />

step was completed, including the setup option in<br />

DMHINSTL. Ensure that the Common.cfg file has the<br />

correct HLQ property value in the MVS section. Make<br />

sure WebSphere Application Server is restarted after<br />

updating Common.cfg.<br />

Module:<br />

WsaaJar<br />

DMH5472W Ignoring count asset type assets.<br />

Explanation: Scanning options can only be specified<br />

for the following assets:<br />

v File <strong>and</strong> program assets whose language is COBOL,<br />

PL/I or unknown<br />

v containers<br />

v Sites<br />

v Applications<br />

All others are ignored.<br />

System action: The assets are ignored. The scanning<br />

options will be applied to the remaining assets.<br />

User response:<br />

Module:<br />

DMH5473E<br />

None<br />

WsaaConfigMgr<br />

The options token has no text.<br />

Explanation: While reading the options, a token was<br />

encountered that has no text.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5474E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

The value of "option" must be a number.<br />

The value found was: value.<br />

Explanation: The option is required to be a number,<br />

but some other type of data was specified.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5475E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

"option" requires a single suboption.<br />

Explanation: The option requires that a single<br />

suboption be specified.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

DMH5476E<br />

The value of "option" must be a quoted<br />

literal. The value found was: value.<br />

Explanation: The option is required to be literal text<br />

surrounded by quotes, but some other type of data was<br />

specified.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5477E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

The value of "option" must be a number.<br />

The value found was: value.<br />

Explanation: The option is required to be a number,<br />

but some other type of data was specified.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5478E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

The value of "option" must be a number<br />

or a number followed by K. The value<br />

found was: value.<br />

Explanation: The option is required to be a number or<br />

a number followed by K (for example, 100K), but some<br />

other type of data was specified.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5479E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

"option" has an invalid value. The value<br />

found was: value.<br />

Explanation: The option does not support the<br />

specified value.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5486E<br />

Explanation:<br />

another.<br />

WsaaJar<br />

System action:<br />

User response:<br />

operation<br />

Module:<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

Unbalanced single-quotes found at<br />

index index.<br />

WsaaJar<br />

Each single-quote must be paired with<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

Rational Asset Analyzer messages 107


DMH5487E • DMH5495E<br />

DMH5487E<br />

An error occurred while executing the<br />

SQL statement "sql" with<br />

parameters=parms<br />

Explanation: An error occurred attempting to execute<br />

the SQL statement with the specified parameters.<br />

SQL error information: SQLCODE=sqlCode<br />

SQLSTATE=sqlState<br />

The SQLCODE <strong>and</strong> SQLSTATE are detailed in the DB2<br />

manual.<br />

System action: If applicable, no database updates are<br />

made <strong>and</strong> the database is rolled back.<br />

User response: Examine any SQL error <strong>and</strong> attempt to<br />

fix any problems. Retry the action or contact your <strong>IBM</strong><br />

technical-support representative for assistance.<br />

Module:<br />

DMH5488E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5489E<br />

The option "option" requires a value.<br />

WsaaJar<br />

The option is required to have a value.<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

The value of "option" must be text. The<br />

value found was: value.<br />

Explanation: The option is required to be text, but<br />

some other type of data was specified.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5490E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

This method should not be called for<br />

Tag as it does not have physical<br />

representation methodname<br />

Explanation: This is an unexpected error during<br />

Rational Asset Analyzer processing that could indicate<br />

an inconsistency in the installed product.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have properly<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to the instructions in the Configuration <strong>and</strong><br />

Migration Guide <strong>and</strong> that you do not have any obsolete<br />

product code on your system. Contact your <strong>IBM</strong><br />

technical-support representative if you cannot correct<br />

the problem.<br />

Module:<br />

WsaaJar<br />

DMH5491E<br />

Explanation:<br />

parenthesis.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5492E<br />

Explanation:<br />

Unbalanced parentheses found at index<br />

index.<br />

WsaaJar<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5493E<br />

Each open parenthesis must have a close<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

No value was specified for the option at<br />

index index.<br />

WsaaJar<br />

The option must specify a value.<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

The comma is not followed by a value<br />

at index index.<br />

Explanation: A comma can only be specified if it is<br />

followed by another value for the option.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5494E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

The comma is not preceded by a value<br />

at index index.<br />

Explanation: A comma can only be specified if it is<br />

preceded by another value for the option.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5495E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

An embedded blank character was<br />

found at index index.<br />

Explanation: Blank characters are not allowed in the<br />

options except within quoted strings.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

108 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5496E • DMH5504E<br />

DMH5496E<br />

Explanation:<br />

another.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5497E<br />

Explanation:<br />

Unbalanced double-quotes found at<br />

index index.<br />

WsaaJar<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5498E<br />

Explanation:<br />

option.<br />

Each double-quote must be paired with<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

Missing comma before token.<br />

WsaaJar<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5499E<br />

Explanation:<br />

option.<br />

A comma must precede the token.<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

Option "option" requires a value of<br />

MAX, a number, or a number followed<br />

by K. The value found was: value.<br />

WsaaJar<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5500E<br />

An invalid value was specified for the<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

Option "option" requires a 1- to<br />

4-character value. The value found was:<br />

value.<br />

WsaaJar<br />

An invalid value was specified for the<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

Unable to add JNDI mappings:<br />

=exceptioncode<br />

Explanation: The DB2 exception specified has been<br />

encountered while attempting to add the JNDI<br />

mappings to the Rational Asset Analyzer database. The<br />

Rational Asset Analyzer logs may contain more<br />

information on the context of this exception.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that the Rational Asset<br />

Analyzer application can correctly communicate with<br />

DB2 to write information to the database. Correct any<br />

issues <strong>and</strong> attempt the scanning operation again.<br />

Module:<br />

DMH5501E<br />

WsaaJar<br />

Unable to add Install Infos: asset<br />

Explanation: This is an unexpected error related to an<br />

inconsistency in the defined Rational Asset Analyzer<br />

schema or the code that attempts to access DB2 tables<br />

defined in that schema. The error may be related to the<br />

incorrect installation <strong>and</strong> configuration of Rational<br />

Asset Analyzer during creation of the Rational Asset<br />

Analyzer database.<br />

System action: Analysis for the asset specified stops,<br />

<strong>and</strong> the error is logged. Analysis continues for the next<br />

asset.<br />

User response: Ensure that you have correctly<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to the instructions in the Configuration <strong>and</strong><br />

Migration Guide. Capture all logs related to the error<br />

<strong>and</strong> Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5502E<br />

Explanation:<br />

value.<br />

WsaaJar<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5503E<br />

Option "option" cannot have a value. The<br />

value found was: value.<br />

WsaaJar<br />

The option does not support having a<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

Option "option" is not supported.<br />

Explanation: An unsupported option was specified, or<br />

the option was specified in the wrong context.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5504E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

Option "option" only supports a<br />

PROCESS(filename) value. The value<br />

found was: value.<br />

Explanation: An unsupported option was specified, or<br />

the option was specified in the wrong context.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

Rational Asset Analyzer messages 109


DMH5505E • DMH5515W<br />

DMH5505E<br />

Option "option" has too few values<br />

specified. At least min are required, but<br />

count were found.<br />

Explanation: The option has an invalid number of<br />

values specified.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5506E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

Option "option" has too many values<br />

specified. No more than max are<br />

allowed, but count were found.<br />

Explanation: The option has an invalid number of<br />

values specified.<br />

System action:<br />

User response:<br />

operation.<br />

Module:<br />

DMH5507E<br />

WsaaJar<br />

Processing the options stops.<br />

Correct the syntax error <strong>and</strong> retry the<br />

A type of asset for the user-defined<br />

relationship must be selected.<br />

Explanation: A type of asset must be specified for the<br />

source <strong>and</strong> target of a user-defined relationship.<br />

System action:<br />

User response:<br />

continue.<br />

Module:<br />

DMH5508E<br />

WsaaJar<br />

The system is functioning normally.<br />

Select an asset type in order to<br />

A user-defined relationship named<br />

"name" already exists.<br />

Explanation: A unique name must be specified for the<br />

user-defined relationship.<br />

System action:<br />

The system is functioning normally.<br />

User response: Enter a unique name for the<br />

user-defined relationship.<br />

Module:<br />

DMH5510E<br />

WsaaJar<br />

User-defined relationship cannot be<br />

found.<br />

Explanation: The user-defined relationship cannot be<br />

found. No user-defined relationship with the specified<br />

name or ID exists: "nameOrId"<br />

System action:<br />

User response:<br />

relationship.<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

Select an existing user-defined<br />

DMH5511W No assetType matches the search criteria.<br />

Explanation: No assetType matches the search criteria.<br />

The search criteria results in filtering based on:<br />

searchCriteria.<br />

System action:<br />

The system is functioning normally.<br />

User response: Update the selected search criteria, or<br />

keep it as is for future refreshes of the user-defined<br />

relationship. The relationship will be considered stale<br />

until the search criteria match one or more assetTypes.<br />

Module:<br />

DMH5512I<br />

WsaaJar<br />

User-defined relationship refresh has<br />

occurred.<br />

Explanation: This is an informational message<br />

indicating that at least one user-defined relationship<br />

has been refreshed.<br />

System action:<br />

The system is functioning normally.<br />

User response: Verify that the user-defined<br />

relationships are not stale. (Relationships will continue<br />

to be stale if no assets matching the search criteria were<br />

found.)<br />

Module:<br />

WsaaJar<br />

DMH5513W User-defined relationship refresh did<br />

not occur.<br />

Explanation: This is a warning message alerting the<br />

user that a user-defined relationship could not be<br />

refreshed because it is no longer defined.<br />

System action:<br />

The system is functioning normally.<br />

User response: Verify that the user-defined<br />

relationship does exist. If it exists, delete it <strong>and</strong><br />

re-create it.<br />

Module:<br />

WsaaJar<br />

DMH5514W Invalid date entered [seg].<br />

Explanation: This is a warning message alerting the<br />

user that an invalid date was entered.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

Query aborted.<br />

Enter a valid date.<br />

DMH5515W Numeric value did not match pattern:<br />

[arg].<br />

Explanation: This is a warning message alerting the<br />

user that a numeric value did not match the pattern in:<br />

[arg].<br />

System action:<br />

User response:<br />

Query aborted.<br />

Enter a valid numeric value.<br />

110 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5516W • DMH5523I<br />

Module:<br />

WsaaJar<br />

DMH5516W Unknown oper<strong>and</strong> encountered: [op].<br />

Explanation: This is a warning message alerting the<br />

user that an unknown oper<strong>and</strong> was encountered.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5517E<br />

WsaaJar<br />

Query aborted.<br />

Enter a valid oper<strong>and</strong>.<br />

The wsaaConfig directory [wsaaConfig]<br />

does not exist, or is not readable.<br />

Explanation: This is an error message alerting the user<br />

that the wsaaConfig directory [wsaaConfig] does not<br />

exist, or is not readable.<br />

System action: Rational Asset Analyzer was not<br />

initialized; processing is stopped.<br />

User response: Examine the settings in Common.cfg<br />

to determine whether you have specified an existing<br />

directory in the wsaaConfig parameter. If it exists,<br />

ensure that it can be read from.<br />

Module:<br />

WsaaJar<br />

DMH5518W Problems encountered with end-to-end<br />

definition file; see Warnings for details.<br />

Explanation: This is a warning message alerting the<br />

user that there are problems associated with the<br />

end-to-end definition file. See work queue warnings for<br />

details.<br />

System action:<br />

System is functioning as expected.<br />

User response: View work queue warnings to see<br />

what problems were encountered. Correct problems in<br />

the definition file.<br />

Module:<br />

DMH5519I<br />

WsaaJar<br />

End-to-end definition file processed; see<br />

<strong>Messages</strong> for details.<br />

Explanation: This is an informational message<br />

indicating that the end-to-end definition file was<br />

processed. See work queue messages for details.<br />

System action:<br />

System is functioning as expected.<br />

User response: View work queue messages to see<br />

end-to-end definition file details.<br />

Module:<br />

DMH5520I<br />

WsaaJar<br />

Exception occurred while scanning<br />

resource name; database rollback<br />

performed.<br />

Explanation: This is an informational message alerting<br />

the user that an exception occurred during scanning of<br />

the specified resource, requiring all database changes to<br />

be rolled back.<br />

System action: The error is logged, <strong>and</strong> the next asset<br />

is scanned. The Rational Asset Analyzer error logs<br />

contain information on the state of the scanner. The<br />

system is functioning normally.<br />

User response: Consult the Rational Asset Analyzer<br />

logs for information on the errors encountered during<br />

scanning. Correct all problems <strong>and</strong> attempt the<br />

scanning operation again.<br />

Module:<br />

DMH5521I<br />

WsaaMain<br />

Exception occurred while analyzing<br />

resource name; database rollback<br />

performed.<br />

Explanation: This is an informational message alerting<br />

the user that an exception occurred during analysis of<br />

the specified resource, requiring all database changes to<br />

be rolled back.<br />

System action: The error is logged, <strong>and</strong> the next asset<br />

is scanned. The Rational Asset Analyzer error logs<br />

contain information on the state of the scanner. The<br />

system is functioning normally.<br />

User response: Consult the Rational Asset Analyzer<br />

logs for information on the errors encountered during<br />

analysis. Correct all problems <strong>and</strong> attempt the scanning<br />

operation again.<br />

Module:<br />

DMH5522I<br />

WsaaMain<br />

found-in-DB.<br />

Explanation: This is an informational message written<br />

to the Rational Asset Analyzer logs indicating that the<br />

scanning process has been invoked for a resource that<br />

already exists in the Rational Asset Analyzer database.<br />

The information stored in the database related to that<br />

resource will be updated.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5523I<br />

The system is functioning normally.<br />

None<br />

WsaaMain<br />

scan...<br />

Explanation: This is an informational message written<br />

to the Rational Asset Analyzer logs indicating that the<br />

scanning process has started for the specified resource.<br />

System action:<br />

User response:<br />

Module:<br />

The system is functioning normally.<br />

None<br />

WsaaMain<br />

Rational Asset Analyzer messages 111


DMH5524E • DMH5532E<br />

DMH5524E<br />

Resource not found name<br />

Explanation: An attempt was made to scan the<br />

specified resource, but the resource cannot be found<br />

within the scanning root indicated in the<br />

/assetloc/config/Admin.cfg configuration file.<br />

System action: Scanning on the specified resource is<br />

stopped. Processing continues for the next scanner.<br />

User response: Ensure that the resource exists within<br />

the scope of the scanning root indicated in<br />

/assetloc/config/Admin.cfg <strong>and</strong> attempt the scanning<br />

operation again.<br />

Module:<br />

DMH5525E<br />

WsaaMain<br />

Data set 'data set name' was not found or<br />

cannot be accessed.<br />

Explanation: This is an error message indicating that<br />

the requested data set could not be found, or you do<br />

not have the authority to access it for reading.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response: Make sure that the data set exists <strong>and</strong><br />

that you have the authority to access it for reading.<br />

Module:<br />

DMH5526E<br />

WsaaJar<br />

Data set 'data set name' has an<br />

unsupported type 'type.'<br />

Explanation: This is an error message alerting the user<br />

that the data set type is not supported. The following<br />

types are supported: PO <strong>and</strong> PS (PDS, PDS/E, <strong>and</strong><br />

sequential). In addition, the GDG base is supported if<br />

the GDG consists of sequential data sets. Generation<br />

data sets are supported if they are PO or PS data sets.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5527E<br />

WsaaJar<br />

Processing stops <strong>and</strong> the error is<br />

None<br />

Member 'member' not found in data set<br />

'data set name.'<br />

Explanation: This is an error message alerting the user<br />

that the member does not exist in the named data set.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Processing stops <strong>and</strong> the error is<br />

None<br />

DMH5528E<br />

Data set 'data set name' has unsupported<br />

record format 'recfm.'<br />

Explanation: This is an error message indicating that<br />

the record format of the data set is not supported, so<br />

the data set cannot be read. The supported record<br />

formats begin with F or V.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5529E<br />

WsaaJar<br />

Processing stops <strong>and</strong> the error is<br />

None<br />

Generation 'generation' not found for<br />

GDG 'data set name.'<br />

Explanation: This is an error message alerting the user<br />

that the generation data group does not have the<br />

specified generation.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5530E<br />

WsaaJar<br />

Processing stops <strong>and</strong> the error is<br />

None<br />

Authorization error accessing data set<br />

'data set name.'<br />

Explanation: This is an error message indicating that<br />

you do not have the authority to access the data set.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5531E<br />

WsaaJar<br />

Processing stops <strong>and</strong> the error is<br />

None<br />

Unknown error 'error' accessing data set<br />

'data set name.'<br />

Explanation: An unknown error occurred while trying<br />

to access the data set.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5532E<br />

WsaaJar<br />

Processing stops <strong>and</strong> the error is<br />

Contact <strong>IBM</strong> Software Support.<br />

The following error occurred while<br />

accessing data set 'data set name:' error<br />

message<br />

Explanation: The specified error occurred while trying<br />

to access the data set.<br />

System action:<br />

displayed.<br />

Processing stops <strong>and</strong> the error is<br />

User response: Use the detail from the displayed error<br />

message to correct the problem <strong>and</strong> retry.<br />

112 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5533E • DMH5583E<br />

Module:<br />

WsaaJar<br />

Module:<br />

WsaaJar<br />

DMH5533E<br />

Data set 'data set name' is not partitioned.<br />

The DSORG is 'DSORG.'<br />

Explanation: This is an error message alerting the user<br />

that the data set is not partitioned. It must be<br />

partitioned in order to determine the members.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5534E<br />

WsaaJar<br />

Processing stops <strong>and</strong> the error is<br />

None<br />

The GDG 'data set name' does not consist<br />

of sequential data sets. The type found<br />

was 'type.'<br />

Explanation: This is an error message alerting the user<br />

that a request was made to view the contents of the<br />

GDG base; however, that action can only be performed<br />

for generation data groups that consist of sequential<br />

data sets.<br />

System action:<br />

displayed.<br />

User response:<br />

Module:<br />

DMH5536E<br />

WsaaJar<br />

Processing stops <strong>and</strong> the error is<br />

None<br />

Invalid character "invalid character" in<br />

name "name".<br />

Explanation: An invalid character was found in the<br />

name entered. To proceed, the name must be corrected.<br />

System action:<br />

name.<br />

User response:<br />

request again.<br />

Module:<br />

DMH5540E<br />

WsaaJar<br />

The user is prompted again for the<br />

Correct the name <strong>and</strong> submit the<br />

Method not implemented<br />

Explanation: An attempt was made to obtain<br />

resources directly from a ClearCase repository, but that<br />

function is not yet supported by Rational Asset<br />

Analyzer. The error may indicate an inconsistency in<br />

the Rational Asset Analyzer installed code or the<br />

environment classpath.<br />

System action: Scanning is stopped. Processing<br />

continues for the next scanner.<br />

User response: Ensure that you have correctly<br />

installed <strong>and</strong> configured the Rational Asset Analyzer<br />

product according to instructions in the Configuration<br />

<strong>and</strong> Migration Guide. If the error cannot be corrected,<br />

capture all logs related to the error <strong>and</strong> Contact <strong>IBM</strong><br />

Software Support.<br />

DMH5580E<br />

Method not implemented<br />

Explanation: An attempt was made to obtain<br />

resources directly from a CVSS repository, but that<br />

function is not yet supported by Rational Asset<br />

Analyzer. The error may indicate an inconsistency in<br />

the Rational Asset Analyzer installed code or the<br />

environment classpath.<br />

System action: Scanning is stopped. Processing<br />

continues for the next scanner.<br />

User response: Ensure that you have correctly<br />

installed <strong>and</strong> configured the Rational Asset Analyzer<br />

product according to instructions in the Configuration<br />

<strong>and</strong> Migration Guide. If the error cannot be corrected,<br />

capture all logs related to the error <strong>and</strong> Contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH5582E<br />

WsaaJar<br />

Trouble performing checkout for: name<br />

Explanation: An exception occurred during scanning<br />

of resources in a CVSS repository while attempting to<br />

check out data. Details about why the checkout<br />

operation failed can be found in the Rational Asset<br />

Analyzer error logs. It may be that the Rational Asset<br />

Analyzer application cannot communicate with CVSS<br />

or that user logon information is incorrect.<br />

System action: Scanning is stopped for the specified<br />

resource. The error is logged, <strong>and</strong> processing continues<br />

for the next scanning root.<br />

User response: Consult the Rational Asset Analyzer<br />

error logs for information on why the CVSS checkout<br />

failed. Ensure you can communicate with CVSS using<br />

the user logon information specified for the machine on<br />

which the scanning operation is performed <strong>and</strong> attempt<br />

the operation again.<br />

Module:<br />

DMH5583E<br />

WsaaJar<br />

Trouble getting a CVS key for name<br />

Explanation: A key allowing Rational Asset Analyzer<br />

access to CVSS resources for scanning could not be<br />

created or accessed. The key specified is composed of<br />

the CVSS resource name, which must be a valid name<br />

in the CVSS repository.<br />

System action: Scanning is stopped for the specified<br />

resource. The error is logged, <strong>and</strong> processing continues<br />

for the next scanning root.<br />

User response: Ensure that CVSS can be accessed for<br />

the resource name specified <strong>and</strong> attempt the scanning<br />

operation again.<br />

Module:<br />

WsaaJar<br />

Rational Asset Analyzer messages 113


DMH5601E • DMH5640E<br />

DMH5601E<br />

The file was not found name<br />

Explanation: An attempt was made to scan a file<br />

system but the specified file was not found in the<br />

scanning root.<br />

System action: Scanning is skipped for the asset<br />

indicated. Processing continues for the next asset.<br />

User response: Ensure that the specified file exists<br />

within the scanning root identified for file system<br />

scanning in /assetloc/config/Admin.cfg <strong>and</strong> attempt<br />

the operation again.<br />

Module:<br />

DMH5610E<br />

WsaaJar<br />

More than one instance found in the<br />

database for Version Extension [Table =<br />

tablename <strong>and</strong> ID = id]<br />

Explanation: An unexpected error occurred while<br />

attempting to retrieve metadata for an asset from the<br />

table specified using the identifier specified because<br />

multiple instances exist for this same identifier. Rational<br />

Asset Analyzer expects a single instance to be returned.<br />

This error may indicate an inconsistency in the<br />

metadata stored for Rational Asset Analyzer.<br />

System action: Scanning is skipped for the asset<br />

associated with the table <strong>and</strong> ID indicated. The error is<br />

logged, <strong>and</strong> processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH5620E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

More than one instance found in the<br />

database for [Path name = pathname, File<br />

name = filename, <strong>and</strong> Scanner ID = id].<br />

Explanation: An unexpected error occurred while<br />

attempting to retrieve metadata for an asset specified<br />

by path, file, <strong>and</strong> scanner identifier in the Rational<br />

Asset Analyzer database because multiple instances<br />

exist matching these criteria. Rational Asset Analyzer<br />

expects a single instance to be returned. This error may<br />

indicate an inconsistency in the metadata stored for<br />

Rational Asset Analyzer.<br />

System action: Scanning is skipped for the asset<br />

associated with the specified search criteria. The error is<br />

logged, <strong>and</strong> processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH5621E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

File resource with ID = id has a parent<br />

container with ID = parentid but a null<br />

parent was used to access the resource.<br />

Explanation: An unexpected error occurred while<br />

attempting to retrieve metadata for an asset with the<br />

database identifier specified in the Rational Asset<br />

Analyzer database because the asset has an associated<br />

parent, but no parent asset was specified during the<br />

retrieval process. This error may mean the parent asset<br />

could not be found in the database <strong>and</strong> may indicate<br />

an inconsistency in the metadata stored for Rational<br />

Asset Analyzer.<br />

System action: Scanning is skipped for the asset<br />

associated with the specified search criteria. The error is<br />

logged, <strong>and</strong> processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH5622E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

File resource with ID = id has a parent<br />

container with ID = parentid but a<br />

different parent id = parentid2 was used<br />

to access the resource.<br />

Explanation: An unexpected error occurred while<br />

attempting to retrieve metadata for an asset with the<br />

database identifier specified. The asset has an<br />

associated parent with an identifier that is different<br />

from the identifier used to retrieve the asset. This error<br />

may indicate an inconsistency in the metadata stored<br />

for Rational Asset Analyzer.<br />

System action: Scanning is skipped for the asset<br />

associated with the specified search criteria. The error is<br />

logged, <strong>and</strong> processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH5630E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

More than one instance found in the<br />

database for [IP = ipaddress <strong>and</strong> Name =<br />

sitename]<br />

Explanation: An attempt was made to retrieve a single<br />

site instance from the Rational Asset Analyzer database<br />

using the specified search criteria, but more than one<br />

site was returned. Rational Asset Analyzer expects only<br />

a single site with the same IP address, name, <strong>and</strong><br />

platform identifier. This error may indicate an<br />

inconsistency in the Rational Asset Analyzer database.<br />

System action: The distributed servlet cannot be<br />

initialized, so processing is stopped. The errors are<br />

logged.<br />

User response:<br />

Module:<br />

DMH5640E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

More than one instance found in the<br />

database for [Path name = pathname <strong>and</strong><br />

Scanner ID = scannerid].<br />

Explanation: An attempt was made to retrieve a single<br />

container instance from the Rational Asset Analyzer<br />

database using the specified search criteria, but more<br />

than one matching asset was returned. This error may<br />

indicate an inconsistency in the Rational Asset Analyzer<br />

database.<br />

114 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5650E • DMH5710E<br />

System action: Scanning is skipped for the asset<br />

currently being processed. The error is logged, <strong>and</strong><br />

processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH5650E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

More than one instance found in the<br />

database for [Site ID = siteid, Name =<br />

name, <strong>and</strong> Type = type].<br />

Explanation: An attempt was made to retrieve a single<br />

scanner instance from the Rational Asset Analyzer<br />

database using the specified search criteria, but more<br />

than one matching scanner was returned. This error<br />

may indicate an inconsistency in the Rational Asset<br />

Analyzer database.<br />

System action: Scanning is skipped for the asset<br />

currently being processed by this scanner. The error is<br />

logged, <strong>and</strong> processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH5651E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

More than one instance found in the<br />

database for [Name = name <strong>and</strong> Type =<br />

type].<br />

Explanation: An attempt was made to retrieve a single<br />

scanner instance from the Rational Asset Analyzer<br />

database using the specified search criteria, but more<br />

than one matching scanner was returned. This error<br />

may indicate an inconsistency in the Rational Asset<br />

Analyzer database.<br />

System action: Scanning is skipped for the asset<br />

currently being processed by this scanner. The error is<br />

logged, <strong>and</strong> processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH5660E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

More than one instance found in the<br />

database for [Path name = pathname, File<br />

name = filename, <strong>and</strong> Scanner ID =<br />

scannerid].<br />

Explanation: An attempt was made to retrieve a single<br />

asset instance from the Rational Asset Analyzer<br />

database using the specified search criteria, but more<br />

than one matching asset was returned. This error may<br />

indicate an inconsistency in the Rational Asset Analyzer<br />

database.<br />

System action: Scanning is skipped for the asset<br />

currently being processed. The error is logged, <strong>and</strong><br />

processing continues for the next asset.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH5670E<br />

More than one instance found in the<br />

database for [Name = name, Access URL<br />

= url, <strong>and</strong> Scanner ID = scannerid].<br />

Explanation: An attempt was made to retrieve a single<br />

asset instance from the Rational Asset Analyzer<br />

database using the specified search criteria, but more<br />

than one matching asset was returned. This error may<br />

indicate an inconsistency in the Rational Asset Analyzer<br />

database.<br />

System action: Scanning is skipped for the current<br />

scanner being used. The error is logged, <strong>and</strong> processing<br />

continues for the next scanner.<br />

User response:<br />

Module:<br />

DMH5700E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

More than one instance found in the<br />

database for [Repository = repository,<br />

Module = module, Revision = revision,<br />

<strong>and</strong> Scanner ID = scannerid ]<br />

Explanation: An attempt was made to retrieve a single<br />

asset instance from the Rational Asset Analyzer<br />

database using the specified search criteria, but more<br />

than one matching asset was returned. This error may<br />

indicate an inconsistency in the Rational Asset Analyzer<br />

database.<br />

System action: Scanning is skipped for the current<br />

scanning root. The error is logged, <strong>and</strong> processing<br />

continues for the next scanning root.<br />

User response:<br />

Module:<br />

DMH5710E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

More than one instance found in the<br />

database for [Name = name <strong>and</strong> Short<br />

Name = shortname]<br />

Explanation: An attempt was made to retrieve a single<br />

asset instance from the Rational Asset Analyzer<br />

database using the specified search criteria, but more<br />

than one matching asset was returned. This error may<br />

indicate an inconsistency in the Rational Asset Analyzer<br />

database.<br />

System action: Scanning of the asset or scanning root<br />

associated with this application is skipped. This error<br />

can cause the entire scanning root to be skipped or just<br />

a single asset, depending on the location of the<br />

exception in the code. The error is logged, <strong>and</strong><br />

processing continues for the next asset or scanning root.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 115


DMH5715E • DMH5745E<br />

DMH5715E<br />

More than one instance found in the<br />

database for [Platform platform].<br />

Explanation: An attempt was made to retrieve a single<br />

platform instance from the Rational Asset Analyzer<br />

database using the specified search criteria, but more<br />

than one platform was returned. This error may<br />

indicate an inconsistency in the Rational Asset Analyzer<br />

database.<br />

System action: The distributed servlet <strong>and</strong> scanner<br />

cannot be initialized, so processing is stopped. The<br />

errors are logged.<br />

User response:<br />

Module:<br />

DMH5720E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Files are found in the tablename table<br />

with no parent connection using<br />

tablename table.<br />

Explanation: An unexpected error has occurred<br />

during scanning of file assets because some assets are<br />

found in the Rational Asset Analyzer database without<br />

containing parent assets. This error may indicate an<br />

inconsistency in the Rational Asset Analyzer database.<br />

System action: Scanning of these assets is skipped.<br />

The error is logged, <strong>and</strong> processing continues for the<br />

next asset.<br />

User response:<br />

Module:<br />

DMH5740E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Method not implemented<br />

Explanation: This message indicates an internal error<br />

that may be caused by incompatible combination of<br />

classes or an internal problem. The error may indicate<br />

an inconsistency in the Rational Asset Analyzer<br />

installed code or the environment classpath.<br />

System action: Scanning of the asset is skipped.<br />

Processing continues for the next asset. This error<br />

message may recur for all assets associated with the<br />

scanner.<br />

User response: Ensure that you have correctly<br />

installed <strong>and</strong> configured the Rational Asset Analyzer<br />

product according to instructions in the Configuration<br />

<strong>and</strong> Migration Guide. If the error cannot be corrected,<br />

capture all logs related to the error <strong>and</strong> Contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH5742E<br />

WsaaJar<br />

Trouble performing get comm<strong>and</strong> for:<br />

name<br />

Explanation: An exception occurred during scanning<br />

of resources in a PVCS repository while attempting to<br />

extract data from PVCS. Details about why the extract<br />

operation failed can be found in the Rational Asset<br />

Analyzer error logs. It may be that the Rational Asset<br />

Analyzer application cannot communicate with PVCS<br />

or that user logon information is incorrect.<br />

System action: Scanning is stopped for the specified<br />

scanning root. The error is logged, <strong>and</strong> processing<br />

continues for the next scanning root.<br />

User response: Consult the Rational Asset Analyzer<br />

error logs for information on why the PVCS extract<br />

failed. Ensure you can communicate with PVCS using<br />

the user logon information specified for the machine on<br />

which the scanning operation is performed <strong>and</strong> attempt<br />

the operation again.<br />

Module:<br />

DMH5743E<br />

WsaaJar<br />

Trouble getting a PVCS key for name<br />

Explanation: An attempt was made to retrieve a key<br />

manager for the PVCS scanner from the Rational Asset<br />

Analyzer database, but it was not found. This error<br />

may indicate an inconsistency in the Rational Asset<br />

Analyzer database or an internal code error.<br />

System action: The error is logged, <strong>and</strong> processing<br />

continues for the next scanning root.<br />

User response: Ensure that PVCS can be accessed for<br />

the scanning root as specified in /assetloc/config/<br />

Admin.cfg <strong>and</strong> attempt the scanning operation again.<br />

Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH5744I<br />

WsaaJar<br />

Bad PVCS root - scanningroot. skipping...<br />

Explanation: This is an informational message<br />

indicating that the PVCS scanning root does not fit the<br />

required PVCS scanning root format or the scanning<br />

root does not exist in your PVCS system.<br />

System action: Scanning is stopped for the specified<br />

scanning root. The error is logged, <strong>and</strong> processing<br />

continues for the next scanning root or scanner.<br />

User response: Ensure you have correctly specified<br />

the PVCS scanning root in /assetloc/config/Admin.cfg<br />

<strong>and</strong> attempt the scanning operation again.<br />

Module:<br />

DMH5745E<br />

WsaaJar<br />

Trouble extracting the release to the<br />

base directory for the PVCS scanner for<br />

the project project location<br />

Explanation: An attempt was made to extract a release<br />

to the base directory, but failure was reported.<br />

System action: The error is logged, <strong>and</strong> processing<br />

continues for the next scanning root.<br />

User response: Ensure that PVCS can be accessed for<br />

the scanning root as specified in /assetloc/config/<br />

Admin.cfg <strong>and</strong> attempt the scanning operation again.<br />

Contact <strong>IBM</strong> Software Support.<br />

116 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5760E • DMH5810E<br />

Module:<br />

DMH5760E<br />

WsaaJar<br />

Trouble performing XMLConfig<br />

comm<strong>and</strong> from: wasbindir<br />

Explanation: An attempt was made to execute the<br />

XMLConfig comm<strong>and</strong> from the specified WebSphere<br />

Application Server, but an error occurred. An incorrect<br />

WebSphere Application Server directory may have been<br />

specified during installation or configuration of<br />

Rational Asset Analyzer.<br />

System action: Scanning is skipped for the WAS4AE<br />

scanning root. The error is logged, <strong>and</strong> processing<br />

continues with the next scanning root.<br />

User response: Ensure that the XMLConfig comm<strong>and</strong><br />

can be issued by verifying the correct WebSphere<br />

Application Server directory is being used or fixing any<br />

other problem identified in the Rational Asset Analyzer<br />

or WebSphere Application Server error logs. Verify that<br />

the correct WebSphere Application Server directory is<br />

specified in Common.cfg. Attempt the scanning<br />

operation again.<br />

Module:<br />

DMH5762I<br />

WsaaJar<br />

Bad WAS4AE root - scanningroot<br />

skipping...<br />

Explanation: This is an informational message<br />

indicating that an attempt was made to scan<br />

WebSphere Application Server for the scanning root<br />

specified, but scanning root does not have the correct<br />

format.<br />

System action: Scanning is stopped for the specified<br />

scanning root. The error is logged, <strong>and</strong> processing<br />

continues for the next scanning root or scanner.<br />

User response: Ensure you have correctly specified<br />

the scanning root in /assetloc/config/Admin.cfg <strong>and</strong><br />

that the scanning root file has the correct format.<br />

Attempt the scanning operation again.<br />

Module:<br />

DMH5763E<br />

WsaaJar<br />

Cannot find xmlConfig file name<br />

Explanation: An error has occurred while attempting<br />

to find the specified XMLConfig file. This error could<br />

indicate a problem with the WebSphere Application<br />

Server directory specified during installation <strong>and</strong><br />

configuration of Rational Asset Analyzer, or it may<br />

indicate that the file does not exist in the specified<br />

scanning root.<br />

System action: Scanning is skipped for the specified<br />

scanning root. The error is logged, <strong>and</strong> processing<br />

continues for the next scanning root or scanner.<br />

User response: Ensure that you have correctly<br />

specified the location of WebSphere Application Server<br />

on your Rational Asset Analyzer server <strong>and</strong> that the<br />

XMLConfig file exists in the location specified. Examine<br />

the settings in Common.cfg to determine what you have<br />

specified for WebSphere Application Server. Examine<br />

the specified scanning root file to ensure the correct<br />

location of the XMLConfig file.<br />

Module:<br />

DMH5780E<br />

WsaaJar<br />

Method not implemented<br />

Explanation: This message indicates an internal error<br />

caused by an incompatible combination of classes or an<br />

internal code error. The error may indicate an<br />

inconsistency in the Rational Asset Analyzer installed<br />

code or the environment classpath.<br />

System action: Scanning of the asset is stopped.<br />

Processing continues for the next asset. This error is<br />

likely to recur for all assets associated with this<br />

scanner.<br />

User response: Ensure that you have correctly<br />

installed <strong>and</strong> configured the Rational Asset Analyzer<br />

product according to instructions in the Configuration<br />

<strong>and</strong> Migration Guide. If the error cannot be corrected,<br />

capture all logs related to the error <strong>and</strong> Contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH5800I<br />

WsaaJar<br />

Context urlcontext already exists.<br />

Explanation: This is an informational message<br />

indicating that an attempt was made to set a URL<br />

context that already exists.<br />

System action: The message is logged, <strong>and</strong> analysis<br />

continues normally.<br />

User response:<br />

Module:<br />

DMH5801E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Context urlcontext not found.<br />

Explanation: An unexpected error occurred. The<br />

specified context could not be found or is not defined<br />

for the current analysis process.<br />

System action: Analysis is skipped for the current<br />

asset. The error is logged, <strong>and</strong> processing continues for<br />

the next asset.<br />

User response:<br />

Module:<br />

DMH5810E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Not a legal call for method in class<br />

classname<br />

Explanation: This is an unexpected error indicating<br />

that a method that should not have been invoked has<br />

been called for the class specified. This error could<br />

indicate an inconsistency in your Rational Asset<br />

Analyzer installation.<br />

Rational Asset Analyzer messages 117


DMH5811E • DMH5890E<br />

System action:<br />

User response:<br />

Module:<br />

DMH5811E<br />

WsaaJar<br />

The scanning process is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Not an Integer stored in the IdsMapping<br />

classname<br />

Explanation: This is an unexpected error indicating<br />

that an Integer value was expected, but the specified<br />

object type was used instead. This error could indicate<br />

an inconsistency in your Rational Asset Analyzer<br />

installation.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5830E<br />

WsaaJar<br />

The scanning process is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

This method should not be called for<br />

Extracted resource as it does not have<br />

physical representation methodname<br />

Explanation: An unexpected error has been<br />

encountered because a method that should not be<br />

invoked was called. This error could reflect an<br />

inconsistency in the installed Rational Asset Analyzer<br />

product, or an environment or classpath problem.<br />

System action: The scanning process is stopped, <strong>and</strong><br />

the error is logged.<br />

User response: Ensure that you have installed<br />

Rational Asset Analyzer correctly according to<br />

instructions in the Configuration <strong>and</strong> Migration Guide.<br />

Consult your <strong>IBM</strong> technical-support representative if<br />

the problem cannot be resolved.<br />

Module:<br />

DMH5840E<br />

WsaaJar<br />

Unable to fully load the XML message<br />

file: xmlfile<br />

Explanation: Some messages might not be fully<br />

loaded into memory. When a message cannot be<br />

accessed, DMH5841E will be logged instead.<br />

System action:<br />

been aborted.<br />

Reading the XML message file has<br />

User response: Make sure that the XML message file<br />

(xmlfile) is accessible to Rational Asset Analyzer.<br />

Module:<br />

DMH5841E<br />

WsaaJar<br />

Message number msgnum was not<br />

found; parameters: parms<br />

Explanation: The message details for message number<br />

msgnum was not found in memory. This could be<br />

caused by a failed load of the message XML file.<br />

System action:<br />

The message number <strong>and</strong> message<br />

parameters will be logged, but no other details will be<br />

logged.<br />

User response:<br />

is accessible.<br />

Module:<br />

DMH5850E<br />

WsaaJar<br />

Make sure that the XML message file<br />

Unexpected exception while adding ref<br />

Explanation: A DB2 exception has occurred while<br />

attempting to create reference links in the metadata as a<br />

result of postprocessing.<br />

System action: Postprocessing is skipped for the<br />

current link, <strong>and</strong> the error is logged. Processing<br />

continues for the next defined link.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any errors related to DB2 access that can be<br />

fixed locally <strong>and</strong> attempt the process again. Contact<br />

your <strong>IBM</strong> technical-support representative for further<br />

assistance.<br />

Module:<br />

DMH5856I<br />

WsaaJar<br />

Found Pattern patterntype - class<br />

Explanation: This is an informational message<br />

indicating that a pattern has been found during pattern<br />

detection postprocessing. This message is displayed<br />

only when the system is run in debug level 3 or above.<br />

System action: This message is logged. The system is<br />

functioning normally.<br />

User response:<br />

Module:<br />

DMH5870E<br />

WsaaJar<br />

None<br />

No temporary directory defined in<br />

system properties<br />

Explanation: An attempt was made to access the<br />

temporary directory specified by the tempDir parameter<br />

in Common.cfg, but no value has been specified for that<br />

property.<br />

System action: Postprocessing cannot continue. The<br />

error is logged.<br />

User response: Ensure that you have specified a valid<br />

<strong>and</strong> accessible temporary directory value in Common.cfg.<br />

Module:<br />

DMH5890E<br />

WsaaJar<br />

Cannot extract file filename to dir dirname<br />

using comm<strong>and</strong>.<br />

Explanation: An error occurred while attempting to<br />

extract assets from the file specified.<br />

System action: Postprocessing for the current<br />

processor is skipped, <strong>and</strong> the error is logged.<br />

Processing continues for the next postprocessor.<br />

User response:<br />

Verify that the specified comm<strong>and</strong> is<br />

118 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5900E • DMH5923E<br />

available for execution in your environment <strong>and</strong> that<br />

the indicated file <strong>and</strong> directory exist with the<br />

appropriate permissions. Correct any problems <strong>and</strong><br />

attempt the operation again.<br />

Module:<br />

DMH5900E<br />

WsaaJar<br />

Duplicate values for resource name<br />

Explanation: An unexpected error occurred because<br />

the same resource has been found to be the source for<br />

multiple target references in the metadata. Rational<br />

Asset Analyzer expects this source to be referenced by<br />

only one target. This error may indicate an<br />

inconsistency in the metadata stored in the Rational<br />

Asset Analyzer database. This message displays only<br />

when the system is run in debug level 3 or above.<br />

System action: Postprocessing for the specified<br />

resource is skipped. The error is logged, <strong>and</strong> processing<br />

continues for the next asset. The system continues to<br />

function normally.<br />

User response: Contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH5910E<br />

WsaaJar<br />

Cannot get URL space for table table<br />

asset name<br />

Explanation: An error occurred while attempting to<br />

retrieve the URL space for a WAR table asset. The<br />

source or target component is not found.<br />

System action: Postprocessing for the specified pattern<br />

is skipped. The error is logged, <strong>and</strong> processing<br />

continues for the next pattern.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any errors related to DB2 access problems.<br />

Consult your <strong>IBM</strong> technical-support representative if<br />

further assistance is required.<br />

Module:<br />

DMH5920E<br />

WsaaJar<br />

Cannot find pathname for physical asset<br />

id<br />

Explanation: An unexpected error occurred while<br />

attempting to retrieve metadata for the asset specified.<br />

This asset should already exist in the database as a<br />

result of the scanning <strong>and</strong> analysis process.<br />

System action: Postprocessing for the current asset is<br />

skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any errors related to DB2 access problems.<br />

Consult your <strong>IBM</strong> technical-support representative if<br />

further assistance is required.<br />

Module:<br />

WsaaMain<br />

DMH5921E<br />

Field not found name<br />

Explanation: An unexpected error occurred<br />

attempting to retrieve metadata for an asset from the<br />

field or column specified in the asset's associated DB2<br />

table. This serious error indicates that the Rational<br />

Asset Analyzer schema may not have been created<br />

correctly during installation <strong>and</strong> configuration of the<br />

product.<br />

System action: Postprocessing for the current asset is<br />

skipped, <strong>and</strong> processing continues for the next asset.<br />

The error is logged.<br />

User response: Verify whether your Rational Asset<br />

Analyzer schema contains the specified column within<br />

the set of distributed tables. Ensure that the database<br />

was properly created during installation <strong>and</strong><br />

configuration of the product. Contact your <strong>IBM</strong><br />

technical-support representative for assistance.<br />

Module:<br />

DMH5922E<br />

WsaaMain<br />

No Physical Id for asset asset id in table<br />

table name<br />

Explanation: An unexpected error occurred<br />

attempting to retrieve the identifier in DB2 for the asset<br />

stored in the database. This asset should already exist<br />

in the database as a result of the scanning <strong>and</strong> analysis<br />

process.<br />

System action: Pattern detection for the current asset<br />

is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any errors related to DB2 access problems.<br />

Consult your <strong>IBM</strong> technical-support representative if<br />

further assistance is required.<br />

Module:<br />

DMH5923E<br />

WsaaJar<br />

Asset not found: path name<br />

Explanation: An unexpected error occurred<br />

attempting to retrieve the identifier in DB2 for the asset<br />

stored in the database. This asset should already exist<br />

in the database as a result of the scanning <strong>and</strong> analysis<br />

process.<br />

System action: Pattern detection for the current asset<br />

is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any errors related to DB2 access problems.<br />

Consult your <strong>IBM</strong> technical-support representative if<br />

further assistance is required.<br />

Module:<br />

WsaaMain<br />

Rational Asset Analyzer messages 119


DMH5924E • DMH5973E<br />

DMH5924E<br />

Value not found: colname in table:<br />

tablename, for asset: name<br />

Explanation: An unexpected error occurred<br />

attempting to retrieve metadata for an asset from the<br />

field or column specified in the asset's associated DB2<br />

table. The error occurred because no value was found<br />

in this metadata when a value was expected.<br />

System action: Postprocessing for the current asset is<br />

skipped, <strong>and</strong> processing continues for the next asset.<br />

The error is logged.<br />

User response: Examine your Rational Asset Analyzer<br />

logs for an indication of a DB2 access or<br />

communications problem. Ensure that the database was<br />

properly created during installation <strong>and</strong> configuration<br />

of the product. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH5925E<br />

WsaaMain<br />

No asset for Physical Id physical id<br />

Explanation: An unexpected error occurred<br />

attempting to retrieve the identifier in DB2 for the asset<br />

stored in the database. This asset should already exist<br />

in the database as a result of the scanning <strong>and</strong> analysis<br />

process.<br />

System action: Pattern detection for the current asset<br />

is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any errors related to DB2 access problems.<br />

Consult your <strong>IBM</strong> technical-support representative if<br />

further assistance is required.<br />

Module:<br />

DMH5930E<br />

WsaaJar<br />

No Class Implemented for name<br />

Explanation: An unexpected error occurred while<br />

trying to find the implementing class for a servlet in<br />

DB2. Rational Asset Analyzer expects the class to be<br />

found in the database.<br />

System action: Pattern detection for the current asset<br />

is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any errors related to DB2 access problems.<br />

Consult your <strong>IBM</strong> technical-support representative if<br />

further assistance is required.<br />

Module:<br />

DMH5931E<br />

WsaaJar<br />

Duplicate values for name<br />

Explanation: An unexpected error occurred while<br />

trying to find the implementing class for a component<br />

(servlet, EJB, or tag) in DB2. This error may indicate an<br />

inconsistency in the metadata stored in the Rational<br />

Asset Analyzer database.<br />

System action: Pattern detection for the specified<br />

resource is skipped. The error is logged, <strong>and</strong> processing<br />

continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH5950E<br />

WsaaJar<br />

File name not found in database.<br />

Explanation: An unexpected error occurred while<br />

trying to retrieve the identifier for the specified asset<br />

from the Rational Asset Analyzer database. Rational<br />

Asset Analyzer expects the asset to be in the database.<br />

System action: Pattern detection for the specified asset<br />

is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH5951E<br />

WsaaJar<br />

Asset was not found in location<br />

exceptioncode<br />

Explanation: An unexpected error occurred while<br />

trying to retrieve metadata for an asset during<br />

postprocessing. The cause of the exception is indicated.<br />

System action: Pattern detection for the current asset<br />

is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH5973E<br />

WsaaJar<br />

Asset was not found in location location<br />

Explanation: An unexpected error occurred while<br />

trying to retrieve metadata for an asset during<br />

postprocessing. The asset was expected to be in the<br />

location indicated.<br />

System action: Postprocessing for the current asset is<br />

skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

WsaaJar<br />

120 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH5974E • DMH5981E<br />

DMH5974E<br />

Problem getting Ear for module name<br />

Explanation: An unexpected error occurred while<br />

trying to retrieve metadata for an EAR file related to<br />

the specified asset during postprocessing. The cause of<br />

the exception is indicated.<br />

System action: Pattern detection for the current asset<br />

is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH5975E<br />

WsaaJar<br />

No cell defined for table tablename index<br />

resourceid<br />

Explanation: An unexpected error occurred trying to<br />

retrieve metadata for the resource identifier in the<br />

specified table. Rational Asset Analyzer expects the cell<br />

to exist in the metadata. This message likely indicates<br />

an error in the WebSphere Application Server topology<br />

link postprocessor.<br />

System action: Pattern detection for the current asset<br />

is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH5976E<br />

WsaaJar<br />

Could not resolve JNDI name refname<br />

Explanation: An unexpected error occurred trying to<br />

resolve the JNDI name associated with the specified<br />

reference in the Rational Asset Analyzer database.<br />

System action: Pattern detection for the current asset<br />

is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH5977E<br />

WsaaJar<br />

Invalid Table Name: name<br />

Explanation: An unexpected error occurred<br />

attempting to retrieve a metadata identifier from the<br />

specified DB2 table, but that table is not defined in the<br />

Rational Asset Analyzer schema.<br />

System action: Pattern detection for the current asset<br />

is skipped. Processing continues for the next asset.<br />

User response: Ensure that you have correctly<br />

installed <strong>and</strong> configured Rational Asset Analyzer<br />

according to instructions in the Configuration <strong>and</strong><br />

Migration Guide <strong>and</strong> that the Rational Asset Analyzer<br />

database was created successfully. If the specified table<br />

exists in the schema, contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH5978E<br />

WsaaJar<br />

Cannot get EJB JARs for server<br />

table:table index indexname<br />

Explanation: An unexpected DB2 exception has<br />

occurred while attempting to retrieve metadata for EJB<br />

JAR file assets that have been previously scanned <strong>and</strong><br />

analyzed.<br />

System action: Postprocessing for the current<br />

processor is skipped. The error is logged, <strong>and</strong><br />

processing continues for the next postprocessor.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for errors related to DB2 access that can be<br />

corrected locally <strong>and</strong> attempt the operation again.<br />

Contact your <strong>IBM</strong> technical-support representative for<br />

further assistance.<br />

Module:<br />

DMH5980E<br />

WsaaJar<br />

No Servers Available<br />

Explanation: An error occurred while attempting to<br />

determine the set of analyzable runtime servers defined<br />

in the Rational Asset Analyzer database. No servers<br />

have been defined, or they do not exist in the database.<br />

System action: Pattern detection is skipped for the<br />

current asset. Processing continues for the next asset,<br />

<strong>and</strong> the error is logged.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH5981E<br />

WsaaJar<br />

Cannot instantiate bridge for analyzer<br />

name<br />

Explanation: An unexpected error occurred while<br />

trying to instantiate an analyzable server based on the<br />

server analyzer class name specified. The name is<br />

retrieved from the Rational Asset Analyzer database, so<br />

it should be valid. This error may indicate an<br />

inconsistency in the installed Rational Asset Analyzer<br />

product, the environment, or the metadata.<br />

System action: Pattern detection is skipped for the<br />

current asset, <strong>and</strong> the error is logged. Processing<br />

continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2 or by an inappropriate<br />

classpath or other path environment setting. Ensure<br />

that you have correctly installed <strong>and</strong> configured<br />

Rational Asset Analyzer messages 121


DMH5982E • DMH6000E<br />

Rational Asset Analyzer according to instructions in the<br />

Configuration <strong>and</strong> Migration Guide. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH5982E<br />

WsaaJar<br />

No Name for table: name<br />

Explanation: An exception occurred while attempting<br />

to retrieve an analysis server name for the specified<br />

table. Rational Asset Analyzer expects a name to be<br />

associated with this table.<br />

System action: Pattern detection is skipped for the<br />

current asset. Processing continues for the next asset,<br />

<strong>and</strong> the error is logged.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH5983E<br />

WsaaJar<br />

Incorrect database URL specified in<br />

Common.cfg: 'URL'<br />

Explanation: The setting 'Database.url' in Common.cfg<br />

does not appear to be a valid database.<br />

System action:<br />

Servlet initialization is stopped.<br />

User response: Fix the specified configuration setting<br />

<strong>and</strong> restart the web application.<br />

Module:<br />

DMH5984E<br />

WsaaJar<br />

Incorrect database username <strong>and</strong>/or<br />

password specified in Common.cfg.<br />

Explanation: The setting 'Database.username' <strong>and</strong>/or<br />

'Database.password' in Common.cfg does not appear to<br />

be valid.<br />

System action:<br />

Servlet initialization is stopped.<br />

User response: Fix the specified configuration<br />

setting(s) <strong>and</strong> restart the web application.<br />

Module:<br />

DMH5985E<br />

WsaaJar<br />

Database username specified in<br />

Common.cfg lacks necessary<br />

permissions.<br />

Explanation: The setting 'Database.username' in<br />

Common.cfg does not refer to a database user with<br />

permissions necessary for Rational Asset Analyzer.<br />

System action:<br />

Servlet initialization is stopped.<br />

User response: Refer to the documentation on the<br />

permissions required, fix the specified configuration<br />

setting, <strong>and</strong> restart the web application.<br />

Module:<br />

WsaaJar<br />

DMH5986E<br />

A database connection could not be<br />

made. SQL error code = [ErrorCode]<br />

Explanation: An unknown error condition occurred<br />

while trying to create a connection to the database.<br />

System action:<br />

Servlet initialization is stopped.<br />

User response: Check the log file for more<br />

information. Restart the web application after the<br />

problem has been fixed.<br />

Module:<br />

DMH5987E<br />

WsaaJar<br />

JDBC driver class could not be loaded:<br />

ClassName.<br />

Explanation: The JDBC driver class specified by the<br />

'Database.driver' setting in Common.cfg could not be<br />

loaded by the JVM.<br />

System action:<br />

Servlet initialization is stopped.<br />

User response: Update the specified setting, or add<br />

the JDBC driver to classpath, <strong>and</strong> restart the Web<br />

application.<br />

Module:<br />

DMH5988E<br />

WsaaJar<br />

An SQL query unexpectedly returned<br />

zero rows. SQL=[SqlQuery]<br />

Explanation: The SQL query shown in the message<br />

was supposed to return 1 row, but instead returned 0<br />

rows.<br />

System action:<br />

User response:<br />

Module:<br />

DMH5989E<br />

WsaaJar<br />

The servlet request is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

SQL errors occurred. View log file for<br />

more information.<br />

Explanation: One or more SQL errors occurred while<br />

trying to retrieve data for this page.<br />

System action:<br />

The servlet request is stopped.<br />

User response: Try running distributed<br />

postprocessing. If the problem persists, contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH6000E<br />

WsaaJar<br />

No Parent Node for: resourcename<br />

Explanation: An unexpected error occurred<br />

attempting to retrieve node metadata for the specified<br />

resource when node data is expected.<br />

System action: Pattern detection is skipped for the<br />

current asset. Processing continues for the next asset,<br />

<strong>and</strong> the error is logged.<br />

User response:<br />

Examine the Rational Asset Analyzer<br />

122 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH6020E • DMH6031E<br />

logs to determine if the problem was caused by an<br />

unexpected error accessing DB2. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH6020E<br />

WsaaJar<br />

Logger passed as null to the Developed<br />

Assets Bridge Manager.<br />

Explanation: An unexpected error occurred because a<br />

null or invalid logger was used to initialize the<br />

specified Bridge Manager. This error could indicate an<br />

inconsistency in the installed Rational Asset Analyzer<br />

product.<br />

System action: Pattern detection is skipped for this set<br />

of assets. Processing continues for the postprocessor<br />

defined.<br />

User response:<br />

Module:<br />

DMH6021E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

No temporary directory defined in<br />

system properties<br />

Explanation: An attempt was made to access the<br />

temporary directory specified in thetempDir parameter<br />

of the Common.cfg file, but no value has been specified<br />

for that property.<br />

System action: The pattern detector cannot continue.<br />

The error is logged.<br />

User response: Ensure that you have specified a valid<br />

<strong>and</strong> accessible temporary directory value in Common.cfg.<br />

Module:<br />

DMH6022E<br />

WsaaJar<br />

No Scanning Root given for the Bridge<br />

Manager.<br />

Explanation: An unexpected error occurred because a<br />

null or invalid scanning root was used to initialize the<br />

Bridge Manager. This error could indicate an<br />

inconsistency in the installed Rational Asset Analyzer<br />

product.<br />

System action: Postprocessing is skipped for this set<br />

of assets. Processing continues for the postprocessor<br />

defined.<br />

User response:<br />

Module:<br />

DMH6023E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

No Configuration Object given for the<br />

Bridge Manager.<br />

Explanation: An unexpected error occurred because a<br />

null or invalid configuration object was used to<br />

initialize the specified Bridge Manager. This error could<br />

indicate that the runtime configuration in admin.cfg is<br />

not defined correctly or does not exist.<br />

System action:<br />

Pattern detection is skipped for this set<br />

of assets. Processing continues for the postprocessor<br />

defined.<br />

User response: Review your runtime declaration<br />

configuration in admin.cfg <strong>and</strong> the runtime<br />

configuration definition. Attempt to scan the assets<br />

again.<br />

Module:<br />

DMH6024E<br />

WsaaJar<br />

No Location found in the Scanning Root<br />

given for the Bridge Manager.<br />

Explanation: An unexpected error occurred because<br />

the scanning root used to initialize the Bridge Manager<br />

did not have a location defined. This error could<br />

indicate an inconsistency in the installed Rational Asset<br />

Analyzer product.<br />

System action: Pattern detection is skipped for this set<br />

of assets. Processing continues for the postprocessor<br />

defined.<br />

User response:<br />

Module:<br />

DMH6030E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

No Class Path given for the Server<br />

Bridge.<br />

Explanation: An unexpected error occurred because<br />

the configuration object used to initialize the Server<br />

Bridge did not have a classpath defined. This error<br />

could indicate an incorrect runtime configuration<br />

definition.<br />

System action: Pattern detection is skipped for this set<br />

of assets. Processing continues for the postprocessor<br />

defined.<br />

User response: Correct the runtime configuration file,<br />

define the classpath for the runtime, <strong>and</strong> attempt to<br />

scan the assets again.<br />

Module:<br />

DMH6031E<br />

WsaaJar<br />

No Location Path given for the Server<br />

Bridge.<br />

Explanation: An unexpected error occurred because<br />

the Server Bridge was initialized without a location for<br />

the scanning root. This error could indicate an<br />

inconsistency in the installed Rational Asset Analyzer<br />

product.<br />

System action: Pattern detection is skipped for this set<br />

of assets. Processing continues for the postprocessor<br />

defined.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 123


DMH6050E • DMH6057E<br />

DMH6050E<br />

Null default value given for<br />

non-nullable field: fieldname in table<br />

tablename<br />

Explanation: An attempt was made to set a null value<br />

for a column specified in the indicated table when a<br />

null value is not allowed.<br />

System action: The metadata resulting from<br />

postprocessing for the current asset cannot be<br />

completed <strong>and</strong> will be skipped. Processing continues<br />

for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine if the error is related to the asset<br />

itself. Contact your <strong>IBM</strong> technical-support<br />

representative if the problem cannot be resolved.<br />

Module:<br />

DMH6051E<br />

WsaaJar<br />

Got more than one result in<br />

getTableValues()<br />

Explanation: An unexpected error occurred while<br />

trying to retrieve metadata for a specific asset in the<br />

Rational Asset Analyzer database. Multiple results were<br />

returned when only one result was expected.<br />

System action: Scanning or analysis for the current<br />

asset is skipped. Processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH6052E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Field fieldname does not exist in table<br />

tablename.<br />

Explanation: An unexpected error occurred because<br />

the specified column does not exist in the table<br />

indicated in the Rational Asset Analyzer schema. This<br />

error could indicate an inconsistency in the installed<br />

Rational Asset Analyzer product.<br />

System action: Scanning or analysis for the current<br />

asset is skipped. Processing continues for the next asset.<br />

User response: Ensure that you have correctly<br />

installed <strong>and</strong> configured the Rational Asset Analyzer<br />

product according to instructions in the Configuration<br />

<strong>and</strong> Migration Guide. If the error cannot be corrected,<br />

capture all logs related to the error <strong>and</strong> Contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH6053E<br />

WsaaJar<br />

Column name not given to table<br />

tablename.<br />

Explanation: An unexpected error occurred during an<br />

attempt to retrieve metadata from the Rational Asset<br />

Analyzer database because no column name was<br />

specified.<br />

System action:<br />

Scanning or analysis for the current<br />

asset is skipped. Processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH6054E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Connection to the database is not open.<br />

Explanation: An exception occurred while attempting<br />

to communicate with the DB2 database for Rational<br />

Asset Analyzer because the connection was not opened.<br />

System action: Scanning or analysis for the current<br />

asset is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any errors related to DB2 access that can be<br />

fixed locally <strong>and</strong> attempt the process again. If the<br />

database is on a remote system, verify that there is a<br />

network connection to that system <strong>and</strong> that the<br />

database is accessible. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH6055E<br />

WsaaJar<br />

Transactions already exist in the system.<br />

Explanation: An error occurred during an attempt to<br />

start a DB2 transaction because one or more DB2<br />

transactions are still active.<br />

System action: Scanning or analysis for the current<br />

asset is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any errors related to DB2 access that can be<br />

fixed locally <strong>and</strong> attempt the process again. Contact<br />

your <strong>IBM</strong> technical-support representative for further<br />

assistance.<br />

Module:<br />

DMH6056E<br />

WsaaJar<br />

Error while executing query<br />

Explanation: An error occurred during an attempt to<br />

set or retrieve values from the Rational Asset Analyzer<br />

database. The specific SQL exception is indicated.<br />

System action: Scanning or analysis for the current<br />

asset is skipped. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any errors related to DB2 access that can be<br />

fixed locally <strong>and</strong> attempt the process again. Contact<br />

your <strong>IBM</strong> technical-support representative for further<br />

assistance.<br />

Module:<br />

DMH6057E<br />

WsaaJar<br />

Field/s fieldname does not exist in table<br />

tablename<br />

Explanation: An unexpected error occurred because<br />

the specified column does not exist in the table<br />

indicated in the Rational Asset Analyzer schema. This<br />

error could indicate an inconsistency in the installed<br />

124 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH6058E • DMH6092E<br />

Rational Asset Analyzer product.<br />

System action: Scanning or analysis for the current<br />

asset is skipped. Processing continues for the next asset.<br />

User response: Ensure that you have correctly<br />

installed <strong>and</strong> configured the Rational Asset Analyzer<br />

product according to instructions in the Configuration<br />

<strong>and</strong> Migration Guide. If the error cannot be corrected,<br />

capture all logs related to the error <strong>and</strong> Contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH6058E<br />

WsaaJar<br />

An illegal or non-real filter was used<br />

[filter].<br />

Explanation: An exception occurred because the<br />

specified invalid filter was used to query metadata in<br />

the Rational Asset Analyzer database.<br />

System action: Scanning or analysis on the current<br />

asset is skipped. Processing continues for the next asset.<br />

User response: Examine the filter specified <strong>and</strong> the<br />

Rational Asset Analyzer logs to determine why the<br />

filter is invalid. Contact your <strong>IBM</strong> technical-support<br />

representative if the problem is unrelated to DB2 access<br />

problems.<br />

Module:<br />

DMH6059E<br />

WsaaJar<br />

Field name [length len] cannot hold data<br />

"value".<br />

Explanation: An exception occurred during an attempt<br />

to store the specified value in the column indicated<br />

because the value exceeds the allowable size of the<br />

column.<br />

System action: The string is truncated <strong>and</strong> inserted<br />

into the database.<br />

User response:<br />

Module:<br />

DMH6060E<br />

WsaaJar<br />

None<br />

Cannot get configuration information<br />

Explanation: The /assetloc/config/<br />

EColabraApplication.cfg configuration file cannot be<br />

found or opened for read access.<br />

System action: Scanning or analysis cannot continue<br />

because the persistency framework cannot be<br />

initialized. The scanning process ends.<br />

User response: Ensure that the<br />

EColabraApplication.cfg file exists with the correct file<br />

permissions for read access.<br />

Module:<br />

WsaaJar<br />

DMH6061E<br />

Cannot instantiate persistency helper<br />

name: phname implementing class:<br />

classname<br />

Explanation: The persistency help specified cannot be<br />

instantiated using the indicated class defined for that<br />

persistency helper in the /assetloc/config/<br />

EColabraApplication.cfg configuration file.<br />

System action: Scanning or analysis cannot continue<br />

because the persistency framework cannot be<br />

initialized. The scanning process ends.<br />

User response: Ensure that you have correctly defined<br />

the persistency helper in the EColabraApplication.cfg<br />

file.<br />

Module:<br />

DMH6070E<br />

WsaaJar<br />

Could not store record into the database,<br />

Hash retry failed [Table = tablename, Try<br />

range = rangestart..rangeend]<br />

Explanation: An unexpected error occurred during an<br />

attempt to store metadata in the Rational Asset<br />

Analyzer database.<br />

System action: Analysis for the existing asset is<br />

skipped. Processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH6090E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Two links were found from the same<br />

tag library to the same name of tag<br />

Explanation: An unexpected error occurred during<br />

postprocessing because multiple links were found<br />

between a tag <strong>and</strong> a tag library. This is an invalid state<br />

of the metadata that may indicate an inconsistency.<br />

System action: Postprocessing is skipped for the<br />

current asset. Processing continues for the next asset.<br />

User response:<br />

Module:<br />

DMH6092E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Found a negative asset id in scope<br />

space, search for jsp scriptlet class<br />

Explanation: An exception occurred while attempting<br />

to create a reference link in the Rational Asset Analyzer<br />

database because one of the linked assets has an<br />

invalid identifier.<br />

System action: Postprocessing is skipped for the<br />

current asset. Processing continues for the next asset.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 125


DMH6093E • DMH6130E<br />

DMH6093E<br />

No scope space found<br />

Explanation: An invalid scope space for an asset was<br />

specified during postprocessing.<br />

System action: Postprocessing is skipped for the<br />

current asset. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine whether the asset scoping is invalid<br />

as specified by the scanning root for the scanning<br />

process. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6110E<br />

WsaaJar<br />

Two targets found in searching for the<br />

right table for a reference<br />

Explanation: An exception occurred during<br />

postprocessing because multiple targets used for<br />

analysis were found in the Rational Asset Analyzer<br />

metadata database. This error may indicate that the<br />

data being analyzed is invalid or that there is an<br />

unexpected inconsistency in the database.<br />

System action: Postprocessing on the current asset is<br />

stopped. The exception is logged, <strong>and</strong> postprocessing<br />

continues for the next asset.<br />

User response: Examine the log for information on the<br />

asset being analyzed. Consult your <strong>IBM</strong><br />

technical-support representative if the problem cannot<br />

be corrected locally.<br />

Module:<br />

DMH6111E<br />

WsaaJar<br />

Error retrieving scope space search<br />

results for main class classname<br />

Explanation: The specified class found in the archive<br />

manifest being analyzed was not found among the set<br />

of assets already analyzed. Rational Asset Analyzer<br />

expects that this class has been analyzed within the<br />

scope of the archive.<br />

System action: Postprocessing for the current asset is<br />

stopped. The error is logged, <strong>and</strong> processing continues<br />

for the next asset.<br />

User response: Examine the log for details about the<br />

asset being analyzed <strong>and</strong> the error itself. Ensure that<br />

the archive is correct <strong>and</strong> try the operation again.<br />

Module:<br />

DMH6113E<br />

WsaaJar<br />

No scope space found for archive manifest<br />

Explanation: An exception occurred during<br />

postprocessing because an asset has no associated scope<br />

space as expected. This error may indicate that the data<br />

being analyzed is invalid or that there is an unexpected<br />

inconsistency in the database.<br />

System action:<br />

Postprocessing for the current asset is<br />

stopped. The error is logged, <strong>and</strong> processing continues<br />

for the next asset.<br />

User response: Examine the log for details about the<br />

asset being analyzed <strong>and</strong> the error itself. Consult your<br />

<strong>IBM</strong> technical-support representative if the problem<br />

cannot be corrected locally.<br />

Module:<br />

DMH6120E<br />

WsaaJar<br />

Two classes found for same EJB asset<br />

assetname<br />

Explanation: An exception occurred during<br />

postprocessing for the specified EJB asset because more<br />

than one class was found to be associated with this<br />

EJB.<br />

System action: Postprocessing for the specified asset is<br />

stopped. The error is logged, <strong>and</strong> processing continues<br />

for the next asset.<br />

User response: Examine the logs for details about the<br />

error. Ensure that your EJB is valid <strong>and</strong> has only one<br />

class associated with it <strong>and</strong> thy the process again.<br />

Module:<br />

DMH6121E<br />

WsaaJar<br />

No scope space found for EJB name<br />

Explanation: An invalid scope space for the specified<br />

EJB asset was used during postprocessing.<br />

System action: Postprocessing is skipped for the<br />

current asset. Processing continues for the next asset.<br />

User response: Examine the Rational Asset Analyzer<br />

logs to determine whether the asset scoping is invalid<br />

as specified by the scanning root for the scanning<br />

process. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6130E<br />

WsaaJar<br />

No scope space was found for a given<br />

asset assetname<br />

Explanation: An exception occurred during<br />

postprocessing for the specified asset because a scope<br />

for analysis was defined but not found.<br />

System action: Postprocessing for the specified asset is<br />

stopped. The error is logged, <strong>and</strong> processing continues<br />

for the next asset.<br />

User response: Examine the logs for information<br />

regarding this specific problem. Ensure that the scope<br />

indicated is defined for the analysis process you are<br />

running <strong>and</strong> try the operation again.<br />

Module:<br />

WsaaJar<br />

126 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH6140E • DMH6180I<br />

DMH6140E<br />

No scope space was found for a given<br />

asset assetname<br />

Explanation: An exception occurred during<br />

postprocessing for the specified asset because a scope<br />

for analysis was defined but not found.<br />

System action: Postprocessing for the specified asset is<br />

stopped. The error is logged, <strong>and</strong> processing continues<br />

for the next asset.<br />

User response: Examine the logs for information<br />

regarding this specific problem. Ensure that the scope<br />

indicated is defined for the analysis process you are<br />

running <strong>and</strong> try the operation again.<br />

Module:<br />

DMH6141E<br />

WsaaJar<br />

The implementing jsp filename jspfile is<br />

incorrect/missing.<br />

Explanation: An exception occurred during<br />

postprocessing for the specified asset. The JSP specified<br />

as implementing this asset cannot be found in the set of<br />

metadata for Rational Asset Analyzer. Either the JSP<br />

asset has not been analyzed or it has been analyzed<br />

under a different asset name.<br />

System action: Postprocessing for the specified asset is<br />

stopped. The error is logged, <strong>and</strong> processing continues<br />

for the next asset.<br />

User response: Ensure that the specified JSP is part of<br />

the set of assets being analyzed <strong>and</strong> try the operation<br />

again.<br />

Module:<br />

DMH6150I<br />

WsaaJar<br />

postprocessor finished. Total<br />

time=[elapsed time in seconds]<br />

Explanation: This is an informational message<br />

signalling that the postprocessor has completed.<br />

System action:<br />

User response:<br />

Module:<br />

DMH6151I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

postprocessor<br />

Explanation: This is an informational message<br />

indicating that the postprocessor is running.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

DMH6152I<br />

postprocessor started...<br />

Explanation: This is an informational message<br />

signalling that the postprocessor has started.<br />

System action:<br />

User response:<br />

Module:<br />

DMH6170I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

WebSphere Application Server 4 AE<br />

Pattern Detector<br />

Explanation: This is an informational message<br />

indicating that the WebSphere Application Server 4<br />

pattern detector is running.<br />

System action:<br />

User response:<br />

Module:<br />

DMH6171E<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

No Servers to Analyze<br />

Explanation: This message indicates that<br />

postprocessing will not continue because there are no<br />

WebSphere Application Servers accessible for analysis.<br />

System action: Postprocessing stops for this asset<br />

type. Processing continues for the next type of asset.<br />

User response: Ensure that the WebSphere Application<br />

Server you intend to analyze is accessible <strong>and</strong> can be<br />

reached by your Rational Asset Analyzer Windows<br />

server <strong>and</strong> try the operation again. Make sure that the<br />

Rational Asset Analyzer scanner is configured to scan<br />

the proper WebSphere Application Server assets <strong>and</strong><br />

that there were no errors during the analysis phase of<br />

scanning.<br />

Module:<br />

DMH6172I<br />

WsaaJar<br />

WebSphere Application Server 5 Pattern<br />

Detector<br />

Explanation: This is an informational message<br />

indicating that the WebSphere Application Server 5<br />

pattern detector is running.<br />

System action:<br />

User response:<br />

Module:<br />

DMH6180I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Developed Assets Pattern Detector<br />

Explanation: This is an informational message<br />

indicating that the developed assets pattern detector is<br />

running.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Rational Asset Analyzer messages 127


DMH6181E • DMH6193E<br />

DMH6181E<br />

No Assets to Analyze<br />

Explanation: Postprocessing for developed assets has<br />

stopped because no assets were identified for<br />

processing.<br />

System action: Postprocessing stops for this set of<br />

assets. The error is logged, <strong>and</strong> processing continues for<br />

the next postprocessor.<br />

User response: Examine the log to determine which<br />

postprocessor did not have any assets identified.<br />

Ensure that assets exist within the scope being<br />

analyzed <strong>and</strong> try the operation again.<br />

Module:<br />

DMH6182E<br />

WsaaJar<br />

No scanning roots bound with<br />

Developed Runtime Environment set in<br />

the configuration file.<br />

Explanation: Postprocessing for developed assets has<br />

stopped because no scanning roots were identified for<br />

processing.<br />

System action: Postprocessing stops for this set of<br />

assets. The error is logged, <strong>and</strong> processing continues for<br />

the next postprocessor.<br />

User response: Examine the log to determine which<br />

postprocessor did not have any scanning roots<br />

identified. Ensure that one or more valid scanning roots<br />

are specified in /assetloc/config/Admin.cfg <strong>and</strong> that<br />

they are properly bound to a development or<br />

assembled environment. Try the operation again.<br />

Module:<br />

DMH6183E<br />

WsaaJar<br />

No Patterns given to analyze in the<br />

configuration file.<br />

Explanation: Postprocessing for developed assets has<br />

stopped because no patterns were specified for<br />

detection during postprocessing in the development<br />

environment bound to the scanning root processed.<br />

System action: Postprocessing stops for this set of<br />

assets. The error is logged, <strong>and</strong> processing continues for<br />

the next postprocessor.<br />

User response: Examine the log to determine which<br />

postprocessor did not have any patterns identified.<br />

Consult your <strong>IBM</strong> technical-support representative for<br />

help diagnosing <strong>and</strong> correcting the problem.<br />

Module:<br />

DMH6190I<br />

WsaaJar<br />

Assembled Assets Pattern Detector<br />

Explanation: This is an informational message<br />

indicating that the assembled assets pattern detector is<br />

running.<br />

System action:<br />

User response:<br />

The system is functioning normally.<br />

None<br />

Module:<br />

DMH6191E<br />

WsaaJar<br />

No scanning roots bound with<br />

Assembled Runtime Environment set in<br />

the configuration file.<br />

Explanation: Postprocessing for developed assets has<br />

stopped because no patterns were specified for<br />

detection during postprocessing in the assembled<br />

environment bound to the scanning root processed.<br />

System action: Postprocessing stops for this set of<br />

assets. The error is logged, <strong>and</strong> processing continues for<br />

the next postprocessor.<br />

User response: Examine the log to determine which<br />

postprocessor did not have any scanning roots<br />

identified. Ensure that one or more valid scanning roots<br />

are specified in /assetloc/config/Admin.cfg <strong>and</strong> try<br />

the operation again.<br />

Module:<br />

DMH6192E<br />

WsaaJar<br />

No Patterns given to analyze in the<br />

configuration file.<br />

Explanation: Postprocessing for developed assets has<br />

stopped because no patterns were specified for<br />

detection in the assembled environment bound to the<br />

scanning root processed.<br />

System action: Postprocessing stops for this set of<br />

assets. The error is logged, <strong>and</strong> processing continues for<br />

the next postprocessor.<br />

User response: Examine the log to determine which<br />

postprocessor did not have any patterns identified.<br />

Consult your <strong>IBM</strong> technical-support representative for<br />

help diagnosing <strong>and</strong> correcting the problem.<br />

Module:<br />

DMH6193E<br />

WsaaJar<br />

No Resources found to run Java Pattern<br />

Detector on under the scanning root<br />

[root].<br />

Explanation: Postprocessing for developed assets has<br />

stopped because no resources could be found under the<br />

specified scanning root for pattern detection.<br />

System action: Postprocessing stops for this set of<br />

assets. The error is logged, <strong>and</strong> processing continues for<br />

the next postprocessor.<br />

User response: Examine the log to determine which<br />

postprocessor did not have any assets identified for the<br />

given scanning root. Ensure that the specified scanning<br />

root has assets to be analyzed <strong>and</strong> attempt the<br />

operation again.<br />

Module:<br />

WsaaJar<br />

128 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH6200E • DMH6243E<br />

DMH6200E<br />

The asset type type is not supported;<br />

please check the config file.<br />

Explanation: The specified invalid asset type was<br />

encountered while validating the scanning roots<br />

indicated for postprocessing in the Rational Asset<br />

Analyzer configuration files.<br />

System action: Postprocessing on the particular asset<br />

type is stopped. The error is logged, <strong>and</strong><br />

postprocessing continues for the next asset in the<br />

scanning root.<br />

User response: Examine the logs for the asset type(s)<br />

that are invalid <strong>and</strong> ensure that you have correctly<br />

specified this asset type for postprocessing in the<br />

Crawl_Root_Bindings section of the Admin.cfg<br />

configuration file. Attempt the operation again after<br />

fixing the configuration file or removing the invalid<br />

assets from the scanning root(s) being processed.<br />

Module:<br />

DMH6220E<br />

WsaaJar<br />

Cannot locate target table,<br />

Table[tablename].<br />

Explanation: During an attempt to add links to<br />

metadata during postprocessing, the specified DB2<br />

table could not be found in the Rational Asset Analyzer<br />

metadata schema. This error could be due to an invalid<br />

specification in the postprocessor configuration file, an<br />

inconsistency in the Rational Asset Analyzer database,<br />

or an error in the user input specification defined by<br />

the user.<br />

System action: The updates to the metadata were not<br />

made. The error is logged, <strong>and</strong> postprocessing<br />

continues on the current asset.<br />

User response: Ensure that you have correctly created<br />

your Rational Asset Analyzer database <strong>and</strong> that the<br />

table names specified in the postprocessor<br />

configuration files are accurate. Check the user input<br />

specification to verify that all data is correct <strong>and</strong><br />

supported by the Rational Asset Analyzer version<br />

installed. Attempt the operation again after correcting<br />

the problem.<br />

Module:<br />

DMH6240E<br />

WsaaJar<br />

SQL comm<strong>and</strong> parameter not supplied<br />

Explanation: An unexpected error occurred during<br />

invocation of the distributed query servlet due to<br />

invalid URL parameters. In this particular case, the<br />

SQL= parameter was not specified on the URL.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, you must specify the SQL=<br />

parameter. Try using the browser Back button to return<br />

to a valid state in the browser <strong>and</strong> allow Rational Asset<br />

Analyzer to issue the URLs correctly by selecting a link<br />

from the user interface. Contact your <strong>IBM</strong><br />

technical-support representative for assistance.<br />

Module:<br />

DMH6241E<br />

WsaaJar<br />

Invalid SQL comm<strong>and</strong>: comm<strong>and</strong><br />

Explanation: An unexpected error occurred during<br />

invocation of the distributed query servlet due to<br />

invalid URL parameters. In this particular case, the<br />

SQL= parameter was specified but did not contain a<br />

valid value. The invalid value is indicated in the error<br />

message.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, you must specify a valid SQL=<br />

parameter. Try using the browser Back button to return<br />

to a valid state in the browser <strong>and</strong> allow Rational Asset<br />

Analyzer to issue the URLs correctly by selecting a link<br />

from the user interface. Contact your <strong>IBM</strong><br />

technical-support representative for assistance.<br />

Module:<br />

DMH6242E<br />

WsaaJar<br />

analyzername analyzer is not supported<br />

Explanation: An unexpected error occurred during<br />

invocation of the distributed query servlet due to<br />

invalid URL parameters. In this particular case, the<br />

ANALYZER= parameter was specified but contained<br />

either a null or invalid value for this parameter. The<br />

invalid value is indicated in the error message.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, you must specify a valid<br />

ANALYZER= parameter. Try using the browser Back<br />

button to return to a valid state in the browser <strong>and</strong><br />

allow Rational Asset Analyzer to issue the URLs<br />

correctly by selecting a link from the user interface.<br />

Contact your <strong>IBM</strong> technical-support representative for<br />

assistance.<br />

Module:<br />

DMH6243E<br />

WsaaJar<br />

flagtype type is not supported<br />

Explanation: An unexpected error occurred during<br />

invocation of the distributed query servlet due to<br />

invalid URL parameters. In this particular case, an<br />

SQL=SIGNAL or SQL=LIST was encountered in the<br />

URL but the associated FLAG or TYPE parameter<br />

specified a value as indicated that is invalid for this<br />

URL.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, you must specify a valid TYPE= or<br />

Rational Asset Analyzer messages 129


DMH6245E • DMH6254E<br />

FLAG= parameter. Try using the browser Back button<br />

to return to a valid state in the browser <strong>and</strong> allow<br />

Rational Asset Analyzer to issue the URLs correctly by<br />

selecting a link from the user interface. Contact your<br />

<strong>IBM</strong> technical-support representative for assistance.<br />

Module:<br />

DMH6245E<br />

WsaaJar<br />

name option is not supported<br />

Explanation: An unexpected error occurred during<br />

invocation of the distributed query servlet due to<br />

invalid URL parameters. In this particular case, the<br />

SQL=DESCRIBE was used but the OPTION= parameter<br />

specified is invalid.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, you must specify a valid<br />

OPTION= parameter. Try using the browser Back<br />

button to return to a valid state in the browser <strong>and</strong><br />

allow Rational Asset Analyzer to issue the URLs<br />

correctly by selecting a link from the user interface.<br />

Contact your <strong>IBM</strong> technical-support representative for<br />

assistance.<br />

Module:<br />

DMH6250E<br />

WsaaJar<br />

Missing parameter: name<br />

Explanation: An unexpected error occurred during<br />

invocation of the distributed query servlet due to a<br />

missing value for the parameter specified.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, you must specify a value for the<br />

specified parameter in the URL you are attempting to<br />

execute. Either specify a valid value or try using the<br />

browser Back button to return to a valid state in the<br />

browser <strong>and</strong> allow Rational Asset Analyzer to issue the<br />

URLs correctly by selecting a link from the user<br />

interface. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6251E<br />

WsaaJar<br />

Attempt to query a forbidden column<br />

Explanation: During execution of a query from the<br />

browser by a URL, an invalid column name was used,<br />

but that column is forbidden for use in the query.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, you must remove the invalid<br />

column from the URL <strong>and</strong> execute the query again, or<br />

try using the browser Back button to return to a valid<br />

state in the browser <strong>and</strong> allow Rational Asset Analyzer<br />

to issue the URLs correctly by selecting a link from the<br />

user interface. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6252E<br />

WsaaJar<br />

Invalid value for JOIN parameter: urlval<br />

Explanation: During execution of a query from the<br />

browser by a URL, an invalid JOIN value was<br />

specified. Valid values are INNER <strong>and</strong> LEFT.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, you must specify JOIN=INNER or<br />

JOIN=LEFT <strong>and</strong> execute the query again, or try using<br />

the browser Back button to return to a valid state in<br />

the browser <strong>and</strong> allow Rational Asset Analyzer to issue<br />

the URLs correctly by selecting a link from the user<br />

interface. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6253E<br />

WsaaJar<br />

Invalid value for<br />

ELIMINATEDUPLICATES parameter:<br />

urlval<br />

Explanation: During execution of a query from the<br />

browser by a URL, an invalid<br />

ELIMINATEDUPLICATES value was specified. Valid<br />

values are TRUE <strong>and</strong> FALSE.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, you must specify<br />

ELIMINATEDUPLICATES=TRUE or<br />

ELIMINATEDUPLICATES=FALSE <strong>and</strong> execute the<br />

query again, or try using the browser Back button to<br />

return to a valid state in the browser <strong>and</strong> allow<br />

Rational Asset Analyzer to issue the URLs correctly by<br />

selecting a link from the user interface. Contact your<br />

<strong>IBM</strong> technical-support representative for assistance.<br />

Module:<br />

DMH6254E<br />

WsaaJar<br />

An internal error occurred: error<br />

Explanation: An unexpected error occurred during<br />

invocation of the distributed query servlet because an<br />

attempt was made to access a DB2 table in the Rational<br />

Asset Analyzer metadata schema but the required table<br />

could not be accessed. The specifics of the error are<br />

specified. This is likely due either to an invalid<br />

specification in one of the Rational Asset Analyzer<br />

configuration files for an analyzer or scanner, or to an<br />

invalid specification on the URL itself.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

130 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH6255E • DMH6270E<br />

User response: If you have manually updated the<br />

URL in the browser, check the specific error to<br />

determine whether the problem is with an invalid URL<br />

parameter value or an incorrect specification on one of<br />

the configuration files. You can also try using the<br />

browser Back button to return to a valid state in the<br />

browser <strong>and</strong> allow Rational Asset Analyzer to issue the<br />

URLs correctly by selecting a link from the user<br />

interface. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6255E<br />

WsaaJar<br />

No scanner manager defined for<br />

scanner: name<br />

Explanation: An unexpected error occurred while<br />

executing a distributed query requesting information<br />

about a scanner for which no scanner manager has<br />

been defined. The scanner is indicated in the exception.<br />

The likely cause is an invalid specification for this<br />

scanner in the /assetloc/config/Scanners.cfg file.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, ensure that you have specified the<br />

correct value for CRAWLER= on the URL <strong>and</strong> that this<br />

scanner is completely <strong>and</strong> accurately defined in the<br />

/assetloc/config/Scanners.cfg file. You can also try<br />

using the browser Back button to return to a valid state<br />

in the browser <strong>and</strong> allow Rational Asset Analyzer to<br />

issue the URLs correctly by selecting a link from the<br />

user interface. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6256E<br />

WsaaJar<br />

Expected file filename was not found<br />

Explanation: An attempt was made to retrieve the<br />

contents of file specified, but the file could not be<br />

found or does not exist within the scope of Rational<br />

Asset Analyzer.<br />

System action: The browser action to retrieve the file<br />

contents is stopped <strong>and</strong> the error is displayed.<br />

User response: Ensure that the file exists <strong>and</strong> can be<br />

accessed from the Windows server where Rational<br />

Asset Analyzer is installed, <strong>and</strong> try the operation again.<br />

Module:<br />

DMH6261E<br />

WsaaJar<br />

Unsupported feature<br />

Explanation: An attempt was made to execute a<br />

distributed query URL that requests a language<br />

taxonomy be described, but this feature is not yet<br />

implemented. The URL in question contains<br />

SQL=DESCRIBE <strong>and</strong> TAX_FOR_LANG= parameter<br />

specifications.<br />

System action:<br />

displayed.<br />

The query cannot be run. The error is<br />

User response: Use the browser's Back button to<br />

return to a valid state in the browser <strong>and</strong> allow<br />

Rational Asset Analyzer to issue the URLs correctly by<br />

selecting a link from the user interface. Contact your<br />

<strong>IBM</strong> technical-support representative for assistance.<br />

Module:<br />

WsaaJar<br />

DMH6264E Invalid value for resultsnum parameter: 1<br />

Explanation: An attempt was made to execute a<br />

distributed query URL with an invalid value for either<br />

the NUM_RESULTS= or START_RESULT= parameter.<br />

Valid values are greater than or equal to 0 or 1,<br />

respectively.<br />

System action: The browser action is stopped, <strong>and</strong> the<br />

error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, ensure that you have specified the<br />

correct value for NUM_RESULTS= or START_RESULT=<br />

on the URL <strong>and</strong> execute the process again. You can also<br />

try using the browser Back button to return to a valid<br />

state in the browser <strong>and</strong> allow Rational Asset Analyzer<br />

to issue the URLs correctly by selecting a link from the<br />

user interface. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6269E<br />

WsaaJar<br />

Unable to create error log file; errors<br />

will not be logged.<br />

Explanation: During initialization of the distributed<br />

query servlet, the logs could not be created properly.<br />

System action: Processing continues as usual, but<br />

errors cannot be logged.<br />

User response: Examine other error logs for<br />

information that may be pertinent to this error. It could<br />

be that the directory in which the postprocessing logs<br />

are kept is not accessible or does not have the proper<br />

authority. Consult your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6270E<br />

WsaaJar<br />

Unable to initialize mgrname<br />

Explanation: During initialization of the distributed<br />

query servlet, an exception occurred while trying to<br />

initialize the database, scanner manager, or analyzer<br />

manager identified in the configuration files.<br />

System action: Processing stops. The query servlet<br />

cannot be initialized, thus preventing the Rational Asset<br />

Analyzer product itself from being loaded when HTTP<br />

or WebSphere Application Server is started. This is a<br />

critical error preventing any operation of the product.<br />

Rational Asset Analyzer messages 131


DMH6272E • DMH6295E<br />

User response: Examine the error logs for information<br />

on the configuration of the scanner or analyzer<br />

managers, or any issues with connecting to the<br />

database itself. Consult your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6272E<br />

WsaaJar<br />

Unable to read the forbidden query<br />

columns<br />

Explanation: During initialization of the distributed<br />

query servlet, an exception occurred while trying to<br />

read the forbiddenQueryColumns located in the<br />

/assetloc/config/EColabraApplication.cfg file.<br />

System action: Processing stops. The query servlet<br />

cannot be initialized, thus preventing the Rational Asset<br />

Analyzer product itself from being loaded when HTTP<br />

or WebSphere Application Server is started. This is a<br />

critical error preventing any operation of the product.<br />

User response: If you have inadvertently updated the<br />

value in the /assetloc/config/<br />

EColabraApplication.cfg configuration file, you must<br />

reset it to its original content <strong>and</strong> try the operation<br />

again. Ensure that the configuration file exists <strong>and</strong> can<br />

be accessed. Consult your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6273E<br />

WsaaJar<br />

Problems occurred in processorname<br />

Explanation: An exception occurred during execution<br />

of a query from the distributed user interface.<br />

System action: The query execution is stopped, <strong>and</strong><br />

the error is displayed in the browser.<br />

User response: Examine the Rational Asset Analyzer<br />

logs for any information related to the query exception.<br />

Use the browser Back button to return to a valid state<br />

in the browser <strong>and</strong> try the operation again after fixing<br />

any problems. Consult your <strong>IBM</strong> technical-support<br />

representative for more assistance.<br />

Module:<br />

DMH6274E<br />

WsaaJar<br />

featurename is not yet implemented<br />

Explanation: An attempt was made to execute a<br />

distributed query URL that requests a language<br />

taxonomy be described, but this feature is not yet<br />

implemented. The URL in question contains<br />

SQL=DESCRIBE <strong>and</strong> TAX_FOR_LANG= parameter<br />

specifications.<br />

System action:<br />

displayed.<br />

The query cannot be run. The error is<br />

User response: Use the browser's Back button to<br />

return to a valid state in the browser <strong>and</strong> allow<br />

Rational Asset Analyzer to issue the URLs correctly by<br />

selecting a link from the user interface. Contact your<br />

<strong>IBM</strong> technical-support representative for assistance.<br />

Module:<br />

DMH6276E<br />

WsaaJar<br />

viewmgrname is not available<br />

Explanation: An unexpected error occurred during<br />

invocation of the distributed query servlet due to a<br />

request to query views using the SQL=VIEW<br />

parameter, but the View Manager is not activated.<br />

System action: The distributed functionality cannot be<br />

invoked from the browser. The error is displayed.<br />

User response: Use the browser Back button to return<br />

to a valid state in the browser <strong>and</strong> allow Rational Asset<br />

Analyzer to issue the URLs correctly by selecting a link<br />

from the user interface. Contact your <strong>IBM</strong><br />

technical-support representative for assistance.<br />

Module:<br />

DMH6278E<br />

WsaaJar<br />

Table not found for type<br />

Explanation: An exception occurred during execution<br />

of a distributed table because the DB2 table associated<br />

with a scanner or analyzer could not be found in the<br />

Rational Asset Analyzer metadata schema. Either the<br />

table names are incorrectly specified in the<br />

/assetloc/config/Scanners.cfg or<br />

/assetloc/config/Analyzers.cfg configuration files or<br />

the database was created incorrectly.<br />

System action: The distributed query cannot be<br />

executed. The error is displayed.<br />

User response: Ensure that you have correctly<br />

identified the DB2 tables associated with your scanners<br />

<strong>and</strong> analyzers by verifying the definitions in the<br />

Scanners.cfg <strong>and</strong> Analyzer.cfg configuration files.<br />

Also, ensure that the tables identified in these<br />

configuration files exist in the Rational Asset Analyzer<br />

database. Try the operation again after correcting any<br />

errors. Consult your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH6295E<br />

WsaaJar<br />

WRONG DATE FORMAT<br />

Explanation: During execution of a distributed query,<br />

an invalid date format was specified for the DATE=<br />

URL parameter. A valid date value must in the format<br />

yyyy/MM/dd.<br />

System action: The distributed query cannot be run.<br />

The error is displayed.<br />

User response: If you have manually updated the<br />

URL in the browser, ensure that you have specified the<br />

correct value for DATE= in the format expected. You<br />

can also try using the browser Back button to return to<br />

a valid state in the browser <strong>and</strong> allow Rational Asset<br />

Analyzer to issue the URLs correctly by selecting a link<br />

from the user interface. Contact your <strong>IBM</strong><br />

132 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH6296E • DMH6303E<br />

technical-support representative for assistance.<br />

Module:<br />

DMH6296E<br />

WsaaJar<br />

Column name does not exist in the<br />

analyzer table or in the scanner table<br />

Explanation: An unexpected exception has occurred<br />

while attempting to run a distributed search because<br />

one or more column names specified for that search are<br />

not valid for the asset type.<br />

System action: The search request is stopped. The<br />

error is displayed.<br />

User response: If you have manually updated the<br />

/assetloc/config/Framework.xml file, you must ensure<br />

that valid column names are specified. Revert back to<br />

the original copy of Framework.xml shipped with the<br />

product <strong>and</strong> try your search request again.<br />

Module:<br />

DMH6297E<br />

WsaaJar<br />

: Invalid value argval specified<br />

Explanation: An unexpected exception has occurred<br />

while attempting to run a distributed search because<br />

one or more search values specified are not valid.<br />

System action: The search request is stopped. The<br />

error is displayed.<br />

User response: If you have manually updated the<br />

/assetloc/config/Framework.xml file, you must ensure<br />

that valid column names are specified. Revert back to<br />

the original copy of Framework.xml shipped with the<br />

product <strong>and</strong> try your search request again. Contact<br />

your <strong>IBM</strong> technical-support representative for<br />

assistance.<br />

Module:<br />

DMH6298E<br />

WsaaJar<br />

There is no analyzer defined<br />

Explanation: An unexpected exception has occurred<br />

while attempting to run a distributed search either<br />

because there is no analyzer defined or because the<br />

DB2 table associated with that analyzer cannot be<br />

found in the Rational Asset Analyzer metadata schema.<br />

System action: The search request is stopped. The<br />

error is displayed.<br />

User response: Ensure that you have correctly<br />

identified the DB2 tables associated with your<br />

analyzers by verifying the definitions in the<br />

/assetloc/config/Analyzer.cfg configuration file.<br />

Also, ensure that the tables identified in this<br />

configuration file exist in your Rational Asset Analyzer<br />

database. Try the operation again after correcting any<br />

errors. Consult your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

WsaaJar<br />

DMH6299E<br />

Attribute value AND|OR|NOT<br />

character is wrong<br />

Explanation: An unexpected error has occurred while<br />

executing a distributed search because the boolean<br />

operators specified are invalid.<br />

System action:<br />

displayed.<br />

The search is stopped. The error is<br />

User response: Consult your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6300E<br />

WsaaJar<br />

Column name does not exist in the<br />

analyzer table<br />

Explanation: An unexpected exception has occurred<br />

while attempting to run a distributed search because<br />

one or more column names specified for that search are<br />

not valid for the asset type.<br />

System action: The search request is stopped. The<br />

error is displayed.<br />

User response: If you have manually updated the<br />

/assetloc/config/Framework.xml file, you must ensure<br />

that valid column names are specified. Revert back to<br />

the original copy of Framework.xml shipped with the<br />

product <strong>and</strong> try your search request again.<br />

Module:<br />

DMH6301E<br />

WsaaJar<br />

Type db2type not presentable<br />

Explanation: This message is displayed among the set<br />

of search results when a type for a column value<br />

represented in DB2 cannot be presented on the browser<br />

as a string value. The message is displayed instead of<br />

the value itself.<br />

System action: The system is functioning normally.<br />

Search results are returned, but values that cannot be<br />

presented properly have this message displayed.<br />

User response:<br />

Module:<br />

DMH6303E<br />

WsaaJar<br />

None<br />

PathName ccpath not legal for ClearCase<br />

Explanation: An exception occurred while trying to<br />

view source from a ClearCase repository, because the<br />

path name specified for access is not a valid ClearCase<br />

path name.<br />

System action: The source cannot be retrieved, so<br />

processing stops. The error is displayed.<br />

User response: This error could occur when a<br />

previously scanned ClearCase repository is no longer<br />

valid or accessible for the path indicated. Verify that<br />

the path specified is valid <strong>and</strong> points to a ClearCase<br />

repository that can be access by Rational Asset<br />

Analyzer. Also verify that source exists at that path. Try<br />

Rational Asset Analyzer messages 133


DMH6322E • DMH6352E<br />

the operation again after fixing any problems.<br />

Module:<br />

WsaaJar<br />

<strong>IBM</strong> technical-support representative for assistance.<br />

Module:<br />

WsaaJar<br />

DMH6322E<br />

Cannot read file filename<br />

Explanation: An exception occurred while trying to<br />

view the source specified. The source could not be<br />

found using that path name.<br />

System action: The source cannot be retrieved, so<br />

processing stops. The error is displayed.<br />

User response: This error occurs because an asset has<br />

been scanned using the specified path, <strong>and</strong> that asset<br />

cannot be located from a browser request to view the<br />

source. Either the source no longer exists or the path<br />

cannot be accessed. Ensure that the specified path name<br />

can be found <strong>and</strong> try the operation again.<br />

Module:<br />

WsaaJar<br />

DMH6324W The postprocessor has not completed.<br />

Results may not be accurate.<br />

Explanation: This a warning indicating that<br />

postprocessing for assets being queried or searched in<br />

the browser has not yet completed. Results of<br />

exploration through the browser may not be accurate.<br />

System action: The system is functioning normally,<br />

but all results are not yet committed, because scanning<br />

<strong>and</strong> analysis are not complete.<br />

User response: Wait for postprocessing to finish for<br />

the assets you are exploring in the browser before<br />

continuing the exploration.<br />

Module:<br />

WsaaJar<br />

DMH6341E<br />

Cannot initialize System tables<br />

Explanation: An unexpected error occurred while<br />

attempting to initialize the product tables used during<br />

Rational Asset Analyzer processing. These tables are<br />

used during the scanning, analysis, postprocessing, <strong>and</strong><br />

exploration activities.<br />

System action: The process being run at the time of<br />

the exception is stopped. Processing can continue,<br />

although it is likely that this error will occur again,<br />

requiring that it be resolved before Rational Asset<br />

Analyzer can function normally. The errors are logged.<br />

User response: Examine the logs for causes of the<br />

exception as specified in the error message <strong>and</strong> try the<br />

operation again. Contact your <strong>IBM</strong> technical-support<br />

representative if the problems cannot be resolved.<br />

Module:<br />

DMH6350E<br />

WsaaJar<br />

Just one parameter for refs is supported<br />

Explanation: During postprocessing, an invalid<br />

attempt was made to add reference links because<br />

multiple parameters were specified when only one was<br />

expected.<br />

System action: Postprocessing for the current asset is<br />

stopped. Processing continues for the next asset.<br />

User response: Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

WsaaJar<br />

DMH6325E<br />

The query is too complex. Please select<br />

fewer properties to scope your search.<br />

Explanation: An exception occurred during a search<br />

for assets from the browser because too many columns<br />

were selected as search criteria.<br />

System action: The search cannot be performed. The<br />

error is displayed.<br />

User response: Select fewer columns for the search<br />

criteria <strong>and</strong> attempt the search again.<br />

Module:<br />

DMH6326E<br />

WsaaJar<br />

An SQL error occurred: sqlerr<br />

Explanation: An exception occurred during a search<br />

for assets from the browser because of an SQL error.<br />

The exact error is shown.<br />

System action: The search cannot be performed. The<br />

error is displayed.<br />

User response: Examine the SQL error <strong>and</strong> attempt to<br />

fix any problems. Try the search again or contact your<br />

DMH6351E<br />

Just string parameter is supported for<br />

refs<br />

Explanation: During postprocessing, an invalid<br />

attempt was made to add reference links because a<br />

parameter was specified that was not a string. A string<br />

type was expected.<br />

System action: Postprocessing for the current asset is<br />

stopped. Processing continues for the next asset.<br />

User response: Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6352E<br />

WsaaJar<br />

Duplicate contained entities, parents, for<br />

entity in table tblname index idxname<br />

Explanation: An exception occurred during<br />

postprocessing while attempting to find the container<br />

for the asset being processed. Multiple containers were<br />

found when only one is expected.<br />

System action: Postprocessing for the current asset is<br />

stopped. Processing continues for the next asset.<br />

134 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH6353E • DMH7021I<br />

User response: Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6353E<br />

WsaaJar<br />

Table does not exist tblname<br />

Explanation: An unexpected error occurred during<br />

postprocessing because the specified table could not be<br />

found in the Rational Asset Analyzer metadata schema<br />

in the database.<br />

System action: Postprocessing for the current asset is<br />

stopped. Processing continues for the next asset.<br />

User response: Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6370E<br />

WsaaJar<br />

Table does not exist tblname<br />

Explanation: An unexpected error occurred during<br />

postprocessing because the specified table could not be<br />

found in the Rational Asset Analyzer metadata schema<br />

in the database.<br />

System action: Table initialization fails <strong>and</strong><br />

postprocessing for the current asset is stopped. The<br />

error is logged, <strong>and</strong> processing continues for the next<br />

asset.<br />

User response: Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6380E<br />

WsaaJar<br />

An error has occurred determining the<br />

new URL space id<br />

Explanation: An unexpected database error has<br />

occurred while attempting to determine the next valid<br />

identifier to use for a URL space to be stored in the<br />

database.<br />

System action: Initialization fails <strong>and</strong> analysis <strong>and</strong><br />

postprocessing stops for the current asset. The error is<br />

logged, <strong>and</strong> processing continues for the next asset.<br />

User response: Consult the logs to determine if the<br />

database error is a result of access or communications<br />

problems <strong>and</strong> try the operation again after solving the<br />

problem. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH6381E<br />

WsaaJar<br />

Bad containment type<br />

Explanation: During postprocessing for an EAR or<br />

WAR file asset, an invalid containment for the URL was<br />

encountered.<br />

System action: Storing of the asset fails. Analysis<br />

continues for the next asset.<br />

User response:<br />

Module:<br />

DMH7014I<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

No Layer Manager is running<br />

Explanation: This is an informational message<br />

indicating that there is no Java Processor Layer<br />

Manager running, but a request to stop it has been<br />

issued.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7015E<br />

WsaaJar<br />

The system is functioning properly.<br />

None<br />

Failed to validate bridge<br />

Explanation: During initialization of the Java<br />

processor, a failure occurred while validating the data<br />

for initialization.<br />

System action: Processing stops for the current pattern<br />

detector. Processing continues with the next pattern<br />

detector.<br />

User response: Validate that the pattern detector<br />

configuration files <strong>and</strong> the runtime environment are<br />

correct. Try to reactivate Rational Asset Analyzer.<br />

Contact your <strong>IBM</strong> technical-support representative for<br />

further assistance.<br />

Module:<br />

DMH7016E<br />

WsaaJar<br />

Problem running layer: layermgr<br />

Explanation: An exception occurred while running the<br />

specified pattern detector during postprocessing.<br />

System action: Processing stops for the current pattern<br />

detector instance. Processing continues with the next<br />

pattern detector instance.<br />

User response:<br />

Module:<br />

DMH7020I<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

PatternDetector - Start Engine name<br />

Explanation: This is an informational message logged<br />

when the specified pattern detector engine is started.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7021I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

PatternDetector - End Engine name<br />

Explanation: This is an informational message logged<br />

when the specified pattern detector engine is finished.<br />

System action:<br />

User response:<br />

The system is functioning normally.<br />

None<br />

Rational Asset Analyzer messages 135


DMH7022I • DMH7082E<br />

Module:<br />

DMH7022I<br />

WsaaJar<br />

PatternDetector - Start Server:<br />

serverName - Server i/total<br />

Explanation: This is an informational message logged<br />

when the pattern detector server is started.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7023I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

PatternDetector - End Server<br />

Explanation: This is an informational message logged<br />

when the pattern detector server is finished.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7024I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

PatternDetector - Start Scope i/total<br />

Explanation: This is an informational message logged<br />

when entering the scope of a pattern detection<br />

operation.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7025I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

PatternDetector - End Scope<br />

Explanation: This is an informational message logged<br />

when entering the scope of a pattern detection<br />

operation.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7060I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

\n\n------------------------ a pattern was<br />

found !!! ------------------------\n<br />

Explanation: This is an informational message written<br />

to the log indicating that a pattern was found during<br />

pattern detection processing. More information on the<br />

results follows this message in the log.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

DMH7061I<br />

Containing class jar/dir:name<br />

Explanation: This is an informational message written<br />

to the log indicating that the specified JAR file or<br />

directory was found to contain a pattern instance<br />

undergoing pattern detection processing.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7062I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Containing class location: name<br />

Explanation: This is an informational message written<br />

to the log indicating that the specified class was found<br />

to contain a pattern instance undergoing pattern<br />

detection processing.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7080E<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

No Servers defined<br />

Explanation: An exception occurred while attempting<br />

to retrieve the servers for processing using the pattern<br />

detector. There were no servers to retrieve.<br />

System action: Processing stops for the current pattern<br />

detector instance. Processing continues with the next<br />

pattern detector instance.<br />

User response: Ensure that you have properly<br />

configured the system to perform pattern detection by<br />

specifying servers for processing. Try the operation<br />

again or contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH7081I<br />

WsaaJar<br />

Stopping the analysis<br />

Explanation: During postprocessing analysis, a signal<br />

was received to stop processing.<br />

System action: The system is functioning normally.<br />

Processing is stopped <strong>and</strong> the message is logged.<br />

User response:<br />

Module:<br />

DMH7082E<br />

WsaaJar<br />

None<br />

Problem analyzing server: name<br />

Explanation: An error was encountered during pattern<br />

detector analysis.<br />

System action: The current server analysis using the<br />

pattern detector is stopped <strong>and</strong> the error is logged.<br />

Processing continues with the next server.<br />

User response: Examine the error logs to determine if<br />

the issue can be resolved locally <strong>and</strong> try the operation<br />

136 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH7083E • DMH7202E<br />

again. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH7083E<br />

WsaaJar<br />

Problem analyzing server<br />

Explanation: An error was encountered during pattern<br />

detector analysis.<br />

System action: The current server analysis using the<br />

pattern detector is stopped, <strong>and</strong> the error is logged.<br />

Processing continues with the next server.<br />

User response: Examine the error logs to determine if<br />

the issue can be resolved locally <strong>and</strong> try the operation<br />

again. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

DMH7120E<br />

WsaaJar<br />

No Parent allowed here<br />

Explanation: An unexpected error occurred when an<br />

attempt was made to set parent information where it is<br />

not allowed.<br />

System action: Processing for the current scope using<br />

the pattern detector is stopped. Processing continues<br />

with the next scope.<br />

User response:<br />

Module:<br />

DMH7140E<br />

WsaaMain<br />

Contact <strong>IBM</strong> Software Support.<br />

Not legal as Source name<br />

Explanation: An unexpected error occurred because a<br />

method was called during pattern detection<br />

postprocessing but this method is not supported for the<br />

class specified.<br />

System action: Postprocessing is stopped for the<br />

current asset, <strong>and</strong> the error is logged. Processing<br />

continues for the next asset.<br />

User response:<br />

representative.<br />

Module:<br />

DMH7150E<br />

WsaaJar<br />

Consult your <strong>IBM</strong> technical-support<br />

Not legal as Source name<br />

Explanation: An unexpected error occurred because a<br />

method was called during pattern detection<br />

postprocessing, but this method is not supported for<br />

the class specified.<br />

System action: Postprocessing is stopped for the<br />

current asset, <strong>and</strong> the error is logged. Processing<br />

continues for the next asset.<br />

User response:<br />

representative.<br />

Module:<br />

WsaaJar<br />

Consult your <strong>IBM</strong> technical-support<br />

DMH7181E<br />

Class not found in repository name<br />

Explanation: An unexpected error occurred because<br />

an attempt was made to find a class in Rational Asset<br />

Analyzer during pattern detection postprocessing, but<br />

the class name is invalid or the class does not exist.<br />

System action: Postprocessing is stopped for the<br />

current asset, <strong>and</strong> the error is logged. Processing<br />

continues for the next asset.<br />

User response:<br />

representative.<br />

Module:<br />

DMH7200E<br />

WsaaMain<br />

Consult your <strong>IBM</strong> technical-support<br />

Cannot report pattern<br />

Explanation: An error occurred during pattern<br />

detection postprocessing while attempting to report a<br />

pattern found.<br />

System action: Postprocessing is stopped for the<br />

current asset, <strong>and</strong> the error is logged. Processing<br />

continues for the next asset.<br />

User response:<br />

representative.<br />

Module:<br />

DMH7201E<br />

WsaaJar<br />

Consult your <strong>IBM</strong> technical-support<br />

Problem while trying to find source<br />

Explanation: An error occurred during pattern<br />

detection postprocessing while attempting to find the<br />

source component for a found pattern.<br />

System action: The pattern detector is stopped for the<br />

current asset, <strong>and</strong> the error is logged. Processing<br />

continues for the next asset.<br />

User response:<br />

representative.<br />

Module:<br />

DMH7202E<br />

WsaaJar<br />

Consult your <strong>IBM</strong> technical-support<br />

Problem while trying to find target<br />

Explanation: An error occurred during pattern<br />

detection postprocessing while attempting to find the<br />

target component for a found pattern.<br />

System action: The pattern detector is stopped for the<br />

current asset, <strong>and</strong> the error is logged. Processing<br />

continues for the next asset.<br />

User response:<br />

representative.<br />

Module:<br />

WsaaJar<br />

Consult your <strong>IBM</strong> technical-support<br />

Rational Asset Analyzer messages 137


DMH7204E • DMH7261E<br />

DMH7204E<br />

Problem with link<br />

Explanation: An error occurred during pattern<br />

detection postprocessing while attempting to store a<br />

found link in the Rational Asset Analyzer database.<br />

System action: Postprocessing is stopped for the<br />

current asset, <strong>and</strong> the error is logged. Processing<br />

continues for the next asset.<br />

User response: Verify database access. Consult your<br />

<strong>IBM</strong> technical-support representative for further<br />

assistance.<br />

Module:<br />

DMH7220E<br />

WsaaJar<br />

Cannot load components configuration<br />

file<br />

Explanation: An error occurred while attempting to<br />

load information from the pattern detector<br />

configuration file. This configuration file defines the<br />

patterns to detect. The specifics of the error are<br />

included in the message.<br />

System action: The postprocessor for pattern detection<br />

cannot be initialized. Processing is stopped, <strong>and</strong> the<br />

error is logged. Processing continues for the next<br />

postprocessor.<br />

User response: Ensure that the pattern detection<br />

configuration files located in /assetloc/config/<br />

patterns exist <strong>and</strong> are accessible to Rational Asset<br />

Analyzer. Consult your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH7222E<br />

WsaaMain<br />

No pattern for name: name<br />

Explanation: An error occurred during pattern<br />

detection postprocessing because the specified pattern<br />

has not been defined.<br />

System action: Postprocessing is stopped, <strong>and</strong> the<br />

error is logged. Processing continues for the next asset.<br />

User response:<br />

representative.<br />

Module:<br />

DMH7223E<br />

WsaaMain<br />

Consult your <strong>IBM</strong> technical-support<br />

Cannot instantiate verifier with class<br />

name<br />

Explanation: An error occurred during pattern<br />

detection postprocessing because the specified class<br />

name was defined as a verifier for the component<br />

locator, but it is not defined or cannot be found in<br />

Rational Asset Analyzer.<br />

System action: Postprocessing is stopped, <strong>and</strong> the<br />

error is logged. Processing continues for the next asset.<br />

User response: If you have manually updated the<br />

pattern detection configuration files in<br />

/assetloc/config/patterns, ensure that you have<br />

correctly specified the verifier class names. You may<br />

need to revert back to the configuration files shipped<br />

with Rational Asset Analyzer. Consult your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH7224E<br />

WsaaMain<br />

This pattern is already defined name<br />

Explanation: An error occurred during pattern<br />

detection postprocessing because the specified pattern<br />

has already been defined in another pattern<br />

configuration file.<br />

System action: Postprocessing is stopped, <strong>and</strong> the<br />

error is logged. Processing continues for the next asset.<br />

User response: If you have manually updated the<br />

pattern detection configuration files in<br />

/assetloc/config/patterns, ensure that you have<br />

correctly specified the patterns for detection <strong>and</strong> that<br />

each pattern occurs once. You may need to revert back<br />

to the configuration files shipped with Rational Asset<br />

Analyzer. Consult your <strong>IBM</strong> technical-support<br />

representative.<br />

Module:<br />

DMH7260E<br />

WsaaMain<br />

Cannot create War ClassLoaderInfo:<br />

warfile<br />

Explanation: An error occurred during postprocessing<br />

for pattern detection because the specified WAR file<br />

details cannot be accessed by Rational Asset Analyzer<br />

or the data in the database is in an inconsistent state.<br />

System action: Postprocessing is stopped for the<br />

current asset. Processing continues for the next asset.<br />

User response: Contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH7261E<br />

WsaaJar<br />

Cannot get ear location for ear:<br />

earlocation filetype: filelocation<br />

Explanation: An error occurred during postprocessing<br />

for pattern detection because the location of the EAR is<br />

not correct. The scope for pattern detection cannot be<br />

established for the current asset.<br />

System action: Postprocessing is stopped for the<br />

current asset. Processing continues for the next asset.<br />

User response: Contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

WsaaJar<br />

138 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH7262E • DMH7311I<br />

DMH7262E<br />

Cannot create EJB JAR ClassLoaderInfo:<br />

ejbjarname<br />

Explanation: An error occurred during postprocessing<br />

for pattern detection because the specified EJB JAR file<br />

details cannot be accessed by Rational Asset Analyzer<br />

or the data in the database is in an inconsistent state.<br />

System action: Postprocessing is stopped for the<br />

current asset. Processing continues for the next asset.<br />

User response: Contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH7280E<br />

WsaaJar<br />

No servers defined<br />

Explanation: An exception occurred while attempting<br />

to retrieve the servers for processing using the pattern<br />

detector. There were no servers to retrieve.<br />

System action: Processing stops for the current pattern<br />

detector instance. Processing continues with the next<br />

pattern detector instance.<br />

User response: Ensure that you have properly<br />

configured the system to perform pattern detection by<br />

specifying servers for processing. Try the operation<br />

again or contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH7281I<br />

WsaaJar<br />

Stopping the analysis<br />

Explanation: During postprocessing analysis, a signal<br />

was received to stop processing.<br />

System action: The system is functioning normally.<br />

Processing is stopped <strong>and</strong> the message is logged.<br />

User response:<br />

Module:<br />

DMH7282E<br />

WsaaJar<br />

None<br />

Problem analyzing server: name<br />

Explanation: An error was encountered during pattern<br />

detector analysis.<br />

System action: The current server analysis using the<br />

pattern detector, <strong>and</strong> the error is logged. Processing<br />

continues with the next server.<br />

User response: Examine the error logs to determine if<br />

the issue can be resolved locally <strong>and</strong> try the operation<br />

again. Contact your <strong>IBM</strong> technical-support<br />

representative for assistance.<br />

Module:<br />

WsaaJar<br />

DMH7290E<br />

Problem parsing XML<br />

Explanation: An error has occurred while parsing the<br />

pattern detection XML during postprocessing. The<br />

reason for the error is specified.<br />

System action: Postprocessing is stopped for the<br />

current asset. Processing continues for the next asset.<br />

User response: Examine the logs for information on<br />

why the error occurred. It may be that the XML file is<br />

invalid. If you have updated the configuration files in<br />

/assetloc/config/patterns, revert back to the original<br />

files shipped with Rational Asset Analyzer <strong>and</strong> try the<br />

operation again. Consult your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH7291E<br />

WsaaJar<br />

Unable to load file<br />

Explanation: An error has occurred while attempting<br />

to access a pattern detection XML configuration file<br />

specified during postprocessing.<br />

System action: Postprocessing is stopped for the<br />

current asset. Processing continues for the next asset.<br />

User response: Examine the logs for information on<br />

why the error occurred. It may be that the<br />

configuration file cannot be accessed or opened or that<br />

it is invalid XML. If you have updated the<br />

configuration files in /assetloc/config/patterns,<br />

revert back to the original files shipped with Rational<br />

Asset Analyzer <strong>and</strong> try the operation again. If you use<br />

the developed or assembled pattern detector, verify that<br />

the runtime configuration files in the pattern detector<br />

definition are correct. Consult your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH7310I<br />

WsaaJar<br />

PatternDetector - Start prepare structure<br />

Explanation: This is an informational message written<br />

to the log indicating that the pattern detector has<br />

started preparing the structure.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7311I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

PatternDetector - End Prepare structure<br />

Explanation: This is an informational message written<br />

to the log indicating that the pattern detector has<br />

finished preparing the structure.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Rational Asset Analyzer messages 139


DMH7312I • DMH7352E<br />

DMH7312I<br />

PatternDetector - End searching patterns<br />

Explanation: This is an informational message written<br />

to the log indicating that the pattern detector has<br />

finished searching patterns.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7313I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

PatternDetector - Start searching<br />

patterns<br />

Explanation: This is an informational message written<br />

to the log indicating that the pattern detector has<br />

started searching patterns.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7330E<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Cannot get config from configuration<br />

file<br />

Explanation: An unexpected exception occurred while<br />

attempting to read configuration information during<br />

analysis of Java assets.<br />

System action: Postprocessing for the set of Java<br />

assets is stopped. Processing continues with the next<br />

postprocessor.<br />

User response:<br />

Module:<br />

DMH7331E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

There is a problem with analyzing<br />

scopes: name<br />

Explanation: A general exception occurred in the Java<br />

analyzer while analyzing scopes during pattern<br />

detection processing. The specific cause of the error is<br />

contained in the message.<br />

System action: Pattern detection for the current scope<br />

is stopped. Processing continues with the next pattern<br />

detector scope.<br />

User response: Examine the logs to determine<br />

whether the error can be resolved <strong>and</strong> try the operation<br />

again. Consult your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH7332E<br />

WsaaJar<br />

Missing Classes in Scope: classlist<br />

Explanation: During pattern detection processing<br />

within the Java analyzer, an exception occurred because<br />

the Java classes specified were encountered but are not<br />

within the scope defined for the analysis process.<br />

System action:<br />

Pattern detection for the current scope<br />

is stopped. Processing continues with the next pattern<br />

detector scope.<br />

User response: Ensure that the set of classes identified<br />

exists <strong>and</strong> can be accessed for the scope defined to<br />

Rational Asset Analyzer during pattern detection<br />

processing. Try the operation again. If you use the<br />

development or runtime pattern detector, verify that<br />

those classes are in the runtime configuration. If you<br />

use the runtime pattern detector, ensure that the classes<br />

are in one of the directories of WS_EXT_DIR of the<br />

scanning root definition. Consult your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH7340E<br />

WsaaJar<br />

No such Export: name<br />

Explanation: During initialization of the configuration<br />

for the Java analyzer used by the pattern detector, an<br />

error occurred because an export type was identified<br />

that is not a valid class in Rational Asset Analyzer.<br />

System action: Pattern detection for the scope is<br />

stopped. Processing continues with the next scope.<br />

User response:<br />

Module:<br />

DMH7341E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Not a legal BlackBox Name: name<br />

Explanation: An unexpected internal error occurred<br />

during Java analysis pattern detection.<br />

System action: Pattern detection for the set of Java<br />

assets is stopped. Processing continues with the next<br />

scope.<br />

User response:<br />

Module:<br />

DMH7351E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

No extractable resources found in config<br />

file<br />

Explanation: An exception occurred during<br />

initialization of the pattern detector process for Java<br />

because the configuration does not specify any<br />

extractors. The cause of the exception is detailed in the<br />

message.<br />

System action: Postprocessing for the set of Java<br />

assets is stopped. Processing continues with the next<br />

postprocessor.<br />

User response:<br />

Module:<br />

DMH7352E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

No value for type: name<br />

Explanation: An exception occurred during<br />

initialization of the pattern detector process for Java<br />

because the configuration does not contain a value for<br />

140 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH7353E • DMH7412E<br />

the property specified. The cause of the exception is<br />

detailed in the message.<br />

System action: Pattern detection for the set of Java<br />

assets is stopped. Processing continues with the next<br />

scope.<br />

User response:<br />

Module:<br />

DMH7353E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Cannot create configuration: cfgerror<br />

Explanation: An exception occurred during<br />

initialization of the pattern detector process for Java<br />

because the configuration could not be created. The<br />

cause of the error is included in the message.<br />

System action: Postprocessing for the set of Java<br />

assets is stopped. Processing continues with the next<br />

postprocessor.<br />

User response:<br />

Module:<br />

DMH7380E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Method not found name<br />

Explanation: During Java pattern detection processing,<br />

the specified method was not found when expected<br />

within the call graph.<br />

System action: The error is logged <strong>and</strong> postprocessing<br />

continues for the current asset. The resulting<br />

information may not be complete.<br />

User response: Examine the error log to determine<br />

whether the correct source is being analyzed <strong>and</strong> the<br />

specified method exists as expected. Resolve the errors<br />

if possible <strong>and</strong> try the operation again. Contact your<br />

<strong>IBM</strong> technical-support representative for further<br />

assistance.<br />

Module:<br />

DMH7381E<br />

WsaaMain<br />

Not a method type<br />

Explanation: During Java pattern detection processing,<br />

a method was found, but it was not a valid method<br />

type as expected.<br />

System action: The error is logged <strong>and</strong> postprocessing<br />

continues for the current asset. The resulting<br />

information may not be complete.<br />

User response: Examine the error log to determine<br />

whether the correct source is being analyzed <strong>and</strong> the<br />

specified method exists as expected. Resolve the errors<br />

if possible <strong>and</strong> try the operation again. Contact your<br />

<strong>IBM</strong> technical-support representative for further<br />

assistance.<br />

Module:<br />

WsaaMain<br />

DMH7382E<br />

No appropriate Type nodetype<br />

Explanation: During Java pattern detection processing,<br />

a node specified was found with an invalid type.<br />

System action: The error is logged <strong>and</strong> postprocessing<br />

continues for the current asset. The resulting<br />

information may not be complete.<br />

User response:<br />

Module:<br />

DMH7410E<br />

WsaaMain<br />

Contact <strong>IBM</strong> Software Support.<br />

Problems with the XML pattern<br />

definition.<br />

Explanation: An attempt was made to construct a<br />

pattern from information in the pattern configuration<br />

file, but the pattern could not be created based on<br />

existing information. The cause of the error is included<br />

in the message.<br />

System action: Processing continues, but no results<br />

will be produced for the current pattern because it<br />

cannot be constructed.<br />

User response:<br />

Module:<br />

DMH7411E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

In this version, there should be only<br />

one instructions sequence per pattern.<br />

Explanation: During construction of a pattern based<br />

on information in the pattern detection configuration<br />

file, multiple sequences were found, but only one<br />

sequence per pattern is supported at this time. The<br />

configuration for this pattern is invalid <strong>and</strong> cannot be<br />

constructed.<br />

System action: Processing continues, but no results<br />

will be produced for the current pattern because it<br />

cannot be constructed.<br />

User response:<br />

Module:<br />

DMH7412E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

The following type is illegal for<br />

oper<strong>and</strong>-resolution element: name<br />

Explanation: The specified oper<strong>and</strong> type was found<br />

during construction of a pattern based on information<br />

in the pattern detection configuration file, but this<br />

oper<strong>and</strong> is not supported.<br />

System action: Processing continues, but no results<br />

will be produced for the current pattern because it<br />

cannot be constructed.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 141


DMH7425I • DMH7521E<br />

DMH7425I<br />

Was Not Resolved<br />

Explanation: This message records the fact that a<br />

pattern was not resolved during pattern detection<br />

processing.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7440E<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

The new ClassLoader is already in a<br />

chain of existing ClassLoader; new CL:<br />

newclassloader existingCL:<br />

existingclassloader<br />

Explanation: During construction of the scopes for<br />

pattern detection, an attempt was made to add a class<br />

loader to the set of existing class loaders used to define<br />

the scope, but the new class loader is already in the<br />

chain.<br />

System action: Postprocessing is stopped for the<br />

current pattern detector operation, <strong>and</strong> the error is<br />

logged. Processing continues with the next<br />

postprocessor.<br />

User response:<br />

Module:<br />

DMH7441E<br />

WsaaMain<br />

Contact <strong>IBM</strong> Software Support.<br />

One of the existing ClassLoaders is in<br />

the chain of the new ClassLoader; new<br />

CL: newclassloader existingCL:<br />

existingclassloader<br />

Explanation: During construction of the scopes for<br />

pattern detection, an existing class loader was detected<br />

within the chain of new class loaders.<br />

System action: Postprocessing is stopped for the<br />

current pattern detector operation, <strong>and</strong> the error is<br />

logged. Processing continues with the next<br />

postprocessor.<br />

User response:<br />

Module:<br />

DMH7490E<br />

Explanation:<br />

created.<br />

WsaaMain<br />

Contact <strong>IBM</strong> Software Support.<br />

Failed to create log file filename<br />

The specified log file could not be<br />

System action: Processing continues without the<br />

logging function.<br />

User response: The message specifies the error<br />

encountered while attempting to create the indicated<br />

file. This could be an I/O or other accessibility error.<br />

Ensure that the path in which the logs are being<br />

created exists <strong>and</strong> can be accessed by Rational Asset<br />

Analyzer. Contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH7500E<br />

WsaaJar<br />

Failed to create log writer<br />

Explanation: An attempt was made to obtain write<br />

access to Rational Asset Analyzer log files but an error<br />

occurred.<br />

System action: Processing continues without the<br />

logging function.<br />

User response: The message specifies the error<br />

encountered while attempting to access the log files.<br />

This could be an I/O or other accessibility error. Ensure<br />

that the path in which the logs are being created exists<br />

<strong>and</strong> can be accessed by Rational Asset Analyzer.<br />

Contact your <strong>IBM</strong> technical-support representative for<br />

further assistance.<br />

Module:<br />

DMH7520E<br />

WsaaJar<br />

Cannot locate asset; number of columns<br />

is zero<br />

Explanation: An exception occurred while attempting<br />

to search for an asset. The number of columns specified<br />

in the search is zero.<br />

System action: Processing for the current asset is<br />

stopped, <strong>and</strong> the errors are logged. Processing<br />

continues for the next asset.<br />

User response: Examine the logs for more information<br />

on the error <strong>and</strong> try the operation again after correcting<br />

the problems. Contact your <strong>IBM</strong> technical-support<br />

representative if the issue cannot be resolved.<br />

Module:<br />

DMH7521E<br />

WsaaDbUtil<br />

Invalid table name, Table[tablename]<br />

Explanation: An exception occurred while attempting<br />

to search on Rational Asset Analyzer metadata, because<br />

the specified table name is invalid or cannot be found<br />

in the Rational Asset Analyzer database schema.<br />

System action: Processing for the current asset is<br />

stopped, <strong>and</strong> the errors are logged. Processing<br />

continues for the next asset.<br />

User response: Examine the logs for more information<br />

on the error. Ensure that you have correctly installed<br />

Rational Asset Analyzer according to instructions in the<br />

Configuration <strong>and</strong> Migration Guide. If the table does exist<br />

in the schema, you may have inaccurate information in<br />

one or more of the Rational Asset Analyzer<br />

configuration files. Contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

WsaaDbUtil<br />

142 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH7522E • DMH7561E<br />

DMH7522E<br />

Invalid column name, Table[tablename]<br />

Column[colname]<br />

Explanation: An exception occurred while attempting<br />

to search on Rational Asset Analyzer metadata because<br />

the specified column in the table indicated is invalid or<br />

cannot be found in the Rational Asset Analyzer<br />

database schema.<br />

System action: Processing for the current asset is<br />

stopped, <strong>and</strong> the errors are logged. Processing<br />

continues for the next asset.<br />

User response: Examine the logs for more information<br />

on the error. Ensure that you have correctly installed<br />

Rational Asset Analyzer according to instructions in the<br />

Configuration <strong>and</strong> Migration Guide. If the table does exist<br />

in the schema with the column specified, you may have<br />

inaccurate information in one or more of the Rational<br />

Asset Analyzer configuration files. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

DMH7523E<br />

WsaaDbUtil<br />

Invalid column type, Table[tablename]<br />

Column[colname] Type[coltype]<br />

Explanation: An exception occurred while attempting<br />

to search on Rational Asset Analyzer metadata because<br />

the specified column in the table indicated is found to<br />

have an invalid data type or one that is not recognized<br />

by Rational Asset Analyzer.<br />

System action: Processing for the current asset is<br />

stopped, <strong>and</strong> the errors are logged. Processing<br />

continues for the next asset.<br />

User response: Examine the logs for more information<br />

on the error. Ensure that you have correctly installed<br />

Rational Asset Analyzer according to instructions in the<br />

Configuration <strong>and</strong> Migration Guide. If the table does exist<br />

in the schema with the column specified, <strong>and</strong> the type<br />

of column is valid, contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH7524E<br />

WsaaDbUtil<br />

Ambiguous asset, Table[tablename]:<br />

assetname<br />

Explanation: An unexpected error occurred while<br />

attempting to search for the asset specified in the table<br />

indicated. Rational Asset Analyzer expects a single<br />

result, but multiple results were returned. This error<br />

could indicate an inconsistency in the metadata.<br />

System action: Processing for the current asset is<br />

stopped, <strong>and</strong> the errors are logged. Processing<br />

continues for the next asset.<br />

User response: Examine the logs for more information<br />

on the error. Contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

WsaaDbUtil<br />

DMH7525E<br />

Cannot locate asset: table tablename asset<br />

assetname<br />

Explanation: An unexpected error occurred while<br />

attempting to search for the asset specified in the table<br />

indicated. Rational Asset Analyzer expects that<br />

metadata for this asset has already been created in the<br />

database, but none was found. This error could indicate<br />

an inconsistency in the metadata.<br />

System action: Processing for the current asset is<br />

stopped, <strong>and</strong> the errors are logged. Processing<br />

continues for the next asset.<br />

User response: Examine the logs for more information<br />

on the error. Contact your <strong>IBM</strong> technical-support<br />

representative for further assistance.<br />

Module:<br />

DMH7540E<br />

WsaaDbUtil<br />

Unable to instantiate the class classname.<br />

Explanation: During initialization of the analyzers for<br />

processing, Rational Asset Analyzer was unable to<br />

instantiate the specified class associated with an<br />

analyzer as identified in /assetloc/config/<br />

Analyzers.cfg.<br />

System action: Analysis processing associated with<br />

the invalid class will not be performed. Processing<br />

continues normally.<br />

User response: Ensure that you have correctly<br />

specified the implementingClass value for analyzers in<br />

/assetloc/config/Analyzers.cfg <strong>and</strong> try the operation<br />

again.<br />

Module:<br />

DMH7560E<br />

WsaaJar<br />

XPath name must correspond to XML<br />

Elements<br />

Explanation: An error occurred during analysis<br />

because an invalid XML node was encountered in the<br />

specified path.<br />

System action: Analysis for the current asset is<br />

stopped. Processing continues with the next asset.<br />

User response: The format of the XML file being<br />

processed may be invalid. Check the format of the<br />

WAS4AE developed or assembled environment<br />

definition XML files specified in the<br />

assetloc\config\Admin.cfg configuration file. Contact<br />

your <strong>IBM</strong> technical-support representative for<br />

assistance.<br />

Module:<br />

DMH7561E<br />

WsaaJar<br />

Error while processing xpath: name<br />

Explanation: An error occurred during analysis<br />

because of an exception while processing the XML file<br />

specified. The cause of the error is contained in the<br />

message.<br />

Rational Asset Analyzer messages 143


DMH7571E • DMH7616E<br />

System action: Analysis for the current asset is<br />

stopped. Processing continues with the next asset.<br />

User response: The format of the XML file being<br />

processed may be invalid. Check the format of the<br />

WAS4AE developed or assembled environment<br />

definition XML files specified in the<br />

assetloc\config\Admin.cfg configuration file. Contact<br />

your <strong>IBM</strong> technical-support representative for<br />

assistance.<br />

Module:<br />

DMH7571E<br />

WsaaJar<br />

Error while parsing<br />

Explanation: An error occurred during analysis<br />

because of an exception while parsing an XML file. The<br />

cause of the error is contained in the message.<br />

System action: Analysis for the current asset is<br />

stopped. Processing continues with the next asset.<br />

User response: The format of the XML file being<br />

processed may be invalid. Contact your <strong>IBM</strong><br />

technical-support representative for assistance.<br />

Module:<br />

DMH7600E<br />

WsaaJar<br />

Message key is null<br />

Explanation: While attempting to construct a message<br />

for logging or display on the browser, a null message<br />

identifier was passed to the message framework.<br />

System action: The message cannot be displayed<br />

properly, but information is logged.<br />

User response:<br />

Module:<br />

DMH7601E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Cannot find message associated with<br />

key: message<br />

Explanation: While attempting to construct a message<br />

for logging or display on the browser, an invalid<br />

message identifier specified was passed to the message<br />

framework.<br />

System action: The message cannot be displayed<br />

properly but information is logged.<br />

User response:<br />

Module:<br />

DMH7611E<br />

Explanation:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Expected scope space id was not found<br />

Scope Space id id was not found.<br />

System action: The links computation for this scope<br />

space will be ignored.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH7612E<br />

No scope space was found for a given<br />

asset asset type<br />

Explanation: No scope space was found for a given<br />

asset asset type even though there should be one.<br />

System action: The links computation for this scope<br />

space will be ignored.<br />

User response:<br />

Module:<br />

DMH7613E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Wrong type of an element element string<br />

in array concatenation<br />

Explanation: An element of an object array was not<br />

the same as all the other element in the array.<br />

System action: Processing stops. The object arrays<br />

cannot be concatenated.<br />

User response:<br />

Module:<br />

DMH7614E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Error while trying to search class class<br />

name for patterns, skipping it.<br />

Explanation: Error while trying to search class class<br />

name for patterns, skipping it. A c<strong>and</strong>idate for pattern<br />

has an error in it therefore it will not be processed.<br />

System action: The class will not be considered in the<br />

pattern detector calculation.<br />

User response:<br />

Module:<br />

DMH7615E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Unable to load fileName in module<br />

module at path relative url.<br />

Explanation: Unable to load required file fileName for<br />

configuration.<br />

System action: This is a severe error <strong>and</strong> the Pattern<br />

Detector needs to stop.<br />

User response: Verify your installation. Contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH7616E<br />

WsaaJar<br />

Illegal WebSphere Application Server<br />

version: was version, must be 4 or 5<br />

Explanation: Only WebSphere Application Server<br />

version 4 <strong>and</strong> 5 are supported at this time.<br />

System action: The Pattern detector for this server<br />

will be skipped.<br />

User response: Change the configuration to only scan<br />

WebSphere Application Server version 4 or version 5<br />

servers.<br />

Module:<br />

WsaaJar<br />

144 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH7617E • DMH7626I<br />

DMH7617E<br />

Cannot create ClassLoader for Ear: ear<br />

location, skipping it.<br />

Explanation: Cannot create ClassLoader for Ear: ear<br />

location, skipping it.<br />

System action:<br />

detector<br />

User response:<br />

Module:<br />

DMH7618E<br />

WsaaJar<br />

This Ear will be skipped for pattern<br />

Contact <strong>IBM</strong> Software Support.<br />

File retrieval error, retriever not<br />

supported for Scanner type scanner type.<br />

Explanation: File retrieval error, retriever not<br />

supported for Scanner type scanner type.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7619E<br />

WsaaJar<br />

The asset will not be retrieved.<br />

Contact <strong>IBM</strong> Software Support.<br />

Link type type does not exist between<br />

assets source asset <strong>and</strong> target asset<br />

Explanation: Link type type does not exist between<br />

assets source asset <strong>and</strong> target asset This might be as a<br />

result of incompatible configuration or an error in<br />

Rational Asset Analyzer installation<br />

System action: This link will not be added to the<br />

metadata repository.<br />

User response: Verify your installation. Contact <strong>IBM</strong><br />

Software Support.<br />

Module:<br />

DMH7620E<br />

WsaaJar<br />

Error while trying to run Pattern<br />

Detector on Cell [cell], skipping it.<br />

Explanation: Error while trying to run Pattern<br />

Detector on Cell [cell], skipping it for pattern detection.<br />

System action: This cell will be skipped for pattern<br />

detection <strong>and</strong> the next cell will start.<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH7621W Cell [cell] has no servers, skipping it.<br />

Explanation: A cell requires a server to be analyzed.<br />

The cell [cell] has no server <strong>and</strong> is skipped.<br />

System action: The WebSphere Application Server cell<br />

will not be processed.<br />

User response:<br />

Module:<br />

WsaaJar<br />

None<br />

DMH7622E<br />

Multiple archive manifests found for<br />

RAR file rar id<br />

Explanation: RAR files require only one manifest file;<br />

the application found more.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7623I<br />

Explanation:<br />

WsaaJar<br />

The RAR will be skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Start postprocessor on non incremental<br />

postprocessors<br />

Informational message for status.<br />

System action: Runs all the postprocessors that belong<br />

to this runtime <strong>and</strong> that are not incremental.<br />

User response:<br />

Module:<br />

DMH7624E<br />

WsaaJar<br />

None<br />

postprocessor name does not support<br />

incremental postprocessing<br />

Explanation: The postprocessor does not support<br />

incremental postprocessing but is defined to be<br />

incremental in the configuration file.<br />

System action:<br />

The postprocessor will be skipped.<br />

User response: Change the incremental attribute for<br />

this postprocessor in eColabraApplication.cfg.<br />

Module:<br />

DMH7625E<br />

Explanation:<br />

WsaaJar<br />

Illegal state for scanning root changed<br />

flag: The scanning root state is old flag<br />

<strong>and</strong> the runtime is runtime<br />

The change flag is unknown.<br />

System action: The state will be set to changed to<br />

force the postprocessor to run next time a scan is<br />

performed.<br />

User response:<br />

Module:<br />

DMH7626I<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

Contact <strong>IBM</strong> Software Support.<br />

Start postprocessing on scanning root<br />

scanning root name<br />

WsaaJar<br />

System is functioning normally.<br />

Postprocessing has started.<br />

None<br />

Rational Asset Analyzer messages 145


DMH7627E • DMH7636E<br />

DMH7627E<br />

Cannot get scanning roots to run<br />

postprocessors on them<br />

Explanation: The query to get all the scanning roots in<br />

order to perform postprocessing on them has an<br />

Exception<br />

System action:<br />

The postprocessing will abort<br />

User response: Verify that you have Database<br />

connection. Contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH7628E<br />

WsaaJar<br />

Collection value received for a non-string<br />

field: information field in table table name<br />

Explanation: Since the collection's type isn't a string of<br />

some sort, the mapping to the database is illegal.<br />

System action:<br />

database<br />

User response:<br />

Module:<br />

DMH7629E<br />

WsaaJar<br />

The asset will not be stored in the<br />

Contact <strong>IBM</strong> Software Support.<br />

Can't get Web modules (WAR) for server<br />

[server resource]<br />

Explanation: Can't get Web modules (WAR) for server<br />

[server resource].<br />

System action:<br />

will stop.<br />

User response:<br />

scanning root.<br />

Module:<br />

DMH7630E<br />

WsaaJar<br />

The Pattern Detector for this server<br />

Verify the runtime configuration in the<br />

Can't get EJB JAR modules for server<br />

[server resource]<br />

Explanation: Can't get EJB JAR modules for server<br />

[server resource].<br />

System action:<br />

will stop.<br />

User response:<br />

scanning root.<br />

Module:<br />

DMH7631E<br />

WsaaJar<br />

The Pattern Detector for this server<br />

Verify the runtime configuration in the<br />

Initializing server bridge [server resource]<br />

failed, skipping it.<br />

Explanation: Initializing server bridge [server resource]<br />

failed, skipping it.<br />

System action:<br />

Detection.<br />

The server will be skipped for Pattern<br />

User response: Verify that the configuration files for<br />

the scanning root <strong>and</strong> runtime is correct <strong>and</strong> try to run<br />

the scan again.<br />

Module:<br />

DMH7632E<br />

WsaaJar<br />

Couldn't create Classloader <strong>and</strong> Scope<br />

for EJB Jar [file location], skipping it.<br />

Explanation: Couldn't create Classloader <strong>and</strong> Scope<br />

for EJB Jar [file location], skipping it.<br />

System action: This EJB JAR will be skipped for<br />

pattern detection.<br />

User response: Verify that the configuration files for<br />

the scanning root <strong>and</strong> runtime is correct <strong>and</strong> try to run<br />

the scan again.<br />

Module:<br />

DMH7633E<br />

Explanation:<br />

EAR.<br />

WsaaJar<br />

System action:<br />

detection.<br />

User response:<br />

Module:<br />

DMH7634E<br />

Explanation:<br />

current EAR.<br />

No Deployed Ear found for ear location<br />

WsaaJar<br />

No deployed ears found for the current<br />

This Ear will be skipped for pattern<br />

Contact <strong>IBM</strong> Software Support.<br />

More than one Deployed Ear found for<br />

ear location, using first instance.<br />

Multiple deployed ears found for the<br />

System action: Continue processing with the first<br />

deployed EAR.<br />

User response:<br />

Module:<br />

DMH7635E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

The extracted resource "asset id" that was<br />

passed is not a file<br />

Explanation: The extracted resource is a collection. It<br />

is most likely a directory.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7636E<br />

WsaaJar<br />

The resource will be skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

The extracted resource "asset id" that was<br />

passed is not a directory<br />

Explanation: The extracted resource is not a collection.<br />

It is most likely a file.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

Resource will be skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

146 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH7637E • DMH7647E<br />

DMH7637E<br />

Cannot create a resource from the<br />

scanning root "scanning root", file "file",<br />

<strong>and</strong> WebSphere Application Server<br />

configuration.<br />

Explanation: Cannot create a resource in order to<br />

analyze it. This is usually as a result of illegal values in<br />

the scan root definition of WebSphere Application<br />

Server scanners.<br />

System action: The scanning root is ignored <strong>and</strong><br />

processing is done for the next scanning root.<br />

User response: Verify the WebSphere Application<br />

Server scanning root definition.<br />

Module:<br />

DMH7639E<br />

WsaaJar<br />

Wrong resource type 'bad resource type'<br />

was passed to method that expected<br />

'expected resource type'.<br />

Explanation: A resource type was different than what<br />

was expected.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7640E<br />

Explanation:<br />

a directory.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH7641E<br />

Explanation:<br />

likely a file.<br />

Resource will be skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

The resource "location" that was passed<br />

is not a file<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH7642E<br />

The resource is not a file. It is most likely<br />

Resource will be skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

The resource "location" that was passed<br />

is not a directory<br />

WsaaJar<br />

The resource is not a directory. It is most<br />

Resource will be skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

The resource passed is a non-file-system<br />

resource, resource<br />

Explanation: The resource passed is a non-file-system<br />

resource, It is probably belongs to another scanner.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

Resource will be skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH7643E<br />

The resource passed is not a ClearCase<br />

resource, resource<br />

Explanation: The resource passed is a non-ClearCase<br />

resource, It is probably belongs to another scanner.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7644E<br />

WsaaJar<br />

Resource will be skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Bad ClearCase scanning root defined,<br />

root<br />

Explanation: The ClearCase scanning root definition is<br />

not correct or the ClearCase client is not installed<br />

correctly.<br />

System action:<br />

User response:<br />

again.<br />

Module:<br />

DMH7645E<br />

Explanation:<br />

is missing.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH7646E<br />

The scanning root will be skipped.<br />

Correct the configuration <strong>and</strong> scan<br />

No implementing class for scanner<br />

scanner name<br />

WsaaJar<br />

The implementation class for the scanner<br />

The scanner will be skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

The java code parsing for a JSP file<br />

failed on file resource id<br />

Explanation: There is a parsing error when trying to<br />

parse the Java part of the JSP file.<br />

System action: The Java information from the JSP will<br />

not be collected.<br />

User response: Verify if this JSP is well formed. If so,<br />

contact <strong>IBM</strong> Software Support.<br />

Module:<br />

DMH7647E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

Error writing to filter mapping table<br />

filter name<br />

Unable to add filter to SRVLMAP table.<br />

The resource is skipped.<br />

User response: Verify that configuration is correct <strong>and</strong><br />

database connection is working correctly.<br />

Module:<br />

WsaaJar<br />

Rational Asset Analyzer messages 147


DMH7648E • DMH7658E<br />

DMH7648E<br />

An error occurred when extracting<br />

parameter from the message driven bean<br />

description class for bean bean name<br />

Explanation: Transaction type, message selector,<br />

acknowledge mode, subscription durability,<br />

subscription durability, or destination type is unknown.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7649E<br />

WsaaJar<br />

The resource is skipped.<br />

Verify sources are valid.<br />

An invalid resource descriptor was<br />

passed for an EJB resource<br />

Explanation: EjbAnalyzer expected for an<br />

EjbDescriptor but got another descriptor.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7650E<br />

WsaaJar<br />

The resource is skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Attribute value column attribute column<br />

name not found in table table name for<br />

rule rule name<br />

Explanation: The column was not found for a rule of<br />

HTML/JSP analyzer <strong>and</strong> thus the rule is not legal.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7651E<br />

WsaaJar<br />

The rule is skipped for all resources.<br />

Contact <strong>IBM</strong> Software Support.<br />

Constant value column constant column<br />

name not found in table table name for<br />

rule rule name<br />

Explanation: The column was not found for a rule of<br />

HTML/JSP analyzer <strong>and</strong> thus the rule is not legal.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7652E<br />

WsaaJar<br />

The rule is skipped for all resources.<br />

Contact <strong>IBM</strong> Software Support.<br />

Functor semantic functor name defined but<br />

no content field specified for rule rule<br />

name<br />

Explanation: An illegal implementation for rule in<br />

HTML/JSP analyzer.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The rule is skipped for all resources.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH7653E<br />

Could not find the functor class semantic<br />

functor name specified for rule rule name<br />

Explanation: An illegal implementation for of one of<br />

the parts in HTML/JSP analyzer rules.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7654E<br />

WsaaJar<br />

The rule is skipped for all resources.<br />

Contact <strong>IBM</strong> Software Support.<br />

Could not find the location external table<br />

name specified for rule rule name<br />

Explanation: A declared external table was not found<br />

<strong>and</strong> thus the data cannot be set in it.<br />

System action: All resources of the external table's<br />

asset will be skipped.<br />

User response:<br />

Module:<br />

DMH7655E<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Content column content column name not<br />

found in table table name for rule rule<br />

name<br />

Explanation: An illegal implementation for rule in<br />

HTML/JSP analyzer.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7656E<br />

WsaaJar<br />

The rule is skipped for all resources.<br />

Contact <strong>IBM</strong> Software Support.<br />

Failed to parse tag bad tag name<br />

Explanation: A parsing error occurred in one of the<br />

HTML/JSP tags.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7657E<br />

WsaaJar<br />

The tag will be skipped.<br />

Verify that the tag is well formed.<br />

Cannot add to table table name under<br />

column key, the value is a non-list<br />

Explanation: Illegal type of attribute tries to put in a<br />

column in external asset table<br />

System action:<br />

User response:<br />

Module:<br />

DMH7658E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

The asset is skipped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Called getId method for instance<br />

without id resource name<br />

The method was called in illegal state.<br />

The resource is skipped.<br />

148 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH7659W • DMH7667I<br />

User response:<br />

Module:<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH7659W postprocessor postprocessor name was not<br />

run due to dependency problem<br />

Explanation: One of the dependent analyzers <strong>and</strong>/or<br />

dependent postprocessors does not exist.<br />

System action:<br />

The postprocessor will be skipped.<br />

User response: Verify dependencies in<br />

eColabraApplication.cfg. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

WsaaJar<br />

DMH7660W Postprocessor name was not run due to<br />

dependent postprocessor dependent name<br />

Explanation: The dependent postprocessor did not<br />

succeed because a dependent analyzer or postprocessor<br />

did not exist or failed.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

This postprocessor will not be run.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH7661W Dependent postprocessor dependent<br />

postprocessor does not exists or not active<br />

therefore postprocessor postprocessor name<br />

will not be activated<br />

Explanation: A dependent postprocessor does not<br />

exists or not activated as a result another postprocessor<br />

will not run.<br />

System action:<br />

This postprocessor will not be run.<br />

User response: Verify the dependency in<br />

eColabraApplication.cfg. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

WsaaJar<br />

DMH7662W Postprocessor postprocessor name was not<br />

run due to missing dependent analyzer:<br />

analyzer name<br />

Explanation: A dependent Analyzer does not exists as<br />

a result the postprocessor will not run.<br />

System action:<br />

This postprocessor will not be run.<br />

User response: Verify the dependency in<br />

eColabraApplication.cfg. Contact your <strong>IBM</strong><br />

technical-support representative for further assistance.<br />

Module:<br />

WsaaJar<br />

DMH7663I<br />

Postprocessor postprocessor name is not<br />

active<br />

Explanation: The active property in the postprocessor<br />

section of the configuration is not set to "true".<br />

System action:<br />

The postprocessor will be skipped.<br />

User response: If the postprocessor should be run,<br />

update the configuration. If the postprocessor was<br />

intended to be skipped, the system is functioning<br />

normally <strong>and</strong> no action is required.<br />

Module:<br />

DMH7664E<br />

WsaaJar<br />

Postprocessor number for postprocessor<br />

name does not exist.<br />

Explanation: The section number for this<br />

postprocessor does not exist in the configuration.<br />

System action:<br />

Processing stops.<br />

User response: Add the required section to the<br />

postprocessor configuration.<br />

Module:<br />

DMH7665E<br />

WsaaJar<br />

Postprocessor running place is not<br />

scanner <strong>and</strong> not runtime<br />

Explanation: Each postprocessor should run either in<br />

the 'scanner' or the 'servlet' but this postprocessor is not<br />

defined as either of them in eColabraApplication.cfg<br />

System action:<br />

The postprocessor will be skipped.<br />

User response: Correct configuration to only have<br />

valid postprocessor section.<br />

Module:<br />

DMH7666E<br />

WsaaJar<br />

Unexpected initialization exception<br />

occurred in servlet 'servletName'.<br />

Message='exceptionMessage'<br />

Explanation: Servlet initialization failed because of an<br />

unexpected exception.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7667I<br />

Explanation:<br />

actions.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

Initialization aborted<br />

Contact <strong>IBM</strong> Software Support.<br />

Available actions: 'availableActions'<br />

WsaaJar<br />

Request for information on available<br />

The system is functioning normally.<br />

None<br />

Rational Asset Analyzer messages 149


DMH7668I • DMH7777E<br />

DMH7668I<br />

Explanation:<br />

System action:<br />

User response:<br />

Module:<br />

DMH7669I<br />

Explanation:<br />

the user.<br />

Added 'numRows' rows to analysis<br />

queue.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH7770I<br />

Rows were added to the analysis queue.<br />

The system is functioning normally.<br />

None<br />

Count caching has been manually<br />

stopped.<br />

WsaaJar<br />

Count caching was manually stopped by<br />

The system is functioning normally.<br />

None<br />

Count caching has been manually<br />

started. Cachingenabled='isCachingEnabled'<br />

Explanation: Count caching was manually started by<br />

the user. Caching enabled flag is specified in<br />

Common.cfg<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

DMH7771W Could not save new log level to<br />

Common.cfg. New setting will be lost<br />

when web app is restarted.<br />

Explanation: User changed log level through UI, but<br />

new log level could not be persisted to Common.cfg for<br />

some reason.<br />

System action:<br />

The system is funtioning normally.<br />

User response: Manually update Common.cfg to<br />

persist change when servlet restarts.<br />

Module:<br />

DMH7772I<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

Log level changed to 'levelNum'.<br />

WsaaJar<br />

User changed log level through UI.<br />

The system is functioning normally.<br />

None<br />

DMH7773W 'fieldName' is a required field.<br />

Explanation: The specified field name is required to<br />

have a value, but was left empty.<br />

System action:<br />

Waiting for valid input.<br />

User response:<br />

Module:<br />

DMH7774E<br />

WsaaJar<br />

Fill the field.<br />

Configuration manager intitialization<br />

exception occurred: Message='message'<br />

Explanation: An exception occurred while trying to<br />

initialize the configuration manager.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7775E<br />

WsaaJar<br />

Common initialization stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Database version could not be<br />

determined.<br />

Explanation: The schema level on the database could<br />

not be determined. An incorrect 'Database.schema'<br />

name in Common.cfg is the likely cause.<br />

System action:<br />

Common initialization stopped.<br />

User response: Verify that the Database section<br />

properties in Common.cfg are correct.<br />

Module:<br />

DMH7776E<br />

WsaaJar<br />

Version of Rational Asset Analyzer<br />

'expectedVersion' does not match detected<br />

database version 'detectedVersion'.<br />

Explanation: The database schema level does not<br />

match the required level for this version of the product.<br />

System action:<br />

stops.<br />

The common initialization process<br />

User response: Migrate the database to the current<br />

Rational Asset analyzer schema level. After migration is<br />

complete, stop <strong>and</strong> restart the web application to<br />

refresh the settings.<br />

Module:<br />

DMH7777E<br />

WsaaJar<br />

Configuration setting<br />

'Common.isDistEnabled' indicates that<br />

distributed support is enabled, but<br />

database does not contain distributed<br />

tables.<br />

Explanation: Configuration settings do not match<br />

what is being observed.<br />

System action:<br />

Common initialization stopped.<br />

User response: Either update configuration setting, or<br />

add necessary tables to the database.<br />

Module:<br />

WsaaJar<br />

150 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH7778E • DMH7888E<br />

DMH7778E<br />

Configuration setting<br />

'Common.Database.os' with value<br />

'expectedOs' does not match what was<br />

detected on the database 'detectedOs'.<br />

Explanation: The OS setting specified in Common.cfg<br />

does match what was actually detected.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

Common initialization stopped.<br />

Update configuration setting.<br />

DMH7779W At least one column must be specified<br />

as a default column.<br />

Explanation: At least one column must be specified as<br />

a default column on the custom query. Otherwise, the<br />

page will be blank.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7880E<br />

WsaaJar<br />

Waiting for valid input.<br />

Specify at least one default column.<br />

Out-of-range[range] error occurred trying<br />

to insert row into table 'tableName'<br />

Explanation: The specified range of numbers has been<br />

used up in the specified table.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7882E<br />

WsaaJar<br />

Action aborted.<br />

Resize range.<br />

Unknown access method<br />

'accessMethod''specified by setting<br />

'Common.Database.accessMethod'<br />

Explanation: An access method specified by<br />

Common.Database.accessMethod is not a known access<br />

method.<br />

System action:<br />

Common initialization stopped.<br />

User response: Update<br />

Common.Database.accessMethod setting.<br />

Module:<br />

WsaaJar<br />

DMH7884E<br />

Could not find table<br />

DMH_SYSTEM_ATTR. An incorrect<br />

'Database.schema' name in Common.cfg<br />

is the likely cause.<br />

Explanation: The specified table could not be found in<br />

the database.<br />

System action:<br />

Common initialization stopped.<br />

User response: Verify that the settings in the Database<br />

section of Common.cfg are correct.<br />

Module:<br />

DMH7885E<br />

WsaaJar<br />

Default value specified for column<br />

'columnName', type 'columnType' was not<br />

valid: 'defaultValue'.<br />

Explanation: Initialization aborted because of a data<br />

type mismatch.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7886E<br />

WsaaJar<br />

Initialization aborted<br />

Contact <strong>IBM</strong> Software Support.<br />

Found unknown table 'tableName' in<br />

SYS<strong>IBM</strong>.SYSINDEXES for index<br />

'indexName'.<br />

Explanation: An index was found in SYSINDEXES for<br />

a table that could not be found in SYSTABLES.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7887E<br />

WsaaJar<br />

Database version verification aborted.<br />

Contact <strong>IBM</strong> Software Support.<br />

Found unknown table 'tableName' in<br />

SYS<strong>IBM</strong>.SYSTRIGGERS for trigger<br />

'indexName'.<br />

Explanation: A trigger was found in SYSTRIGGERS<br />

for a table that could not be found in SYSTABLES.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

Database version verification aborted.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH7883E<br />

Could not find an appropriate method<br />

to access the database.<br />

Explanation: The database could not be accessed<br />

through any known method.<br />

System action:<br />

Common initialization stopped.<br />

User response: Update the<br />

Common.Database.accessMethod to specify a valid<br />

method.<br />

Module:<br />

WsaaJar<br />

DMH7888E<br />

Found unknown table 'tableName' in<br />

SYS<strong>IBM</strong>.SYSKEYCOLUSE for column<br />

'indexName'.<br />

Explanation: A primary key was found in<br />

SYSKEYCOLUSE for a table that could not be found in<br />

SYSTABLES.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

Database version verification aborted.<br />

Contact <strong>IBM</strong> Software Support.<br />

Rational Asset Analyzer messages 151


DMH7889W • DMH7899E<br />

DMH7889W One or more required fields are<br />

missing.<br />

Explanation: The wizard page has one or more<br />

required fields that have been left blank.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7890I<br />

WsaaJar<br />

Waiting for valid input.<br />

Specify values for the required fields.<br />

Successfully created 'objectType' with<br />

name 'objectName'.<br />

Explanation: The specified object was successfully<br />

added to the database.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7891E<br />

Explanation:<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH7892E<br />

Explanation:<br />

The system is functioning normally.<br />

None<br />

Creation of 'objectType' with name<br />

'objectName' failed. See log file for more<br />

information.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH7893I<br />

Explanation:<br />

queue.<br />

The creation of the specified object type.<br />

Action aborted.<br />

Contact <strong>IBM</strong> Software Support.<br />

Attempting to assign non-numerical<br />

value 'value' to column 'columnName'.<br />

WsaaJar<br />

System action:<br />

User response:<br />

Module:<br />

DMH7894I<br />

Programmatic error.<br />

Action stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Successfully added scan root<br />

'scanRootName' to analysis queue.<br />

WsaaJar<br />

Object successfully added to analysis<br />

The system is functioning normally.<br />

None<br />

Custom query validation work added to<br />

work queue.<br />

Explanation: A work item has successfully been added<br />

to the work queue to validate one or more custom<br />

queries.<br />

System action:<br />

The system is functioning normally.<br />

User response:<br />

Module:<br />

DMH7895I<br />

WsaaJar<br />

None<br />

Deleted numDeletes expired Bookmark<br />

objects.<br />

Explanation: The CleanupBookmarks action has been<br />

executed from the user interface.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7896I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Deleted numDeletes expired Custom<br />

Query objects.<br />

Explanation: The CleanupCqs action has been<br />

executed from the user interface.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7897E<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Could not locate asset of type<br />

[ObjectType] with id [Id] in the database.<br />

Explanation: The specified asset could not be located<br />

in the database.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7898E<br />

WsaaJar<br />

The current action is aborted.<br />

Contact <strong>IBM</strong> Software Support.<br />

Column #ColNum in the SQL query<br />

must be associated with a unique<br />

column name.<br />

Explanation: The specified column in the SQL query<br />

does not have a name. DB2 on z/OS does not provide<br />

default column names.<br />

System action:<br />

The user is prompted for correct input.<br />

User response: Alter the query to specify a name for<br />

the column (for example, by appending 'as MyColumn'<br />

to the column definition).<br />

Module:<br />

DMH7899E<br />

WsaaJar<br />

Invalid Var variable encountered:<br />

[VarName]<br />

Explanation: The specified variable name does not<br />

exist in the current context.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The user is prompted for correct input.<br />

Specify a correct value.<br />

152 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH7900E • DMH7916W<br />

DMH7900E<br />

A value for an entry on this page is<br />

missing. Values must be specified for all<br />

entries.<br />

Explanation: A value was not specified for one or<br />

more entries on this page. All entries must have a value<br />

associated with it.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7901E<br />

WsaaJar<br />

The user is prompted for correct input.<br />

Specify a value for all entries.<br />

Work rules not found for work name<br />

[WorkName]<br />

Explanation: The system could not find work rules<br />

defined in WorkRules.cfg for the work item with the<br />

specified name.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7902I<br />

WsaaJar<br />

The current action is aborted.<br />

Add work rules to WorkRules.cfg.<br />

TestName work processor test started.<br />

Explanation: The specified test work item has been<br />

successfully added to the work request queue.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7903I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Num work items canceled in queue.<br />

Explanation: The specified number of work items<br />

were successfully canceled in the work request queue.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7904I<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

Num work items removed from queue.<br />

Explanation: The specified number of work items<br />

were successfully removed from the work request<br />

queue.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7905E<br />

WsaaJar<br />

The system is functioning normally.<br />

None<br />

ID parameter in URL was not a valid<br />

integer.<br />

Explanation: The specified parameter was expected to<br />

be an integer, but was not.<br />

System action:<br />

The action is aborted.<br />

User response:<br />

Module:<br />

DMH7906I<br />

WsaaJar<br />

Contact <strong>IBM</strong> Software Support.<br />

Work rules successfully reloaded.<br />

Explanation: The work rules in WorkRules.cfg were<br />

successfully reloaded into memory.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7907E<br />

WsaaJar<br />

The system is functioning properly.<br />

None<br />

Could not locate XML config file (or any<br />

derivatives) with base name [BaseName]<br />

in search path [SearchPath]<br />

Explanation: Could not locate the specified XML file<br />

in the specified search path.<br />

System action:<br />

User response:<br />

Module:<br />

DMH7908E<br />

WsaaJar<br />

The current activity is stopped.<br />

Contact <strong>IBM</strong> Software Support.<br />

Exception encountered while loading<br />

XML config file with base name<br />

[BaseName].<br />

Explanation: An unexpected exception occurred while<br />

trying to load the specified XML file into memory.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The current activity is aborted.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH7909W Warnings occurred while loading XML<br />

file. Base name=[BaseName].<br />

Warnings:Warnings<br />

Explanation: The specified warnings occurred while<br />

loading the specified XML file into memory.<br />

System action:<br />

User response:<br />

Module:<br />

WsaaJar<br />

The current activity continues.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH7916W A warning occurred while running a<br />

scan: message.<br />

Explanation: The warning specified in the message<br />

occurred while performing a scan.<br />

System action:<br />

No action.<br />

User response: Review the warning message for<br />

additional details.<br />

Module:<br />

WsaaJar<br />

Rational Asset Analyzer messages 153


DMH7917W • DMH7926E<br />

DMH7917W The system PATH does not contain<br />

REXX.<br />

Explanation: The system PATH environment variable<br />

requires the location of the REXX program.<br />

System action:<br />

Servlet initialization is stopped.<br />

User response: Ensure that REXX is on the system<br />

PATH environment variable <strong>and</strong> that the PATH is not<br />

being overwritten by the WebSphere Application Server<br />

Java virtual machine (JVM).<br />

Module:<br />

WsaaJar<br />

Module:<br />

DMH7922E<br />

WsaaJar<br />

An error occurred in the name processor:<br />

message.<br />

Explanation: An exception occurred in the specified<br />

queue processor h<strong>and</strong>ler while performing a scan.<br />

System action:<br />

User response:<br />

information<br />

Module:<br />

WsaaJar<br />

Scan is stopped.<br />

Check log file for additional<br />

DMH7918W The name specified for the custom<br />

query is not unique. Specify a different<br />

name for the query.<br />

Explanation: The name specified for the custom query<br />

already exists. Each custom query must have a unique<br />

name.<br />

System action:<br />

name.<br />

Issue a prompt for another query<br />

User response: Enter a different name for the<br />

customer query.<br />

Module:<br />

DMH7919E<br />

Explanation:<br />

failed.<br />

WsaaJar<br />

System action:<br />

User response:<br />

information.<br />

Module:<br />

DMH7920E<br />

Attempt to submit DMH6000 as a batch<br />

job failed<br />

WsaaJar<br />

The batch job for DMH6000 process<br />

The queue processor stopped<br />

Review the job queue for additional<br />

An error occurred processing<br />

H<strong>and</strong>leContainerScan: message.<br />

Explanation: An error occurred in the<br />

H<strong>and</strong>leContainerScan function while running a scan.<br />

System action:<br />

User response:<br />

accuracy.<br />

Module:<br />

WsaaJar<br />

The scan is stopped.<br />

Check the analysis queue entry for<br />

DMH7923W A data integrity error detected: message.<br />

Explanation: An error occurred while performing a<br />

database integrity check.<br />

System action:<br />

information.<br />

User response:<br />

information.<br />

Module:<br />

WsaaJar<br />

Update the log file with the error<br />

Review the log file for additional<br />

DMH7924W A data integrity error detected <strong>and</strong> fixed:<br />

message.<br />

Explanation: An error was detected while performing<br />

a database integrity check.<br />

System action: Updated the log file with the error <strong>and</strong><br />

fix the problem.<br />

User response:<br />

information.<br />

Module:<br />

DMH7925E<br />

WsaaJar<br />

Review the log file for additional<br />

A non-zero return code received from a<br />

call to DMH6000: rc=[return_code],<br />

cmd=[comm<strong>and</strong>].<br />

Explanation: A non-zero return code received on a call<br />

to DMH6000. The message contains the return code<br />

<strong>and</strong> comm<strong>and</strong> being processed.<br />

System action:<br />

User response:<br />

information<br />

Module:<br />

WsaaJar<br />

Stop the queue processor.<br />

Review the log file for additional<br />

DMH7921E<br />

Explanation:<br />

System action:<br />

information.<br />

User response:<br />

information.<br />

An error occurred processing<br />

H<strong>and</strong>leContainerScan: message.<br />

An error occurred while running a scan.<br />

Update the activity log with the error<br />

Review the Jscan log file for more<br />

DMH7926E<br />

The number of members matching<br />

found exceeds the maximum number<br />

that can be returned. The number of<br />

members matching [search_pattern] is<br />

return_size. The maximum return value<br />

defined by the maxAsmScans<br />

configuration value is<br />

[maximun_return_size].<br />

154 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


DMH7927E • DMH9992E<br />

Explanation: The number of members matching found<br />

that match the search pattern exceeds the maximum<br />

number that can be returned. The maxAsmScans<br />

configuration attribute defines the maximum return<br />

size.<br />

System action:<br />

Stop the wizard.<br />

User response: Increase the maxAsmScans value in<br />

Common.cfg file or specify a more selective file pattern<br />

for searching.<br />

Module:<br />

DMH7927E<br />

WsaaJar<br />

The dsnTemp data set must be a<br />

sequential data set or partition data set<br />

member.<br />

Explanation: The data set specified on the DSORG<br />

variable is not the correct type. It must be a sequential<br />

data set or partition data set member.<br />

System action:<br />

message.<br />

Stop processing <strong>and</strong> display an error<br />

User response: Specify a sequential data set name or<br />

partitioned data set with a member.<br />

Module:<br />

WsaaJar<br />

User response:<br />

Module:<br />

DMH9992E<br />

Various<br />

Contact <strong>IBM</strong> Software Support.<br />

message_text<br />

Explanation: This is a message used by product<br />

development <strong>and</strong> debug function. The message is<br />

intended for product developers <strong>and</strong> is not issued<br />

when using the product. However, it is possible to see<br />

this message when logging is set to the debug level.<br />

System action:<br />

User response:<br />

Module:<br />

Various<br />

None.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH7928E<br />

The component_type asset type with an<br />

ID of id cannot be deleted: message.<br />

Explanation: An error occurred while deleting the<br />

asset specified in the message.<br />

System action:<br />

User response:<br />

information<br />

Module:<br />

WsaaJar<br />

Postprocessing is stopped.<br />

Review the log file for additional<br />

DMH9990I<br />

message_text<br />

Explanation: This is a message used by product<br />

development <strong>and</strong> debug function. The message is<br />

intended for product developers <strong>and</strong> is not issued<br />

when using the product. However, it is possible to see<br />

this message when logging is set to the debug level.<br />

System action:<br />

User response:<br />

Module:<br />

Various<br />

None.<br />

Contact <strong>IBM</strong> Software Support.<br />

DMH9991W message_text<br />

Explanation: This is a message used by product<br />

development <strong>and</strong> debug function. The message is<br />

intended for product developers <strong>and</strong> is not issued<br />

when using the product. However, it is possible to see<br />

this message when logging is set to the debug level.<br />

System action:<br />

None.<br />

Rational Asset Analyzer messages 155


156 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


Appendix. Notices<br />

This information was developed for products <strong>and</strong> services offered in the U.S.A.<br />

<strong>IBM</strong> may not offer the products, services, or features discussed in this document in<br />

other countries. Consult your local <strong>IBM</strong> representative for information on the<br />

products <strong>and</strong> services currently available in your area. Any reference to an <strong>IBM</strong><br />

product, program, or service is not intended to state or imply that only that <strong>IBM</strong><br />

product, program, or service may be used. Any functionally equivalent product,<br />

program, or service that does not infringe any <strong>IBM</strong> intellectual property right may<br />

be used instead. However, it is the user's responsibility to evaluate <strong>and</strong> verify the<br />

operation of any non-<strong>IBM</strong> product, program, or service.<br />

<strong>IBM</strong> may have patents or pending patent applications covering subject matter<br />

described in this document. The furnishing of this document does not grant you<br />

any license to these patents. You can send license inquiries, in writing, to:<br />

<strong>IBM</strong> Director of Licensing<br />

<strong>IBM</strong> Corporation<br />

North Castle Drive<br />

Armonk, NY 10504-1785<br />

U.S.A.<br />

For license inquiries regarding double-byte (DBCS) information, contact the <strong>IBM</strong><br />

Intellectual Property Department in your country or send inquiries, in writing, to:<br />

<strong>IBM</strong> World Trade Asia Corporation<br />

Licensing<br />

2-31 Roppongi 3-chome, Minato-ku<br />

Tokyo 106-0032, Japan<br />

The following paragraph does not apply to the United Kingdom or any other<br />

country where such provisions are inconsistent with local law:<br />

INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS<br />

PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER<br />

EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED<br />

WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS<br />

FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or<br />

implied warranties in certain transactions, therefore, this statement may not apply<br />

to you.<br />

This information could include technical inaccuracies or typographical errors.<br />

Changes are periodically made to the information herein; these changes will be<br />

incorporated in new editions of the publication. <strong>IBM</strong> may make improvements<br />

<strong>and</strong>/or changes in the product(s) <strong>and</strong>/or the program(s) described in this<br />

publication at any time without notice.<br />

Any references in this information to non-<strong>IBM</strong> Web sites are provided for<br />

convenience only <strong>and</strong> do not in any manner serve as an endorsement of those Web<br />

sites. The materials at those Web sites are not part of the materials for this <strong>IBM</strong><br />

product <strong>and</strong> use of those Web sites is at your own risk.<br />

Licensees of this program who wish to have information about it for the purpose<br />

of enabling: (i) the exchange of information between independently created<br />

© Copyright <strong>IBM</strong> Corp. 2011, 2013 157


158 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong><br />

programs <strong>and</strong> other programs (including this one) <strong>and</strong> (ii) the mutual use of the<br />

information which has been exchanged, should contact:<br />

Intellectual Property Dept. for Rational Software<br />

<strong>IBM</strong> Corporation<br />

3600 Steeles Avenue East<br />

Markham, ON Canada L3R 9Z7<br />

Such information may be available, subject to appropriate terms <strong>and</strong> conditions,<br />

including in some cases, payment of a fee.<br />

The licensed program described in this document <strong>and</strong> all licensed material<br />

available for it are provided by <strong>IBM</strong> under terms of the <strong>IBM</strong> Customer Agreement,<br />

<strong>IBM</strong> International Program License Agreement or any equivalent agreement<br />

between us.<br />

Any performance data contained herein was determined in a controlled<br />

environment. Therefore, the results obtained in other operating environments may<br />

vary significantly. Some measurements may have been made on development-level<br />

systems <strong>and</strong> there is no guarantee that these measurements will be the same on<br />

generally available systems. Furthermore, some measurements may have been<br />

estimated through extrapolation. Actual results may vary. Users of this document<br />

should verify the applicable data for their specific environment.<br />

Information concerning non-<strong>IBM</strong> products was obtained from the suppliers of<br />

those products, their published announcements or other publicly available sources.<br />

<strong>IBM</strong> has not tested those products <strong>and</strong> cannot confirm the accuracy of<br />

performance, compatibility or any other claims related to non-<strong>IBM</strong> products.<br />

Questions on the capabilities of non-<strong>IBM</strong> products should be addressed to the<br />

suppliers of those products.<br />

All statements regarding <strong>IBM</strong>'s future direction or intent are subject to change or<br />

withdrawal without notice, <strong>and</strong> represent goals <strong>and</strong> objectives only.<br />

This information contains examples of data <strong>and</strong> reports used in daily business<br />

operations. To illustrate them as completely as possible, the examples include the<br />

names of individuals, companies, br<strong>and</strong>s, <strong>and</strong> products. All of these names are<br />

fictitious <strong>and</strong> any similarity to the names <strong>and</strong> addresses used by an actual business<br />

enterprise is entirely coincidental.<br />

COPYRIGHT LICENSE:<br />

This information contains sample application programs in source language, which<br />

illustrate programming techniques on various operating platforms. You may copy,<br />

modify, <strong>and</strong> distribute these sample programs in any form without payment to<br />

<strong>IBM</strong>, for the purposes of developing, using, marketing or distributing application<br />

programs conforming to the application programming interface for the operating<br />

platform for which the sample programs are written. These examples have not<br />

been thoroughly tested under all conditions. <strong>IBM</strong>, therefore, cannot guarantee or<br />

imply reliability, serviceability, or function of these programs.<br />

Each copy or any portion of these sample programs or any derivative work, must<br />

include a copyright notice as follows:<br />

© (your company name) (year). Portions of this code are derived from <strong>IBM</strong> Corp.<br />

Sample Programs. © Copyright <strong>IBM</strong> Corp. _enter the year or years_. All rights<br />

reserved.


If you are viewing this information softcopy, the photographs <strong>and</strong> color<br />

illustrations may not appear.<br />

Programming interface information<br />

Programming interface information is intended to help you create application<br />

software using this program.<br />

General-use programming interfaces allow you to write application software that<br />

obtain the services of this program's tools.<br />

However, this information may also contain diagnosis, modification, <strong>and</strong> tuning<br />

information. Diagnosis, modification <strong>and</strong> tuning information is provided to help<br />

you debug your application software.<br />

Warning: Do not use this diagnosis, modification, <strong>and</strong> tuning information as a<br />

programming interface because it is subject to change.<br />

Trademarks <strong>and</strong> service marks<br />

<strong>IBM</strong>, the <strong>IBM</strong> logo, <strong>and</strong> ibm.com are trademarks or registered trademarks of<br />

International Business Machines Corp., registered in many jurisdictions worldwide.<br />

Other product <strong>and</strong> service names might be trademarks of <strong>IBM</strong> or other companies.<br />

A current list of <strong>IBM</strong> trademarks is available on the Web at “Copyright <strong>and</strong><br />

trademark information” at www.ibm.com/legal/copytrade.shtml.<br />

Linux is a trademark of Linus Torvalds in the United States, other countries, or<br />

both.<br />

Microsoft <strong>and</strong> Windows are trademarks of Microsoft Corporation in the United<br />

States, other countries, or both.<br />

Java <strong>and</strong> all Java-based trademarks <strong>and</strong> logos are trademarks or registered<br />

trademarks of Oracle <strong>and</strong>/or its affiliates.<br />

Appendix. Notices 159


160 <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong>


Index<br />

T<br />

trademarks 159<br />

© Copyright <strong>IBM</strong> Corp. 2011, 2013 161

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!