WebSphere Studio Asset Analyzer for Multiplatforms

Messages and Codes

Version 4 Release 1
GC18-9516-00
Note

Before using this information and the product it supports, read the information in Appendix. Notices.

Second edition (March 2005)

This edition applies to WebSphere Studio Asset Analyzer for Multiplatforms version 4.1.0 and to all subsequent releases and modifications until otherwise indicated in new editions.

You can order publications through your IBM(R) representative or the IBM branch office serving your locality.

When you send information to IBM, you grant IBM a nonexclusive right to use or distribute the information in any way it believes appropriate without incurring any obligation to you.

Copyright International Business Machines Corporation 2004, 2005. All rights reserved.
US Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

Contents

About this Book
Who Should Read this Book
Introduction to Messages
Other Message Sources
MVS Messages and Codes
Distributed Messages and Codes
Appendix. Notices
Programming interface information
Trademarks and service marks

About this Book

This book contains the messages returned by various components of WebSphere Studio Asset Analyzer. It explains each message, the action the system takes when the message is issued, and the action users should take in response to each message.

This book is organized into two parts:

Who Should Read this Book

Messages and Codes is designed to be used by anyone using WebSphere Studio Asset Analyzer and requiring more detailed information about returned messages.

Introduction to Messages

This book assumes that you are familiar with the functions of the operating system where WebSphere Studio Asset Analyzer is installed. You can use the information contained in this book to identify an error or problem and resolve the problem using the appropriate recovery action. This information can also be used to understand where messages are generated and logged.

WebSphere Studio Asset Analyzer messages consist of a message identifier followed by message text. The message identifier consists of a three-character message prefix, a four-digit message number and a single letter describing the severity of the message: XXXnnnnS.

XXX
Represents the message prefix. WebSphere Studio Asset Analyzer messages have the following prefixes:
nnnn
Represents the message number. Messages are listed in numeric order in this book.
S
Represents the message severity. WebSphere Studio Asset Analyzer messages have the following severity levels:

Information provided for each message includes the following:

Module
The WebSphere Studio Asset Analyzer program module that issues the message.
Explanation
What the message means.
System Action
What WebSphere Studio Asset Analyzer does after the message is issued. Some errors may require WebSphere Studio Asset Analyzer to stop processing, for example, while others may require it to skip the asset the message was issued for and continue processing the next asset.
User Response
How to recover from the error.

Other Message Sources

When running other programs on the system, you might receive messages with prefixes other than those mentioned in this reference. For information on these messages, refer to the publications that you received for that program product.

MVS Messages and Codes

This chapter describes all messages and codes generated by the WebSphere Studio Asset Analyzer MVS components.

AES1001E
Memory error.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

AES1003E
Read error for 'filename'.
Module:

COBOL and PL/I scanner

Explanation:

An error occurred while reading from file filename. Improper file access authority is the likely cause.

System Action:

The scanner skips the current file, and processing continues.

User Response:

Resolve the problem; reattempt the analysis.

AES1004E
Found unsupported syntax 'token' in line number.
Module:

COBOL and PL/I scanner

Explanation:

Unsupported syntax has been found at token in line number.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Correct the source file for proper PL/I or COBOL syntax; reattempt the analysis.

AES1005E
Found unsupported syntax 'token' in line number in copy/include file 'filename'.
Module:

COBOL and PL/I scanner

Explanation:

Unsupported syntax has been found at token in line number of copy or include file filename.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Correct the copy or include file for proper COBOL or PL/I syntax; reattempt the analysis.

AES1006W
There is an assignment to a nondata item in line number.
Module:

COBOL and PL/I scanner

Explanation:

An assignment to something that is not a data item, such as a figurative constant, has been found on line number. This message occurs for COBOL components only.

System Action:
User Response:

Correct the source file; reattempt the analysis.

AES1007E
There is no name for the data in line number.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:
User Response:

Contact your IBM technical-support representative.

AES1008E
There is no internal structure for the data in line number.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

User Response:

Contact your IBM technical-support representative.

AES1009E
Stack overflow.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

AES1010E
The file name is empty.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:
User Response:

Contact your IBM technical-support representative.

AES1012E
The source file 'filename' is not opened.
Module:

COBOL and PL/I scanner

Explanation:

The specified source file cannot be opened.

System Action:
User Response:

Check that the file name is correct; reattempt the analysis.

AES1013W
There is no data definition for 'dataitem' in line number.
Module:

COBOL and PL/I scanner

Explanation:

The data item used in line number of the source file is not declared within the DATA DIVISION. This message occurs for COBOL components only.

System Action:
User Response:

Correct the source file; reattempt the analysis.

AES1015E
There are no executable statements.
Module:

COBOL and PL/I scanner

Explanation:

The source program doesn't have any executable statements.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Correct the source file; reattempt the analysis.

AES1016E
There are no PROCEDURE statements.
Module:

COBOL and PL/I scanner

Explanation:

The PROCEDURE division of the file cannot be located. This message occurs for COBOL components only.

System Action:

Scanning terminates for the current file and processing continues.

User Response:

Correct the source file; reattempt the analysis.

AES1017E
Found unsupported syntax in file filename referred in line number in source file.
Module:

COBOL and PL/I scanner

Explanation:

Unsupported syntax has been found in line number of the source file filename.

System Action:
User Response:

Correct the syntax in the source file; reattempt the analysis.

AES1018E
Found unsupported syntax in file 'filename' referred in line number in copy/include file 'filename'.
Module:

COBOL and PL/I scanner

Explanation:

Unsupported syntax has been found in line number of the copy or include file filename. This message occurs for PL/I components only.

System Action:
User Response:

Correct the syntax in the copy or include file; reattempt the analysis.

AES1019W
There is an assignment to a nondata item 'name' in line number.
Module:

COBOL and PL/I scanner

Explanation:

On line number in the source program, there is an assignment to a name that is not declared as a data item. This message occurs for COBOL components only.

System Action:

The scanner ignores this assignment and continues processing.

User Response:

Correct the source file; reattempt the analysis.

AES1026E
The copy/include file 'filename' does not exist.
Module:

COBOL and PL/I scanner

Explanation:

The copy file (for COBOL components) or include file (for PL/I components) filename could not be found. This error may be caused by an incorrect analysis option or a network problem.

System Action:
User Response:

Check the copy file extension or search directory specification of the analysis option. Resolve the problem; reattempt the analysis.

AES1027E
The copy/include file 'filename' does not exist. The COPY/INCLUDE statement in line number is ignored.
Module:

COBOL and PL/I scanner

Explanation:

The copy file (for COBOL components) or include file (for PL/I components) referred to in line number could not be found. This error may be caused by an incorrect analysis option.

System Action:
User Response:

Check the copy file extension or search directory specification of the analysis option. Resolve the problem; reattempt the analysis.

AES1028W
Call 'name' in line number has no function parameters. This call is ignored.
Module:

COBOL and PL/I scanner

Explanation:

The name defined as the call interface on line number has been used, but there is no parameter corresponding to the defined function parameter.

System Action:

This scanner ignores the call and continues processing.

User Response:

Correct the call interface definition; reattempt the analysis.

AES1030W
Size of data item 'dataitem' in line number can not be computed. The size is assumed as 1 byte.
Module:

COBOL and PL/I scanner

Explanation:

The size of the data item declared on line number cannot be calculated. The data item is assumed to be 1 byte.

System Action:

The scanner assumes a size of 1 byte for the data item and continues processing.

User Response:

Correct the source file; reattempt the analysis.

AES1031W
The definition of 'dataitem' redefined in line number is not found. This REDEFINES clause is ignored.
Module:

COBOL and PL/I scanner

Explanation:

Line number defines a redefinition of the data item specified, but there is no data item. This redefinition will be disregarded. This message occurs for COBOL components only.

System Action:

The scanner ignores the REDEFINES clause and continues processing.

User Response:

Correct the source file; reattempt the analysis.

AES1032W
There are no procedure-name 'name' in line number.
Module:

COBOL and PL/I scanner

Explanation:

The process procedure name on line number has been referenced, but name cannot be found. This message occurs for COBOL components only.

System Action:
User Response:

Correct the source file; reattempt the analysis.

AES1035W
There is no definition for built-in function/routine 'name' in line number.
Module:

COBOL and PL/I scanner

Explanation:

The built-in function or routine used in line number cannot be processed. The function name or routine name may be incorrect.

System Action:
User Response:

Correct the source file; reattempt the analysis.

AES1036E
The include file 'filename' does not exist.
Module:

COBOL and PL/I scanner

Explanation:

The include file filename could not be found. This error may be caused by an incorrect analysis option. This message occurs for PL/I components only.

System Action:
User Response:

Check the include file extension and the search directory specification of the analysis option. Correct the problem; reattempt the analysis.

AES1038E
The include file 'filename' does not exist. The INCLUDE statement in line number is ignored.
Module:

COBOL and PL/I scanner

Explanation:

The include file referred to in line number could not be found. This problem may be caused by an incorrect analysis option. This message occurs for PL/I components only.

System Action:
User Response:

Check the include file extension and the search directory specification of the analysis option. Correct the problem; reattempt the analysis.

AES1039E
Declare of data item 'dataitem' cannot be processed.
Module:

COBOL and PL/I scanner

Explanation:

The definition of name cannot be processed. This message occurs for PL/I components only.

System Action:
User Response:

The source file may be wrong. Correct the syntax, if necessary, and reattempt the analysis.

AES1040W
Found unsupported EXEC statement in line number. It is ignored.
Module:

COBOL and PL/I scanner

Explanation:

The line indicated contains an EXEC statement other than EXEC SQL, EXEC CICS, or EXEC DLI.

System Action:

The scanner ignores the EXEC statement and continues processing.

User Response:

None

AES1045E
There is no routine 'name'.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:
User Response:

Contact your IBM technical-support representative.

AES1048W
There are multiple declarations in the same scope for symbol 'name' in line number.
Module:

COBOL and PL/I scanner

Explanation:

Multiple declarations for the data item referenced in line number have been found. This message occurs for PL/I components only.

System Action:
User Response:

Correct the source program; reattempt the analysis.

AES1056W
DD name of file 'filename' is not found. This file is not handled as an IO file.
Module:

COBOL and PL/I scanner

Explanation:

File filename has been referenced, but there is no DD name for it. This message occurs for COBOL components only.

System Action:
User Response:

Correct the source program; reattempt the analysis.

AES1057E
File name 'filename' is not declared.
Module:

COBOL and PL/I scanner

Explanation:

The file filename is not declared. This message occurs for COBOL components only.

System Action:
User Response:

Correct the source program; reattempt the analysis.

AES1121W
The declare statement of 'dataitem' includes a DEFINE for an element of an array. This DEFINE is ignored.
Module:

COBOL and PL/I scanner

Explanation:

An element that is not a data item or an array element has been specified in the DEFINE clause of the data item shown. This message occurs for PL/I components only.

System Action:

The scanner ignores the DEFINE clause and continues processing.

User Response:

If, during impact analysis, you find that the data item shown in the message is affected, you should check the above item. Correct the DEFINE statement; reattempt the analysis.

AES1124W
There is a too long token in line number.
Module:

COBOL and PL/I scanner

Explanation:

A token of more than 256 characters has been found on line number. Probably the closing apostrophe ( ' ) in the literal has been omitted.

System Action:
User Response:

Correct the source file; reattempt the analysis.

AES2000E
Memory Error.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:
User Response:

Contact your IBM technical-support representative.

AES2001I
Start the syntax analysis for program 'name'. [timestamp]
Module:

COBOL and PL/I scanner

Explanation:

The scanner has begun the parsing process for program name at the time indicated.

System Action:

The system is functioning normally.

User Response:

None

AES2002I
Complete the syntax analysis for program 'name'. [timestamp]
Module:

COBOL and PL/I scanner

Explanation:

The scanner has successfully completed the parsing process for program name at the time indicated.

System Action:

The system is functioning normally.

User Response:

None

AES2003I
Complete the syntax analysis for program 'name' with warnings. [timestamp]
Module:

COBOL and PL/I scanner

Explanation:

The scanner has completed the parsing process for program name at the time indicated, but the scanner has issued a warning.

System Action:
User Response:

Investigate the warning message, and, if necessary, reattempt the analysis. This warning message means that the analysis was completed; therefore you can display charts and other information.

AES2004I
Fail the syntax analysis for program 'name'. [timestamp]
Module:

COBOL and PL/I scanner

Explanation:

The parsing process for program name has failed in mid-execution at the time indicated.

System Action:
User Response:

Investigate the specific cause from other reported error messages. Correct the syntax; reattempt the analysis.

AES2006W
Option 'name' is invalid. It is ignored.
Module:

COBOL and PL/I scanner

Explanation:

The start parameter shown is wrong.

System Action:
User Response:

Correct the error; reattempt the analysis.

AES2007E
Analysis target 'filename' is invalid.
Module:

COBOL and PL/I scanner

Explanation:

There is an error in the specification of the source file that is the analysis target in the start parameter of the analysis program.

System Action:
User Response:

Correct the specification of the target; reattempt the analysis.

AES2008E
Open error for file 'filename'.
Module:

COBOL and PL/I scanner

Explanation:

The file shown cannot be opened. Possible causes are:

System Action:
User Response:

Correct the cause; reattempt the analysis.

AES2009E
Read error for file 'filename'.
Module:

COBOL and PL/I scanner

Explanation:

An error occurred while reading the file shown. This error may be caused by network problems.

System Action:
User Response:

Correct the cause; reattempt the analysis.

AES2010W
Read error for the analysis option file.
Module:

COBOL and PL/I scanner

Explanation:

An error occurred while reading the analysis option file. This error may be caused by a network problem or a syntax error in the analysis option file. This error occurs only on the Windows version of WebSphere Studio Asset Analyzer.

System Action:

Processing stops.

User Response:

Correct the problem; reattempt the analysis

AES2011E
Invalid language level for file 'filename'.
Module:

COBOL and PL/I scanner

Explanation:

Either a language level for the extension of the file shown has not been specified or the specification is wrong.

System Action:
User Response:

Correct the analysis option; reattempt the analysis.

AES2020W
Read error for the interface information file of program 'filename'. This file is ignored.
Module:

COBOL and PL/I scanner

Explanation:

An error occurred while reading the interface information file of the program shown. This error may be caused by a network problem.

System Action:

The scanner skips the current file and processing continues.

User Response:

Resolve the problem; reattempt the analysis

AES2021E
There is no analysis target 'filename'.
Module:

COBOL and PL/I scanner

Explanation:

The source file shown could not be found.

System Action:
User Response:

Correct the source program specification; reattempt the analysis.

AES2022E
Write error for the interface information file of program 'name'.
Module:

COBOL and PL/I scanner

Explanation:

An error occurred in writing the interface information file of program name to a file. Possible causes of this error include:

System Action:
User Response:

Resolve the problem; reattempt the analysis.

AES2023E
Write error for the detailed information file of program 'name'.
Module:

COBOL and PL/I scanner

Explanation:

An error has occurred in writing the detailed information of program name to a file. Possible causes of this error include:

System Action:
User Response:

Resolve the problem; reattempt the analysis.

AES2024E
Read error for the detailed information file of program 'name'.
Module:

COBOL and PL/I scanner

Explanation:

An error has occurred while reading the detailed information of program name from a file. Possible causes of this error include:

System Action:
User Response:

Resolve the problem; reattempt the analysis.

AES2025E
Write error for the analysis summary file of program 'name'.
Module:

COBOL and PL/I scanner

Explanation:

An error has occurred while writing the analysis summary information of program name to a file. Possible causes of this error include:

System Action:
User Response:

Resolve the problem; reattempt the analysis.

AES2026E
Read error for the analysis summary information file of program 'name'.
Module:

COBOL and PL/I scanner

Explanation:

An error has occurred while reading the analysis summary information of program name from a file. Possible causes of this error include:

System Action:
User Response:

Resolve the problem; reattempt the analysis.

AES2027E
Fail creation of target directory 'name'.
Module:

COBOL and PL/I scanner

Explanation:

The directory specified could not be created. Possible causes of this error include:

This error occurs only on the Windows version of WebSphere Studio Asset Analyzer.

System Action:
User Response:

Resolve the problem; reattempt the analysis.

AES2029E
Read error for the list of analyzed programs in 'name'.
Module:

COBOL and PL/I scanner

Explanation:

An error has occurred while reading the program list information of the program shown from a file. Possible causes of this error include:

System Action:
User Response:

Resolve the problem; reattempt the analysis.

AES2031E
Write error for the analysis option file into directory 'name'.
Module:

COBOL and PL/I scanner

Explanation:

An error has occurred while writing the analysis option file. Possible causes of this error include:

System Action:
User Response:

Resolve the problem; reattempt the analysis.

AES2032E
The entry name of program 'name1' is the same as the entry name of program 'name2'.
Module:

COBOL and PL/I scanner

Explanation:

The entry name defined in program name1 is also defined in program name2. This error occurs only on the Windows version of WebSphere Studio Asset Analyzer.

System Action:

The analysis result of program name1 is cancelled because it is overwritten.

User Response:

Analyze the two programs as separate groups.

AES2034E
Fail creation of import file directory 'name'.
Module:

COBOL and PL/I scanner

Explanation:

An error has occurred while creating the import file directory. Possible causes of this error include:

This error occurs only on the Windows version of WebSphere Studio Asset Analyzer.

System Action:
User Response:

Resolve the problem; reattempt the analysis.

AES2035E
Write error for the list of analyzed programs in 'directory'.
Module:

COBOL and PL/I scanner

Explanation:

An error has occurred while writing the list of programs. Possible causes of this error include:

System Action:
User Response:

Resolve the problem; reattempt the analysis.

AES2036E
Write error for import file of 'filename'.
Module:

COBOL and PL/I scanner

Explanation:

An error has occurred while writing the import file. This error may have occurred because the application does not have proper authority to access the directory.

System Action:
User Response:

Resolve the problem; reattempt the analysis.

DMH1000I
.
Module:

BMS macro definition scanner, File classification scanner, Impact analysis, JCL scanner

Explanation:

This message provides white space when a series of messages is generated, allowing the messages to be more easily read.

System Action:

The system is functioning normally.

User Response:

None

DMH1001I
programname (compiledate compiletime)
Module:

BMS macro definition scanner, JCL scanner

Explanation:

This message is the first in a series of six that report a copyright notice.

System Action:

The system is functioning normally.

User Response:

None

DMH1002I
Licensed Materials - Property of IBM
Module:

BMS macro definition scanner, JCL scanner

Explanation:

This message is the second in a series of six that report a copyright notice.

System Action:

The system is functioning normally.

User Response:

None

DMH1003I
(C) Copyright IBM Corp. year
Module:

BMS macro definition scanner, JCL scanner

Explanation:

This message is the third in a series of six that report a copyright notice. The message text variable year indicates the copyright year(s).

System Action:

The system is functioning normally.

User Response:

None

DMH1004I
US Government Users Restricted Rights - Use, duplication
Module:

BMS macro definition scanner, JCL scanner

Explanation:

This message is the forth in a series of six that report a copyright notice.

System Action:

The system is functioning normally.

User Response:

None

DMH1005I
or disclosure restricted by GSA ADP Schedule Contract
Module:

BMS macro definition scanner, JCL scanner

Explanation:

This message is the fifth in a series of six that report a copyright notice.

System Action:

The system is functioning normally.

User Response:

None

DMH1006I
with IBM Corporation.
Module:

BMS macro definition scanner, JCL scanner

Explanation:

This message is the sixth in a series of six that report a copyright notice.

System Action:

The system is functioning normally.

User Response:

None

DMH1010E
DMH_ASSERT failure on line number of name compiled compiledate compiletime
Module:

JCL scanner

Explanation:

This message occurs in debug mode only. The string pointer is null, and the job has stopped due to an assert error.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1100I
*** Opened File List
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1101I
parameter
Module:

Code extraction, Impact analysis, JCL scanner

Explanation:

This message is an informational echo of parameter(s), user data, return code, and so on. This message provides additional information for interpreting other error messages.

System Action:

The system is functioning normally.

User Response:

None

DMH1102I
*** End Opened File List
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1103I
*** Job Search List
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1104I
*** End Job Search List
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1105I
*** Default Search List
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1106I
*** End Default Search List
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1107I
*** Referenced List
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1108I
statusdata1 statusdata2 statusdata3
Module:

Analysis queue processor, DB2 catalog scanner

Explanation:

This message is informational status data.

System Action:

The system is functioning normally.

User Response:

None

DMH1109I
*** End Referenced List
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1110I
----- SQL error report -----
Module:

Impact analysis

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1111I
ERROR occurred: CONNECT TO DATABASE.
Module:

DB2 catalog scanner, Impact analysis, Import record loader, Queue processor

Explanation:

Connect to database failed.

System Action:

Processing stops.

User Response:

Verify the database name, user ID and password are correct; try the operation again.

DMH1112I
ERROR occurred: CONNECT RESET.
Module:

Impact analysis

Explanation:

Following disconnect from the database, a CONNECT RESET request failed.

System Action:

The system is functioning normally.

User Response:

Locate message DMH1101I for SQLSTATE information.

DMH1113I
SQLCODE: returncode
Module:

Impact analysis

Explanation:

This message provides a return code from DB2 following an SQL operation.

SQLCODE values can be the following:

0
The statement was successful.
a positive integer
The statement was successful, but with an exception condition.
greater than 100
Row not found or end of data.
a negative integer
A serious error was detected.
System Action:

The system is functioning normally.

User Response:

Refer to the DB2/SQL messages and codes reference for more information.

DMH1114I
--- end SQL error report ---
Module:

Impact analysis

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1115W
WARNING - CONTINUING PROGRAM WITH WARNINGS!
Module:

DB2 catalog scanner, Impact analysis, Import record loader, Queue processor

Explanation:

Unexpected error messages were returned from DB2; processing will continue, however.

System Action:

The system is functioning normally.

User Response:

None. It is recommended, however, that you check the local log file and review the error message(s) reported between the report header (DMH1110) and footer (DMH1114) messages.

DMH1116I
CONNECTING TO DATABASE: name
Module:

Impact analysis

Explanation:

This is an informational message indicating CONNECT TO DATABASE name has been issued.

System Action:

The system is functioning normally.

User Response:

None

DMH1117I
CONNECTED TO DATABASE: name
Module:

Impact analysis

Explanation:

This is an informational message indicating CONNECT TO DATABASE name was successful.

System Action:

The system is functioning normally.

User Response:

None

DMH1118I
DISCONNECTING FROM DATABASE
Module:

Impact analysis

Explanation:

This is an informational message indicating CONNECT RESET has been issued.

System Action:

The system is functioning normally.

User Response:

None

DMH1119I
data
Module:

DB2 catalog scanner, Import record loader

Explanation:

This message provides informational status data.

System Action:

The system is functioning normally.

User Response:

None. When paired with message DMH2114, this message provides additional detail data.

DMH1200I
Has been identified as: filetype
Module:

File classification scanner

Explanation:

Analysis of key words and other file characteristics has identified the file to be of type filetype. Valid types include: COBOL, PLI, ASM, ASM (BMS macro), ASM (DBDGEN), ASM (PSBGEN), Easytrieve, and JCL.

System Action:

The system is functioning normally.

User Response:

None

DMH1201I
Container=name File=name
Module:

File classification scanner

Explanation:

This message provides informational status indicating the container and file currently being processed.

System Action:

The system is functioning normally.

User Response:

None

DMH1202W
Has not been identified, classified as: filetype
Module:

File classification scanner

Explanation:

Based on analysis of key words and other file characteristics, the file type could not be automatically determined. filetype will generally be identified as UNKNOWN in the message text. Additionally, from the browser interface, on the File details page, UNK? will be indicated in the Language/type field and Incomplete in the Analysis status field. Other valid types for this message include EMPTY (the file contained zero records) and GONE (the file was not found in the container).

System Action:

The system is functioning normally.

User Response:

Review the file and determine the language. From the browser interface, on the File details page, select Assign new language from the Actions drop-down list to update the file's language.

DMH1204E
Hash table cannot be initialized
Module:

File classification scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1205E
Internal error, invalid record passed
Module:

File classification scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1206E
cannot open the source file
Module:

File classification scanner

Explanation:

The file cannot be opened. Possible causes are:

System Action:

The scanner skips the current file, and processing continues.

User Response:

Verify and correct the cause; try the operation again.

DMH1209E
Internal error, wrong feature state
Module:

File classification scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1210E
Internal error, wrong language state
Module:

File classification scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1211E
Internal error, wrong token state
Module:

BMS macro definition scanner, File classification scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1212E
Bad weight ID in reserve word table
Module:

File classification scanner

Explanation:

This is an internal error of the application.

System Action:

Processing is stopped.

User Response:

Contact your IBM technical-support representative.

DMH1213E
Bad reserve word type in reserve word table
Module:

File classification scanner

Explanation:

This is an internal error of the application.

System Action:

Processing is stopped.

User Response:

Contact your IBM technical-support representative.

DMH1214E
cannot add item to hash table
Module:

File classification scanner

Explanation:

This is an internal error of the application.

System Action:

Processing is stopped

User Response:

Contact your IBM technical-support representative.

DMH1216E
cannot open file DD:ATTRBOUT
Module:

BMS macro definition scanner, File classification scanner, IMS DBD scanner, IMS PSB scanner

Explanation:

The file cannot be opened. The DD statement for ATTRBOUT is a temporary data set established to hold WebSphere Studio Asset Analyzer import records. Possible causes are:

System Action:

Processing is stopped.

User Response:

Verify and correct the cause; try the operation again.

DMH1217W
Line number, column number - Invalid character encountered: x'hexcode'
Module:

Code extraction, File classification scanner

Explanation:

This message occurs in debug mode only. While reading the input file, WebSphere Studio Asset Analyzer found an invalid character on the line and in the column specified. The invalid characters (usually within literal strings) are converted to a period (.) character to allow scanning to continue. On z/OS, the set of invalid characters are 0x00 through 0x3F and 0xFF. On the workstation, the only invalid character is 0x00. This character corresponds to the same set found on z/OS when using the FIND P'.' command in ISPF.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Correct the file; try the operation again.

DMH1300E
Container name exceeds maximum
Module:

JCL scanner

Explanation:

WebSphere Studio Asset Analyzer supports the following container name maximum lengths: MVS = 44, workstation = 254.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the length of the container name; try the operation again.

DMH1301E
File name exceeds maximum
Module:

JCL scanner

Explanation:

WebSphere Studio Asset Analyzer supports the following file name length maximums: MVS = 10, workstation = 254.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the length of the file name; try the operation again.

DMH1302E
Open failure on DD:JCLLIB, specifies default concatenation list
Module:

JCL scanner

Explanation:

No JCLLIB statement was specified in the JCL, or the data set specified for JCL INCLUDEs or procedures could not be opened. WebSphere Studio Asset Analyzer will use its own default JCLLIB concatenation list (for example, DD DUMMY).

System Action:

Processing continues.

User Response:

No action is required if there are no INCLUDEs or procedures named in EXEC statements to be found. Otherwise, identify a valid concatenation set and try the operation again. Concatenation sets are located in &hlq.USER.INCL2, where &hlq represents the high-level qualifier for WebSphere Studio Asset Analyzer user data sets specified at the time of installation. Contact your WebSphere Studio Asset Analyzer administrator.

DMH1303E
Number of containers exceeds default concatenation limit
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer container concatenation maximum is 32. The number of containers specified for JCLLIB DD * exceeds this limit.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the number of containers; try the operation again.

DMH1304E
Container name read from file too long
Module:

JCL scanner

Explanation:

WebSphere Studio Asset Analyzer supports the following container name maximum lengths: MVS = 44, workstation = 254.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the length of the container name; try the operation again.

DMH1305E
Number of containers on JCLLIB exceeds limit
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer container concatenation maximum is 32. The number of containers specified in the JCLLIB ORDER= statement cannot exceed this limit.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the number of containers listed in the JCLLIB ORDER= statement; try the operation again.

DMH1306E
Attempt to nest source too deeply
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer nested source file limit is 15. The processing of INCLUDE statements has exceeded this limit.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the nesting level; try the operation again.

DMH1307E
Number of source files used exceeds limit
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer include and procedure source file maximum is 200. The number of unique referenced source files cannot exceed this limit.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the number of unique referenced source files; try the operation again.

DMH1308E
File name for INCLUDE or external PROC name is too long
Module:

JCL scanner

Explanation:

WebSphere Studio Asset Analyzer supports the following file name length maximums: MVS = 10, workstation = 254.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the length of the file name; try the operation again.

DMH1309E
INCLUDE file or cataloged PROC not found: name
Module:

JCL scanner

Explanation:

The JCL scanner detected a reference to an INCLUDE or PROC named name, and it was not found by searching the JCLLIB concatenation set of containers, if specified, or the user concatenation set of containers, if specified. This condition can also result if no explicit concatenation set was specified and more than one existing concatenation set could resolve the file reference. If that is the case, this message would be preceded by DMH1776W.

System Action:

The scanner continues processing.

User Response:

Verify the location of the named INCLUDE or PROC and ensure its container is represented in a concatenation set known to WebSphere Studio Asset Analyzer. This representation can be accomplished either by using a JCLLIB concatenation set of containers in the JCL or by identifying a user concatenation set of containers assigned to the container or file being processed.

DMH1311E
Container Name parameter is not valid
Module:

BMS macro definition scanner, JCL scanner

Explanation:

The container name was not found in the input parameters, or it is an invalid container name.

System Action:

The scanner skips the current file, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1312E
File Name parameter is not valid
Module:

BMS macro definition scanner, JCL scanner

Explanation:

The file name was not found in the input parameters, or it is an invalid file name.

System Action:

The scanner skips the current file, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1313E
Open failure on DD:INFILE, specifies JCL file
Module:

JCL scanner

Explanation:

The container and member specified for the INFILE DD could not be opened. Possible causes are:

System Action:

The scanner skips the current file, and processing continues.

User Response:

Verify and correct the cause; try the operation again.

DMH1314E
Comment continuation flag was not followed by valid card
Module:

JCL scanner

Explanation:

An expected comment continuation was not found. The JCL being analyzed included a comment continuation flag in column 72, but the next statement was not a valid comment.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify the JCL comment statement is continued correctly. To continue a comment:

Verify and correct the syntax; try the operation again.

DMH1315E
End of file after comment continuation flag
Module:

JCL scanner

Explanation:

An expected continuation of comment was not found. The last statement in the JCL contained a comment continuation flag.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify the JCL comment statement should be continued. To continue a comment:

Verify and correct the syntax; try the operation again.

DMH1316E
Expected parameter continuation not found
Module:

JCL scanner

Explanation:

An expected continuation of the parameter field was not found. The parameter field ended with a comma, but the parameter was not continued on the next non-comment line.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify the parameter field is continued correctly. To continue a parameter field:

Verify and correct the syntax; try the operation again.

DMH1317E
Expected parameter continuation not found by col 16
Module:

JCL scanner

Explanation:

An expected continuation of the parameter field was not found. The continuation of a parameter field was not found by column 16, and is therefore invalid.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify the parameter field is continued correctly. To continue a parameter field:

Verify and correct the syntax; try the operation again.

DMH1318E
Record for continuation of quoted parm too short
Module:

JCL scanner

Explanation:

Expected continuation for parameter fields enclosed in apostrophes was not found. A parameter enclosed in apostrophes was continued and the continuation record is less than 16 characters.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify the parameter field is continued correctly. To continue a parameter field enclosed in apostrophes:

Verify and correct the syntax; try the operation again.

DMH1319E
DLM= delimiter not two characters
Module:

JCL scanner

Explanation:

The DLM=delimiter did not specify the required two characters to indicate the end of this data set in the input stream.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify the DLM=delimiter subparameter specifies two characters. Enclose special characters--any character that is neither alphanumeric nor national--in apostrophes. If the delimiter contains an ampersand or an apostrophe, code each ampersand or apostrophe as two consecutive ampersands or apostrophes. Each pair counts as one character. Verify and correct the syntax; try the operation again.

DMH1327E
DLM= parameter on DD statement < 2 chars
Module:

JCL scanner

Explanation:

The DLM=delimiter did not specify the required two characters to indicate the end of this data set in the input stream.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify the DLM=delimiter subparameter specifies two characters. Enclose special characters--any character that is neither alphanumeric nor national--in apostrophes. If the delimiter contains an ampersand or an apostrophe, code each ampersand or apostrophe as two consecutive ampersands or apostrophes. Each pair counts as one character. Verify and correct the syntax; try the operation again.

DMH1328E
DLM= contains & not followed by &
Module:

JCL scanner

Explanation:

The DLM=delimiter did not specify the required two ampersands.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify the DLM=delimiter subparameter contains a pair of ampersands for each intended single occurrence. Each pair of ampersands counts as one character. Verify and correct the syntax; try the operation again.

DMH1334E
First statement was not JOB card
Module:

JCL scanner

Explanation:

The JOB statement is expected to be the first statement to mark the beginning of a job.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax; try the operation again.

DMH1336E
Illegal statement found in PROC definition
Module:

JCL scanner

Explanation:

The scanner encountered unexpected syntax while processing a procedure definition. The PROC statement marks the beginning of a procedure. Syntax of the PROC statement is as follows:

For a cataloged procedure:
//[name]  PROC  [parameter   [comments]]
//[name]  PROC
For an in-stream procedure:
//name  PROC  [parameter   [comments]]
//name  PROC
System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax of the procedure; try the operation again.

DMH1340E
Illegal statement within include group
Module:

JCL scanner

Explanation:

The scanner encountered unexpected syntax while processing an include group. Include groups cannot contain the following JCL statements:

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax of the include group; try the operation again.

DMH1342E
PEND without matching procedure invocation
Module:

JCL scanner

Explanation:

A PEND statement was identified and no corresponding procedure invocation was found.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Locate any missing files; try the operation again. Otherwise, verify and correct the syntax; try the operation again.

DMH1350E
Includes nested too deeply
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer include nesting maximum is 15. The nesting of INCLUDEs exceeds this limit.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the include nesting; try the operation again.

DMH1355E
Symbolic name too long
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer JCL name length maximum is 8. The symbolic name fields must not exceed this limit.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the length of the symbolic name; try the operation again.

DMH1356E
Multiple JOB cards
Module:

JCL scanner

Explanation:

More than one JOB card was detected. WebSphere Studio Asset Analyzer does not support multiple JOB cards; only a single job per file is allowed.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Split multiple (nested) JOBs into single files; try the operation again.

DMH1359E
Too many parms
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer parameter maximum is 400. The number of JCL parameters passed to a step exceeded this limit.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the number of parameters; try the operation again.

DMH1360E
Parenthesis and apostrophe nesting exceeded
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer nesting maximum is 20. You can nest the delimiters up to the maximum.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the delimiter nesting level; try the operation again.

DMH1363E
If nesting exceeds limit
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer IF nesting level maximum is 16. The nesting of IF statements exceeds this limit. You can nest IF/THEN/ELSE/ENDIF statement constructs up to the maximum. The steps that execute in a THEN clause and an ELSE clause can be another IF/THEN/ELSE/ENDIF statement construct.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the IF nesting level; try the operation again.

DMH1365E
ENDIF without IF
Module:

JCL scanner

Explanation:

An ENDIF statement was identified and no corresponding IF statement was located. The IF statement is always followed by a relational expression and a THEN clause. Optionally, an ELSE clause can follow the THEN clause. An ENDIF statement always follows the ELSE clause, if present, or the THEN clause. The ENDIF statement indicates the end of the IF/THEN/ELSE/ENDIF statement construct and must be coded for each construct.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the IF/THEN/ELSE/ENDIF syntax; try the operation again.

DMH1367E
Keyword parameter or SET statement missing =
Module:

JCL scanner

Explanation:

The scanner detected that a symbol value pair was found without a SET statement, or a symbol value pair was missing an equal sign. SET defines and assigns initial values to symbolic parameters used when processing JCL statements. Syntax of the SET statement is as follows:

//[name]  SET  symbol=value  [comments]
System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax of the SET statement parameter(s); try the operation again.

DMH1368E
JCLLIB missing ORDER=
Module:

JCL scanner

Explanation:

The scanner detected a JCLLIB statement, but no ORDER= keyword parameter was found. The JCLLIB statement identifies and orders the libraries that the system uses for the job when searching for procedures and INCLUDEs. Syntax of the JCLLIB statement is as follows:

//[name]  JCLLIB  ORDER=(library[,library]...)  [comments]
System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax of the JCLLIB statement; try the operation again.

DMH1371E
EXEC card has null first parameter
Module:

JCL scanner

Explanation:

The scanner detected an EXEC statement, but no positional parameter (for example, PGM, PROC or procedure name) was found. The EXEC statement identifies the program or cataloged or in-stream procedure that this job step is to execute. Syntax of the EXEC statement is as follows:

//[stepname]  EXEC  positional_parm[,keyword_parm]...[,symbol_parm=value]... [comments]
System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax of the EXEC statement; try the operation again.

DMH1372E
EXEC card PGM= has null value
Module:

JCL scanner

Explanation:

The scanner detected an EXEC statement with a positional parameter PGM=, but no program name was found. The PGM parameter names the program that the system is to execute. The syntax of the PGM parameter is as follows:

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax of the PGM= parameter; try the operation again.

DMH1373E
DD concatenation without DD statement
Module:

JCL scanner

Explanation:

The scanner was processing a DD concatenation and found no corresponding job step, JOBLIB or JOBCAT.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax; try the operation again.

DMH1375E
Missing JOB card
Module:

JCL scanner

Explanation:

The JOB statement is expected to be the first statement to mark the beginning of a job. The JOB statement was not found, or an incomplete JOB card was detected (for example, a JOB statement was identified but an expected continuation of the JOB card was not found).

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the JCL to include a JOB card; try the operation again.

DMH1376E
DD after JOB not JOBLIB or JOBCAT or PROCLIB
Module:

JCL scanner

Explanation:

The scanner encountered an unexpected DD statement. The scanner expects to find JOBLIB, JOBCAT, and/or PROCLIB statements following the JOB card. There should be no intervening EXEC or other DD statements.

System Action:

User Response:

Verify and correct the syntax; try the operation again.

DMH1377E
Multiple JOBCAT statements
Module:

JCL scanner

Explanation:

The scanner supports one JOBCAT per job, appearing after the JOB statement, following the JOBLIB, if coded, and before the first EXEC.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the JCL to use a single JOBCAT; try the operation again.

DMH1378E
Multiple JOBLIB statements
Module:

JCL scanner

Explanation:

The scanner supports one JOBLIB per job, appearing after the JOB statement, before the JOBCAT, if coded, and before the first EXEC.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the JCL to utilize a single JOBLIB; try the operation again.

DMH1380E
Illegal statement in procedure
Module:

JCL scanner

Explanation:

WebSphere Studio Asset Analyzer encountered an unknown statement while processing the syntax of the procedure. Syntax of the PROC statement is as follows:

For a cataloged procedure:
//[name]  PROC  [parameter   [comments]]
//[name]  PROC
For an in-stream procedure:
//name  PROC  [parameter   [comments]]
//name  PROC
System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax of the procedure; try the operation again

DMH1381E
PROC nesting exceeded limit
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer PROC nesting maximum is 15. In a procedure, an EXEC statement can invoke another procedure, which can contain an EXEC statement to invoke another procedure, and so on. Cataloged and in-stream procedures can invoke other procedures up to 15 levels of nesting.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax; try the operation again.

DMH1382E
Query empty context stack
Module:

JCL scanner

Explanation:

This is an internal error of the application.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1383E
PROC stack underflow
Module:

JCL scanner

Explanation:

This is an internal error of the application.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1384I
File Opened
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1385I
File Closed
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1386I
Read:
Module:

JCL scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1391I
Statement: %1 %2 %3 statement
Module:

JCL scanner

Explanation:

This message provides the status of a JCL statement being processed.

System Action:

The system is functioning normally.

User Response:

None

DMH1392I
Substitution: %1 %2 %3 %4
Module:

JCL scanner

Explanation:

This message provides the status of a JCL statement being substituted.

System Action:

The system is functioning normally.

User Response:

None

DMH1393E
Too many steps in job
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer JOB step maximum is 255. You enter a program into the operating system as a job step. A job step consists of the job control statements that request the resources needed to run the program and is identified by an EXEC statement. A job can be simple or complex; it can consist of one step or of many steps, up to 255.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the number of steps in the job; try the operation again.

DMH1395E
StepName.DDName too long
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer StepName.DDName length maximum is 18. While processing an override, the string for //stepname.ddname exceeded this limit.

System Action:

User Response:

Reduce the StepName.DDName length; try the operation again.

DMH1396E
Could not find step named on override DD
Module:

JCL scanner

Explanation:

An override statement explicitly named a step that was not found in the expanded procedure.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Locate any missing files; try the operation again. Otherwise, verify and correct the syntax; try the operation again.

DMH1397E
Could not add DD; no PGM= steps found
Module:

JCL scanner

Explanation:

The DD override was not added to inventory. The scanner attempted to default to override the first step, which was not found, possibly due to all expanded steps invoking nested procedures.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax; try the operation again.

DMH1398I
Added to Proc: %1 %2 %3 statement
Module:

JCL scanner

Explanation:

This message provides the status of a JCL statement; a DD statement was added.

System Action:

The system is functioning normally.

User Response:

None

DMH1399I
Override Proc: %1 %2 %3 statement
Module:

JCL scanner

Explanation:

This message provides the status of a JCL statement; a DD statement was overridden.

System Action:

The system is functioning normally.

User Response:

None

DMH1400E
Fatal Error: %1 %2 %3
Module:

JCL scanner

Explanation:

This message reports a fatal error while processing a JCL statement.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1401S
Fatal DB2 Error: SQLCODE
Module:

Code extraction, Impact analysis

Explanation:

This message reports a return value from DB2 following an SQL operation.

System Action:

Processing stops.

User Response:

Refer to the DB2/SQL messages and codes reference.

DMH1402E
Statement label is too long
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer JCL statement label length maximum is 18 (for example, StepName.DDNameXX).

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the length of the statement label; try the operation again.

DMH1403E
Statement parameter text is too long
Module:

JCL scanner

Explanation:

The WebSphere Studio Asset Analyzer JCL statement parameter length maximum is 8192. The parameter text length exceeds this limit.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Reduce the length of the statement parameter text string; try the operation again.

DMH1406E
Instream PROC has no name
Module:

JCL scanner

Explanation:

An in-stream procedure definition has no name in its PROC statement.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax; try the operation again.

DMH1407E
Instream PROC PEND not found before end of file
Module:

JCL scanner

Explanation:

An end of file was reached, and no corresponding PEND statement was located for the in-stream procedure being processed. In-stream procedures must end with a PEND statement.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Verify and correct the syntax; try the operation again.

DMH1410I
Input parameters:
Module:

Code extraction, Impact analysis, JCL scanner

Explanation:

This message reports the status of input parameters being processed.

System Action:

The system is functioning normally.

User Response:

None

DMH1413E
Internal error
Module:

JCL scanner

Explanation:

This is an internal error of the application.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1414E
Could not create unique Container ID
Module:

Import record loader

Explanation:

WebSphere Studio Asset Analyzer could not generate a unique ID for the container. The container is not inserted in the DMH_CONTAINER table.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1415E
Could not create unique file ID
Module:

Import record loader

Explanation:

WebSphere Studio Asset Analyzer could not generate a unique ID for the file. The file is not inserted in the DMH_FILE table.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1417E
Data set name is too long
Module:

Import record loader

Explanation:

WebSphere Studio Asset Analyzer supports the following data set name maximum lengths: MVS = 58, workstation = 510. The data set name exceeds this limit.

System Action:

The loader skips the current asset and continues processing.

User Response:

Reduce the length of the data set name; try the operation again.

DMH1418E
Could not create unique run unit ID
Module:

Import record loader

Explanation:

WebSphere Studio Asset Analyzer could not generate a unique ID for the run unit. The run unit is not inserted in the DMH_RUN_UNIT table.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1419E
Could not create unique Site Id
Module:

DB2 catalog scanner, Import record loader

Explanation:

WebSphere Studio Asset Analyzer could not generate a unique ID for the site. The site is not inserted in the DMH_SITE table.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1420E
Error reading component list for name
Module:

PDS Member List Processing

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1421W
Could not process INCLUDE statement
Module:

JCL analyzer - DMH4000

Explanation:

The JCL analyzer has encountered an INCLUDE statement but was unable to detect the statement's MEMBER= phrase. This statement has two valid formats:

System Action:

The JCL analyzer reports this message and ignores the INCLUDE statement.

User Response:

Validate the INCLUDE statement by verifying that it matches one of the above formats. If it does not, correct the statement's syntax and reprocess the JCL file. If it does, contact your IBM technical-support representative.

DMH1442E
Internal error
Module:

JCL scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1443W
Could not substitute DB2 run unit for SYSTSIN *
Module:

JCL scanner

Explanation:

The scanner recognizes batch invocation of TSO (IKJEFT1A) and will look for SYSTSIN DD on the job step to identify the actual DB2 run unit name. If SYSTSIN DD is not coded, does not specify RUN PROG(name), or the data can not be read, no run unit name substitution is available.

System Action:

Processing continues.

User Response:

None

DMH1444W
Could not open filename
Module:

JCL scanner

Explanation:

The scanner could not open the filename specified for SYSTSIN DD. The scanner attempts to open this file in order to identify the DB2 system specified on the DSN SYSTEM(sysname) parameter and the run unit name specified on the RUN PROG(progname) parameter. This message can be paired with DMH1443W.

System Action:

Processing continues.

User Response:

Verify the status and location of the file specified for the SYSTSIN DD; make corrections, if any, and try the operation again if the file is available.

DMH1446E
Could not create unique data set ID name
Module:

JCL scanner

Explanation:

WebSphere Studio Asset Analyzer could not generate a unique ID for the data set. The data set was not inserted in the DMH_DATASET table.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1447W
Could not open DD DDITV02 for DB2/IMS
Module:

JCL scanner

Explanation:

The scanner recognizes batch invocation of IMS (DFSRRC00) and will examine the PARM= data to identify the run unit and PSB name. When run unit DSNMVT01 is detected in the parameter data, the scanner will also look for DDITV02 DD to identify the actual DB2 run unit name. The scanner did not find DDITV02 DD on the job step.

System Action:

Processing continues.

User Response:

None

DMH1448W
Could not read DD DDITV02
Module:

JCL scanner

Explanation:

The scanner recognizes batch invocation of IMS (DFSRRC00) and will examine the PARM= data to identify the run unit. When DSNMVT01 is detected in the parameter data, the scanner will also look for DDITV02 DD on the job step to identify the actual DB2 run unit name. DDITV02 DD was found but the read failed.

System Action:

Processing continues.

User Response:

None

DMH1449W
Could not substitute DB2 run unit for DSNMVT01
Module:

JCL scanner

Explanation:

The scanner recognizes batch invocation of IMS (DFSRRC00) and will examine the PARM= data to identify the run unit. When DSNMVT01 is detected in the parameter data, the scanner will also look for DDITV02 DD on the job step to identify the actual DB2 run unit name. If DDITV02 DD is not found, does not specify a DSN= parameter, or the DSN specified is a temporary file, no run unit name substitution is available. This message can be paired with DMH1447W or DMH1448W.

System Action:

Processing continues.

User Response:

None

DMH1450E
Memory allocation failure
Module:

Analysis queue processor, JCL scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1452W
Could not find IMS program name
Module:

JCL scanner

Explanation:

The scanner recognizes batch invocation of IMS (DFSRRC00) and will examine the PARM= data to identify the run unit. No PARM= statement was found. DFSRRC00 is the run unit assigned to the job step.

System Action:

Processing continues.

User Response:

None

DMH1453W
Could not find IMS PSB name name
Module:

JCL scanner

Explanation:

The scanner recognizes batch invocation of IMS (DFSRRC00) and will examine the PARM= data to identify the run unit and PSB name. The scanner did not find a PSB name coded.

System Action:

Processing continues.

User Response:

None

DMH1462E
Internal error
Module:

JCL scanner

Explanation:

This is an internal error of the application.

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1463E
Override not proceeded by named DD stmt
Module:

JCL scanner

Explanation:

System Action:

Scanning terminates for the current file, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1530E
MEMB record is missing
Module:

Import record loader

Explanation:

The loader did not find the required MEMB import record for processing a file.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1546E
Invalid UACP Reference to Ambiguous Data Element: name
Module:

Code extraction, Impact analysis

Explanation:

DB2 returned an -811 SQLCODE when attempting to locate the data element.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1547E
MAPS record is missing
Module:

Import record loader

Explanation:

The loader did not find the required MAPS import record for processing a BMS mapset.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1548E
Could not create unique Mapset Id
Module:

Import record loader

Explanation:

WebSphere Studio Asset Analyzer could not generate a unique ID for the BMS mapset. The mapset is not inserted in the DMH_MAPSET table.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1549E
Could not create unique Map Id
Module:

Import record loader

Explanation:

WebSphere Studio Asset Analyzer could not generate a unique ID for the BMS map. The map is not inserted in the DMH_MAP table.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1551E
Duplicate Mapset Ids: mapsetname
Module:

Import record loader

Explanation:

WebSphere Studio Asset Analyzer does not support multiple BMS mapsets with the same name.

System Action:

The loader skips the current asset and continues processing.

User Response:

None

DMH1610E
Cannot open Member List file DD MEMLIST
Module:

Import record loader

Explanation:

The loader could not open the file specified for MEMLIST DD.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1617E
Cannot open the source file
Module:

BMS macro definition scanner

Explanation:

The file cannot be opened. Possible causes are:

System Action:

The scanner skips the current file, and processing continues.

User Response:

Verify and correct the cause; try the operation again.

DMH1660E
Insertion to DMH_CHANGE_IMPACT failed
Module:

Impact analysis

Explanation:

Impact analysis was unable to insert a row into the DMH_CHANGE_IMPACT table.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1661E
Cannot open cursor on DMH_RUN_UNIT_CONTNT
Module:

Impact analysis

Explanation:

An OPEN request for cursor DMHD224, DMHD225 or DMHD226 failed. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1663E
Cannot open join cursor on RD_DATA_RECORD, RD_DATA_STORE
Module:

Impact analysis, IMS analysis

Explanation:

An OPEN request for cursor DMHD221 failed. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1665E
Cannot open join cursor on RD_RUN_UNIT_CONTNT, RD_INVOKE_RUN_UNIT
Module:

Impact analysis

Explanation:

An OPEN request for cursor DMHD227A-E or DMHD364B-C failed. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1666E
Cannot open join cursor on RD_RUN_UNIT_CONTNT, RD_TRANSACTION
Module:

Impact analysis

Explanation:

An OPEN request for cursor DMHD228 failed. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1667E
Cannot add record to linked list
Module:

Impact analysis

Explanation:

Impact analysis was unable to record the impact. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1668E
Cannot open cursor on RD_FORMAL_PARM
Module:

Impact analysis

Explanation:

An OPEN request for cursor DMHD222A or DMHD223D failed. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1669E
Cannot open cursor on RD_ACTUAL_PARM
Module:

Impact analysis

Explanation:

An OPEN request for cursor DMHD223 failed. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1671E
Update to DMH_CHANGE_FOCUS failed
Module:

Impact analysis

Explanation:

Impact analysis was unable to update a row in the DMH_CHANGE_FOCUS table.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1672E
Cannot open join on RD_RUN_UNIT_CONTNT, INVOKE_RUN_UNIT, DD_CONCAT
Module:

Impact analysis

Explanation:

An OPEN request for cursor DMHD229A, DMHD229B or DMHD364A failed. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1680E
Cannot open file: name
Module:

File classification scanner, Import record loader

Explanation:

An open failed for the FILELIST DD file (file classification scanner) or the INFILE DD file (import record loader).

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1701E
Cannot open cursor DMHD261.
Module:

Impact analysis

Explanation:

An OPEN request for cursor DMHD261 failed. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1702E
Unable to create XREF name list, XREF IDs are sequential
Module:

Import record loader

Explanation:

The loader detected an inconsistency while processing the sequence number for a control transfer.

System Action:

The loader skips the current asset and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1703W
Truncated value for database: value
Module:

BMS macro definition scanner, Code extraction, Impact analysis, Import record loader

Explanation:

Processing detected a character string value was longer than expected; value was shortened as required for database processing (for example, UPDATE, INSERT).

System Action:

Processing continues.

User Response:

None

DMH1708E
Missing REGION card
Module:

Import record loader

Explanation:

The loader detected that the region ID was set to the default value of -1; the region ID was not reset by processing a valid REGION import record.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1713E
Cannot generate unique identifier for region
Module:

Import record loader

Explanation:

WebSphere Studio Asset Analyzer could not generate a unique ID for the region. The region is not inserted in the DMH_ONLINE_REGION table.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1714E
Cannot generate unique identifier for transaction
Module:

Import record loader

Explanation:

WebSphere Studio Asset Analyzer could not generate a unique ID for the transaction. The transaction is not inserted in the DMH_TRANSACTION table.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1720S
Unable to Insert Compile Unit
Module:

Import record loader

Explanation:

The loader was unable to insert a row into the DMH_COMPILE_UNIT table.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1721I
Did not understand passed parm:
Module:

BMS macro definition scanner, File classification scanner, Import record loader, JCL scanner

Explanation:

Processing detected an invalid parameter.

System Action:

For most cases, the invalid parameter is skipped and processing continues. Refer to message DMH1730I for further information. The exception is when DMH1721I is reported without a corresponding DMHI1730I; processing stops.

User Response:

Refer to message DMH1730I for further information.

DMH1722S
Unable to Update Compile Unit
Module:

Import record loader

Explanation:

The loader was unable to update a row in the DMH_COMPILE_UNIT table.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1730I
parm = value
Module:

BMS macro definition scanner, File classification scanner, JCL scanner

Explanation:

This message reports the status of a parameter string.

System Action:

The system is functioning normally.

User Response:

None

DMH1731I
DMH0731 entry
Module:

Import record loader

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH1732E
Container Type missing. Container types must be configured prior to scanning.
Module:

Import record loader

Explanation:

The loader found no matching container type in the DMH_CONT_TEMPLATE table.

System Action:

Processing skips the current record and continues.

User Response:

Contact your WebSphere Studio Asset Analyzer administrator.

DMH1733W
Container type does not match configured type. Configured container name is used.
Module:

Import record loader

Explanation:

The loader detected a mismatch between the input container type and the container type available in the DMH_CONT_TEMPLATE table.

System Action:

Processing continues.

User Response:

Contact your WebSphere Studio Asset Analyzer administrator.

DMH1739W
Unable to insert SQL component: sqlcomponent record
Module:

Import file loader

Explanation:

The loader could not insert a row for the referenced SQL component type.

sqlcomponent types:

System Action:

Processing skips the current record and continues.

User Response:

Contact your IBM technical-support representative.

DMH1740I
Invalid Site install condition code: returncode
Module:

DMHU010 - Site processor

Explanation:

The site processor could not retrieve valid site information.

returncode values:

System Action:

Processing stops.

User Response:

Contact your WebSphere Studio Asset Analyzer administrator.

DMH1741S
Invalid install: contact product installer
Module:

DMHU010 - Site processor

Explanation:

The site processor could not retrieve valid site information.

System Action:

Processing stops.

User Response:

Refer to message DMH1740I for further information. Contact your WebSphere Studio Asset Analyzer administrator.

DMH1742I
Site Control File, Manually updated - extra records ignored
Module:

DMHU010 - Site processor

Explanation:

This message reports status; extraneous data is ignored.

System Action:

The system is functioning normally.

User Response:

None

DMH1743E
Remote Site request not supported. Requested site: name, Current site: name
Module:

DMH0700 - Batch update

Explanation:

WebSphere Studio Asset Analyzer does not support multiple sites for z/OS assets.

System Action:

Processing skips the current record and continues.

User Response:

Contact your IBM technical-support representative.

DMH1758E
Internal File Handler Error
Module:

DMHU010 - Site processor

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1760E
Unable to open cursor: cursorname
Module:

Analysis queue processor

Explanation:

An OPEN request for cursor cursorname failed. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1765E
Queue out of sync for call resolution CU: compunitid XFER: name
Module:

Analysis queue processor

Explanation:

A postprocessing queue entry to resolve dynamic references contains an internal CALL statement identifier that is invalid.

System Action:

The postprocessing queue entry is deleted, and postprocessing continues with next queue entry.

User Response:

Contact your IBM technical-support representative. Retain the postprocessing job output.

DMH1766E
Queue out of sync Literal not found literalname
Module:

Analysis queue processor

Explanation:

A postprocessing queue entry to resolve dynamic references contains an internal LITERAL identifier that is invalid.

System Action:

The postprocessing queue entry is deleted, and postprocessing continues with next queue entry.

User Response:

Contact your IBM technical-support representative. Retain the postprocessing job output.

DMH1769W
Dynamic Concatenation Set Names limit reach. No new Concatenation sets can be generated.
Module:

Analysis queue processor

Explanation:

WebSphere Studio Asset Analyzer is attempting to build a dynamic concatenation set to satisfy COPY or INCLUDE references. An internal limit using data from the DMH_INCLUDE_CONCAT table has been reached; no concatenation set is generated.

System Action:

Processing continues.

User Response:

Verify the location of any missing COPY or INCLUDE files, as reported on the File details page, and ensure their owning container(s) are represented in a concatenation set known to WebSphere Studio Asset Analyzer. This can be accomplished by identifying an existing user concatenation set of containers that is deemed appropriate, or creating a new concatenation set, and assigning the concatenation set to the container or file being processed. Explicitly assigning the appropriate concatenation set to the file or container will resolve the COPY/INCLUDE reference(s). Use Assign default concatenation sets during inventory collection, the Assign default concatenation sets option from the Actions drop-down list on the Container details page, or the Assign concatenation set option from the Actions drop-down list on the File details page.

DMH1770E
Application chain longer than request allows - Internal restriction (DMH6006)
Module:

Analysis queue processor

Explanation:

This is an internal error or the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1773W
Unable to create Concatenation Set
Module:

Analysis queue processor

Explanation:

WebSphere Studio Asset Analyzer is attempting to build a dynamic concatenation set to satisfy COPY or INCLUDE references. No concatenation set was generated. This message will be paired with DMH1769W.

System Action:

Processing continues.

User Response:

Verify the location of any missing COPY or INCLUDE files, as reported on the File details page, and ensure their owning container(s) are represented in a concatenation set known to WebSphere Studio Asset Analyzer. This can be accomplished by identifying an existing user concatenation set of containers that is deemed appropriate, or creating a new concatenation set, and assigning the concatenation set to the container or file being processed. Explicitly assigning the appropriate concatenation set to the file or container will resolve the COPY/INCLUDE reference(s). Use Assign default concatenation sets during inventory collection, the Assign default concatenation sets option from the Actions drop-down list on the Container details page, or the Assign concatenation set option from the Actions drop-down list on the File details page.

DMH1776W
Ambiguous concatenation Sets, User needs to Select correct set
Module:

Analysis queue processor

Explanation:

WebSphere Studio Asset Analyzer could not automatically determine the appropriate concatenation set to apply to resolve COPY or INCLUDE references, likely due to multiple files with the same name captured in the inventory or multiple concatenation sets that could satisfy the references.

System Action:

Processing continues.

User Response:

Verify the location of any missing COPY or INCLUDE files, as reported on the File details page. Review the existing inventory of concatenation sets and identify the appropriate set as the default for the container or file being processed. Explicitly assigning the appropriate concatenation set to the file or container will resolve the COPY/INCLUDE reference(s). Use Assign default concatenation sets during inventory collection, the Assign default concatenation sets option from the Actions drop-down list on the Container details page, or the Assign concatenation set option from the Actions drop-down list on the File details page.

DMH1777I
CNTLCRDS input: parameters
Module:

DBDGEN scanner, PSBGEN scanner

Explanation:

This message reports processing status.

System Action:

The system is functioning normally.

User Response:

None

DMH1778E
Invalid input: parameter
Module:

DBDGEN scanner, PSBGEN scanner

Explanation:

While processing control cards, the scanner found invalid parameter data parameter. No expected keyword was recognized.

System Action:

Processing stops.

User Response:

None. This function is not active in the current release of the product.

DMH1779E
System must be numeric
Module:

DBDGEN scanner, PSBGEN scanner

Explanation:

The scanner detected a system control card that was non-numeric.

System Action:

Processing stops.

User Response:

None. This function is not active in the current release of the product.

DMH1780E
PSB Library Name is Missing
Module:

Import record loader

Explanation:

At the start of loading import records for an IMS program specification block (START PSBLIB), the loader detected a missing PSB container name. There was no active ACB container to override the condition.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1781E
DBD Library Name is Missing
Module:

Import record loader

Explanation:

At the start of loading import records for an IMS database definition (START DBDLIB), the loader detected a missing DBD container name. There was no active ACB container to override the condition.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1782E
ACB Library Name is missing
Module:

Import record loader

Explanation:

While processing import records for an IMS access control block (START ACBLIB), the loader detected a missing ACB container name.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1783E
No DBD ID for Segment: segmentname
Module:

Import record loader

Explanation:

While processing the import records, the loader detected a missing DBD ID for segment segmentname on the DSEG record.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1784W
Found Invalid Length for imscomponenttype compnentname
Module:

Import record loader

Explanation:

While processing the import records for imscomponenttype, the loader detected a zero length for componentname. The length must be greater than zero.

System Action:

The current record is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1785W
Missing Source Segment Name number for: sourcedbdname, segmentname
Module:

Import record loader

Explanation:

While processing the import records, the loader detected that a required parameter from a paired set was missing on a DSEG record. For a logical segment, these attributes describe the source segment from which the logical segment has been derived.

If the sourcedbdname name 1 is specified, the source segment name 1 is required.

If the sourcedbdname 2 is specified, the source segment name 2 is required.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1786E
No Segment ID for Field: fieldname,segmentname
Module:

Import record loader

Explanation:

While processing the import records, the loader detected a missing segment ID for fieldname,segmentname on the IFLD record.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1787W
Found Invalid Field Position: fieldname,segmentname
Module:

Import record loader

Explanation:

While processing the import records, the loader detected a field position for fieldname,segmentname with a value of zero on the IFLD record. The field position must be greater than zero.

System Action:

The current record is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1788E
No PSB ID for Segment: segmentname
Module:

Import record loader

Explanation:

While processing the import records, the loader detected a missing PSB ID for segment segmentname on the PSEG record.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1789E
No PSB ID for PCB: psbname,pcbsequence,pcbtype
Module:

Import record loader

Explanation:

While processing import records, the loader detected a missing PSB ID for PCB psbbname,pcbsequence,pcbtype on the IPCB record.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1790W
Unable to insert IMS component: imscomponenttype componentname
Module:

Import record loader

Explanation:

While processing import records, the loader failed to successfully insert a row for imscomponenttype componentname in the DMH_IMS_* table of interest.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1791W
Truncating DD name to 8 characters: ddname
Module:

Import record loader

Explanation:

While processing import records, the loader detected DD name ddname was longer than 8 characters. ddname was truncated to 8 characters and inserted into table DMH_IMS_DBD_DD.

System Action:

Processing continues.

User Response:

None

DMH1792E
No DBD for DD name: record
Module:

Import record loader

Explanation:

While processing import records, the loader detected a missing DBD ID on the IDDN record.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1793E
Unable to add to DBD the DD name: ddname
Module:

Import record loader

Explanation:

While processing import records, the loader was unsuccessful at inserting a row in table DMH_IMS_DBD_DD for DD name ddname.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1794E
Subsys must be numeric
Module:

DBDGEN scanner, PSBGEN scanner

Explanation:

While processing control cards, the scanner found a non numeric subsys value.

System Action:

Processing stops.

User Response:

None. This function is not active in the current release of the product.

DMH1795W
Unknown DFSPSBD type <type> found in stage 2 records for PGM programname
Module:

IMS scanner - DMHSTG2

Explanation:

System Action:

The scanner skips the current record and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH1796E
Command file does not contain transaction data
Module:

IMS scanner - DMHDIST

Explanation:

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1797I
File ( filename ) in MDAFILE will be interrogated
Module:

IMS scanner - DMHMDA

Explanation:

This message reports processing status.

System Action:

The system is functioning normally.

User Response:

None

DMH1798I
File ( filename ) in MDAFILE identifies a database dynamic allocation
Module:

IMS scanner - DMHMDA

Explanation:

This message reports processing status.

System Action:

The system is functioning normally.

User Response:

None

DMH1799W
MDAFILE file filename does not describe a database
Module:

IMS scanner - DMHMDA

Explanation:

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH1800W
Unable to determine DBDNAME from MDAFILE file filename
Module:

IMS scanner - DMHMDA

Explanation:

System Action:

Processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1801I
EXCLUDE file is empty. No files have been excluded
Module:

IMS scanner - DMHMDA

Explanation:

This message reports processing status.

System Action:

The system is functioning normally.

User Response:

None

DMH1802I
IMS database dynamic allocation file scanner scandate
Module:

IMS scanner - DMHMDA

Explanation:

This message reports processing status

System Action:

The system is functioning normally.

User Response:

None

DMH1803I
Process finished, recursive call found
Module:

Analysis queue processor

Explanation:

This message reports processing status.

System Action:

The system is functioning normally.

User Response:

None

DMH1812E
No source code found from the site for transfer target entrypointname
Module:

Analysis queue processor

Explanation:

No matching entry point was found for the transfer target entrypointname. The run unit is identified as unresolved.

System Action:

Processing continues.

User Response:

Locate source code for entry point entrypointname. Collect inventory for the file to resolve run unit status.

DMH1813W
No transfer targets for this compile unit
Module:

Analysis queue processor

Explanation:

System Action:

The current asset is skipped, and processing continues.

User Response:

DMH1817E
Multiple EntryPoints for transfertargetentrypointname.
Module:

Analysis queue processor

Explanation:

Multiple entry points matched the transfertargetentrypointname. The run unit is identified as unresolved.

System Action:

Processing continues.

User Response:

DMH1819W
Cannot get a RunUnitName from the input RunUnitId: rununitid.
Module:

Analysis queue processor

Explanation:

The processor was unsuccessful at retrieving the run unit name for run unit ID rununitid from the DMH_RUN_UNIT table.

System Action:

Processing continues.

User Response:

DMH1822W
Cannot open Alias file. DD:LOADMOD
Module:

Analysis queue processor

Explanation:

Processing failed to successfully open the load module alias file DMHALIAS.

System Action:

Processing continues.

User Response:

Verify that the user has authority to read the load module alias file found in data set &hlq.SDMHDATA;, especially if the user intends to use aliases documented in this file for the run unit builder's call resolution. If the condition persists, contact yourWebSphere Studio Asset Analyzer administrator.

DMH1823E
List creation failed.
Module:

Analysis queue processor

Explanation:

An attempt to build a linked list failed. This is an internal error of the application.

System Action:

User Response:

Contact your IBM technical-support representative.

DMH1824E
Add LoadModule Node failed.
Module:

Analysis queue processor

Explanation:

System Action:

User Response:

Contact your IBM technical-support representative.

DMH1826E
Successor list cannot be created.
Module:

Analysis queue processor

Explanation:

An attempt to build a linked list failed. This is an internal error of the application.

System Action:

User Response:

Contact your IBM technical-support representative.

DMH1827E
Successor failed to be added to list.
Module:

Analysis queue processor

Explanation:

An attempt to add an item to a linked list failed. This is an internal error of the application.

System Action:

User Response:

Contact your IBM technical-support representative.

DMH1830E
Cannot create a memory block, abort.
Module:

Analysis queue processor

Explanation:

This is an internal error of the application.

System Action:

User Response:

Contact your IBM technical-support representative.

DMH1831E
The 1st field in Alias File must be a load module name at line linenumber
Module:

Analysis queue processor

Explanation:

An error was detected while processing the first field in the record on line number linenumber in the load module alias file.

System Action:

Processing continues.

User Response:

Verify the record layout in the load module alias file DMHALIAS, found in data set &hlq.SDMHDATA;, is correct; reattempt postprocessing.

DMH1832E
The 2nd field in Alias file must be an alias name at line linenumber
Module:

Analysis queue processor

Explanation:

An error was detected while processing the second field in the record on line number linenumber in the load module alias file.

System Action:

Processing continues.

User Response:

Verify the record layout in the load module alias file DMHALIAS, found in data set &hlq.SDMHDATA;, is correct; reattempt postprocessing.

DMH1833W
The 3rd field in Alias File must be a container name or NONE at line linenumber
Module:

Analysis queue processor

Explanation:

An error was detected while processing the third field in the record on line number linenumber in the load module alias file.

System Action:

Processing continues

User Response:

Verify the record layout in the load module alias file DMHALIAS, found in data set &hlq.SDMHDATA;, is correct; reattempt postprocessing.

DMH1834W
The 4th field in Alias File must be a Site id or NONE at line linenumber
Module:

Analysis queue processor

Explanation:

An error was detected while processing the fourth field in a record on line number linenumber in the load module alias file.

System Action:

Processing continues.

User Response:

Verify the record layout in the load module alias file DMHALIAS, found in data set &hlq.SDMHDATA;, is correct; reattempt postprocessing.

DMH1835I
The RunUnitName, name, matched a utility name.
Module:

Analysis queue processor

Explanation:

This message reports processing status indicating successful run unit resolution.

System Action:

The system is functioning normally.

User Response:

None

DMH1836W
Cannot open utility file. DD:UTILITY
Module:

Analysis queue processor

Explanation:

Processing failed to successfully open the utility program list file DMHUTIL.

System Action:

Processing continues

User Response:

Verify that the user has authority to read the utility program list file found in data set &hlq.SDMHDATA.. This file is used for the run unit builder's call resolution for standard utility programs. If the condition persists, contact your WebSphere Studio Asset Analyzer administrator.

DMH1837I
Utility exclusion file read from DD: ddname
Module:

Analysis queue processor

Explanation:

This message reports processing status.

System Action:

The system is functioning normally.

User Response:

None

DMH1838I
Number of records read from file: count
Module:

Analysis queue processor

Explanation:

This message reports processing status indicating the number of records read from either the load module alias file (DMHALIAS) or utility program list file (DMHUTIL).

System Action:

The system is functioning normally.

User Response:

None

DMH1839I
Alias substitution file read from DD: ddname
Module:

Analysis queue processor

Explanation:

This message reports processing status indicating successful open and read of the alias substitution file ddname.

System Action:

The system is functioning normally.

User Response:

None

DMH1850I
Resolved by alias. RU=rununitname
Module:

Analysis queue processor

Explanation:

This message reports processing status indicating successful run unit resolution.

System Action:

The system is functioning normally.

User Response:

None

DMH1851I
Resolved by entry point name. RU=rununitname
Module:

Analysis queue processor

Explanation:

This message reports processing status indicating successful run unit resolution.

System Action:

The system is functioning normally.

User Response:

None

DMH1852E
Cannot find an EntryPoint for transfertargetentrypointname.
Module:

Analysis queue processor

Explanation:

No matching entry point was found for the transfertargetentrypointname. The run unit is identified as unresolved.

System Action:

Processing continues.

User Response:

Locate source code for entry point transfertargetentrypointname; collect inventory for the file to resolve run unit status.

DMH1853I
RD_RUN_UNIT_CNTNT Inserts for this Run Unit: insertedrowcount
Module:

Analysis queue processor

Explanation:

This message appears in debug mode only. It reports processing status.

System Action:

The system is functioning normally.

User Response:

None

DMH1854W
RD_RUN_UNIT_CNTNT Duplicates for this Run Unit: duplicaterowcount
Module:

Analysis queue processor

Explanation:

This message appears in debug mode only. It reports processing status.

System Action:

The system is functioning normally.

User Response:

None

DMH1900E
Message interface called without any message number.
Module:

DMHMINTF - Interface to LE messaging

Explanation:

This is an internal error of the application.

System Action:

User Response:

Contact your IBM technical-support representative.

DMH1901E
Message to be displayed is invalid message.
Module:

DMHMINTF - Interface to LE messaging

Explanation:

This is an internal error of the application.

System Action:

User Response:

Contact your IBM technical-support representative.

DMH1920W
Unable to obtain Site Name from system: Using name '*default*'
Module:

REXX - DMHGTSTE

Explanation:

An attempt to retrieve the site information failed or the data was invalid. The default value for the site, NAME (*default*), and PLATFORM_ID = 1, corresponding to "MVS or OS/390", will be used.

System Action:

Processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1921E
Source analyzer failed, no data collected from file: filename
Module:

REXX - DMHI630Z

Explanation:

Assembler source analysis for file filename failed. The analysis status for the compile unit is Error.

System Action:

Processing continues.

User Response:

Locate message DMH1929W for return code data. Resolve the error and try the operation again.

DMH1922W
BMS scanner failed, no Compile Unit rows generated for file: filename, Return Code: returncode
Module:

REXX - DMHI630Z

Explanation:

Assembler analysis for BMS file filename failed with return code returncode. The analysis status for the compile unit is Error.

System Action:

Processing continues.

User Response:

Resolve the error and try the operation again.

DMH1929W
scantype analyzer return code: returncode
Module:

Assembler, BMS, COBOL and PL/I scanner

Explanation:

Return code returncode was raised by scantype analysis. The analysis status for the compile unit will be Error.

System Action:

Processing continues.

User Response:

Resolve scanning errors; try the operation again.

DMH1935E
No ADATA records produced by assembly
Module:

Assembler scanner

Explanation:

The IBM assembler did not produce any output for analysis.

System Action:

The current asset is skipped, and processing continues.

User Response:

Verify the file is valid assembler source and the ADATA option is enabled; reattempt the analysis. If the problem continues, contact your IBM technical-support representative.

DMH1936E
ADATA is not from HLASM translator
Module:

Assembler scanner

Explanation:

The ADATA file being processed by the assembler analyzer is not from the assembler translator.

System Action:

The current asset is skipped, and processing continues.

User Response:

Verify the IBM translator is being used by the assembler scanner; reattempt the analysis. If the problem continues, contact your IBM technical-support representative.

DMH1937E
ADATA version is not supported
Module:

Assembler scanner

Explanation:

The ADATA file produced by the assembler analyzer is not from a supported version.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH1938E
Unable to allocate assembler analyzer INCLUDE/MACRO libraries
Module:

Assembler scanner

Explanation:

The assembler analyzer is unable to allocate SYS1.MACLIB.

System Action:

Processing stops.

User Response:

Verify SYS1.MACLIB is available and the user has the proper authority to access the container; reattempt the analysis. If the problem continues, contact your IBM technical-support representative.

DMH1939E
Unable to allocate assembler analyzer source file: filename
Module:

Assembler scanner

Explanation:

The assembler scanner is unable to allocate the input source file.

System Action:

Processing stops.

User Response:

Verify the input source file is available and the user has the proper authority to access the container; reattempt the analysis. If the problem continues, contact your IBM technical-support representative.

DMH1944F
Unable to create temporary data set
Module:

REXX - DMHI610Z

Explanation:

System Action:

Processing stops.

User Response:

DMH2000E
Unable to open file filename. The file status code is statuscode. If the file status is 39, make sure the file attributes are correct (such as LRECL).
Module:

CICS region analyzer

Explanation:

An OPEN request for file filename failed. The reported status code is statuscode.

System Action:

Processing stops.

User Response:

DMH2001W
Unable to close file filename. The file status code is statuscode.
Module:

CICS region analyzer

Explanation:

A close request for file filename failed. The reported status code is statuscode.

System Action:

Processing stops.

User Response:

DMH2002E
Unable to write to file filename. The file status code is statuscode.
Module:

CICS region analyzer

Explanation:

An attempt to write a record to file filename failed. The reported status code is statuscode.

System Action:

Processing stops.

User Response:

DMH2003E
Sort of filename failed.
Module:

CICS region analyzer

Explanation:

An attempt to sort file filename failed. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2004I
Number of files processed from JCL scanner = number.
Module:

CICS region analyzer

Explanation:

The CICS region analyzer calls the JCL scanner to process the CICS start JCL. This message indicates that the JCL scanner analyzed number data sets, as identified in the CICS start JCL Step executing PGM=DFHSIP.

System Action:

The system is functioning normally.

User Response:

None

DMH2005E
The recordnumber record in CICSYS1 must be a value.
Module:

CICS region analyzer

Explanation:

The analyzer detected a missing control record. SITE and CREG are required.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2008E
The OBJECTS keyword is required on the EXTRACT command.
Module:

CICS region analyzer

Explanation:

WebSphere Studio Asset Analyzer uses the CICS system definition utility program (DFHCSDUP) to gather data from the CICS system definition (CSD). The OBJECTS option of the EXTRACT command is required to gather all resource definition attributes. The analyzer has detected that the OBJECTS option is missing. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2010E
A job step that starts a CICS region cannot be found in the JCL specified (no job step is using PGM=DFHSIP).
Module:

CICS region analyzer

Explanation:

The CICS region analyzer calls the JCL scanner to process the CICS start JCL. JCL analysis did not find a job step that specified EXEC PGM=DFHSIP. This error can occur if the user specified an incorrect start JCL container or if the CICS start is wrapped (for example, DFHSIP is passed as a parameter). The JCL scanner does not currently provide analysis support for the second scenario.

System Action:

Processing continues

User Response:

Confirm that EXEC PGM=DFHSIP is the format used in the start JCL. Verify that the user supplied the correct data set name for the CICS region start JCL file; reattempt CICS region analysis.

DMH2011E
The maximum number of files has been exceeded. Maximum number of files supported is maxnum.
Module:

CICS region analyzer

Explanation:

The CICS region analyzer calls the JCL scanner to process the CICS start JCL. While processing the JCL, an internal table limit was exceeded before the end of file was reached.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2012E
Missing records on CICSYS1.
Module:

CICS region analyzer

Explanation:

The CICS region analyzer calls the JCL scanner to process the CICS start JCL. While processing the output records from the JCL analysis, an unexpected end of file was encountered.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2015W
Duplicate file from the same source. Filename = filename. Source = sourcename.
Module:

CICS region analyzer

Explanation:

While processing file information, a duplicate record for the same file was found. Duplicates can occur when both the CSD and FCT each contain entries for the same file. However, this message is reporting unexpected duplicate entries from the same source. WebSphere Studio Asset Analyzer is attempting to resolve data stores (files) and data sets.

System Action:

The current file record is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2016I
Data set name for file name came from the JCL.
Module:

CICS region analyzer

Explanation:

This message reports processing status indicating that the data set resolution for file name was from the CICS start JCL.

System Action:

The system is functioning normally.

User Response:

None

DMH2017I
Data set name for file name came from the CSD.
Module:

CICS region analyzer

Explanation:

This message reports processing status indicating that the data set resolution for file name was from the CICS system definition (CSD).

System Action:

The system is functioning normally.

User Response:

None

DMH2018I
Data set name for file name came from the FCT.
Module:

CICS region analyzer

Explanation:

This message reports processing status indicating that the data set resolution for file name was from the CICS dynamically allocated data sets (FCT).

System Action:

The system is functioning normally.

User Response:

None

DMH2019W
Data set name for file name was NOT found.
Module:

CICS region analyzer

Explanation:

No corresponding data set for file name was discovered in the start JCL, CSD or FCT.

System Action:

Processing continues.

User Response:

DMH2020I
Processing region regionname
Module:

CICS region analyzer

Explanation:

This message reports processing status.

System Action:

The system is functioning normally.

User Response:

None

DMH2021E
A GRP or LIST record is required for REGN regionname
Module:

CICS region analyzer

Explanation:

The analyzer encountered an unexpected error processing the GRP control record. By default, all groups in the CSD are examined.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2022E
A CSD record is required for REGN regionname
Module:

CICS region analyzer

Explanation:

The analyzer encountered an unexpected error processing the CSD control record for the region analysis.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2023E
A REGN record is missing the region name
Module:

CICS region analyzer

Explanation:

The analyzer encountered an unexpected error processing the REGN control record for the region analysis.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2024E
More than one CSD record for REGN regionname
Module:

CICS region analyzer

Explanation:

The analyzer encountered multiple CSD control records; only one CSD per region is supported.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2025E
More than one LIST record for REGN regionname
Module:

CICS region analyzer

Explanation:

The analyzer encountered multiple LIST control records. Only one LIST record per region is supported.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2026E
More than one FCT record for REGN regionname
Module:

CICS region analyzer

Explanation:

The analyzer encountered multiple FCT control records. Only one FCT record per region is supported.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2027E
More than one SJCL record for REGN regionname
Module:

CICS region analyzer

Explanation:

The analyzer encountered multiple SJCL (start JCL) control records. Only one SJCL record per region is supported.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2028E
Temporary data set datasetname, already exists
Module:

CICS region analyzer

Explanation:

The analyzer found that a temporary work file was previously allocated.

System Action:

Processing stops.

User Response:

Locate data set datasetname and delete it. Reattempt CICS region analysis.

DMH2029I
Temporary data set datasetname, already exists : deleting
Module:

CICS region analyzer

Explanation:

The analyzer found that a temporary work file was previously allocated, and it has been deleted.

System Action:

Processing continues.

User Response:

None

DMH2030E
Allocate failed for data set datasetname
Module:

CICS region analyzer

Explanation:

The analyzer could not allocate a required temporary work file datasetname.

System Action:

Processing stops.

User Response:

Ensure system resources are available, and verify that the user has authority to create a sequential data set named datasetname with the following attributes:

Reattempt CICS region analysis. If the condition persists, contact your IBM technical-support representative.

DMH2031I
PROC without SJCL, PROC ignored
Module:

CICS region analyzer

Explanation:

This message reports processing status indicating the analyzer detected a PROC data set control record with no corresponding SJCL (start JCL) control record. The CICS region start JCL PROC data set is ignored.

System Action:

Processing continues.

User Response:

A PROC control record, indicated by the user supplying a CICS region start JCL PROC data set name, implies the start JCL invokes procedure(s). Verify that the user supplied the correct data set name for the CICS region start JCL file. Reattempt CICS region analysis. If the condition persists, contact your IBM technical-support representative.

DMH2032I
Return code from JCL scanner returncode
Module:

CICS region analyzer

Explanation:

This message reports processing status indicating the return code from the JCL scanner invoked to process the CICS start JCL.

System Action:

The system is functioning normally.

User Response:

None

DMH2033I
Return code from Import record builder returncode
Module:

CICS region analyzer

Explanation:

This message reports processing status indicating the return code from the import record builder used to create CICS region import records.

System Action:

The system is functioning normally.

User Response:

None

DMH2034E
CICS CSD scan failed returncode
Module:

CICS region analyzer

Explanation:

The analyzer encountered a fatal error during processing, as indicated by return code returncode.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2035I
CICS CSD scan ended with Return code returncode
Module:

CICS region analyzer

Explanation:

This message reports processing status indicating the return code from the CICS region analyzer.

System Action:

The system is functioning normally.

User Response:

None

DMH2036I
Calling DFHCSDUP for extract of GRP and LIST names
Module:

CICS region analyzer

Explanation:

This message reports processing status indicating that the CICS system definition utility program (DFHCSDUP) is being used to gather group and list object information.

System Action:

The system is functioning normally.

User Response:

None

DMH2037I
Return from DMHCSDUP scan ended with return code returncode
Module:

CICS region analyzer

Explanation:

This message reports processing status indicating the return code from reading from the CICS system definition file (CSD) using the CICS system definition utility program (DFHCSDUP).

System Action:

The system is functioning normally.

User Response:

None

DMH2038E
Unable to create temporary CSD to analyze FCT name
Module:

CICS region analyzer

Explanation:

The analyzer could not allocate a required temporary work file for processing the load library for CICS dynamically allocated data sets, FCT name.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2040E
Wrong SCM call type requested: calltype
Module:

SCM processor - DMHSCMI

Explanation:

While processing SCM call parameters, an unexpected call type was detected. Valid call types are:

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2041E
Invalid SCM identifier entered: calltype
Module:

SCM processor - DMHSCMI

Explanation:

While processing SCM call parameters, an unexpected SCM type was detected. Valid call types are:

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2042E
ChangeMan Message: message
Module:

SCM processor - DMHSABLL

Explanation:

While processing a ChangeMan request, the processor encountered an unexpected condition.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2046W
Return code from DBUTIL: returncode
Module:

SCLM processor - DMHCLIST, DMHFLIST

Explanation:

While processing the output from the SCLM DBUTIL service, the processor encountered an unexpected condition.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2047E
Allocation error on output file filename, return code returncode
Module:

SCLM processor - DMHCLIST, DMHFLIST

Explanation:

The processor could not allocate required output file filename.

System Action:

Processing stops.

User Response:

Ensure system resources are available, and verify that the user has authority to create a data set named filename with the following attributes:

Reattempt the job. If the condition persists, contact your IBM technical-support representative.

DMH2048E
Error writing to DDname TEMPLC
Module:

SCLM processor - DMHCLIST, DMHFLIST

Explanation:

The processor encountered an unexpected write error while processing the SCLM output for updated records.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2049E
No parameters were specified
Module:

SCLM processor - DMHCLIST, DMHFLIST

Explanation:

The processor failed to locate any input parameters for the SCLM task. Expected parameters are as follows:

For Change List:

For Full List:

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2050E
Invalid parameter format in parm: parameterposition parametername
Module:

SCLM processor - DMHCLIST, DMHFLIST

Explanation:

The processor is expecting to find parameter=value pairs but detected a missing value while processing the input parameters. Expected parameter=value pairs are as follows:

For Change List:

For Full List:

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2051E
Invalid parameter specified
Module:

SCLM processor - DMHFLIST

Explanation:

The processor is expecting to find a known set of keyword parameters but detected an unknown keyword while processing the input parameters for a Full List request. Expected keyword parameters are as follows:

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2052I
Valid parameters are PROJECT=,ALTPROJ=,GROUP=,HLQ=
Module:

SCLM processor - DMHFLIST

Explanation:

This message reports processing status indicating that the processor detected an unexpected error while verifying the PROJECT, ALTPROJ, and/or GROUP input keyword parameters for a Full List request.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2053I
The project parameter is mandatory
Module:

SCLM processor - DMHFLIST

Explanation:

This message reports processing status indicating that the processor detected an unexpected error while verifying the PROJECT input parameter keyword for a Full List request.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2054E
datasetname not found, run SPYFLIST first
Module:

SCLM processor - DMHCLIST

Explanation:

Data set datasetname, containing the full scan output from module SPYFLIST, was not found.

System Action:

Processing stops.

User Response:

You may need to process a Full List request in order to proceed. Contact your IBM technical-support representative.

DMH2055I
Valid parameters are PROJECT=, ALTPROJ=, GROUP=, HLQ=, FRMDATE=
Module:

SCLM processor - DMHCLIST

Explanation:

The processor is expecting to find a known set of keyword parameters but detected an unknown keyword while processing the input parameters for a Change List request. Expected keyword parameters are as follows:

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2056I
The project and date (YYYYMMDD) Parameters are mandatory
Module:

SCLM processor - DMHCLIST

Explanation:

The processor detected an unexpected error while verifying the PROJECT and/or FRMDATE input parameter keywords for a Change List request.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2102I
Database Changes Committed
Module:

Import record loader

Explanation:

This message appears in debug mode only. It reports processing status indicating the database has been successfully updated.

System Action:

The system is functioning normally.

User Response:

None

DMH2103E
Database Changes Not Committed, because of Error
Module:

Import record loader

Explanation:

The loader experienced a fatal error while attempting to update the database.

System Action:

The loader skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH2104E
Check Previous Error Messages
Module:

Import record loader

Explanation:

Locate message DMH2103E and prior message entries leading up to it to identify potential cause of the error condition.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2106E
Tool ID contains non-digit
Module:

Import record loader

Explanation:

While processing the import records, the loader detected an invalid tool ID value on the TOOL record.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2107E
FMT record is missing
Module:

Import record loader

Explanation:

While processing the import records, the loader did not detect a required FMT record.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2108E
FMT Version must be equal to 1
Module:

Import record loader

Explanation:

While processing the import records, the loader detected an invalid value for the format version on the FMT record.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2109E
Invalid FMT record, Fatal Error
Module:

Import record loader

Explanation:

While processing the import records, the loader detected an invalid value for the format name on the FMT record.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2110I
File information being stored in database: filename
Module:

Import record loader

Explanation:

The database has been updated with asset type file filename data.

System Action:

The system is functioning normally.

User Response:

None

DMH2111E
Record format invalid: parameter
Module:

CICS region analyzer

Explanation:

While processing the input parameters, the analyzer is expecting to find a known set of keyword parameters but detected an unknown keyword parameter. Expected keyword parameters are as follows:

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2114E
Record skipped because of error in this file
Module:

Import record loader

Explanation:

A problem detected while processing the MAIN, MEMB, FILE and/or START import records has raised an error condition. Import records will be displayed on DMH1119I messages.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2115E
Invalid record type recordtype
Module:

Import record loader

Explanation:

While processing import records, the loader detected an unknown record type recordtype.

System Action:

The invalid record is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2116E
Tool record is missing
Module:

Import record loader

Explanation:

While processing the import records, the loader did not detect a required TOOL record.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2118I
Input records read: number
Module:

Import record loader, DMH0700 - Batch update

Explanation:

This message appears in debug mode only. The message for the import record loader displays a line count for the number of records read from the input buffer. The message for DMH0700 display the actual record as read from the input buffer.

System Action:

The system is functioning normally.

User Response:

None

DMH2120E
cannot update LANGUAGE_CD
Module:

Import record loader

Explanation:

The loader was unable to update column LANGUAGE_CD in table DMH_FILE.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2121E
SITE record is missing
Module:

CICS region analyzer

Explanation:

While processing input parameters, the analyzer did not detect a required SITE record.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2122E
Invalid SITE record, Fatal Error
Module:

Import record loader

Explanation:

While processing the import records, the loader detected an invalid value for the site name on the SITE record.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2123E
Invalid LIBR record, Fatal Error
Module:

Import record loader

Explanation:

While processing the import records, the loader detected an invalid value for the container name on the LIBR record.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2124E
LIBR record is missing
Module:

Import record loader

Explanation:

While processing import records, the loader did not detect a required LIBR record.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH2125I
TRANSLATOR_STRING added to database: translatorstring
Module:

Import record loader

Explanation:

The load module translator translatorstring was successfully inserted in table DMH_TRANSLATOR.

System Action:

The system is functioning normally.

User Response:

None. This function is not active in the current release of the product.

DMH2126I
TRANSLATOR_STRING NOT added to database: translatorstring
Module:

Import record loader

Explanation:

The load module translator translatorstring failed to be inserted in table DMH_TRANSLATOR.

System Action:

The current record is skipped, and processing continues.

User Response:

None. This function is not active in the current release of the product.

DMH2127E
PROC record is missing
Module:

Import record loader

Explanation:

While processing a batch job STEP record, the loader detected a missing procedure name, implying that an earlier PROC record was either invalid or not found. The analysis status will be reported as Error.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2128E
JOB record is missing
Module:

Import record loader

Explanation:

While processing a batch job component (for example, DD concatenation, invoke run unit, PSB, job step), the loader detected a missing JOB ID, implying that an earlier JOB START record was either invalid or not found. The analysis status will be reported as Error.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2129E
START CU record is missing
Module:

Import record loader

Explanation:

While processing a compile unit component (for example, control transfer, include, literal, data element, data store, entry point), the loader detected a missing compile unit ID, implying that an earlier CU START record was either invalid or not found. The analysis status will be reported as Error.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2130W
DMH_CU_STMT insert failed: data
Module:

Import record loader

Explanation:

The loader failed to successfully insert a row in table DMH_CU_STMT while processing a STMT record.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2131W
DMH_CU_DATA_USE insert failed: data
Module:

Import record loader

Explanation:

The loader failed to successfully insert a row in table DMH_CU_DATA_USE while processing a REF record.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2132E
DEA record is missing
Module:

Import record loader

Explanation:

The loader detected a missing data element ID, implying that a DEA record was either invalid or not found. The analysis status will be reported as Error.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2133I
Debug record: importrecordtype value
Module:

Import record loader

Explanation:

This message appears in debug mode only. It echos the import record type and value being processed.

System Action:

The system is functioning normally.

User Response:

None

DMH2134I
Debug record: data
Module:

Import record loader

Explanation:

This message appears in debug mode only. It echos the work data being processed.

System Action:

The system is functioning normally.

User Response:

None

DMH2135W
Duplication found in insertion. data
Module:

Import record loader

Explanation:

While attempting to insert a row into a table, the loader was notified that a row with the same primary key already existed in the table.

System Action:

The current record is skipped, and processing continues.

User Response:

DMH2136W
LOMD was loaded. CSECT information is missing at line linenumber.
Module:

Import record loader

Explanation:

The loader automatically outputs this message while processing an END LOMD record.

System Action:

The system is functioning normally.

User Response:

None. This function is not active in the current release of the product.

DMH2137W
File exists. Clean out dependents for loadmodulename,fileid
Module:

Import record loader

Explanation:

The loader automatically outputs this message while processing a START LOMD record.

System Action:

The system is functioning normally.

User Response:

None. This function is not active in the current release of the product.

DMH2138I
Aliases deleted.
Module:

Import record loader

Explanation:

Row(s) in the DMH_MEMBER_ALIAS table have been deleted for the load module file being processed on the START LOMD record.

System Action:

The system is functioning normally.

User Response:

None. This function is not active in the current release of the product.

DMH2139I
File char attributes deleted.
Module:

Import record loader

Explanation:

Row(s) in the DMH_MEM_CHAR_ATTR table have been deleted for the load module file being processed on the START LOMD record.

System Action:

The system is functioning normally.

User Response:

None. This function is not active in the current release of the product.

DMH2140I
CSECT information deleted
Module:

Import record loader

Explanation:

Row(s) in the DMH_CSECT_INFO table have been deleted for the load module file being processed on the START LOMD record.

System Action:

The system is functioning normally.

User Response:

none. This function is not active in the current release of the product.

DMH2141I
Unable to insert application: applicationname
Module:

Import record loader

Explanation:

The loader failed to successfully insert a row in table DMH_APPLICATION for application applicationname while processing an APP record.

System Action:

The current record is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2142I
Multiple parent applications found, application applicationname insert under first found.
Module:

Import record loader

Explanation:

While processing an APP record, the loader detected more than one parent application containing a child application applicationname. The loader will use the first child application ID encountered in the DMH_APPLICATION table.

System Action:

The system is functioning normally.

User Response:

None

DMH2143I
Unable to find application childapplicatonname with parent application id parentapplicationid. Trying to insert as primary application.
Module:

Import record loader

Explanation:

While processing an APP record, the loader was unsuccessful at locating a corresponding parent application, as indicated by the presence of a parentapplicationid, and will instead use application childapplicationname as the primary application.

System Action:

The system is functioning normally.

User Response:

None

DMH2144I
New user attribute added: attributetypeid
Module:

Import record loader

Explanation:

A row has been inserted in the DMH_ATTR_NAME table for a new user-supplied attribute with type ID attributetypeid.

System Action:

The system is functioning normally.

User Response:

None

DMH2145E
Invalid FILE record, Skipping till the next FILE record.
Module:

Import record loader

Explanation:

While processing a FILE record, the loader detected missing data in a required attribute field: resource manager type, container name, file name, or language.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2146E
Invalid Resource Manager Name: resourcemanagertype. Must be defined in product configuration.
Module:

Import record loader, DMH0700 - Batch update

Explanation:

An attempt to locate resource manager resourcemanagertype in the DMH_RESOURCE_MNGR table failed.

System Action:

User Response:

Contact your WebSphere Studio Asset Analyzer administrator.

DMH2201I
Component list request failed for type: type criteria: criteria rc: returncodereturncode
Module:

REXX - DMHANLIB

Explanation:

A return code returncode was raised for a failed library/member list processing request for type type using criteria criteria.

System Action:

User Response:

DMH2207I
Unable to load data into database: RC = returncode
Module:

REXX - DMH650Z

Explanation:

Changes were not successfully written to the database, as indicated by return code returncode.

System Action:

The current asset is skipped, and processing continues.

User Response:

Contact your IBM technical-support representative.

DMH2209I
Unable to read file containing deep analysis request
Module:

REXX - DMH630Z

Explanation:

No containers and files were found in the scan request file.

System Action:

Processing is stopped.

User Response:

Contact your IBM technical-support representative.

DMH2210I
Language type not supported for type environment
Module:

REXX - DMH5206

Explanation:

Processing detected an unsupported language and environment combination. Assembler scanning is supported on the z/OS machine only.

System Action:

User Response:

Use WebSphere Studio Asset Analyzer on z/OS to assemble and scan Assembler source.

DMH2211W
Number of containers specified number does not match resource management type. Container names truncated.
Module:

REXX - DMH610Z

Explanation:

For PDS, expecting 1; For workstation NTFS, expecting 1; For SCLM, expecting ???

System Action:

User Response:

DMH2212W
Number of containers number too few for resource management. Default values are attempted. Libname: name
Module:

REXX - DMH610Z

Explanation:

System Action:

User Response:

DMH2213E
Number of containers number too few for resource management. List attempts aborted. Libname: name.
Module:

REXX - DMH610Z

Explanation:

System Action:

User Response:

DMH2230E
Unable to queue requested record for: %1 %2
Module:

DMH0700 - Batch update

Explanation:

Processing was unable to insert a row into the DMH_ANALYSIS_QUEUE table.

System Action:

Processing skips the current record and continues.

User Response:

Contact your IBM technical-support representative.

DMH2231I
Re-analyze request queued successfully for container name and file name
Module:

DMH0700 - Batch update

Explanation:

Processing successfully inserted a row into the DMH_ANALYSIS_QUEUE table.

System Action:

The system is functioning normally.

User Response:

None

DMH2232I
Analyze new file queued successfully for container name and file name
Module:

DMH0700 - Batch update

Explanation:

Processing successfully inserted a row into the DMH_ANALYSIS_QUEUE table.

System Action:

The system is functioning normally.

User Response:

None

DMH2233W
Re-analyze request for container name, file name does not belong to SCM application name
Module:

DMH0700 - Batch update

Explanation:

The referenced application was not found for the SCM. Batch reanalysis does not support queuing a new SCM application, container, and file.

System Action:

Processing skips the current record and continues.

User Response:

Verify and correct the input record supplied for &hlq.SDMHCNTL member DMHJCLBU; resubmit the job.

DMH2234W
Re-analyze does not accept a request for a new container name
Module:

DMH0700 - Batch update

Explanation:

Batch reanalysis does not support queuing a new container.

System Action:

Processing skips the current record and continues.

User Response:

Use the Inventory function from the browser interface to add the new container to the database.

DMH2235W
Re-analyze request with invalid Action type type Valid types are C, change or D Delete
Module:

DMH0700 - Batch update

Explanation:

Processing detected an invalid action type parameter on the input record.

System Action:

Processing skips the current record and continues.

User Response:

Verify and correct the input record supplied for &hlq.SDMHCNTL member DMHJCLBU; resubmit the job.

DMH2236W
Site Name name does not exist in the database.
Module:

DMH0700 - Batch update

Explanation:

Processing detected that the referenced site name does not exist in the DMH_SITE table. This message may be paired with DMH2234W, and it identifies the rejected record using the unknown site.

System Action:

Processing skips the current record and continues.

User Response:

Verify and correct the input record supplied for &hlq.SDMHCNTL member DMHJCLBU; resubmit the job.

DMH2237W
Delete request for file that does not exist. Container name file name request rejected.
Module:

DMH0700 - Batch update

Explanation:

Processing detected a delete request for a file that does not exist in the referenced container.

System Action:

Processing skips the current record and continues.

User Response:

None

DMH2238W
Invalid input: input record
Module:

DMH0700 - Batch update

Explanation:

Processing detected an error or missing parameter on the input record.

System Action:

Processing skips the current record and continues.

User Response:

Verify and correct the indicated input record. Refer to valid format information in &hlq.SDMHCNTL member DMHJCLBU; resubmit the job.

DMH2239E
Could not open filename
Module:

DMH0700 - Batch update

Explanation:

Open failure for the INFILE DD data set.

System Action:

Processing is stopped.

User Response:

Verify and correct the data set information for the INFILE DD specified in &hlq.SDMHCNTL member DMHJCLBU; resubmit the job.

DMH2240I
Delete request queued successfully for container name and file name
Module:

DMH0700 - Batch update

Explanation:

Processing successfully inserted a row into the DMH_ANALYSIS_QUEUE table.

System Action:

The system is functioning normally.

User Response:

None

DMH2241E
Analyze new file for SCM is not allowed: container: name file name SCM parms: parms
Module:

DMH0700 - Batch update

Explanation:

Batch reanalysis does not support queuing a new SCM file.

System Action:

Processing skips the current record and continues.

User Response:

Use the Inventory function from the browser interface to add the SCM file to the database.

DMH2400I
Inserted by SQL reference resolution
Module:

DB2 catalog scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH2401I
Inserted by DB2 catalog scan
Module:

DB2 catalog scanner

Explanation:

This message is an informational banner.

System Action:

The system is functioning normally.

User Response:

None

DMH3001E
Program parameter is not found.
Module:

COBOL and PL/I scanner

Explanation:

The program file name was not passed to the scanner. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3002E
Parameter name is invalid.
Module:

COBOL and PL/I scanner

Explanation:

The parameter passed to the scanner is invalid. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3003E
Internal data error.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3004E
Can not open Options file filename.
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to open the options file.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3005E
Can not read Options file filename.
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to read the options file.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3010E
Memory allocation failure.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3011E
Memory allocation failure because the area is already allocated.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3020E
Memory allocation failure.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3021E
Can not open SYSADATA file filename.
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to open the SYSADATA file. The compiler may fail to generate the SYSADATA file.

System Action:

Processing stops.

User Response:

Verify the source program can be compiled. If not, fix the compile errors and run the inventory again.

DMH3022E
Can not close SYSADATA file filename.
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to close the SYSADATA file.

System Action:

Processing stops.

User Response:

Run the inventory again. If the same error occurs again, contact your IBM technical-support representative.

DMH3023E
Can not read SYSADATA file filename.
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to read the SYSADATA file.

System Action:

Processing stops.

User Response:

Run the inventory again. If the same error occurs again, contact your IBM technical-support representative.

DMH3024E
Internal error while reading SYSADATA file.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3025E
Data error in SYSADATA file. The process is stopped.
Module:

COBOL and PL/I scanner

Explanation:

The scanner found invalid contents in the SYSADATA file.

System Action:

Processing stops.

User Response:

Verify the source program can be compiled. If not, fix the compile errors and run the inventory again. If the source program can be compiled, contact your IBM technical-support representative.

DMH3026W
Data error in SYSADATA file.
Module:

COBOL and PL/I scanner

Explanation:

The scanner found invalid contents in the SYSADATA file.

System Action:

Skip the invalid contents and continue the processing.

User Response:

Verify the source program can be compiled. If not, fix the compile errors and run the inventory again.

DMH3030E
Object Oriented COBOL is not supported.
Module:

COBOL and PL/I scanner

Explanation:

The scanner found that the source program includes syntax of Object Oriented COBOL. This message occurs for COBOL components only.

System Action:

Processing stops.

User Response:

None. Object Oriented COBOL is not supported.

DMH3031W
The source file has a sequence of programs. Only first program is supported.
Module:

COBOL and PL/I scanner

Explanation:

The scanner found that another program structure starts after a program structure ends. This message occurs for COBOL components only.

System Action:

Continue processing for the first program.

User Response:

None

DMH3040E
Memory allocation failure.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3041E
Can not open import file filename.
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to open the import file.

System Action:

Processing stops.

User Response:

Run the inventory again. If the same error occurs again, contact your IBM technical-support representative.

DMH3042E
Can not close import file filename.
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to close the import file.

System Action:

Processing stops.

User Response:

Run the inventory again. If the same error occurs again, contact your IBM technical-support representative.

DMH3043E
Can not write import file filename.
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to write the import file.

System Action:

Processing stops.

User Response:

Run the inventory again. If the same error occurs again, contact your IBM technical-support representative.

DMH3044E
Internal error while writing import file. (internalLocation)
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3100E
Invalid internal parameter. (name)
Module:

COBOL and PL/I scanner

Explanation:

The parameter of the scanner is invalid. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3101E
Internal error. (internalLocation)
Module:

COBOL and PL/I scanner

Explanation:

The parameter passed to the scanner is invalid. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3110E
Fail to open file. (filename)
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to open the file.

System Action:

Processing stops.

User Response:

Verify the file exists. If the file is a copy or include file, verify that the correct concatenation set is specified.

DMH3111E
Fail to close file. (filename)
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to close the file.

System Action:

Processing stops.

User Response:

Run the inventory again. If the same error occurs again, contact your IBM technical-support representative.

DMH3112E
Fail to read file data. (filename)
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to read the file.

System Action:

Processing stops.

User Response:

Run the inventory again. If the same error occurs again, contact your IBM technical-support representative.

DMH3113E
Fail to write file data. (filename)
Module:

COBOL and PL/I scanner

Explanation:

The scanner failed to read the file.

System Action:

Processing stops.

User Response:

Run the inventory again. If the same error occurs again, contact your IBM technical-support representative.

DMH3114E
File is not opened.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3120E
The module is already initialized.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3121E
Fail to initialize.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3122E
The module is not initialized.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3130E
Syntax error. (line[number], File[filename])
Module:

COBOL and PL/I scanner

Explanation:

The scanner found invalid syntax in the macro definition file.

System Action:

Processing stops.

User Response:

Correct the invalid syntax in the macro definition file and then execute the inventory again.

DMH3131E
Detect invalid source mapping information.
Module:

COBOL and PL/I scanner

Explanation:

The scanner found invalid information in the mapping file. This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3180E
Fail to create internal data. (internalLocation)
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3181E
Fail to modify internal data. (internalLocation)
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3190W
SYSADATA has some invalid data. Skip EXEC statement parser.
Module:

COBOL and PL/I scanner

Explanation:

Found invalid data for EXEC statement in ADATA.

System Action:

Skip the EXEC statement and continue processing.

User Response:

Verify the source program can be compiled. If not, fix the compile errors and run the inventory again.

DMH3200E
Cannot find COPY/INCLUDE path.
Module:

COBOL and PL/I scanner

Explanation:

The program refers COPY or INCLUDE members, but serah path information is empty.

System Action:

Processing stops.

User Response:

Verify the concatenation set of the program. If not, set the correct concatenation set and run the inventory again.

DMH3201E
Cannot find COPY/INCLUDE member. membername
Module:

COBOL and PL/I scanner

Explanation:

The program refers COPY or INCLUDE member, but the scanner can not find the member.

System Action:

Processing stops.

User Response:

Verify the concatenation set of the program. If not, set the correct concatenation set and run the inventory again.

DMH3800E
The stack of the EXEC parser is overflowed.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3801E
Found an unsupported syntax at 'token'. Ignore this EXEC statement.
Module:

COBOL and PL/I scanner

Explanation:

The scanner found unsupported syntax in an EXEC statement at the location indicated by token.

System Action:

Ignore the EXEC statement and continue the processing.

User Response:

Correct the EXEC statement if it is not valid. If the statement is valid, contact your IBM technical-support representative.

DMH3802E
Found unexpected end of statement. Ignore the EXEC statement.
Module:

COBOL and PL/I scanner

Explanation:

The scanner found an invalid ending of an EXEC statement.

System Action:

Ignore the EXEC statement and continue the processing.

User Response:

Correct the EXEC statement if it is not valid. If the statement is valid, contact your IBM technical-support representative.

DMH3803E
Internal data error.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3804W
Declaration of dataelement was not found.
Module:

COBOL and PL/I scanner

Explanation:

The scanner found an undeclared data element in an EXEC statement.

System Action:

Processing continues

User Response:

Correct the EXEC statement if it is not valid.

DMH3805E
Memory error.
Module:

COBOL and PL/I scanner

Explanation:

This is an internal error of the application.

System Action:

Processing stops.

User Response:

Contact your IBM technical-support representative.

DMH3806W
Token name is too long.
Module:

COBOL and PL/I scanner

Explanation:

The scanner found a token that is too long.

System Action:

The token is truncated and processing continues.

User Response:

None

DMH3807W
Label name was not found.
Module:

COBOL and PL/I scanner

Explanation:

The label in an EXEC statement was not found.

System Action:

Processing continues.

User Response:

Correct the EXEC statement if it is not valid.

Distributed Messages and Codes

This chapter describes all messages and codes generated by the WebSphere Studio Asset Analyzer distributed program modules.

DMH5010E
Resource is null: name
Module:

WsaaJar

Explanation:

An attempt was made to analyze a resource, such as a file system or a configuration-management system, that is null or empty.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset. The error is logged.

User Response:

Verify the correct path with your system administrator and ensure that it is specified correctly in /assetloc/config/admin.cfg. The resource path must be active and accessible to WebSphere Studio Asset Analyzer.

DMH5011E
Errors occurred while loading and parsing file 'filename'.
Module:

WsaaJar

Explanation:

At least one error occurred while loading and parsing the contents of 'filename'.

System Action:

Stop request processing.

User Response:

Check the log file for the list of errors.

DMH5012E
Attempt to retrieve unknown 'type' model object with name 'name'.
Module:

WsaaJar

Explanation:

The code attempted to retrieve an object of name 'name' and type 'type' which wasn't created during static initialization. Possible causes include 1) a problem loading external configuration files, 2) a misconfigured database, or 3) a syntax error in the code.

System Action:

Stop request.

User Response:

Check the log file for more information.

DMH5013I
Annotation text has been updated for component.
Module:

WsaaJar

Explanation:

The annotation text submitted was successfully added to the component.

System Action:

The annotation text has been updated in the database.

User Response:

None

DMH5014E
Annotation text cannot exceed maximum annotation length characters.
Module:

WsaaJar

Explanation:

The annotation text is too long.

System Action:

Processing stops and the annotation text is not added to the component.

User Response:

Rewrite the annotation text to have less than maximum annotation length characters and submit the annotation again.

DMH5015E
The character "invalid character" is invalid. Valid characters are: valid characters
Module:

WsaaJar

Explanation:

Application names can contain uppercase letters, numbers, and the characters #, @, _ and $.

System Action:

Processing stops. The user is prompted again for the application name.

User Response:

Remove the "invalid character" character from the application name and try your operation again.

DMH5016E
No concatenation name was specified.
Module:

WsaaJar

Explanation:

A concatenation set requires a name.

System Action:

Processing stops. The user is prompted again for the concatenation set name.

User Response:

Try your operation again after specifying a name for the concatenation set.

DMH5017E
Invalid character "invalid character" at position invalid character position.
Module:

WsaaJar

Explanation:

Concatenation set names can contain uppercase letters, numbers, and the characters #, @, and $.

System Action:

Processing stops. The user is prompted again for the concatenation set name.

User Response:

Try your operation again after removing the invalid characters from the concatenation set name.

DMH5018E
The first character cannot be numeric.
Module:

WsaaJar

Explanation:

Concatenation set names cannot start with a number.

System Action:

Processing stops. The user is prompted again for the concatenation set name.

User Response:

Try your operation again after removing the invalid characters from the concatenation set name.

DMH5019E
The concatenation set "name" already exists.
Module:

WsaaJar

Explanation:

Concatenation set names must be unique.

System Action:

Processing stops. The user is prompted again for a unique concatenation set name.

User Response:

Try your operation again after specifying a unique concatenation set name.

DMH5020E
Cannot get resource, zip: name inner path: pathname
Module:

WsaaMain

Explanation:

The scanner cannot access the specified resource from the zip file.

System Action:

Scanning of the current asset is skipped, and processing continues with the next asset. The error is logged.

User Response:

Verify that the zip file is not corrupted.

DMH5023E
The information of attribute in object is not available.
Module:

WsaaJar

Explanation:

Information required to fully display graphics is not available from the database.

User Response:

The database is in an inconsistent state. Contact your IBM technical-support representative.

System Action:

Processing stops and some or all of the graphic cannot be displayed.

DMH5024E
The list of component is not available.
Module:

WsaaJar

Explanation:

Information required to fully display graphics is not available from the database.

System Action:

Processing stops and some or all of the graphic cannot be displayed.

User Response:

The database is in an inconsistent state. Contact your IBM technical-support representative.

DMH5025E
An unexpected error was encountered. error message
Module:

WsaaJar

Explanation:

An exception occurred while processing the request.

System Action:

Request processing stopped.

User Response:

Contact your IBM technical-support representative.

DMH5026E
The following error was returned from DB2: sql error message
Module:

WsaaJar

Explanation:

An exception occurred while interacting with the database.

System Action:

Request processing stopped.

User Response:

Contact your IBM technical-support representative.

DMH5027E
No data set name specified.
Module:

WsaaJar

Explanation:

In the inventory wizard, the MVS library was not specified.

System Action:

Processing stops and the user is prompted again for the location to be inventoried.

User Response:

Enter in the location of data to be inventoried and try your operation again.

DMH5028E
Invalid first character in the data set name.
Module:

WsaaJar

Explanation:

Data set name must start with:

System Action:

Processing stops and the user is prompted again for the location to be inventoried.

User Response:

Verify that the data set name starts with a valid character and try your operation again.

DMH5029E
Invalid character "invalid character" in the data set name.
Module:

WsaaJar

Explanation:

Data set name must only contain:

System Action:

The user is prompted again for the location to be inventoried.

User Response:

Verify that the data set name only contains valid characters and try your operation again.

DMH5030E
Exception while trying to analyze resource name
Module:

WsaaJar

Explanation:

An I/O error occurred while trying to analyze the Java resource specified by name.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset. The error is logged.

User Response:

Verify that the file is a valid syntax file (for example, that it is a valid Java class) and that the proper permissions for reading the file are in place.

DMH5031I
Loading Scanner Manager scanner instance
Module:

WsaaMain

Explanation:

Informational message logged to indicate that the appropriate scanner is being loaded so that scanning can begin.

System Action:

The system is functioning normally.

User Response:

None

DMH5032E
Encountered an unexpected error in scanner. Exception: returncode
Module:

WsaaMain

Explanation:

An unexpected error occurred during the initialization of the schema or during the scanning operation itself. The exact error is indicated.

System Action:

The scanning process is stopped for the current asset, and processing does not continue. The error is logged.

User Response:

Check the error logs for an indication of what caused the error. If the cause is related to database access of schema initialize, attempt to fix the problem and start the scanning operation again. Contact your IBM technical-support representative if more help is required.

DMH5033E
Unable to scan into name
Module:

WsaaMain

Explanation:

A problem was encountered during the scanning operation while trying to access the specified resource or file. The problem could be related to an invalid or unavailable scanning root, resource, or configuration-management system; a file that cannot be read because the content is invalid; or some undetermined error accessing the file, directory, or resource.

User Response:

Verify that the specified scanning root, directory, file, or resource is available, defined correctly, accessible, and contains valid content. Try the scanning operation again.

System Action:

The scanning process ends for the specified scanning root. The error is logged, and scanning will continue on the next scanning root.

DMH5034I
For more information, please refer to the error log file.
Module:

WsaaMain

Explanation:

This is an informational message directing the user to the error logs for more information. This message will be displayed when the problem encountered requires more extensive information from the log files. These problems include the inability to access a specified resource (for example, PVCS or CMVC), problems with database access, or problems during scanning and analysis.

System Action:

The system is functioning normally.

User Response:

View information in one of several error and information log files on the distributed server in the <dmh>\log directory. You may have to contact your system administrator, depending upon the problems described in the logs. After the errors are fixed, try the scanning operation again.

DMH5035E
Unique scanner letter already in use by another scanner; you should pick another one for this scanner: name
Module:

WsaaMain

Explanation:

WebSphere Studio Asset Analyzer requires that a unique scanner letter be specified for each scanner identified in /assetloc/config/Scanners.cfg. This error occurs when the scanner letter specified is already in use for a scanner identified to WebSphere Studio Asset Analyzer. This error typically occurs after a new scanner has been added.

System Action:

The scanner specified cannot be instantiated, so scanning stops for any scanning roots associated with this scanner. Processing continues with the next scanning root that has a valid scanner specified.

User Response:

Ensure that you have correctly defined the specified scanner in /assetloc/config/Scanners.cfg and attempt the scanning operation again.

DMH5036E
An asterisk (*) may only appear as the first or last character of the filter.
Module:

WsaaJar

Explanation:

The filter cannot have an inner wildcard.

System Action:

The user is prompted again for the filter of the inventory.

User Response:

Remove the wildcard asterisk (*) from the middle of the filter and submit again.

DMH5037E
Scanner could not be loaded or instantiated: cause
Module:

WsaaMain

Explanation:

This is an unexpected error in which a scanner defined in /assetloc/config/Scanners.cfg could not be instantiated. The error may be related to problems with the scanner specification itself or to an inconsistency in the WebSphere Studio Asset Analyzer installed code, or to the environment classpath. This error typically occurs when a new scanner has been added incorrectly.

System Action:

Scanning stops for the scanning root associated with the scanner specified. The error is logged and processing continues with the next scanning root that has a valid scanner specified.

User Response:

Ensure that you have correctly defined the specified scanner in the configuration file. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH5038E
Error while trying to get an input stream for resource name
Module:

WsaaJar

Explanation:

An unexpected I/O error occurred while trying to read the specified resource. This error can be due to incorrect file permissions or corrupt data in the resource itself.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset. The error is logged.

User Response:

Check the file permissions for the specified resource to ensure that the file can be opened and read. Also verify that the content is as expected. Attempt the scanning operation again after correcting the problems.

DMH5039I
Deleting old resources from database
Module:

WsaaMain

Explanation:

This is an informational message written to the logs indicating that old resources are being deleted from the database prior to writing new resources.

System Action:

The system is functioning normally.

User Response:

None

DMH5042E
Error encountered while trying to parse name
Module:

WsaaJar

Explanation:

An error was encountered while attempting to parse the specified resource. This error can occur if data encountered during parsing is unexpected or not supported by the source code language represented by the resource type.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset. The error is logged.

User Response:

Verify that the resource specified can be compiled using the resource type's compiler and attempt the scanning operation again after correcting any compiler errors. If more help is required, capture all logs related to the error and contact your IBM technical-support representative.

DMH5043I
Succeeded in creating log files.
Module:

WsaaMain

Explanation:

This is an informational message written to the logs indicating that the log files themselves were successfully created.

System Action:

The system is functioning normally.

User Response:

None

DMH5044I
Succeeded in initializing the database.
Module:

WsaaMain

Explanation:

This is an informational message written to the logs indicating that the distributed scanner successfully initialized the WebSphere Studio Asset Analyzer database so that processing can continue.

System Action:

The system is functioning normally.

User Response:

None

DMH5045I
Succeeded in fully initializing application.
Module:

WsaaMain

Explanation:

This is an informational message written to the logs indicating that the distributed scanner has been successfully initialized.

System Action:

The system is functioning normally.

User Response:

None

DMH5046E
An unsupported character found in name
Module:

WsaaMain

Explanation:

An unexpected error has occurred during parsing, which can be caused by the occurrence of an unsupported character in the specified resource.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset. The error is logged.

User Response:

Examine the resource for any unsupported characters and attempt the scanning operation again after correcting the error.

DMH5047E
Error reading configuration file name
Module:

WsaaMain

Explanation:

The specified configuration file could not be read for any of the following reasons:

System Action:

The scanning process stops for all assets. The scanner will not be able to function until the error is fixed.

User Response:

Ensure that all installation steps have been performed correctly according to the Configuration and Migration Guide. The wsaaHome property value must be set and correctly refer to the location of your installed WebSphere Studio Asset Analyzer application. Additionally, the configuration files must be accessible in /assetloc/config off of your wsaaHome directory, and the file permissions must be set for read access. If you have changed the configuration files, verify that your changes are syntactically correct.

DMH5048E
Error creating log directory
Module:

WsaaJar

Explanation:

An unexpected error has occurred while trying to create the log directory required for WebSphere Studio Asset Analyzer. An attempt is made to create the log directory off of the WebSphere Studio Asset Analyzer root installation directory, in <dmhInstall>\log.

System Action:

The scanning process stops for all assets. The scanner will not be able to function until the error is fixed.

User Response:

Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to directions in the Configuration and Migration Guide and that adequate space exists to create the log directory and the logs themselves during WebSphere Studio Asset Analyzer runtime. The directory in which WebSphere Studio Asset Analyzer is installed must have the correct permissions so that WebSphere Studio Asset Analyzer can create the directory and the logs. The directory name must be set in common.cfg using the logDir parameter.

DMH5049E
Error creating log files
Module:

WsaaJar

Explanation:

An unexpected error has occurred while trying to create the logs required for WebSphere Studio Asset Analyzer. An attempt is made to create the logs in the location specified by the user in the logDir parameter of the Common.cfg file.

System Action:

The scanning process stops for all assets. The scanner will not be able to function until the error is fixed.

User Response:

Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to directions in the Configuration and Migration Guide and that adequate space exists to create the logs during WebSphere Studio Asset Analyzer runtime. The directory in which WebSphere Studio Asset Analyzer is installed must have the correct permissions so that WebSphere Studio Asset Analyzer can create the logs and Common.cfg must point to the correct log directory.

DMH5054E
Exception while trying to create the database.
Module:

WsaaJar

Explanation:

An unexpected error occurred while trying to connect to the WebSphere Studio Asset Analyzer database. The logs will contain more specific information about the error.

System Action:

The scanning process stops for all assets. The scanner will not be able to function until the error is fixed.

User Response:

Examine the error logs for DB2-related exceptions. Check the database user name and password in the Common.cfg file. Attempt the scanning operation again after correcting any errors.

DMH5056E
An unexpected exception occurred during analysis of name.
Module:

WsaaJar

Explanation:

An unexpected exception has occurred during the scanning and analysis of the specified resource. This error usually indicates an corrupted asset. Specific information related to this exception can be found in the WebSphere Studio Asset Analyzer logs.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset. The error is logged.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs for specific information on the analysis problems encountered, correct any errors and attempt the scanning process again. Contact your IBM technical-support representative if problems identified cannot be corrected locally.

DMH5057E
An unexpected exception occurred during scanning. For more information please refer to the error log file.
Module:

WsaaJar

Explanation:

An unexpected error has occurred during the scanning process. The cause may be related to initialization and setup activities, problems removing existing resources from the WebSphere Studio Asset Analyzer database, or problems scanning the resources themselves. More detailed information can be found in the WebSphere Studio Asset Analyzer logs.

System Action:

If the error is related to a specific asset, the scanning of that asset is skipped. If the error is related to a specific scanner, scanning of all asset types associated with that scanner is skipped. Processing continues with the next asset or scanner type. The error is logged.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs to determine the problems, correct them, and attempt the scanning operation again. Contact your IBM technical-support representative if the problems persist.

DMH5058E
An unexpected exception occurred while writing the file name to the database.
Module:

WsaaJar

Explanation:

An unexpected error was encountered while attempting to write metadata about the specified resource to the WebSphere Studio Asset Analyzer database. More information about this error can be found in the WebSphere Studio Asset Analyzer logs.

System Action:

Analysis of the current asset is skipped, and processing continues for the next asset. The error is logged.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs for information related to this error, correct any problems, and attempt the scanning operation again. Contact your IBM technical-support representative if the problems persist and cannot be corrected.

DMH5059I
Scanner Manager finished. Next time to scan: timestamp
Module:

WsaaJar

Explanation:

This is an information message documenting the status of the scanning process.

System Action:

The system is functioning normally.

User Response:

None

DMH5060I
Timer is set on; Scanner will scan at: timestamp
Module:

WsaaJar

Explanation:

This is an informational message documenting the status of the scanning process.

System Action:

The system is functioning normally.

User Response:

None

DMH5061E
Cron thread was interrupted
Module:

WsaaJar

Explanation:

An exception occurred due to an unexpected interruption of the scanner while it is in sleep mode or otherwise paused by a user.

System Action:

The scanning process, even in sleep mode, is stopped.

User Response:

To schedule the scanning operation, you must restart the scanner. It will then be in sleep mode again as indicated by the configuration file settings. Refer to the WebSphere Studio Asset Analyzer logs for further information and attempt the scanning operation again.

DMH5062I
ShouldUseTimer is set to false; scanner will scan now!
Module:

WsaaJar

Explanation:

This is an informational message indicating that the ShouldUseTimer property in /assetloc/config/Admin.cfg is set to false so that scanning begins immediately upon invocation.

System Action:

The system is functioning normally. The scanning will begin processing upon invocation.

User Response:

If you wish to delay scanning, you must set the ShouldUseTimer property to true and set a value for the TimeToCrawl property.

DMH5063W
Time to scan not found in configuration file; will scan now!
Module:

WsaaJar

Explanation:

This is a warning message written to the WebSphere Studio Asset Analyzer logs indicating that while the ShouldUseTimer property in /assetloc/config/Admin.cfg is set to true, there is no value set for the associated TimeToCrawl property. Therefore, scanning begins immediately upon invocation.

System Action:

The system is functioning normally. Scanning will begin upon invocation.

User Response:

If you wish to delay scanning, you must set the ShouldUseTimer property to true and set a value for the TimeToCrawl property.

DMH5064W
Error while trying to compute the time to sleep...will scan now!
Module:

WsaaJar

Explanation:

This is a warning message written to the WebSphere Studio Asset Analyzer logs indicating an invalid value was specified for the TimeToCrawl property in /assetloc/config/Admin.cfg so that the time for the scanner to begin cannot be computed. As a result, scanning begins immediately upon invocation.

System Action:

The system is functioning normally. Scanning will begin upon invocation.

User Response:

If you wish to delay scanning, ensure that you have correctly specified the value for the TimeToCrawl property.

DMH5069I
Application has been set up to run in mode
Module:

WsaaJar

Explanation:

This is an informational message indicate whether the scanner will be running in GUI or non-GUI mode. In GUI mode, a user interface dialog opens for the user to initiate scanning; otherwise, no user interface will be provided, and scanning will begin.

System Action:

The system is functioning normally.

User Response:

None

DMH5071I
Scanning...
Module:

WsaaJar

Explanation:

This is an informational message written to the WebSphere Studio Asset Analyzer log indicating that a resource is currently being scanned.

System Action:

The system is functioning normally.

User Response:

None

DMH5073I
analyze...
Module:

WsaaJar

Explanation:

This is an informational message written to the WebSphere Studio Asset Analyzer log indicating that a resource is currently being analyzed.

System Action:

The system is functioning normally.

User Response:

None

DMH5074I
analyzed...
Module:

WsaaJar

Explanation:

This is an informational message written to the WebSphere Studio Asset Analyzer log indicating that a resource has been analyzed.

System Action:

The system is functioning normally.

User Response:

None

DMH5075I
done.
Module:

WsaaJar

Explanation:

This is an informational message written to the WebSphere Studio Asset Analyzer log indicating that the scanning process has completed.

System Action:

The system is functioning normally.

User Response:

None

DMH5077I
skip. (not supported)
Module:

WsaaJar

Explanation:

This is an informational message written to the WebSphere Studio Asset Analyzer log indicating that the analysis process has been skipped for a resource type that is not supported.

System Action:

The system is functioning normally.

User Response:

None

DMH5078I
Bad resource; skipping.
Module:

WsaaJar

Explanation:

This is an informational message written to the WebSphere Studio Asset Analyzer log indicating that the analysis process on a resource has been skipped due to an invalid resource exception. The details of the exception can also be found in the log.

System Action:

The current asset is skipped, and scanning continues with the next asset.

User Response:

Determine if the asset skipped is corrupted and attempt to correct it. If the problem persists, contact your IBM technical-support representative.

DMH5079I
Softlink, will not scan into.
Module:

WsaaJar

Explanation:

This is an informational message written to the WebSphere Studio Asset Analyzer log indicating that a softlink on a Linux platform was encountered in a resource during scanning will not be processed because it does not refer to a resource that can be accessed.

System Action:

The softlink asset is skipped, and scanning resumes with the next asset.

User Response:

None

DMH5080I
Extracting file name
Module:

WsaaMain

Explanation:

This is an informational message written to the WebSphere Studio Asset Analyzer log indicating that the specified resource is being extracted for analysis.

System Action:

The system is functioning normally.

User Response:

None

DMH5081E
Extractor could not be loaded or instantiated
Module:

WsaaMain

Explanation:

This is an unexpected error in which an extractor for use in obtaining resources of a specific type supported by WebSphere Studio Asset Analyzer could not be instantiated. The error is related to an inconsistency in the WebSphere Studio Asset Analyzer installed code or the environment classpath.

System Action:

Scanning on the current set of assets for an extractor is skipped, and the error is logged. Processing continues for the set of assets associated with a different extractor.

User Response:

Verify that WebSphere Studio Asset Analyzer was installed properly and that the file EColabraApplication.cfg contains the correct extractors section with the correct extractor for the specific asset. If the problem persists, capture all logs related to the error and contact your IBM technical-support representative.

DMH5082E
Bad resource; extracting stopped.
Module:

WsaaMain

Explanation:

An invalid resource, or one that cannot be accessed or read, has been encountered during the extraction step in the scanner. This message, along with any pertinent details, can be found in the WebSphere Studio Asset Analyzer logs.

System Action:

Scanning on the current asset is skipped, and the error is logged. Processing continues for the next asset.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs for details on the exception, correct any errors, and attempt the scanning operation again. Contact your IBM technical-support representative if the problem persists.

DMH5083E
Bad entry in an archive; skipping.
Module:

WsaaMain

Explanation:

An exception was encountered during the extraction of a particular asset during the scanning process.

System Action:

Extraction and scanning of the current asset is skipped, and the error is logged. Processing continues for the next asset.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs for specific details on the extraction process that encountered the error. Correct the problem, if possible, and attempt the scanning operation again.

DMH5084E
The view is not a directory; skipping.
Module:

WsaaJar

Explanation:

During scanning of resources in a ClearCase repository, a view has been specified or encountered that is not a valid directory.

System Action:

Scanning of the current view is stopped, and the error is logged. Processing continues with the next scanning root.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs for more detail and correct the problem, if possible. Consult your WebSphere Studio Asset Analyzer administrator or your ClearCase repository administrator for more information.

DMH5085E
Exception while executing lsview command.
Module:

WsaaJar

Explanation:

During scanning of resources in a ClearCase repository, an unexpected I/O error occurred or the process was interrupted while trying to invoke the ClearCase lsview command.

System Action:

The error is logged and the system tries to create the view as if it did not exist. The scanning process continues as if the view did not exist.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs for more detail and correct the problem, if possible. Consult your WebSphere Studio Asset Analyzer administrator or your ClearCase repository administrator for more information.

DMH5086E
Exception while executing mkview command.
Module:

WsaaJar

Explanation:

During scanning of resources in a ClearCase repository, an unexpected I/O error occurred or the process was interrupted while trying to invoke the ClearCase mkview command.

System Action:

Scanning of the current view is stopped, and the error is logged. Scanning resumes with the next view.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs for more detail and correct the problem, if possible. Consult your WebSphere Studio Asset Analyzer administrator or your ClearCase repository administrator for more information.

DMH5087E
mkview command failed. exit code: returncode
Module:

WsaaJar

Explanation:

During scanning of resources in a ClearCase repository, the ClearCase mkview command was issued but failed to complete successfully, returning the specified error code.

System Action:

Scanning of the current view is stopped, and the error is logged. Scanning resumes with the next view.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs or consult your ClearCase documentation for more information on the specific error code. Consult your WebSphere Studio Asset Analyzer administrator or your ClearCase repository administrator for more information.

DMH5088E
Exception while executing setcs command.
Module:

WsaaJar

Explanation:

During scanning of resources in a ClearCase repository, the ClearCase setcs command was issued but failed to complete successfully due to an exception.

System Action:

Scanning of the current view is stopped, and the error is logged. Scanning resumes with the next view.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs for more detail and correct the problem, if possible. Consult your WebSphere Studio Asset Analyzer administrator or your ClearCase repository administrator for more information.

DMH5089E
setcs command failed. exit code: returncode
Module:

WsaaJar

Explanation:

During scanning of resources in a ClearCase repository, the ClearCase setcs command was issued but failed to complete successfully, returning the specified error code.

System Action:

Scanning of the current view is stopped, and the error is logged. Scanning resumes with the next view.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs or consult your ClearCase documentation for more information on the specific error code. Consult your WebSphere Studio Asset Analyzer administrator or your ClearCase repository administrator for more information.

DMH5090E
Failed to create the views target directory name.
Module:

WsaaJar

Explanation:

During scanning of resources in a ClearCase repository, WebSphere Studio Asset Analyzer was unable to create the views target directory specified.

System Action:

Scanning of the current view is stopped, and the error is logged. Scanning resumes with the next view.

User Response:

Refer to the WebSphere Studio Asset Analyzer logs or consult your ClearCase documentation for more information on the specific error code. Consult your WebSphere Studio Asset Analyzer administrator or your ClearCase repository administrator for more information.

DMH5091I
Signal end of scan to servlet
Module:

WsaaJar

Explanation:

This is an informational message indicating that the scanning process has completed.

System Action:

The system is functioning normally.

User Response:

None

DMH5092E
Unable to retrieve host info (name & IP) - see log for details.
Module:

WsaaJar

Explanation:

During initialization of the scanner, WebSphere Studio Asset Analyzer was unable to retrieve host information for the location of the WebSphere Studio Asset Analyzer host system.

System Action:

The scanning process cannot be initialized and is stopped. The error must be corrected before scanning can function properly.

User Response:

Verify that you have correctly installed WebSphere Studio Asset Analyzer, specifying all valid host information according to the instructions in the Configuration and Migration Guide. Correct the problem and attempt the scanning operation again.

DMH5093E
Unknown module type: type
Module:

WsaaJar

Explanation:

An invalid module type, as specified, was encountered during analysis of an ear file. Valid module types are war or Web modules, ejb files, or java client files.

System Action:

Analysis of the current asset is skipped, and the error is logged. Processing continues with the next asset.

User Response:

Ensure that the resources being scanned contain valid modules. Correct any problems and attempt the scanning operation again.

DMH5094E
Cannot read InputStream to temp file name
Module:

WsaaJar

Explanation:

An attempt was made to create a temporary file with contents from a resource being scanned, but the temporary file could not be created. Possible causes are: I/O errors, such as space or directory permission problems, or WebSphere Studio Asset Analyzer exceptions while attempting to read or parse the resource.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset.

User Response:

Ensure that your WebSphere Studio Asset Analyzer Windows server has adequate space for creating temporary files and that the appropriate directory and file permissions exist. Your WebSphere Studio Asset Analyzer logs may contain more detailed information about the exception. Contact your IBM technical-support representative if the problem persists.

DMH5095E
Cannot open temp file to Archive File: name
Module:

WsaaJar

Explanation:

An attempt was made to open a temporary file created to contain archive file (ear, war, java, ejb) contents. Possible causes are insufficient space or incorrect file permissions.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset.

User Response:

Ensure that the temporary file exists and can be accessed. Consult the WebSphere Studio Asset Analyzer logs for more detailed information on the error.

DMH5096E
Illegal Load Strategy: strategy
Module:

WsaaJar

Explanation:

The type of archive containing a resource being scanned is incorrect or cannot be determined. The load strategy refers to either a resource in an archive (ear, war) or a directory, but the strategy detected is neither of those.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset.

User Response:

This error reflects an unusual condition in the WebSphere Studio Asset Analyzer scanner. Consult the WebSphere Studio Asset Analyzer logs for more details on the exception. Contact your IBM technical-support representative if the problem persists.

DMH5097E
Not an EJBJarFile: name
Module:

WsaaJar

Explanation:

An exception occurred during scanning of the specified resource because an EJB was expected but the resource is not an EJB file.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset.

User Response:

Make sure that WebSphere Studio Asset Analyzer is properly installed and the classpath is set correctly.

DMH5098E
Unable to access Site in the database - see log for details.
Module:

WsaaJar

Explanation:

During initialization of the scanner, WebSphere Studio Asset Analyzer was unable to site information that should already exist in the database system. The process cannot continue.

System Action:

The scanning process cannot be initialized and is stopped. The error must be corrected before scanning can function properly.

User Response:

Verify that you have correctly installed WebSphere Studio Asset Analyzer, specifying all database access information according to the instructions in the Configuration and Migration Guide. Correct the problem and attempt the scanning operation again. Consult the WebSphere Studio Asset Analyzer logs for more information.

DMH5099E
Persistency object problems - see log for details.
Module:

WsaaJar

Explanation:

An exception has occurred during the scanning process related to database metadata persistency. This is an unexpected condition indicating that an inconsistency exists between expected results and data stored in the database.

System Action:

The scanning process cannot be initialized and is stopped. The error must be corrected before scanning can function properly.

User Response:

Consult the WebSphere Studio Asset Analyzer logs for more information related to possible database communications errors. Contact your IBM technical-support representative.

DMH5100E
Dependent analyzer(s): name not available or not configured to run.
Module:

WsaaJar

Explanation:

An exception was encountered during postprocessing because required analyzers could not be accessed. The most likely cause is that the analyzers are not configured properly.

System Action:

Processing for the specified postprocessor is skipped, and the error is logged. Processing continues for the next postprocessor.

User Response:

Verify that you have properly configured all analyzers for the resources you are attempting to analyze and try the scanning operation again. The analyzers are configured by the administrator in /assetloc/config/analyzers.cfg.

DMH5101E
Dependent postprocessor name not available or not configured to run.
Module:

WsaaJar

Explanation:

An exception was encountered during postprocessing because required postprocessors could not be accessed. The most likely cause is that the postprocessors were not configured properly.

System Action:

Processing for the specified postprocessor is skipped and the error is logged. Processing continues for the next postprocessor.

User Response:

Verify that you have properly configured all postprocessors for the resources you are attempting to analyze and try the scanning operation again. The postprocessors are configured by the administrator in /assetloc/config/EColabraApplication.cfg. This file is not routinely updated by users, so contact your IBM technical-support representative for more information.

DMH5102E
type categorization not performed due to an error
Module:

WsaaJar

Explanation:

During postprocessing, an exception occurred while attempting to categorize the resources analyzed.

System Action:

Postprocessing is skipped for the categorization type specified, and the error is logged. Processing continues for the next categorizer.

User Response:

Consult your WebSphere Studio Asset Analyzer administrator or your IBM technical-support representative.

DMH5103I
Categorization was not set to be activated
Module:

WsaaJar

Explanation:

During postprocessing, categorization was not performed because it was not activated.

System Action:

The system is functioning normally. Categorizer postprocessors are skipped.

User Response:

If you want the categorizer postprocessors to run, set the Java virtual machine property Categorizer to true.

DMH5104E
The file pattern cannot contain blanks.
Module:

WsaaJar

Explanation:

The file pattern cannot contain blanks.

System Action:

The user is prompted again for the file pattern.

User Response:

Remove the blanks from the file pattern and submit again.

DMH5105E
Unexpected exception in calling class: details
Module:

WsaaJar

Explanation:

An exception was thrown that cannot be processed.

System Action:

The exception is logged and displayed to the user. Current processing stops.

User Response:

Contact your IBM technical-support representative.

DMH5106E
The SQL is not a SELECT statement.
Module:

WsaaJar

Explanation:

The SQL statement did not have the verb SELECT in it.

System Action:

The SQL query was not executed.

User Response:

Contact your IBM technical-support representative.

DMH5107E
Container(s) not found: names.
Module:

WsaaJar

Explanation:

Valid containers must exist.

System Action:

Processing stops. The user is prompted again for the container names.

User Response:

Try your operation again after adding only containers that exist.

DMH5108E
No container names specified.
Module:

WsaaJar

Explanation:

A container name must be specified.

System Action:

Processing stops. The user is prompted again for the container names.

User Response:

Add a valid container name or click the cancel button.

DMH5109E
Please specify the new application name.
Module:

WsaaJar

Explanation:

The application name is required if the inventory is to be added to a new application.

System Action:

Processing stops. The user is prompted for the application name.

User Response:

Specify a new application name, an existing application, or do not add the inventory to an application at this time.

DMH5110I
Impact analysis is being performed.
Module:

WsaaJar

Explanation:

Impact analysis is being performed.

System Action:

The system is functioning normally.

User Response:

None

DMH5111E
An error occurred during impact analysis: error cause
Module:

WsaaJar

Explanation:

An unexpected exception was thrown.

System Action:

Impact analysis processing has halted.

User Response:

Contact your IBM technical-support representative.

DMH5112I
The concatenation set has been assigned.
Module:

WsaaJar

Explanation:

The concatenation set has been assigned.

System Action:

The system is functioning normally.

User Response:

None

DMH5113I
The default concatenation sets for the component have been updated.
Module:

WsaaJar

Explanation:

The default concatenation sets for the component have been updated.

System Action:

The system is functioning normally.

User Response:

None

DMH5114I
Added the scanning request to the queue.
Module:

WsaaJar

Explanation:

The scanning request has been queued and will be run when the scans in front of it have finished.

System Action:

The system is functioning normally.

User Response:

None

DMH5115E
The impact analysis name "ia name" already exists.
Module:

WsaaJar

Explanation:

Impact analysis names must be unique.

System Action:

Processing stops. The user is prompted again for a unique impact analysis name.

User Response:

Try your operation again after specifying a unique impact analysis name.

DMH5116I
The impact analysis has been renamed.
Module:

WsaaJar

Explanation:

The impact analysis has been renamed.

System Action:

The system is functioning normally.

User Response:

None

DMH5117E
The impact analysis cannot be renamed with "new name".
Module:

WsaaJar

Explanation:

The new impact analysis name must not be blank, must not be the old name, and must be unique.

System Action:

Processing stops. The user is prompted again for a new impact analysis name.

User Response:

Try your operation again after specifying a unique impact analysis name.

DMH5118I
The description for impact analysis "ia name" has been updated.
Module:

WsaaJar

Explanation:

The description of the impact analysis has been updated.

System Action:

The system is functioning normally.

User Response:

None

DMH5119I
The type of asset "ia name" to be analyzed has changed.
Module:

WsaaJar

Explanation:

The type of asset to be analyzed has changed.

System Action:

The system is functioning normally.

User Response:

None

DMH5120I
The impact analysis "ia name" has been created.
Module:

WsaaJar

Explanation:

The impact analysis has been created.

System Action:

The system is functioning normally.

User Response:

None

DMH5121W
The impact analysis "ia name" has already been created. Update the name to create a new impact analysis. Click button to continue with the impact analysis.
Module:

WsaaJar

Explanation:

The impact analysis "ia name" has already been created.

System Action:

The impact analysis name is prompted for again.

User Response:

Update the name to create a new impact analysis. Click button to continue with the impact analysis.

DMH5122E
The impact analysis name "ia name" could not be created.
Module:

WsaaJar

Explanation:

There was an error while trying to create the impact analysis. This is most likely due to duplicate name for the current user.

System Action:

Processing stops. The impact analysis was not created successfully.

User Response:

Contact your IBM technical-support representative.

DMH5123E
The description for impact analysis "ia name" cannot be updated.
Module:

WsaaJar

Explanation:

The description for the impact analysis cannot be updated.

System Action:

Processing stops. The description of the impact analysis remains the same.

User Response:

Contact your IBM technical-support representative.

DMH5124E
Please specify the new impact analysis name.
Module:

WsaaJar

Explanation:

The impact analysis requires a nonblank name.

System Action:

Processing stops. The user is prompted again for an impact analysis name.

User Response:

Try your operation again after specifying an impact analysis name.

DMH5125E
Invalid character "char" at position pos.
Module:

WsaaJar

Explanation:

The impact analysis has a character that is not allowed in the name.

System Action:

Processing stops. The user is prompted again for an impact analysis name.

User Response:

Verify that the impact analysis name only contains valid characters and try your operation again.

DMH5126E
Please specify a description for the impact analysis.
Module:

WsaaJar

Explanation:

Description is required for the impact analysis

System Action:

Processing stops. The user is prompted again for an impact analysis description.

User Response:

Enter a description and try your operation again.

DMH5127E
Please select a type of asset for the impact analysis.
Module:

WsaaJar

Explanation:

Asset type is required for the impact analysis.

System Action:

Processing stops. The user is prompted again for an asset type.

User Response:

Fill in the asset type and try your operation again.

DMH5128E
The impact analysis name is too long.
Module:

WsaaJar

Explanation:

Impact analysis names must be less than or equal to 64 characters long.

System Action:

Processing stops. The user is prompted again for an impact analysis name.

User Response:

Try your operation again after specifying a shorter impact analysis name.

DMH5129E
The description is too long.
Module:

WsaaJar

Explanation:

Impact analysis description must be less than or equal to 256 characters long.

System Action:

Processing stops. The user is prompted again for an impact analysis description.

User Response:

Try your operation again after specifying a shorter impact analysis description.

DMH5130E
Cannot link resources: analyzed asset-->new asset
Module:

WsaaJar

Explanation:

During analysis, an unexpected SQL error has occurred while trying to add references between two assets managed by WebSphere Studio Asset Analyzer. The assets that could not be related are specified.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset. The error is logged.

User Response:

Consult the WebSphere Studio Asset Analyzer logs for more details on the SQL error. Ensure that you have installed WebSphere Studio Asset Analyzer properly according to the Configuration and Migration Guide. Contact your IBM technical-support representative for more information.

DMH5132E
The system property wsaaHome is not defined
Module:

WsaaJar

Explanation:

The system property wsaaHome must be defined. It points to the WebSphere Studio Asset Analyzer installation root directory and is set during installation of the product. The value can be found in /config/Common.cfg as well as in the JVM properties for WebSphere Application Server.

System Action:

The scanning process stops for all assets. The scanner will not be able to function until the error is fixed.

User Response:

Verify that you have successfully installed and configured WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide. If you cannot verify that, check the value of wsaaHome in your /config/Common.cfg file on MVS as well as on your Windows server. Also check for a valid value in your WebSphere Application Server configuration file on MVS (WAS V4) or in the JVM properties for your WAS Server using the Administration Console. If you must update the value, remember to restart your HTTP or WAS server.

DMH5133E
Analyzer could not be loaded or instantiated: analyzerType
Module:

WsaaJar

Explanation:

This is an unexpected error in which an analyzer defined in /assetloc/config/Analyzers.cfg could not be instantiated. The error may be related to errors in specifying the postprocessor, or an inconsistency in the WebSphere Studio Asset Analyzer installed code, or the environment classpath.

System Action:

Analysis stops for any assets associated with the analyzer that cannot be loaded. The error is logged, and processing continues for the next valid set of asset types.

User Response:

Ensure that you have correctly defined the specified analyzer in the configuration file. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH5134W
Warning - an analyzer of the following type does not exist: name.
Module:

WsaaJar

Explanation:

An analyzer for the specified type does not exist because it has not been defined in /assetloc/config/Analyzers.cfg.

System Action:

Analysis using this analyzer will not be performed. The error is logged, and processing continues for the next set of valid assets.

User Response:

Add the analyzer definition to the Analyzers.cfg file and perform the scanning operation again.

DMH5135W
Warning - a resource mapping already exists for extension fileextension.
Module:

WsaaJar

Explanation:

This is a warning indicating that multiple analyzers have been defined in /assetloc/config/Analyzers.cfg for the same resource type.

System Action:

The first analyzer encountered will be used, and subsequent analyzers will be ignored. Processing continues normally.

User Response:

Ensure that you have correctly defined the analyzers and their resource type mappings and perform the scanning operation again.

DMH5136E
Error while trying to run the name postprocessor.
Module:

WsaaJar

Explanation:

An unexpected error has been encountered while attempting to run the specified postprocessor. The specific cause of the error will be found in the WebSphere Studio Asset Analyzer error logs.

System Action:

Postprocessing is stopped for the specified postprocessor. The error is logged and processing continues.

User Response:

Refer to the WebSphere Studio Asset Analyzer error logs for specific information on the error. Correct any problems and perform the scanning operation again.

DMH5137E
name postprocessor could not be loaded or instantiated.
Module:

WsaaJar

Explanation:

This is an unexpected error in which a postprocessor defined in /assetloc/config/EColabraApplication.cfg could not be instantiated. The error may be related to errors in specifying the postprocessor or an inconsistency in the WebSphere Studio Asset Analyzer installed code or the environment classpath.

System Action:

Postprocessing is stopped for the specified postprocessor. The error is logged and processing continues. Other postprocessors that depend on the one that could not be loaded may be affected.

User Response:

Ensure that you have correctly defined the specified postprocessor in the configuration file. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH5138I
name postprocessor: started running
Module:

WsaaJar

Explanation:

This is an informational message indicating that the specified postprocessor has started.

System Action:

The system is functioning normally.

User Response:

None

DMH5139E
Unexpected exception occurred in name postprocessor.
Module:

WsaaJar

Explanation:

An unexpected error has occurred during postprocessing for the specified postprocessor. More specific information about the error can be found in the WebSphere Studio Asset Analyzer error logs.

System Action:

Postprocessing is stopped for the specified postprocessor. The error is logged and processing continues.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs for specific information on the error. Contact your IBM technical-support representative if you cannot resolve the problems.

DMH5140E
Dependent analyzer(s): name not available or not configured to run.
Module:

WsaaJar

Explanation:

While preparing to run a postprocessor, the process encountered an analyzer that was set as a precondition for the postprocessor. The analyzer has not been defined, has not been configured to run, or had problems running. The analyzer in error is specified. Analyzers are defined in /assetloc/config/Analyzers.cfg.

System Action:

The postprocessor that caused the error is stopped. The error is logged and processing continues.

User Response:

Ensure that you have correctly specified all required analyzers in the configuration file and perform the scanning operation again.

DMH5141E
Dependent postprocessor name not available or not configured to run.
Module:

WsaaJar

Explanation:

While running postprocessing, the specified postprocessor is required but not configured in /assetloc/config/EColabraApplicaiton.cfg. Postprocessing cannot continue.

System Action:

Postprocessing is stopped for the specified postprocessor. The error is logged and processing continues.

User Response:

Ensure that you have correctly specified all required postprocessors in the configuration file and perform the scanning operation again.

DMH5142E
Dependent postprocessor name was defined to run after this post processor, although this postprocessor depends on it. Please rearrange the order of invoking the postprocessors in the configuration files.
Module:

WsaaJar

Explanation:

The definition of the specified postprocessor is incorrect in /assetloc/config/EColabraApplication.cfg. Postprocessing cannot continue.

System Action:

Postprocessing is stopped for the dependent. The error is logged and processing continues.

User Response:

Ensure that you have correctly specified the postprocessors in the configuration file and perform the scanning operation again.

DMH5143E
Dependent postprocessor name failed.
Module:

WsaaJar

Explanation:

During postprocessing, a dependent postprocessor failed to complete successfully. Details about the error can be found in the WebSphere Studio Asset Analyzer error logs.

System Action:

Postprocessing is stopped for the dependent postprocessor. The error is logged and processing continues.

User Response:

Ensure that you have correctly specified the postprocessors in the configuration file. Consult the WebSphere Studio Asset Analyzer error logs for more detailed information, correct any errors, and perform the scanning operation again. Consult your IBM technical-support representative if you cannot resolve the issue.

DMH5144W
The following resource mapping will be ignored: resourcetype= analyzer.
Module:

WsaaJar

Explanation:

This is a warning message written to the WebSphere Studio Asset Analyzer logs indicating that the analyzer specified for the indicated resource type will not be used for analysis. This is either because another analyzer is already defined for the specified resource type or the analyzer specified cannot be found or instantiated. This message always follows DMH5134W or DMH5135W.

System Action:

Analysis of the current asset is skipped, and processing continues with the next asset. The error is logged.

User Response:

Ensure that you have correctly specified one, and only one, analyzer per resource type in the /assetloc/config/Analyzers.cfg file and attempt the scanning process again.

DMH5145I
Deleting old resources from database
Module:

WsaaJar

Explanation:

This is an informational message indicating that old resources will be deleted prior to rescanning those resources. Deletion of old resources occurs when the auto delete flag is set to true in the /assetloc/config/Scanners.cfg file.

System Action:

The system is functioning normally.

User Response:

None

DMH5146W
Warning: Servlet may be down or unavailable exceptioncode.
Module:

WsaaJar

Explanation:

This is a warning message that occurs when the scanning process has completed and attempts to notify the WebSphere Studio Asset Analyzer servlet. The exceptioncode provides the reason for the unavailability.

System Action:

The scanner signals to the servlet by way of the database; when the servlet is run it tries to read the value from the database. The system continues to function normally.

User Response:

None

DMH5147E
Tried to scan from multiple sites, now from "server1" while a previous site exists.
Module:

WsaaJar

Explanation:

An attempt was made to run the distributed scanner for a site specified by server1when it has already been run for a different site specified by WebSphere Studio Asset Analyzer does not support multiple sites at this time. Scanning must be performed on a single WebSphere Studio Asset Analyzer Windows server.

User Response:

Perform the scanning operation again on the WebSphere Studio Asset Analyzer Windows server used previously as specified in the database.

System Action:

The scanning process is stopped.

DMH5148E
Invalid first character in the file field.
Module:

WsaaJar

Explanation:

Invalid first character in the file field.

System Action:

The user is prompted again for the file.

User Response:

Correct the file name and submit again.

DMH5149E
Invalid character "invalid character" in the file field.
Module:

WsaaJar

Explanation:

Valid characters are only upper case letters, numbers, special characters (#, @, and $), and the asterisk (*).

System Action:

The user is prompted again for the file.

User Response:

Correct the file name and submit again.

DMH5150E
ScannerManager was not initialized prior to access
Module:

WsaaJar

Explanation:

This is an unexpected error indicating that the proper initializations could not be performed to initiate the distributed scanning processor. This error may be caused by a WebSphere Studio Asset Analyzer installation error or a problem with the classpath.

System Action:

The scanning process is stopped, and the error is logged.

User Response:

Consult your WebSphere Studio Asset Analyzer error logs and contact your IBM technical-support representative if the issue cannot be resolved.

DMH5151E
name retriever could not be loaded
Module:

WsaaJar

Explanation:

This is an unexpected error in which a scanner defined in /assetloc/config/Scanners.cfg could not be instantiated. The error may be related to errors in specifying the postprocessor, or an inconsistency in the WebSphere Studio Asset Analyzer installed code or the environment classpath.

System Action:

Scanning is stopped for the process related to the specified retriever. The error is logged, and scanning continues for the next retriever to be loaded.

User Response:

Ensure that you have correctly defined the specified scanner in the configuration file. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH5152E
File name longer than 8 characters.
Module:

WsaaJar

Explanation:

File names can only be eight characters.

System Action:

The user is prompted again for the file.

User Response:

Correct the file name and submit again.

DMH5153E
The application name already exists.
Module:

WsaaJar

Explanation:

Application names must be unique.

System Action:

The user is prompted again for the application name.

User Response:

Type in a unique application name and try again.

DMH5154E
The application name is too long.
Module:

WsaaJar

Explanation:

The application name must be less than 64 characters.

System Action:

The user is prompted again for the application name.

User Response:

Please type a shorter application name.

DMH5155I
No ChangeMan SERNET ids were found when searching the WebSphere Studio Asset Analyzer applications.
Module:

WsaaJar

Explanation:

No ChangeMan SERNET ids were found when searching the WebSphere Studio Asset Analyzer applications.

System Action:

The system is functioning normally.

User Response:

None

DMH5156E
The container could not be found.
Module:

WsaaJar

Explanation:

The container specified during inventory collection cannot be found on the target system.

System Action:

Processing stops.

User Response:

Verify that the container specified exists, or specify an existing container, and try your operation again.

DMH5157E
You must specify the field.
Module:

WsaaJar

Explanation:

A required field was not filled in.

System Action:

The user is prompted for the required information.

User Response:

Fill in the required field and submit the form again.

DMH5158E
The date is incomplete.
Module:

WsaaJar

Explanation:

The date has the wrong format or is invalid. Make sure the date format is YYYY-MM-DD.

System Action:

The user is prompted for the date again.

User Response:

Fill in the date in the required format.

DMH5159E
The date is invalid.
Module:

WsaaJar

Explanation:

The date has two many dashes. The format should be YYYY-MM-DD.

System Action:

The user is prompted for the date again.

User Response:

Fill in the date in the required format.

DMH5160E
No date was specified.
Module:

WsaaJar

Explanation:

Date is required.

System Action:

The user is prompted for the date again.

User Response:

Fill in the date in the required format.

DMH5161E
Error deleting old links
Module:

WsaaJar

Explanation:

During postprocessing, an unexpected error has occurred while attempting to delete relationships from the metadata stored in the inventory database. Details about the errors may be found in the WebSphere Studio Asset Analyzer error logs.

System Action:

The error is logged, and processing continues. It is likely that relationships have not been deleted from the database.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs for details on possible DB2 connection or access problems. Consult your IBM technical-support representative if the issues cannot be resolved.

DMH5162E
General error running the postprocessors
Module:

WsaaJar

Explanation:

An unexpected error has occurred during postprocessing. Details about the error can be found in the WebSphere Studio Asset Analyzer error logs.

System Action:

Postprocessing has stopped, and the error is logged.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs. Fix any problems and attempt the scanning operation again. Contact your IBM technical-support representative if you cannot resolve the issue.

DMH5163I
The concatenation set "duplicate concatenation set" already exists.
Module:

WsaaJar

Explanation:

Concatenation set names must be unique.

System Action:

The existing concatenation set properties are displayed and the user can update those properties.

User Response:

Continue updating the concatenation set or click cancel to quit the wizard.

DMH5164I
The concatenation set set name has been created.
Module:

WsaaJar

Explanation:

The concatenation set has been created.

System Action:

The system is functioning normally.

User Response:

None

DMH5165E
Line line number does not start with // or /*.
Module:

WsaaJar

Explanation:

Lines must start with // or /*.

System Action:

The error is presented to the user.

User Response:

Correct the problem and submit again.

DMH5166E
Line line number is greater than 80 characters.
Module:

WsaaJar

Explanation:

An error was encountered during queue processing for inventory collection because JCL was encountered with one or more statements that exceed 80 characters. MVS JCL cannot contain statements longer than 80 characters.

System Action:

Queue processing continues with the next asset to be inventoried. The inventory being processed when the error was encountered is not processed.

User Response:

Correct the problem and try your inventory collection process again.

DMH5167E
No JCL JOB card was specified.
Module:

WsaaJar

Explanation:

An error was encountered during queue processing for inventory collection because JCL was encountered that does not contain a job card.

System Action:

Queue processing continues with the next asset to be inventoried. The inventory being processed when the error was encountered is not processed.

User Response:

Correct the problem and try your inventory collection process again.

DMH5168I
The postprocessing is already running. Job job name at queue time.
Module:

WsaaJar

Explanation:

This is an informational message displayed when a user has selected the action to start postprocessing when it is already running.

System Action:

Processing continues normally.

User Response:

None

DMH5169I
The postprocessing has been started.
Module:

WsaaJar

Explanation:

The postprocessing has been started.

System Action:

The user is notified of the status.

User Response:

None

DMH5170W
Impact analysis process has been intentionally canceled. Results may be incomplete.
Module:

WsaaJar

Explanation:

Impact analysis process has been intentionally canceled. Results may be incomplete.

User Response:

None

System Action:

The system is functioning normally.

DMH5171E
Too many JCL JOB lines specified. Only 4 are allowed.
Module:

WsaaJar

Explanation:

An error was encountered during queue processing for inventory collection because JCL was encountered that contains more than 4 lines in the job card.

System Action:

Queue processing continues with the next asset to be inventoried. The inventory being processed when the error was encountered is not processed.

User Response:

Correct the problem and try your inventory collection process again.

DMH5172I
The concatenation set has been updated.
Module:

WsaaJar

Explanation:

The concatenation set has been updated.

System Action:

The concatenation set has been updated.

User Response:

None

DMH5173E
Problem storing to database in table tablename, name assetname, physicalId identifier
Module:

WsaaJar

Explanation:

An error occurred while attempting to store metadata about scanned resources to the DB2 database. The DB2 table, resource name, and identifier are specified.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs for potential problems with DB2 communications or access. Fix any problems and attempt the scanning process again. Consult your IBM technical-support representative if the issue cannot be resolved.

DMH5174E
Field name is not found in table table.
Module:

WsaaJar

Explanation:

An attempt was made to store metadata into a nonexistent column in the DB2 schema. This error reflects a possible inconsistency between the level of WebSphere Studio Asset Analyzer installed and the schema defined to DB2 for the WebSphere Studio Asset Analyzer database.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to the Configuration and Migration Guide. The schema is created during installation unless you have an existing database with the same name. Verify that the correct schema for the level of WebSphere Studio Asset Analyzer installed exists in the WebSphere Studio Asset Analyzer database. DDL used to create the database can be found in the /ddl directory.

DMH5175E
External Semantic features are not compatible in table tablename; values have length of length1 and length2.
Module:

WsaaJar

Explanation:

An attempt was made to store metadata into the DB2 table specified, but the semantics of the columns are not consistent with the expectations of the distributed scanner. This error is caused by an internal system problem.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to the Configuration and Migration Guide. The schema is created during installation unless you have an existing database with the same name. Verify that the correct schema for the level of WebSphere Studio Asset Analyzer installed exists in the WebSphere Studio Asset Analyzer database. DDL used to create the database can be found in the /ddl directory.

DMH5176E
Table name not found in database.
Module:

WsaaJar

Explanation:

An attempt was made to store metadata into a nonexistent table in the DB2 schema. This error reflects a possible inconsistency between the level of WebSphere Studio Asset Analyzer installed and the schema defined to DB2 for the WebSphere Studio Asset Analyzer database.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to the Configuration and Migration Guide. The schema is created during installation unless you have an existing database with the same name. Verify that the correct schema for the level of WebSphere Studio Asset Analyzer installed exists in the WebSphere Studio Asset Analyzer database. DDL used to create the database can be found in the /ddl directory.

DMH5178E
Authorization failed.
Module:

WsaaJar

Explanation:

The user is not authorized to perform the action or the credentials are incorrect.

System Action:

The user is not allowed to perform the specified action.

User Response:

Type in the correct credentials to perform the action.

DMH5179E
The required field application name was empty.
Module:

WsaaJar

Explanation:

The application name is a required field.

System Action:

The user is prompted again for the application name.

User Response:

Type in the application name and submit again.

DMH5180E
No Logger defined, use setStatusReportInterface method
Module:

WsaaJar

Explanation:

An unexpected error has occurred while attempting to instantiate the scanner and analyzer managers to begin the scanning process. This reflects an inconsistency in the installed WebSphere Studio Asset Analyzer application.

System Action:

The initialization of the distributed servlet cannot continue. This problem will cause errors starting your HTTP server if you are running WAS on MVS. If you are running WAS on Windows, the WAS server will likely start but the WebSphere Studio Asset Analyzer distributed servlet will not be properly initialized. You must resolve the initialization issue before you can use the distributed scanner function.

User Response:

Capture all pertinent WebSphere Studio Asset Analyzer logs and contact your IBM technical-support representative.

DMH5181E
Error while deleting old assets for container name
Module:

WsaaJar

Explanation:

During the scanning process, an unexpected error has occurred while attempting to delete existing resources from the metadata stored in DB2 for the container being scanned. Details about the errors may be found in the WebSphere Studio Asset Analyzer error logs.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset or scanning root.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs for details on possible DB2 connection or access problems. Consult your IBM technical-support representative if the issues cannot be resolved.

DMH5182E
The Analyzer manager was not initialized; call createSingelton method
Module:

WsaaJar

Explanation:

An unexpected error has occurred during initialization of the distributed scanner processes. This reflects an inconsistency in the installed WebSphere Studio Asset Analyzer application.

System Action:

The initialization of the distributed servlet cannot continue. This problem will cause errors starting your HTTP server if you are running WAS on MVS. If you are running WAS on Windows, the WAS server will likely start but the WebSphere Studio Asset Analyzer distributed servlet will not be properly initialized. You must resolve the initialization issue before you can use the distributed scanner function.

User Response:

Capture all pertinent WebSphere Studio Asset Analyzer logs and contact your IBM technical-support representative.

DMH5183E
Analyzer name does not exist
Module:

WsaaJar

Explanation:

While attempting to delete resources from the database, an analyzer was referenced but could not be found. A possible reason for this error is that the specified analyzer is not defined properly in the /assetloc/config/Analyzers.cfg configuration file.

System Action:

Deletion of the assets associated with the specified analyzer stops. Deletion continues for the next set of assets associated with a valid analyzer.

User Response:

Ensure that you have correctly defined the specified analyzer in the configuration file. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH5184E
Application with the specified name duplicate name already exists in the database.
Module:

WsaaJar

Explanation:

Application names must be unique.

System Action:

The user is prompted again for an application name.

User Response:

Type in a unique application name and submit again

DMH5185E
The required field full name was empty.
Module:

WsaaJar

Explanation:

The field full name is not allowed to be empty.

System Action:

The user is prompted for the full name of the application

User Response:

Type the full application name into the field and submit again.

DMH5186I
Queued selected count asset(s)
Module:

WsaaJar

Explanation:

The assets selected have been queued.

System Action:

The assets selected have been queued. Distributed assets were ignored.

User Response:

None

DMH5187I
Queued mvs count asset(s). Ignored distributed count distributed and binary count binary asset(s).
Module:

WsaaJar

Explanation:

Only text MVS assets can be queued for analysis.

System Action:

The text MVS assets have been queued for postprocessing analysis. Any distributed assets or binary assets have been ignored.

User Response:

None

DMH5188E
The child component with id = child id of the parent component with id = parent id is not found in the database.
Module:

WsaaJar

Explanation:

An attempt was made to get information for the specified component, but metadata was not found in the WebSphere Studio Asset Analyzer database.

System Action:

Processing stops and some or all of information cannot be displayed.

User Response:

The database is in an inconsistent state. Contact your IBM technical-support representative.

DMH5189E
The component with id = id is not found in the database.
Module:

WsaaJar

Explanation:

An attempt was made to get information for the specified component, but metadata was not found in the WebSphere Studio Asset Analyzer database.

System Action:

Processing stops and some or all of information cannot be displayed.

User Response:

The database is in an inconsistent state. Contact your IBM technical-support representative.

DMH5190E
Problem retrieving physical id for asset name
Module:

WsaaJar

Explanation:

An attempt was made to retrieve the identifier assigned to the specified asset in DB2. The process expects an identifier to have been assigned. This may reflect an inconsistency between the installed WebSphere Studio Asset Analyzer application and the WebSphere Studio Asset Analyzer database.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs for potential problems with DB2 communications or access. Fix any problems and attempt the scanning process again. Consult your IBM technical-support representative if the issue cannot be resolved.

DMH5191E
Unable to load filename in module modulename
Module:

WsaaJar

Explanation:

This is an unexpected error during WebSphere Studio Asset Analyzer processing that could indicate an inconsistency in the installed product. The error occurs while trying to load configuration files packaged with WebSphere Studio Asset Analyzer in the specified module.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have properly installed and configured WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide and that you do not have any obsolete product code on your system. Contact your IBM technical-support representative if you cannot correct the problem.

DMH5192E
Unable to analyze elements in module modulename
Module:

WsaaJar

Explanation:

An exception occurred while attempting to analyze elements in the specified module. The cause of this exception can be found in the WebSphere Studio Asset Analyzer error logs.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs to determine the cause of the problem and potential solutions. Contact your IBM technical-support representative if the error persists.

DMH5193E
Invalid resource descriptor resourcetype in module modulename
Module:

WsaaJar

Explanation:

The resource type specified is not a valid type handled by the WebSphere Studio Asset Analyzer scanner. The error was encountered while attempting to analyze resources in the specified module. Consult the WebSphere Studio Asset Analyzer online help for a complete list of resources supported by the distributed scanner.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Attempt the scanning operation again after removing the invalid resources from the scanning roots specified for the scanner.

DMH5194E
Error getting resource resourcename input stream in module modulename
Module:

WsaaJar

Explanation:

An unexpected I/O error has occurred while attempting to read the specified resource in the module indicated. Likely causes are an invalid or empty resource or a resource with incorrect permissions for read access.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that the specified resource is valid, non-empty, and has the correct permissions for read access. After making corrections, attempt the scanning operation again.

DMH5195E
Unable to analyze resource name in module modulename
Module:

WsaaJar

Explanation:

An unexpected error occurred while attempting to scan or analyze the specified resource in the module indicated. The exact cause of the error is indicated.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Determine whether the cause of the analysis error can be corrected on site. Contact your IBM technical-support representative if the problem cannot be resolved locally.

DMH5196E
Unable to create resource in module modulename
Module:

WsaaJar

Explanation:

This is an unexpected error that could indicate an inconsistency in the installed product. The error occurs while trying to load configuration files packaged with WebSphere Studio Asset Analyzer in the specified module.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have properly installed and configured WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide and that you do not have any obsolete product code on your system. Contact your IBM technical-support representative if you cannot correct the problem.

DMH5197E
Unable to analyze element name in module modulename.
Module:

WsaaJar

Explanation:

An unexpected error occurred while trying to analyze the specified element of a resource in the module indicated.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5198E
The configuration file could not be read: file name
Module:

WsaaJar

Explanation:

An attempt was made to read the specified configuration file but either it could not be found or it could not be opened for read access.

System Action:

Processing stops and the error is displayed.

User Response:

Ensure that the specified file exists and WebSphere Studio Asset Analyzer has the sufficient rights to access the file.

DMH5199E
Unknown action "command"
Module:

WsaaMain

Explanation:

An attempt was made to initiate an action that is not recognized by WebSphere Studio Asset Analyzer.

System Action:

Processing stops and the error is displayed.

User Response:

Contact your IBM technical-support representative.

DMH5200E
Not a legal resource descriptor; got type resourcetype for resource name
Module:

WsaaJar

Explanation:

An invalid resource was encountered. The resource must be a file or a directory.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Verify that the resource specified is a valid type and attempt the scanning operation again.

DMH5201E
Error allocating the internal reader for submitting JCL. RC=return code
Module:

WsaaMain

Explanation:

An error occurred during the submission or processing of JCL. The return code is specified.

System Action:

Processing stops and the error is displayed.

User Response:

Contact your IBM technical-support representative.

DMH5202E
Cannot submit JCL on NT.
Module:

WsaaMain

Explanation:

An attempt was made to submit a JCL job on the Windows platform. Windows does not use JCL to start processes.

System Action:

Processing stops and the error is displayed.

User Response:

Contact your IBM technical-support representative.

DMH5203E
The ALLOC command couldn't be run. Invalid container name "container name". RC=return code.
Module:

WsaaMain

Explanation:

An attempt was made to perform processing that involves an ALLOC of a PDS or PDSE, but the ALLOC command failed. The return code is specified. This could be caused by the container name being blank. For more information, the DYNALLOC return codes are described in the z/OS MVS Programming: Authorized Assembler Services Guide, SA22-7608.

System Action:

Processing stops and the error is displayed.

User Response:

Resolve the error and try your operation again. Refer to the z/OS MVS user documentation for more help in resolving the issue.

DMH5204E
Invalid MVS data set name: "data set name".
Module:

WsaaMain

Explanation:

An attempt was made to perform processing that involves a data set specified, but that data set name is invalid. Either the data set does not exist, or the name is invalid.

System Action:

Processing stops and the error is displayed.

User Response:

Contact your IBM technical-support representative.

DMH5205E
Dynamic allocation error. RC=return code details
Module:

WsaaMain

Explanation:

If the high-order 4 digits are 1708, then DYNALLOC couldn't find the data set in the catalog. For more information, the DYNALLOC return codes are described in the z/OS MVS Programming: Authorized Assembler Services Guide, SA22-7608.

System Action:

Processing stops and the error is displayed.

User Response:

Resolve the error and try your operation again. Refer to the z/OS MVS user documentation for more help in resolving the issue.

DMH5206E
Data set "data set name" is not a PDS.
Module:

WsaaMain

Explanation:

The data set is not a partitioned data set because the data set does not have directory information.

System Action:

Processing stops and the error is displayed.

User Response:

Contact your IBM technical-support representative.

DMH5207E
ChangeMan support is not enabled in the profile.
Module:

WsaaMain

Explanation:

An attempt was made to inventory assets from a ChangeMan system, but ChangeMan as a valid asset management system is not enabled.

System Action:

Processing stops and the error is displayed. ChangeMan features are disabled.

User Response:

If you intend to use ChangeMan as a source for inventory collection, you must configure that product on your MVS system via the &hlq.SDMHREXX(DMHINSTL) Option 4 dialogs and try your operation again.

DMH5208E
Dynamic allocation error. RC=return code details
Module:

WsaaMain

Explanation:

If the high-order 4 digits are 1708, then DYNALLOC couldn't find the data set in the catalog. For more information, the DYNALLOC return codes are described in the z/OS MVS Programming: Authorized Assembler Services Guide, SA22-7608.

System Action:

Processing stops and the error is displayed.

User Response:

Resolve the error and try your operation again. Refer to the z/OS MVS user documentation for more help in resolving the issue.

DMH5209E
No configuration lines found: config file
Module:

WsaaMain

Explanation:

An attempt was made to perform processing that requires information from the specified configuration file but that file is empty.

System Action:

Processing stops and the error is displayed.

User Response:

Ensure that the file exists and has content and try your operation again.

DMH5210E
Common field(s) field were not defined for Analyzer name
Module:

WsaaJar

Explanation:

A common field was not defined for the specified analyzer. User-defined columns are not supported for the tables defined by WebSphere Studio Asset Analyzer.

System Action:

The initialization of the distributed servlet cannot continue. This problem will cause errors starting your HTTP server if you are running WAS on MVS. If you are running WAS on Windows, the WAS server will likely start but the WebSphere Studio Asset Analyzer distributed servlet will not be properly initialized. You must resolve the initialization issue before you can use the distributed scanner function.

User Response:

Ensure that the table identified for the specified analyzer is consistent with respect to the WebSphere Studio Asset Analyzer schema installed. Consult your IBM technical-support representative for further assistance.

DMH5211E
There is no table for Analyzer name
Module:

WsaaJar

Explanation:

The table defined as being associated with the specified analyzer in /assetloc/config/Analyzers.cfg does not exist in the WebSphere Studio Asset Analyzer database.

System Action:

The initialization of the distributed servlet cannot continue. This problem will cause errors starting your HTTP server if you are running WAS on MVS. If you are running WAS on Windows, the WAS server will likely start but the WebSphere Studio Asset Analyzer distributed servlet will not be properly initialized. You must resolve the initialization issue before you can use the distributed scanner function.

User Response:

Ensure that you have correctly defined your analyzer in the configuration file and verify that the table indicated exists in the WebSphere Studio Asset Analyzer schema. Attempt the scanning operation again after fixing the inconsistency.

DMH5212E
No implementing class for type analyzer
Module:

WsaaJar

Explanation:

The class defined as being associated with the specified analyzer in /assetloc/config/Analyzers.cfg does not exist in the WebSphere Studio Asset Analyzer application.

System Action:

The initialization of the distributed servlet cannot continue. This problem will cause errors starting your HTTP server if you are running WAS on MVS. If you are running WAS on Windows, the WAS server will likely start but the WebSphere Studio Asset Analyzer distributed servlet will not be properly initialized. You must resolve the initialization issue before you can use the distributed scanner function.

User Response:

Ensure that you have correctly defined your analyzer in the configuration file and verify that the implementing class indicated exists in WebSphere Studio Asset Analyzer. Attempt the scanning operation again after fixing the inconsistency.

DMH5213E
No table name defined for type analyzer
Module:

WsaaJar

Explanation:

There is no tableName defined for the specified analyzer in the /assetloc/config/Analyzers.cfg file. Each analyzer must have all properties defined.

System Action:

The initialization of the distributed servlet cannot continue. This problem will cause errors starting your HTTP server if you are running WAS on MVS. If you are running WAS on Windows, the WAS server will likely start but the WebSphere Studio Asset Analyzer distributed servlet will not be properly initialized. You must resolve the initialization issue before you can use the distributed scanner function.

User Response:

Ensure that you have correctly defined the specified analyzer in the configuration file and attempt the scanning operation again.

DMH5214E
Member not found or could not be read, possibly due to security: "data set name"
Module:

WsaaMain

Explanation:

An attempt was made to access the specified member, but either the member or the containing PDS could not be found or accessed. This could be due to RACF or another type of security.

User Response:

Ensure that the data set exists and WebSphere Studio Asset Analyzer has access to it.

System Action:

Processing stops and the error is displayed.

DMH5215E
Data set not found: data set name
Module:

WsaaMain

Explanation:

An attempt was made to access the specified data set, but either the data set could not be found or it could not be access. DYNALLOC couldn't find the data set in the catalog: the high-order 4 digits are 1708. For more information, the DYNALLOC return codes are described in the z/OS MVS Programming: Authorized Assembler Services Guide, SA22-7608.

System Action:

Processing stops and the error is displayed.

User Response:

Contact your IBM technical-support representative.

DMH5216E
Sequential data set could not be read: data set
Module:

WsaaMain

Explanation:

An attempt was made to access the specified sequential data set but that data set could not be found or could not be accessed.

System Action:

Processing stops and the error is displayed.

User Response:

Contact your IBM technical-support representative.

DMH5217E
File not found: file name
Module:

WsaaMain

Explanation:

An attempt was made to access the specified file, but it cannot be found.

System Action:

Processing stops and the error is displayed.

User Response:

Ensure that the file exists and can be read by WebSphere Studio Asset Analyzer.

DMH5218E
The file reading exit could not be found: read file exit
Module:

WsaaMain

Explanation:

An attempt was made to perform an action requiring the specified exit, but that exit does not exist so file contents cannot be extracted to the temp data set.

System Action:

Processing stops and the error is displayed.

User Response:

Contact your IBM technical-support representative.

DMH5219E
Bad URL path in request. The URL was "url".
Module:

WsaaJar

Explanation:

An attempt was made to access information via the Web browser using the specified URL, but that URL is invalid. This could also be caused by bad authorization.

System Action:

Processing stops and the error is displayed.

User Response:

Contact your IBM technical-support representative.

DMH5220E
URL mapping functor could not write the mapping requested resourcename
Module:

WsaaJar

Explanation:

An exception occurred during an attempt to write the URL mapping for the specified resource to the DB2 metadata database. The WebSphere Studio Asset Analyzer logs should have more specific information about the error.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs for any information related to DB2 communications or access. Attempt the scanning operation again after fixing any problems or contact your IBM technical-support representative for issues that cannot be resolved.

DMH5221E
Cannot find hostname "hostname".
Module:

WsaaJar

Explanation:

An attempt was made to access the specified host via the Web browser, but that host cannot be found or resolved.

System Action:

Processing stops and the error is displayed.

User Response:

Verify hostname is correct and the resolving service is functioning properly.

DMH5222E
Not authorized to make request.
Module:

WsaaJar

Explanation:

An attempt was made to access a Web page but the server specified denied the request.

System Action:

Processing stops and the error is displayed.

User Response:

Verify that the WebSphere Studio Asset Analyzer server has authorization.

DMH5223E
XML request server failed during response. Partial response was: response
Module:

WsaaJar

Explanation:

An attempt was made to send XML as part of a Web browser request but the server failed to send XML over the connection.

System Action:

Processing stops and the error is displayed.

User Response:

Contact your IBM technical-support representative.

DMH5224E
You must enter text in the search field to perform a search.
Module:

WsaaJar

Explanation:

The search Go button was pressed but no search criteria was entered.

System Action:

No search is performed. The user is prompted for a search constraint.

User Response:

Type a search constraint into the search field and press the Go button.

DMH5225I
Impact analysis has finished.
Module:

WsaaJar

Explanation:

Impact analysis has finished.

System Action:

The system is functioning normally.

User Response:

None

DMH5226I
Impact analysis is in progress...
Module:

WsaaJar

Explanation:

Impact analysis is in progress...

System Action:

The system is functioning normally.

User Response:

None

DMH5227I
The set of assets chosen for impact analysis "ia name" has been updated.
Module:

WsaaJar

Explanation:

The assets chosen for the impact analysis have been updated.

System Action:

The system is functioning normally.

User Response:

None

DMH5228I
Asset will be added to the impact analysis.
Module:

WsaaJar

Explanation:

Asset will be added to the impact analysis.

System Action:

The system is functioning normally.

User Response:

None

DMH5229I
Asset will be removed from the impact analysis.
Module:

WsaaJar

Explanation:

Asset will be removed from the impact analysis.

System Action:

The system is functioning normally.

User Response:

None

DMH5230E
Please select at least one asset as a starting point for the impact analysis.
Module:

WsaaJar

Explanation:

Impact analysis requires at least one asset to analyze.

System Action:

Processing stops. The user is prompted again for the asset to be analyzed

User Response:

Add an asset to the impact analysis and try your operation again.

DMH5231E
The resources passed resource is not supported.
Module:

WsaaJar

Explanation:

An internal error has occurred

System Action:

The scanner skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH5232E
The resource passed is a non CVS resource, resource
Module:

WsaaJar

Explanation:

An internal error has occurred

System Action:

The scanner skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH5233E
Bad CVSS root - root. skipping...
Module:

WsaaJar

Explanation:

The scanning root is not valid

System Action:

The scanner skips the current scanning root and continues processing.

User Response:

Fix the problematic scanning root and try again

DMH5234E
The resource passed is a non CMVC resource, resource
Module:

WsaaJar

Explanation:

An internal error has occurred

System Action:

The scanner skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH5235E
The resource passed is a non PVCS resource, resource
Module:

WsaaJar

Explanation:

An internal error has occurred

System Action:

The scanner skips the current asset and continues processing.

User Response:

Contact your IBM technical-support representative.

DMH5236E
Unsupported attribute: attribute for asset type
Module:

WsaaConfigMgr

Explanation:

The attribute attribute is unsupported by the asset type

System Action:

The attribute can not be retrieved

User Response:

Contact your IBM technical-support representative.

DMH5237E
Soft link resource, resource, is not supported
Module:

WsaaJar

Explanation:

A soft link resource was encountered

System Action:

The resource will be skipped and the scanning will continue to the next resource

User Response:

Fix the scanning roots that have soft links in them, this includes the XML files of the WAS scanning roots

DMH5238E
Asset of type type and id id does not exists in database
Module:

WsaaJar

Explanation:

An asset of type type and id id was requested but does not exists in database

System Action:

Stop processing this asset

User Response:

Contact your IBM technical-support representative.

DMH5239E
Illegal request for attribute value: requested for attrRequest but attribute contains attrType
Module:

WsaaJar

Explanation:

The application requested a parameter of type attrRequest but the attribute contains type of attrType

System Action:

The exception is thrown and logged

User Response:

Contact your IBM technical-support representative.

DMH5240E
An archive "name" with the .ear extension is not an ear file or is an unsupported ear version
Module:

WsaaJar

Explanation:

An exception has occurred during scanning because an asset was encountered with the .ear file extension but it does not represent a valid EAR file supported by WebSphere Studio Asset Analyzer. Either the EAR file contents do not represent an EAR file or the EAR is an unsupported version.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Verify that the asset specified is a valid EAR file and a version supported by WebSphere Studio Asset Analyzer, and attempt the scanning operation again.

DMH5241E
An illegal nesting of J2EE archives
Module:

WsaaJar

Explanation:

An exception has occurred during the analysis of an EAR file archive because the contents do not coincide with the context in which the scanner has been initiated. This exception might occur because the EAR file refers to J2EE assets outside the boundaries set by the scanner process.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that the specifications for the scanner, for example, the scanning root itself, contain all nested archives that are likely to be encountered and attempt the scanning operation again. Contact your IBM technical-support representative for further assistance.

DMH5242E
Two Web modules appear with the same context root root in ear earfile.
Module:

WsaaJar

Explanation:

An exception has occurred during the analysis of the EAR file indicated because multiple modules are defined with the same context root specified. This is an invalid EAR file.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that the EAR file specified is a valid archive and attempt the scanning operation again.

DMH5243E
Duplicate fieldName in DataObject metadata: fieldValue
Module:

WsaaJar

Explanation:

The application tried to set duplicate fieldName in DataObject metadata: fieldValue

System Action:

The exception is thrown and logged

User Response:

Contact your IBM technical-support representative.

DMH5244E
Index index out of bound for key of size size
Module:

WsaaJar

Explanation:

The requested index index is out of bound for the key of size size

System Action:

An exception is thrown and processing is stopped for this asset

User Response:

Contact your IBM technical-support representative.

DMH5245E
Value value is not of type type even though it is expected to be
Module:

WsaaJar

Explanation:

The value is not of the type it is expected to be.

System Action:

An exception is thrown and processing is stopped for this asset.

User Response:

Contact your IBM technical-support representative.

DMH5246E
No Metadata support for type type
Module:

WsaaJar

Explanation:

There is no metadata support for type type.

System Action:

This request is discarded.

User Response:

Contact your IBM technical-support representative.

DMH5247E
An compatible value of type valueType was tried to assign to Attribute of type attributeType
Module:

WsaaJar

Explanation:

An compatible value of type valueType was tried to assign to Attribute of type attributeType.

System Action:

The asset will be ignored.

User Response:

Contact your IBM technical-support representative.

DMH5248E
Impact Analysis asset for asset of type type does not exists
Module:

WsaaJar

Explanation:

Impact Analysis asset for asset of type type does not exists.

System Action:

This asset will be ignored.

User Response:

Contact your IBM technical-support representative.

DMH5249E
Class className can not be found or instantiated
Module:

WsaaJar

Explanation:

Class className can not be found or instantiated.

System Action:

The asset is been ignored and the error is logged.

User Response:

Contact your IBM technical-support representative.

DMH5250E
The full path name of the asset can not be retrieved. The ID of the asset is id and its name is name
Module:

WsaaJar

Explanation:

The full path name of the asset can not be retrieved. The ID of the asset is id and its name is name.

System Action:

The path name will not be retrieved.

User Response:

Contact your IBM technical-support representative.

DMH5252E
The data source named "datasource name" could not be located. Ensure that the name has been defined to WebSphere.
Module:

WsaaJar

Explanation:

The data source name must be specified correctly in WebSphere Application Server's configuration.

System Action:

The exception stack trace is displayed to the user.

User Response:

Ensure that WebSphere Application Server is set up correctly.

DMH5253E
Could not find a rule set for analyzer name
Module:

WsaaJar

Explanation:

The rules manager for the analyzer is set to null.

System Action:

The rule set will not be reset for the analyzer. The analyzer for the JSP will not be initialized.

User Response:

Contact your IBM technical-support representative.

DMH5254E
The pattern name patternName is not listed
Module:

WsaaJar

Explanation:

The pattern name patternName is not listed in the patterns list.

System Action:

This pattern will be ignored.

User Response:

Contact your IBM technical-support representative.

DMH5255E
Unexpected recursion level in JSP/HTML analysis
Module:

WsaaJar

Explanation:

A ContextRegionContainer object contains a ContextRegionContainer object, which is not legal.

System Action:

Analyzing is stopped for the JSP. The error is logged, and processing continues for the next file.

User Response:

Verify that the JSP is well formed. Contact your IBM technical-support representative.

DMH5256E
An archive "name" with the .rar extension is not a rar file or is an unsupported rar version
Module:

WsaaJar

Explanation:

An exception has occurred during scanning because an asset was encountered with the .rar file extension but it does not represent a valid RAR file supported by WebSphere Studio Asset Analyzer. Either the RAR file contents do not represent an RAR file or the RAR is an unsupported version.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Verify that the asset specified is a valid RAR file and a version supported by WebSphere Studio Asset Analyzer, and attempt the scanning operation again.

DMH5257E
The EJB Jar relationship EJB Relation Name is undefined
Module:

WsaaJar

Explanation:

The relationship has at least one null value.

System Action:

Analysis for the EJB specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5258E
String comparison had a null string: string 1, string 2
Module:

WsaaJar

Explanation:

For a string to be compared, it must be defined (not null). This is likely due to a corrupt asset.

System Action:

Processing of the current SGML-based tag stops. Processing continues on the next tag.

User Response:

Make sure that the SGML-based asset is valid. If the asset is valid, please contact your IBM technical-support representative.

DMH5259E
Unsupported link type type
Module:

WsaaJar

Explanation:

An unsupported link type was requested.

System Action:

The error will be logged and continue to process next asset.

User Response:

Contact your IBM technical-support representative.

DMH5261E
A Process state can not be retrieved
Module:

WsaaJar

Explanation:

The process state can not be retrieved from the database or updated in the database.

System Action:

The state will not be updated or retrieved.

User Response:

Verify there is a database connection and the database is up and running. Contact your IBM technical-support representative.

DMH5262W
Cannot get assets matching filter: assetType assetType
Module:

WsaaJar

Explanation:

No assets were found for the impact analysis project.

System Action:

The system is functioning normally.

User Response:

If assets were supposed to be analyzed, try correcting the specification of the impact analysis. Otherwise, no action is required.

DMH5263E
Creating impact analysis failed. SQL=sql
Module:

WsaaJar

Explanation:

Inserting a impact analysis project into the database failed.

System Action:

The database is rolled back; the project is not saved.

User Response:

Examine the SQL and attempt to fix any problems. Try adding the project again or contact your IBM technical-support representative for assistance.

DMH5264E
SQL error: SQLCODE=sql code SQLSTATE=sql state (See Impact Analysis log for SQL details.)
Module:

WsaaJar

Explanation:

The SQLCODE is detailed in the DB2 manual. The SQLSTATE is detailed in the XOPEN SQL spec.

System Action:

The database is rolled back; the project is not saved.

User Response:

Examine the SQL error and attempt to fix any problems. Try the save again or contact your IBM technical-support representative for assistance.

DMH5265E
Cannot create impact analysis: cause message
Module:

WsaaJar

Explanation:

The original cause of the failed impact analysis project save is logged.

System Action:

The database is rolled back; the project is not saved.

User Response:

Examine the error and attempt to fix any problems. Try the save again or contact your IBM technical-support representative for assistance.

DMH5266E
Impact Analysis seed cannot be updated: cause message
Module:

WsaaJar

Explanation:

The original cause of the failed impact analysis project update is logged.

System Action:

The database is rolled back; the project is not updated.

User Response:

Examine the error and attempt to fix any problems. Try the save again or contact your IBM technical-support representative for assistance.

DMH5267E
Analysis of seed encountered problems: asset (levels analyzed before failure=levels analyzed)
Module:

WsaaJar

Explanation:

An error occurred during the analysis of the impacted assets.

System Action:

Processing for the current seed stops.

User Response:

Check logs for detailed messages. If further help is needed, contact your IBM technical-support representative.

DMH5268E
Impact analysis stopped by user while analyzing seed: asset
Module:

WsaaJar

Explanation:

The user requested the analysis to be stopped.

System Action:

Processing for the current seed stops.

User Response:

None

DMH5269E
Impact analysis stopped analyzing seed asset when maximum level of analysis was reached.
Module:

WsaaJar

Explanation:

The maximum number of levels of analysis were reached before the asset was fully analyzed.

System Action:

Processing for the current seed stops. The impact analysis project is saved.

User Response:

None

DMH5270E
This method should not be called for Ejb as it does not have physical representation assetname
Module:

WsaaJar

Explanation:

An unexpected error has been encountered because a method that should not be invoked for the specified asset was invoked. This could reflect an inconsistency in the installed WebSphere Studio Asset Analyzer product, or an environment or classpath problem.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have installed WebSphere Studio Asset Analyzer correctly according to instructions in the Configuration and Migration Guide. Consult your IBM technical-support representative if the problem cannot be resolved.

DMH5271E
type type of assets cannot serve as an impact analysis starting point. The asset, asset, cannot be analyzed explicitly.
Module:

WsaaJar

Explanation:

The asset type is not valid as a starting point for impact analysis.

System Action:

Processing for the current impact analysis stops.

User Response:

Specify a valid starting point for impact analysis and start the analysis again.

DMH5272E
Updating seed in project with id=project id failed. SQL=sql
Module:

WsaaJar

Explanation:

Saving the impact analysis project failed.

System Action:

The database is rolled back to the previous state.

User Response:

Check logs for detailed messages. If further help is needed, contact your IBM technical-support representative.

DMH5273E
Impact Analysis of project with id=id encountered problems: cause message
Module:

WsaaJar

Explanation:

An error occurred during the analysis of the impacted assets.

System Action:

Processing for the current seed stops.

User Response:

Check logs for detailed messages. If further help is needed, contact your IBM technical-support representative.

DMH5274E
Cannot add impacts for project.
Module:

WsaaJar

Explanation:

The project save failed.

System Action:

The database transaction will be rolled back.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5275E
Cannot add impact analysis seed to project.
Module:

WsaaJar

Explanation:

The project save failed.

System Action:

The database transaction will be rolled back.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5276E
Cannot delete project. SQL=sql
Module:

WsaaJar

Explanation:

An exception occurred while trying to delete the project.

System Action:

The project will remain in the database.

User Response:

Contact your IBM technical-support representative.

DMH5277E
Failed while deleting ImpactAnalysis with project id id: cause message
Module:

WsaaJar

Explanation:

An exception occurred while trying to delete the project.

System Action:

The project will remain in the database.

User Response:

Contact your IBM technical-support representative.

DMH5278E
Cannot add impact analysis seed to project. SQL=sql
Module:

WsaaJar

Explanation:

The project save failed.

System Action:

The database transaction will be rolled back.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5279E
Cannot add impact analysis seed to project: cause message
Module:

WsaaJar

Explanation:

The project save failed.

System Action:

The database transaction will be rolled back.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5280E
Clearing activity log for project with id=id failed. SQL=sql
Module:

WsaaJar

Explanation:

The activity log could not be removed.

System Action:

The database transaction will be rolled back. The activity log will remain in the database.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5281E
Impact Analysis failed while clearing activity log: cause message
Module:

WsaaJar

Explanation:

The activity log could not be removed.

System Action:

The database transaction will be rolled back. The activity log will remain in the database.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5282E
Impact Analysis failed while deleting project's impacts: cause message
Module:

WsaaJar

Explanation:

An exception occurred during this database transaction.

System Action:

The database transaction will be rolled back. The impacts will remain in the database.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5283E
Clearing impacts from project with id=id failed. SQL=sql
Module:

WsaaJar

Explanation:

An exception occurred during this database transaction.

System Action:

The database transaction will be rolled back. The impacts will remain in the database.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5284E
Clearing seeds from project with id=id failed. SQL=sql
Module:

WsaaJar

Explanation:

An exception occurred during this database transaction.

System Action:

The database transaction will be rolled back. The impact seeds will remain in the database.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5285E
Impact Analysis failed while deleting project's seeds: cause message
Module:

WsaaJar

Explanation:

An exception occurred during this database transaction.

System Action:

The database transaction will be rolled back. The impact seeds will remain in the database.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5286E
Querying project with id=id failed. SQL=sql
Module:

WsaaJar

Explanation:

An exception occurred during this database transaction.

System Action:

The current processing will stop.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5287E
Cannot get Impact Analysis information: cause message
Module:

WsaaJar

Explanation:

An exception occurred during this database transaction.

System Action:

The current processing will stop.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5288E
Updating project timestamp with id=id failed. SQL=sql
Module:

WsaaJar

Explanation:

An exception occurred during this database transaction.

System Action:

The database transaction will be rolled back. The timestamp will remain unchanged.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5289E
Impact Analysis cannot be updated: cause
Module:

WsaaJar

Explanation:

An exception occurred during this database transaction.

System Action:

The database transaction will be rolled back.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5291E
Updating project with id=id failed. SQL=sql
Module:

WsaaJar

Explanation:

An exception occurred during this database transaction.

System Action:

The database transaction will be rolled back.

User Response:

Verify the database connection and try again. If the problem persists, contact your IBM technical-support representative.

DMH5292E
Asset type cannot be analyzed directly IA: asset type
Module:

WsaaJar

Explanation:

The asset could not be found.

System Action:

The asset is not added to a project.

User Response:

Contact your IBM technical-support representative.

DMH5293I
Run unit "run unit name" has been queued. Run the postprocessing to build it.
Module:

WsaaJar

Explanation:

A request to create a run unit for program program name has been added to the analysis queue.

System Action:

The request is added to the analysis queue.

User Response:

Since the request has only been added to the analysis queue, you must also run the postprocessing if you want to actually build the run unit now.

DMH5294I
Distributed postprocessor successfully started.
Module:

WsaaJar

Explanation:

User initiated the distributed postprocessor on the runtime.

System Action:

Distributed postprocessor started in a separate thread.

User Response:

None

DMH5295W
Distributed postprocessor could not be started. Another instance was already running.
Module:

WsaaJar

Explanation:

User initiated the distributed postprocessor on the runtime, but the distributed postprocessor was already running.

System Action:

Ignore request.

User Response:

Retry at a later time.

DMH5296I
Action [action] successfully completed.
Module:

WsaaJar

Explanation:

User successfully initiated the [action] action.

System Action:

Action performed.

User Response:

None

DMH5297E
Invalid value specified for GET parameter [paramName]: [paramVal] extraInfo
Module:

WsaaJar

Explanation:

An invalid GET parameter was passed to the servlet.

System Action:

URL processing aborted.

User Response:

Fix the URL.

DMH5298I
Current distributed postprocessor status: [status]
Module:

WsaaJar

Explanation:

User queried for the distributed postprocessor status.

System Action:

None

User Response:

None

DMH5299E
Cannot find asset with type=name and key=asset key
Module:

WsaaJar

Explanation:

The impact asset could not be found.

System Action:

The impact asset is not added to an analysis.

User Response:

Contact your IBM technical-support representative.

DMH5300E
Cannot add Asset with key selected key to Impact Analysis.
Module:

WsaaJar

Explanation:

The asset's value does not exist.

System Action:

The impact asset is not added to the Impact Analysis.

User Response:

Contact your IBM technical-support representative.

DMH5301E
Impact analysis does not recognize an asset of type type name
Module:

WsaaJar

Explanation:

The asset is not a scanned-in asset.

System Action:

Current processing stops. The impact asset is not created.

User Response:

Contact your IBM technical-support representative.

DMH5302E
Impact analysis cannot find asset of type type name, with key key
Module:

WsaaJar

Explanation:

The asset's name could not be retrieved.

System Action:

Current processing stops. The data object cannot be accessed.

User Response:

Contact your IBM technical-support representative.

DMH5303E
Cannot access data object with type type, with key key
Module:

WsaaJar

Explanation:

The asset cannot be accessed.

System Action:

The data object will not be accessed.

User Response:

Verify sufficient authority and try again.

DMH5304E
Impact analysis encountered unrecognized type of asset.
Module:

WsaaJar

Explanation:

The asset is not a scanned-in asset.

System Action:

Current processing stops.

User Response:

Contact your IBM technical-support representative.

DMH5305E
Cannot get asset factory for assetType assetType
Module:

WsaaJar

Explanation:

The impact asset could not be found or the asset factory could not be found.

System Action:

Current analysis stops.

User Response:

Contact your IBM technical-support representative.

DMH5306I
Done Analyzing project project id
Module:

WsaaJar

Explanation:

The impact analysis project has completed.

System Action:

The system is functioning normally.

User Response:

Check logs for any errors.

DMH5307E
Impact Analysis encountered an EXCEPTION processing Analysis with project id=project id: cause message
Module:

WsaaJar

Explanation:

There was a stopping error while performing the impact analysis.

System Action:

The impact analysis is not complete.

User Response:

Check logs for errors and fix as necessary. If further assistance is needed, contact your IBM technical-support representative.

DMH5308E
Asset analysis failed: Level analysis level, type: type (asset)
Module:

WsaaJar

Explanation:

There was a stopping error while performing the asset analysis.

System Action:

The asset analysis is not complete

User Response:

Check logs for errors and fix as necessary. If further assistance is needed, contact your IBM technical-support representative.

DMH5309E
Adding impact to project failed. SQL=sql
Module:

WsaaJar

Explanation:

There is a problem communicating with the database.

System Action:

The database transaction will be rolled back.

User Response:

Verify the database configuration and connection.

DMH5310E
An archive "name" with the .war extension is not a war file or is an unsupported war version.
Module:

WsaaJar

Explanation:

An exception has occurred during scanning because an asset was encountered with the .war file extension, but it does not represent a valid WAR file supported by WebSphere Studio Asset Analyzer. Either the WAR file contents do not represent a WAR file or the WAR is an unsupported version.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Verify that the asset specified is a valid WAR file and a version supported by WebSphere Studio Asset Analyzer and attempt the scanning operation again.

DMH5312E
Current context already exists for this resourcename
Module:

WsaaJar

Explanation:

An exception has occurred during scanning of a WAR file resource because the defined context has already been defined in this WAR file. This problem may be caused by an invalid or unexpected WAR file definition.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that the specified resource is a valid WAR file and attempt the scanning process again after correcting any errors.

DMH5313E
Impact Analysis failed while saving an impact: cause message
Module:

WsaaJar

Explanation:

There is a problem communicating with the database.

System Action:

The database transaction will be rolled back.

User Response:

Verify the database configuration and connection.

DMH5314E
Class factory class name is not an ImpactAssetFactory
Module:

WsaaJar

Explanation:

The currently set impact analysis factory is not valid.

System Action:

Current analysis stops.

User Response:

Contact your IBM technical-support representative.

DMH5315E
Impact Analysis wizard encountered an exception setting up to analyze information: exception
Module:

WsaaJar

Explanation:

The Impact Analysis wizard may not be set up correctly.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5316E
Impact Analysis wizard encountered an exception updating analysis information: exception
Module:

WsaaJar

Explanation:

The Impact Analysis wizard may not be set up correctly.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5317E
Impact Analysis wizard encountered an exception displaying analysis information for update: exception
Module:

WsaaJar

Explanation:

The Impact Analysis wizard may not be set up correctly.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5318E
Impact Analysis wizard encountered an exception updating analysis seed information: exception
Module:

WsaaJar

Explanation:

The Impact Analysis wizard may not be set up correctly.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5319E
Impact Analysis cannot determine the existing status of the analysis: exception
Module:

WsaaJar

Explanation:

The Impact Analysis wizard encountered an error while initializing the page.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5320E
Missing URL space
Module:

WsaaJar

Explanation:

During scanning and analysis of a servlet, an attempt was made to obtain the URL space value, but none was found. The servlet definition may be invalid.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Consult the WebSphere Studio Asset Analyzer logs to determine the context of the error and verify the correct content of all servlets within that context. Attempt the scanning operation again after correcting any errors.

DMH5321E
Error writing to servlet mapping table name
Module:

WsaaJar

Explanation:

An unexpected error has occurred while attempting to write metadata about the servlet being analyzed to the DB2 table specified. Check the WebSphere Studio Asset Analyzer error logs for information related to DB2 communications problems.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Verify that the specified DB2 table exists. If it does not, you must ensure that you properly installed and configured WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide, including the step for creating the database. If the table does exist, examine the WebSphere Studio Asset Analyzer error logs for information related to DB2 access problems. Attempt the scanning operation again after correcting any errors.

DMH5322E
Impact Analysis cannot be finalized: exception
Module:

WsaaJar

Explanation:

The Impact Analysis wizard may not be set up correctly.

System Action:

The Impact Analysis wizard may display incorrectly. The project is not finalized.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5323E
Impact Analysis status cannot be determined: exception
Module:

WsaaJar

Explanation:

There was a problem while rendering the page. The Impact Analysis wizard may not be set up correctly.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5324E
Impact Analysis wizard encountered an exception setting up for analysis of specific assets: exception
Module:

WsaaJar

Explanation:

There was a problem while initializing the page. The Impact Analysis wizard may not be set up correctly.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5325E
Impact Analysis wizard encountered an exception processing set up information for analysis of specific assets: exception
Module:

WsaaJar

Explanation:

There was a problem while processing the page. The Impact Analysis wizard may not be set up correctly.

System Action:

The Impact Analysis wizard may display incorrectly. The impact analysis might not be initialized.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5326E
Impact Analysis wizard encountered an exception setting up information for analysis: exception
Module:

WsaaJar

Explanation:

The Impact Analysis wizard encountered an error while processing the page.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5327E
Impact Analysis wizard encountered an exception displaying information: exception
Module:

WsaaJar

Explanation:

The Impact Analysis wizard encountered an error while rendering the page.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5328E
Cannot display asset name: exception
Module:

WsaaJar

Explanation:

There was a problem accessing the details of an asset. This could be caused by a corrupt asset or a database inconsistency.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Contact your IBM technical-support representative.

DMH5329E
Impact Analysis encountered an exception initializing for analyzing assets: exception
Module:

WsaaJar

Explanation:

The Impact Analysis wizard encountered an error while initializing the page.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5330E
This method should not be called for Servlet, as it does not have physical representation methodname
Module:

WsaaJar

Explanation:

This is an unexpected error during WebSphere Studio Asset Analyzer processing that could indicate an inconsistency in the installed product.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have properly installed and configured WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide and that you do not have any obsolete product code on your system. Contact your IBM technical-support representative if you cannot correct the problem.

DMH5331E
This method should not be called for byte code members, as it does not have physical representation id
Module:

WsaaJar

Explanation:

This is an unexpected error during WebSphere Studio Asset Analyzer processing that could indicate an inconsistency in the installed product.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have properly installed and configured WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide and that you do not have any obsolete product code on your system. Contact your IBM technical-support representative if you cannot correct the problem.

DMH5332E
Impact Analysis encountered an exception displaying information: exception
Module:

WsaaJar

Explanation:

The Impact Analysis wizard encountered an error while rendering the page.

System Action:

The Impact Analysis wizard may display incorrectly.

User Response:

Start the wizard again. If the problem persists, contact your IBM technical-support representative.

DMH5333E
Unsupported source container type: type
Module:

WsaaJar

Explanation:

Unsupported source container type: type, the supported types are EJB, EJB JAR and WAR.

System Action:

This pattern will be ignored.

User Response:

Contact your IBM technical-support representative.

DMH5334E
Illegal number of asset1 mapped to the asset2 in name : size
Module:

WsaaJar

Explanation:

Illegal number of asset1 mapped to the asset2 in name : size There should be only 1:1 mapping.

System Action:

The inference for the current pattern will be ignored.

User Response:

Contact your IBM technical-support representative.

DMH5335E
Parameters not specified correctly.
Module:

WsaaJar

Explanation:

The servlet did not receive the parameter AssetTypeIdProp.

System Action:

Processing of the current request stops.

User Response:

Contact your IBM technical-support representative.

DMH5336E
Initialization error occurred in servlet.
Module:

WsaaJar

Explanation:

During initialization of the servlet, an exception occurred.

System Action:

The servlet will not display.

User Response:

Correct the problem and restart the WebSphere Studio Asset Analyzer Web application.

DMH5337E
Invalid variable type variable encountered: variable type{variable arguments}
Module:

WsaaJar

Explanation:

The XML variable was not formatted correctly in the XML file.

System Action:

Current request processing stops.

User Response:

Contact your IBM technical-support representative.

DMH5338E
Invalid field number [field number] specified in DataSet.setField(fieldNum). DataSet columns are [valid columns]
Module:

WsaaJar

Explanation:

The field number is greater than the number of fields.

System Action:

Current request processing stops.

User Response:

Contact your IBM technical-support representative.

DMH5339E
Problem in getting or computing aRefType for asset id bAsetId of assetType type
Module:

WsaaJar

Explanation:

During computation of EJB ref, the system had a problem.

User Response:

Contact your IBM technical-support representative.

System Action:

This reference computation will be ignored.

DMH5340I
ppName Link postprocessor finished. Files processed=[filesProcessed], Links processed=[linksProcessed], Broken links=[brokenRefs], Total time=[totalTime)s]
Module:

WsaaJar

Explanation:

An information message about the postprocessor activity after completion.

System Action:

The system is functioning normally.

User Response:

None

DMH5341I
ppName Link postprocessor started...
Module:

WsaaJar

Explanation:

An information message about the postprocessor starting

System Action:

The system is functioning normally.

User Response:

None

DMH5342E
Unable to store record into the database
Module:

WsaaJar

Explanation:

There was an error in storing a record of data into the database.

User Response:

Please refer to the log for more details, and contact your IBM technical-support representative.

System Action:

The data did not get stored.

DMH5343E
Return code return code from program while performing code extraction.
Module:

WsaaJar

Explanation:

An error occurred while trying to perform code extraction.

System Action:

The code extraction action is canceled.

User Response:

Have a WebSphere Studio Asset Analyzer administrator check the log for the code extraction error and make any needed configuration changes.

DMH5344E
Logger failed to initialize.
Module:

WsaaJar

Explanation:

The main logger initialization caused an exception.

System Action:

Initialization failed. Processing will stop.

User Response:

Verify the configuration is correct and try again. If the problem persists, contact your IBM technical-support representative.

DMH5345E
Database failed to initialize.
Module:

WsaaJar

Explanation:

Initializing the database caused an exception.

System Action:

Initialization failed. Processing will stop.

User Response:

Verify the configuration is correct and verify the database is properly set up and configured. If the problem persists, contact your IBM technical-support representative.

DMH5346I
Postprocessing starting.
Module:

WsaaJar

Explanation:

The system is functioning normally.

System Action:

This is an informational message written to the WebSphere Studio Asset Analyzer log indicating that a postprocessor is starting.

User Response:

None

DMH5347E
Database connection is down.
Module:

WsaaJar

Explanation:

The system was unable to retreive a table from the database. This error could be caused by the database going down.

System Action:

Processing stops. The user will not be allowed to log in.

User Response:

Check the database status and try the request again.

DMH5348E
Unable to store the resource into the database, it is probably too long or placed too deep in the scanning root
Module:

WsaaJar

Explanation:

The system was unable to store a resource into the database, the resource is probably too long, or located too deep inside the scanning root defined.

System Action:

The resource will not get scanned into the system. Processing continues with the next resource.

User Response:

Try to shorten the path name of the resource or the scanning root, or place the resource in the different location within the scanning root. If the problem persists, contact your IBM technical-support representative.

DMH5349W
MVS postprocessor is running. Search results may not be accurate.
Module:

WsaaJar

Explanation:

The postprocessor might affect the results.

System Action:

The system is functioning normally.

User Response:

Wait for the operation to complete for accurate results.

DMH5351E
Problem setting value to column columnName in table tableName. The value type is valueType and the value is value
Module:

WsaaJar

Explanation:

There is a problem storing a value in a prepared statement.

System Action:

The store of this record will be skipped and the error is logged.

User Response:

Contact your IBM technical-support representative.

DMH5352W
Distributed postprocessor is running. Search results may not be accurate.
Module:

WsaaJar

Explanation:

The postprocessor might affect the results.

System Action:

The system is functioning normally.

User Response:

Wait for the operation to complete for accurate results.

DMH5353W
Distributed scanner is running. Search results may not be accurate.
Module:

WsaaJar

Explanation:

The scanner might affect the results.

System Action:

The system is functioning normally.

User Response:

Wait for the operation to complete for accurate results.

DMH5354W
Unknown XML node type: type node type, parent parent string
Module:

WsaaJar

Explanation:

The node was not of type element or text. No other node types are supported.

System Action:

This node is ignored. The error is logged.

User Response:

Contact your IBM technical-support representative.

DMH5355E
An unexpected SQL exception occurred. See log file for more information.
Module:

WsaaJar

Explanation:

An unexected SQL exception occurred. SQL: sql.

System Action:

The current action is stopped.

User Response:

Contact your IBM technical-support representative.

DMH5356W
The SQL query does not appear to be valid. Please re-enter the query.
Module:

WsaaJar

Explanation:

The user-entered query returned an SQL exception: sql.

System Action:

The current action is stopped.

User Response:

Re-enter the query.

DMH5357I
Successfully bookmarked page as 'name'
Module:

WsaaJar

Explanation:

The bookmark was created successfully.

System Action:

The system is functioning normally.

User Response:

None

DMH5358I
Successfully created custom query as 'name'
Module:

WsaaJar

Explanation:

The custom query was created successfully.

System Action:

The system is functioning normally.

User Response:

None

DMH5359E
Bookmark create failed. See log file for more information.
Module:

WsaaJar

Explanation:

The bookmark create failed.

System Action:

The action is stopped.

User Response:

None

DMH5360E
Custom query create failed. See log file for more information.
Module:

WsaaJar

Explanation:

The custom query create failed.

System Action:

The action is stopped.

User Response:

None

DMH5361E
Error occurred while trying to instantiate objectName. See log file for more information.
Module:

WsaaJar

Explanation:

An unexpected exception occurred while trying to instantiate the specified object type. Exception msg=[msg].

System Action:

The action is stopped.

User Response:

None

DMH5362I
Deleted num rows.
Module:

WsaaJar

Explanation:

The specified delete operation succeeded.

System Action:

The system is functioning normally.

User Response:

None

DMH5363I
Deleted cached counts.
Module:

WsaaJar

Explanation:

The specified delete operation succeeded.

System Action:

The system is functioning normally.

User Response:

None

DMH5364E
Unexpected exception occurred. Message=[msg]
Module:

WsaaJar

Explanation:

An unexpected exception was encountered.

System Action:

The action is stopped.

User Response:

Contact your IBM technical-support representative.

DMH5365E
An illegal value was set in Assetlocator.cfg in bytecodeImpactAnalysisPrecision parameter: precision
Module:

WsaaJar

Explanation:

The only legal values in Assetlocator.cfg, bytecodeImpactAnalysisPrecision parameter are 'Coarse', 'Medium' and 'Fine'.

System Action:

This Impact Analysis will be ignored.

User Response:

Fix the paramter, then stop and start WAS.

DMH5366I
Site "name" was created.
Module:

WsaaJar

Explanation:

The site "name was successfully created and is now available for use.

System Action:

The site is added to the database and available for use.

User Response:

None

DMH5367I
Site "name" was updated.
Module:

WsaaJar

Explanation:

The details of site "name were successfully updated.

System Action:

The site definition is updated in the database and available for use.

User Response:

None

DMH5368W
The distributed count distributed and binary count binary files that you selected are ignored.
Module:

WsaaJar

Explanation:

There were distributed count distributed and binary count files selected for this action. Since you can only change the language of MVS text files, these distibuted and binary assets will be ignored.

System Action:

The distributed and binary assets are not included in the list of files to be updated.

User Response:

None

DMH5369E
A name must be specified for the site.
Module:

WsaaJar

Explanation:

A site cannot be created without a name.

System Action:

The site is not created.

User Response:

Specify the site name and retry the operation.

DMH5370E
This method should not be called for Tag as it does not have physical representation methodname
Module:

WsaaJar

Explanation:

This is an unexpected error during WebSphere Studio Asset Analyzer processing that could indicate an inconsistency in the installed product.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have properly installed and configured WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide and that you do not have any obsolete product code on your system. Contact your IBM technical-support representative if you cannot correct the problem.

DMH5371E
Duplicate site name "name". Specify a different name.
Module:

WsaaJar

Explanation:

The site name already exists in the database.

System Action:

The site is not created.

User Response:

Specify a unique site name and retry the operation.

DMH5372I
There are too many assets to display. Please enter a more specific search argument to narrow your search.
Module:

WsaaJar

Explanation:

The results of searching for assets that match the search argument are too many to display.

System Action:

The system is functioning normally.

User Response:

Specify a more restrictive search argument.

DMH5373I
The range of statements for impact analysis "ia name" has changed.
Module:

WsaaJar

Explanation:

The range of statements to be analyzed has changed.

System Action:

The system is functioning normally.

User Response:

None

DMH5374E
Invalid value specified for the statement range.
Module:

WsaaJar

Explanation:

The impact analysis has a non-numeric statement start or end value, or the statement start is beyond the statement end in the file.

System Action:

Processing stops. The user is prompted again for a valid statement range.

User Response:

Verify that the values entered for the impact analysis statement range start and end are positive numeric values and that the end value is greater than or equal to the start value. Try the operation again.

DMH5375E
Cannot access the list of assets selected as starting points for this impact analysis: error message
Module:

WsaaJar

Explanation:

Problems occurred as the assets selected for impact analysis were being displayed. This error may indicate that another user is modifying the impact analysis or that the server has been interrupted in the process of creating or updating the impact analysis. Specific information related to the problem may be found in the WebSphere Studio Asset Analyzer logs.

System Action:

The impact analysis may be modified or remain unchanged.

User Response:

Exit the impact analysis creation or modification process and try to access and update the impact analysis again. Refer to the WebSphere Studio Asset Analyzer logs for specific information on the asset selection problem encountered. Correct any errors and attempt the analysis process again. Contact your IBM technical-support representative if problems identified cannot be corrected locally.

DMH5376E
Scanning root 'scanning_root_name' was changed from 'access_path' - skipping.
Module:

WsaaJar

Explanation:

The scanning root was changed from its original access string. Only adding or removing scanning roots is allowed.

System Action:

The scanning root will be ignored.

User Response:

To change a scanning root, please change the scanning root name also. This will cause the system to remove the old scanning root and define a new one with the new access path string. If you do not want to remove the scanning root, then return the access string to its original value.

DMH5377W
WARNING: Annotation type defined in Database but not in wsaa-annotation-types.xml: name=[name], id=[id]
Module:

WsaaJar

Explanation:

The specified annotation type was found in the database, but not in wsaa-annotation-types.xml. No ill effects will occur from this problem.

System Action:

Show warning message.

User Response:

Add the missing annotation type to wsaa-annotation-types.xml.

DMH5378E
The temporary file file name could not be created.
Module:

WsaaJar

Explanation:

The directory may not exist or you may not be authorized to create a file in the directory.

System Action:

The temporary file is not created, so the current action that involves getting an MVS file is not successful.

User Response:

Have the system administrator check WSAA's settings using the DMHINSTL command. Ensure that the directory specified for temporary HFS files exists and that all WSAA users have the authority to create files there. Once corrected, retry this action.

DMH5446E
Invalid link type: linktype
Module:

WsaaJar

Explanation:

During analysis of the links among resources being scanned, the specified invalid link type was encountered. This is an unexpected error that could signal an inconsistency in the installed WebSphere Studio Asset Analyzer product.

System Action:

Analysis for the asset stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have properly installed and configured WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide and that you do not have any obsolete product code on your system. Contact your IBM technical-support representative if you cannot correct the problem.

DMH5447E
Invalid table name: table
Module:

WsaaJar

Explanation:

The specified DB2 table name is invalid or is not defined in the WebSphere Studio Asset Analyzer database.

System Action:

Analysis for the asset associated with the specified table stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide and that the WebSphere Studio Asset Analyzer database was created successfully. If the specified table name is not in the WebSphere Studio Asset Analyzer schema, ensure that you have specified the correct table name in /assetloc/config/Analyzers.cfg. Contact your IBM technical-support representative for more help.

DMH5448E
Invalid field name: table:table, field field
Module:

WsaaJar

Explanation:

The specified field name for a DB2 column in the DB2 table indicated is not found in the WebSphere Studio Asset Analyzer database.

System Action:

Analysis for the asset associated with the specified table and field stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide and that the WebSphere Studio Asset Analyzer database was created successfully. If the specified table name is not in the WebSphere Studio Asset Analyzer schema or the column indicated does not exist for that table, ensure that you have specified the correct table name in /assetloc/config/Analyzers.cfg. Contact your IBM technical-support representative for more help.

DMH5449E
Invalid field type: table:table name, field:field name, type: type name
Module:

WsaaJar

Explanation:

An attempt was made to access or store data in the specified field name for a DB2 Column in the DB2 table indicated, but the data type is invalid for that column.

System Action:

Analysis for the asset associated with the specified table and field stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide and that the WebSphere Studio Asset Analyzer database was created successfully. If the specified table name is not in the WebSphere Studio Asset Analyzer schema or the column indicated does not exist for that table, ensure that you have specified the correct table name in /assetloc/config/Analyzers.cfg . Contact your IBM technical-support representative for more help.

DMH5490E
This method should not be called for Tag as it does not have physical representation methodname
Module:

WsaaJar

Explanation:

This is an unexpected error during WebSphere Studio Asset Analyzer processing that could indicate an inconsistency in the installed product.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have properly installed and configured WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide and that you do not have any obsolete product code on your system. Contact your IBM technical-support representative if you cannot correct the problem.

DMH5500E
Unable to add JNDI mappings: =exceptioncode
Module:

WsaaJar

Explanation:

The DB2 exception specified has been encountered while attempting to add the JNDI mappings to the WebSphere Studio Asset Analyzer database. The WebSphere Studio Asset Analyzer logs may contain more information on the context of this exception.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that the WebSphere Studio Asset Analyzer application can correctly communicate with DB2 to write information to the database. Correct any issues and attempt the scanning operation again.

DMH5501E
Unable to add Install Infos: asset
Module:

WsaaJar

Explanation:

This is an unexpected error related to an inconsistency in the defined WebSphere Studio Asset Analyzer schema or the code that attempts to access DB2 tables defined in that schema. The error may be related to the incorrect installation and configuration of WebSphere Studio Asset Analyzer during creation of the WebSphere Studio Asset Analyzer database.

System Action:

Analysis for the asset specified stops, and the error is logged. Analysis continues for the next asset.

User Response:

Ensure that you have correctly installed and configured WebSphere Studio Asset Analyzer according to the instructions in the Configuration and Migration Guide. Capture all logs related to the error and contact your IBM technical-support representative.

DMH5520I
Exception occurred while scanning resource name; database rollback performed.
Module:

WsaaMain

Explanation:

This is an informational message alerting the user that an exception occurred during scanning of the specified resource, requiring all database changes to be rolled back.

System Action:

The error is logged, and the next asset is scanned. The WebSphere Studio Asset Analyzer error logs contain information on the state of the scanner. The system is functioning normally.

User Response:

Consult the WebSphere Studio Asset Analyzer logs for information on the errors encountered during scanning. Correct all problems and attempt the scanning operation again.

DMH5521I
Exception occurred while analyzing resource name; database rollback performed.
Module:

WsaaMain

Explanation:

This is an informational message alerting the user that an exception occurred during analysis of the specified resource, requiring all database changes to be rolled back.

System Action:

The error is logged, and the next asset is scanned. The WebSphere Studio Asset Analyzer error logs contain information on the state of the scanner. The system is functioning normally.

User Response:

Consult the WebSphere Studio Asset Analyzer logs for information on the errors encountered during analysis. Correct all problems and attempt the scanning operation again.

DMH5522I
found-in-DB.
Module:

WsaaMain

Explanation:

This is an informational message written to the WebSphere Studio Asset Analyzer logs indicating that the scanning process has been invoked for a resource that already exists in the WebSphere Studio Asset Analyzer database. The information stored in the database related to that resource will be updated.

System Action:

The system is functioning normally.

User Response:

None

DMH5523I
scan...
Module:

WsaaMain

Explanation:

This is an informational message written to the WebSphere Studio Asset Analyzer logs indicating that the scanning process has started for the specified resource.

System Action:

The system is functioning normally.

User Response:

None

DMH5524E
Resource not found name
Module:

WsaaMain

Explanation:

An attempt was made to scan the specified resource, but the resource cannot be found within the scanning root indicated in the /assetloc/config/Admin.cfg configuration file.

System Action:

Scanning on the specified resource is stopped. Processing continues for the next scanner.

User Response:

Ensure that the resource exists within the scope of the scanning root indicated in /assetloc/config/Admin.cfg and attempt the scanning operation again.

DMH5540E
Method not implemented
Module:

WsaaJar

Explanation:

An attempt was made to obtain resources directly from a ClearCase repository, but that function is not yet supported by WebSphere Studio Asset Analyzer. The error may indicate an inconsistency in the WebSphere Studio Asset Analyzer installed code or the environment classpath.

System Action:

Scanning is stopped. Processing continues for the next scanner.

User Response:

Ensure that you have correctly installed and configured the WebSphere Studio Asset Analyzer product according to instructions in the Configuration and Migration Guide. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH5560E
Method not implemented
Module:

WsaaJar

Explanation:

An attempt was made to obtain resources directly from a CMVC repository, but that function is not yet supported by WebSphere Studio Asset Analyzer. The error may indicate an inconsistency in the WebSphere Studio Asset Analyzer installed code or the environment classpath.

System Action:

Scanning is stopped. Processing continues for the next scanner.

User Response:

Ensure that you have correctly installed and configured the WebSphere Studio Asset Analyzer product according to instructions in the Configuration and Migration Guide. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH5562E
Trouble performing release extract for: [family=family, release=release, output directory=output directory]
Module:

WsaaJar

Explanation:

An exception occurred during scanning of resources in a CMVC repository while attempting to extract data from CMVC. Details about why the extract operation failed can be found in the WebSphere Studio Asset Analyzer error logs. It may be that the WebSphere Studio Asset Analyzer application cannot communicate with CMVC or that user logon information is incorrect.

System Action:

Scanning is stopped for the specified resource. The error is logged, and processing continues for the next scanning root.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs for information on why the CMVC extract failed. Ensure you can communicate with CMVC using the user logon information specified for the machine on which the scanning operation is performed and attempt that operation again.

DMH5563E
Trouble getting a CMVC key for [family=family, port=port, release=release]
Module:

WsaaJar

Explanation:

A key allowing WebSphere Studio Asset Analyzer access to CMVC resources for scanning could not be created or accessed. The key specified is composed of a CMVC family, port number, and release, all of which must be valid for the system being accessed.

System Action:

Scanning is stopped for the specified resource. The error is logged, and processing continues for the next scanning root.

User Response:

Ensure that CMVC can be accessed for the family, port, and release specified and attempt the scanning operation again.

DMH5564I
Bad CMVC root - scanningroot. skipping...
Module:

WsaaJar

Explanation:

This is an informational message indicating that an attempt was made to scan a CMVC repository for the scanning root specified, but either CMVC cannot be accessed or the scanning root does not exist in your CMVC system.

System Action:

Scanning is stopped for the specified resource. The error is logged, and processing continues for the next scanning root.

User Response:

Ensure you have correctly specified the CMVC scanning root in /assetloc/config/Admin.cfg and attempt the scanning operation again.

DMH5580E
Method not implemented
Module:

WsaaJar

Explanation:

An attempt was made to obtain resources directly from a CVSS repository, but that function is not yet supported by WebSphere Studio Asset Analyzer. The error may indicate an inconsistency in the WebSphere Studio Asset Analyzer installed code or the environment classpath.

System Action:

Scanning is stopped. Processing continues for the next scanner.

User Response:

Ensure that you have correctly installed and configured the WebSphere Studio Asset Analyzer product according to instructions in the Configuration and Migration Guide. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH5582E
Trouble performing checkout for: name
Module:

WsaaJar

Explanation:

An exception occurred during scanning of resources in a CVSS repository while attempting to check out data. Details about why the checkout operation failed can be found in the WebSphere Studio Asset Analyzer error logs. It may be that the WebSphere Studio Asset Analyzer application cannot communicate with CVSS or that user logon information is incorrect.

System Action:

Scanning is stopped for the specified resource. The error is logged, and processing continues for the next scanning root.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs for information on why the CVSS checkout failed. Ensure you can communicate with CVSS using the user logon information specified for the machine on which the scanning operation is performed and attempt the operation again.

DMH5583E
Trouble getting a CVS key for name
Module:

WsaaJar

Explanation:

A key allowing WebSphere Studio Asset Analyzer access to CVSS resources for scanning could not be created or accessed. The key specified is composed of the CVSS resource name, which must be a valid name in the CVSS repository.

System Action:

Scanning is stopped for the specified resource. The error is logged, and processing continues for the next scanning root.

User Response:

Ensure that CVSS can be accessed for the resource name specified and attempt the scanning operation again.

DMH5601E
The file was not found name
Module:

WsaaJar

Explanation:

An attempt was made to scan a file system but the specified file was not found in the scanning root.

System Action:

Scanning is skipped for the asset indicated. Processing continues for the next asset.

User Response:

Ensure that the specified file exists within the scanning root identified for file system scanning in /assetloc/config/Admin.cfg and attempt the operation again.

DMH5610E
More than one instance found in the database for Version Extension [Table = tablename and ID = id]
Module:

WsaaJar

Explanation:

An unexpected error occurred while attempting to retrieve metadata for an asset from the table specified using the identifier specified because multiple instances exist for this same identifier. WebSphere Studio Asset Analyzer expects a single instance to be returned. This error may indicate an inconsistency in the metadata stored for WebSphere Studio Asset Analyzer.

System Action:

Scanning is skipped for the asset associated with the table and ID indicated. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5620E
More than one instance found in the database for [Path name = pathname, File name = filename, and Scanner ID = id].
Module:

WsaaJar

Explanation:

An unexpected error occurred while attempting to retrieve metadata for an asset specified by path, file, and scanner identifier in the WebSphere Studio Asset Analyzer database because multiple instances exist matching these criteria. WebSphere Studio Asset Analyzer expects a single instance to be returned. This error may indicate an inconsistency in the metadata stored for WebSphere Studio Asset Analyzer.

System Action:

Scanning is skipped for the asset associated with the specified search criteria. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5621E
File resource with ID = id has a parent container with ID = parentid but a null parent was used to access the resource.
Module:

WsaaJar

Explanation:

An unexpected error occurred while attempting to retrieve metadata for an asset with the database identifier specified in the WebSphere Studio Asset Analyzer database because the asset has an associated parent, but no parent asset was specified during the retrieval process. This error may mean the parent asset could not be found in the database and may indicate an inconsistency in the metadata stored for WebSphere Studio Asset Analyzer.

System Action:

Scanning is skipped for the asset associated with the specified search criteria. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5622E
File resource with ID = id has a parent container with ID = parentid but a different parent id = parentid2 was used to access the resource.
Module:

WsaaJar

Explanation:

An unexpected error occurred while attempting to retrieve metadata for an asset with the database identifier specified. The asset has an associated parent with an identifier that is different from the identifier used to retrieve the asset. This error may indicate an inconsistency in the metadata stored for WebSphere Studio Asset Analyzer.

System Action:

Scanning is skipped for the asset associated with the specified search criteria. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5630E
More than one instance found in the database for [IP = ipaddress and Name = sitename]
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a single site instance from the WebSphere Studio Asset Analyzer database using the specified search criteria, but more than one site was returned. WebSphere Studio Asset Analyzer expects only a single site with the same IP address, name, and platform identifier. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

The distributed servlet cannot be initialized, so processing is stopped. The errors are logged.

User Response:

Contact your IBM technical-support representative.

DMH5640E
More than one instance found in the database for [Path name = pathname and Scanner ID = scannerid].
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a single container instance from the WebSphere Studio Asset Analyzer database using the specified search criteria, but more than one matching asset was returned. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

Scanning is skipped for the asset currently being processed. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5650E
More than one instance found in the database for [Site ID = siteid, Name = name, and Type = type].
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a single scanner instance from the WebSphere Studio Asset Analyzer database using the specified search criteria, but more than one matching scanner was returned. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

Scanning is skipped for the asset currently being processed by this scanner. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5651E
More than one instance found in the database for [Name = name and Type = type].
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a single scanner instance from the WebSphere Studio Asset Analyzer database using the specified search criteria, but more than one matching scanner was returned. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

Scanning is skipped for the asset currently being processed by this scanner. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5660E
More than one instance found in the database for [Path name = pathname, File name = filename, and Scanner ID = scannerid].
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a single asset instance from the WebSphere Studio Asset Analyzer database using the specified search criteria, but more than one matching asset was returned. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

Scanning is skipped for the asset currently being processed. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5670E
More than one instance found in the database for [Name = name, Access URL = url, and Scanner ID = scannerid].
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a single asset instance from the WebSphere Studio Asset Analyzer database using the specified search criteria, but more than one matching asset was returned. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

Scanning is skipped for the current scanner being used. The error is logged, and processing continues for the next scanner.

User Response:

Contact your IBM technical-support representative.

DMH5680E
More than one instance found in the database for [Family/Host/Port = cmvcfamily, Release = release, and Scanner ID = scannerid]
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a single asset instance from the WebSphere Studio Asset Analyzer database using the specified search criteria, but more than one matching asset was returned. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

Scanning is skipped for the current scanning root. The error is logged, and processing continues for the next scanning root.

User Response:

Contact your IBM technical-support representative.

DMH5700E
More than one instance found in the database for [Repository = repository, Module = module, Revision = revision, and Scanner ID = scannerid ]
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a single asset instance from the WebSphere Studio Asset Analyzer database using the specified search criteria, but more than one matching asset was returned. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

Scanning is skipped for the current scanning root. The error is logged, and processing continues for the next scanning root.

User Response:

Contact your IBM technical-support representative.

DMH5710E
More than one instance found in the database for [Name = name and Short Name = shortname]
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a single asset instance from the WebSphere Studio Asset Analyzer database using the specified search criteria, but more than one matching asset was returned. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

Scanning of the asset or scanning root associated with this application is skipped. This error can cause the entire scanning root to be skipped or just a single asset, depending on the location of the exception in the code. The error is logged, and processing continues for the next asset or scanning root.

User Response:

Contact your IBM technical-support representative.

DMH5715E
More than one instance found in the database for [Platform platform].
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a single platform instance from the WebSphere Studio Asset Analyzer database using the specified search criteria, but more than one platform was returned. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

The distributed servlet and scanner cannot be initialized, so processing is stopped. The errors are logged.

User Response:

Contact your IBM technical-support representative.

DMH5720E
Files are found in the tablename table with no parent connection using tablename table.
Module:

WsaaJar

Explanation:

An unexpected error has occurred during scanning of file assets because some assets are found in the WebSphere Studio Asset Analyzer database without containing parent assets. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database.

System Action:

Scanning of these assets is skipped. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5740E
Method not implemented
Module:

WsaaJar

Explanation:

This message indicates an internal error that may be caused by incompatible combination of classes or an internal problem. The error may indicate an inconsistency in the WebSphere Studio Asset Analyzer installed code or the environment classpath.

System Action:

Scanning of the asset is skipped. Processing continues for the next asset. This error message may recur for all assets associated with the scanner.

User Response:

Ensure that you have correctly installed and configured the WebSphere Studio Asset Analyzer product according to instructions in the Configuration and Migration Guide. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH5742E
Trouble performing get command for: name
Module:

WsaaJar

Explanation:

An exception occurred during scanning of resources in a PVCS repository while attempting to extract data from PVCS. Details about why the extract operation failed can be found in the WebSphere Studio Asset Analyzer error logs. It may be that the WebSphere Studio Asset Analyzer application cannot communicate with PVCS or that user logon information is incorrect.

System Action:

Scanning is stopped for the specified scanning root. The error is logged, and processing continues for the next scanning root.

User Response:

Consult the WebSphere Studio Asset Analyzer error logs for information on why the PVCS extract failed. Ensure you can communicate with PVCS using the user logon information specified for the machine on which the scanning operation is performed and attempt the operation again.

DMH5743E
Trouble getting a PVCS key for name
Module:

WsaaJar

Explanation:

An attempt was made to retrieve a key manager for the PVCS scanner from the WebSphere Studio Asset Analyzer database, but it was not found. This error may indicate an inconsistency in the WebSphere Studio Asset Analyzer database or an internal code error.

System Action:

The error is logged, and processing continues for the next scanning root.

User Response:

Ensure that PVCS can be accessed for the scanning root as specified in /assetloc/config/Admin.cfg and attempt the scanning operation again. Contact your IBM technical-support representative.

DMH5744I
Bad PVCS root - scanningroot. skipping...
Module:

WsaaJar

Explanation:

This is an informational message indicating that the PVCS scanning root does not fit the required PVCS scanning root format or the scanning root does not exist in your PVCS system.

System Action:

Scanning is stopped for the specified scanning root. The error is logged, and processing continues for the next scanning root or scanner.

User Response:

Ensure you have correctly specified the PVCS scanning root in /assetloc/config/Admin.cfg and attempt the scanning operation again.

DMH5745E
Trouble extracting the release to the base directory for the PVCS scanner for the project project location
Module:

WsaaJar

Explanation:

An attempt was made to extract a release to the base directory, but failure was reported.

System Action:

The error is logged, and processing continues for the next scanning root.

User Response:

Ensure that PVCS can be accessed for the scanning root as specified in /assetloc/config/Admin.cfg and attempt the scanning operation again. Contact your IBM technical-support representative.

DMH5760E
Trouble performing XMLConfig command from: wasbindir
Module:

WsaaJar

Explanation:

An attempt was made to execute the XMLConfig command from the specified WAS, but an error occurred. An incorrect WAS directory may have been specified during installation or configuration of WebSphere Studio Asset Analyzer.

System Action:

Scanning is skipped for the WAS4AE scanning root. The error is logged, and processing continues with the next scanning root.

User Response:

Ensure that the XMLConfig command can be issued by verifying the correct WAS directory is being used or fixing any other problem identified in the WebSphere Studio Asset Analyzer or WAS error logs. Verify that the correct WAS directory is specified in /config/Common.cfg. Attempt the scanning operation again.

DMH5761E
Bad WAS4AE root - Configuration file name not found. Skipping...
Module:

WsaaJar

Explanation:

An error occurred while attempting to access or parse the configuration file specified while scanning WAS for the scanning root specified in /assetloc/config/Admin.cfg. Either the WAS directory specified during installation or the scanning root specified are incorrect, or the configuration file is not located in the scanning root or has an invalid format.

System Action:

Scanning for the WAS scanning root is skipped. The error is logged, and processing continues for the next scanning root.

User Response:

Look in /config/Common.cfg to ensure that the correct WAS directory was specified during installation and configuration of WebSphere Studio Asset Analyzer. Verify that the correct scanning root is specified in /assetloc/config/Admin.cfg and that the specified configuration file can be found and has the correct format. Attempt the scanning operation again.

DMH5762I
Bad WAS4AE root - scanningroot skipping...
Module:

WsaaJar

Explanation:

This is an informational message indicating that an attempt was made to scan a WAS server for the scanning root specified, but scanning root does not have the correct format.

System Action:

Scanning is stopped for the specified scanning root. The error is logged, and processing continues for the next scanning root or scanner.

User Response:

Ensure you have correctly specified the scanning root in /assetloc/config/Admin.cfg and that the scanning root file has the correct format. Attempt the scanning operation again.

DMH5763E
Cannot find xmlConfig file name
Module:

WsaaJar

Explanation:

An error has occurred while attempting to find the specified XMLConfig file. This error could indicate a problem with the WAS directory specified during installation and configuration of WebSphere Studio Asset Analyzer, or it may indicate that the file does not exist in the specified scanning root.

System Action:

Scanning is skipped for the specified scanning root. The error is logged, and processing continues for the next scanning root or scanner.

User Response:

Ensure that you have correctly specified the location of WAS on your WebSphere Studio Asset Analyzer server and that the XMLConfig file exists in the location specified. Examine the settings in /config/Common.cfg to determine what you have specified for WAS. Examine the specified scanning root file to ensure the correct location of the XMLConfig file.

DMH5780E
Method not implemented
Module:

WsaaJar

Explanation:

This message indicates an internal error caused by an incompatible combination of classes or an internal code error. The error may indicate an inconsistency in the WebSphere Studio Asset Analyzer installed code or the environment classpath.

System Action:

Scanning of the asset is stopped. Processing continues for the next asset. This error is likely to recur for all assets associated with this scanner.

User Response:

Ensure that you have correctly installed and configured the WebSphere Studio Asset Analyzer product according to instructions in the Configuration and Migration Guide. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH5800I
Context urlcontext already exists.
Module:

WsaaJar

Explanation:

This is an informational message indicating that an attempt was made to set a URL context that already exists.

System Action:

The message is logged, and analysis continues normally.

User Response:

Contact your IBM technical-support representative.

DMH5801E
Context urlcontext not found.
Module:

WsaaJar

Explanation:

An unexpected error occurred. The specified context could not be found or is not defined for the current analysis process.

System Action:

Analysis is skipped for the current asset. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH5810E
Not a legal call for method in class classname
Module:

WsaaJar

Explanation:

This is an unexpected error indicating that a method that should not have been invoked has been called for the class specified. This error could indicate an inconsistency in your WebSphere Studio Asset Analyzer installation.

System Action:

The scanning process is stopped.

User Response:

Contact your IBM technical-support representative.

DMH5811E
Not an Integer stored in the IdsMapping classname
Module:

WsaaJar

Explanation:

This is an unexpected error indicating that an Integer value was expected, but the specified object type was used instead. This error could indicate an inconsistency in your WebSphere Studio Asset Analyzer installation.

System Action:

The scanning process is stopped.

User Response:

Contact your IBM technical-support representative.

DMH5830E
This method should not be called for Extracted resource as it does not have physical representation methodname
Module:

WsaaJar

Explanation:

An unexpected error has been encountered because a method that should not be invoked was called. This error could reflect an inconsistency in the installed WebSphere Studio Asset Analyzer product, or an environment or classpath problem.

System Action:

The scanning process is stopped, and the error is logged.

User Response:

Ensure that you have installed WebSphere Studio Asset Analyzer correctly according to instructions in the Configuration and Migration Guide. Consult your IBM technical-support representative if the problem cannot be resolved.

DMH5840E
Unable to fully load the XML message file: xmlfile
Module:

WsaaJar

Explanation:

Some messages might not be fully loaded into memory. When a message cannot be accessed, DMH5841E will be logged instead.

System Action:

Reading the XML message file has been aborted.

User Response:

Make sure that the XML message file (xmlfile) is accessible to WebSphere Studio Asset Analyzer.

DMH5841E
Message number msgnum was not found; parameters: parms
Module:

WsaaJar

Explanation:

The message details for message number msgnum was not found in memory. This could be caused by a failed load of the message XML file.

System Action:

The message number and message parameters will be logged, but no other details will be logged.

User Response:

Make sure that the XML message file is accessible.

DMH5850E
Unexpected exception while adding ref
Module:

WsaaJar

Explanation:

A DB2 exception has occurred while attempting to create reference links in the metadata as a result of postprocessing.

System Action:

Postprocessing is skipped for the current link, and the error is logged. Processing continues for the next defined link.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any errors related to DB2 access that can be fixed locally and attempt the process again. Contact your IBM technical-support representative for further assistance.

DMH5856I
Found Pattern patterntype - class
Module:

WsaaJar

Explanation:

This is an informational message indicating that a pattern has been found during pattern detection postprocessing. This message is displayed only when the system is run in debug level 3 or above.

System Action:

This message is logged. The system is functioning normally.

User Response:

None

DMH5870E
No temporary directory defined in system properties
Module:

WsaaJar

Explanation:

An attempt was made to access the temporary directory specified by the tempDir parameter in /config/Common.cfg, but no value has been specified for that property.

System Action:

Postprocessing cannot continue. The error is logged.

User Response:

Ensure that you have specified a valid and accessible temporary directory value in /config/Common.cfg.

DMH5890E
Cannot extract file filename to dir dirname using command.
Module:

WsaaJar

Explanation:

An error occurred while attempting to extract assets from the file specified.

System Action:

Postprocessing for the current processor is skipped, and the error is logged. Processing continues for the next postprocessor.

User Response:

Verify that the specified command is available for execution in your environment and that the indicated file and directory exist with the appropriate permissions. Correct any problems and attempt the operation again.

DMH5900E
Duplicate values for resource name
Module:

WsaaJar

Explanation:

An unexpected error occurred because the same resource has been found to be the source for multiple target references in the metadata. WebSphere Studio Asset Analyzer expects this source to be referenced by only one target. This error may indicate an inconsistency in the metadata stored in the WebSphere Studio Asset Analyzer database. This message displays only when the system is run in debug level 3 or above.

System Action:

Postprocessing for the specified resource is skipped. The error is logged, and processing continues for the next asset. The system continues to function normally.

User Response:

None Contact your IBM technical-support representative for further assistance.

DMH5910E
Cannot get URL space for table table asset name
Module:

WsaaJar

Explanation:

An error occurred while attempting to retrieve the URL space for a WAR table asset. The source or target component is not found.

System Action:

Postprocessing for the specified pattern is skipped. The error is logged, and processing continues for the next pattern.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any errors related to DB2 access problems. Consult your IBM technical-support representative if further assistance is required.

DMH5920E
Cannot find pathname for physical asset id
Module:

WsaaMain

Explanation:

An unexpected error occurred while attempting to retrieve metadata for the asset specified. This asset should already exist in the database as a result of the scanning and analysis process.

System Action:

Postprocessing for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any errors related to DB2 access problems. Consult your IBM technical-support representative if further assistance is required.

DMH5921E
Field not found name
Module:

WsaaMain

Explanation:

An unexpected error occurred attempting to retrieve metadata for an asset from the field or column specified in the asset's associated DB2 table. This serious error indicates that the WebSphere Studio Asset Analyzer schema may not have been created correctly during installation and configuration of the product.

System Action:

Postprocessing for the current asset is skipped, and processing continues for the next asset. The error is logged.

User Response:

Verify whether your WebSphere Studio Asset Analyzer schema contains the specified column within the set of distributed tables. Ensure that the database was properly created during installation and configuration of the product. Contact your IBM technical-support representative for assistance.

DMH5922E
No Physical Id for asset asset id in table table name
Module:

WsaaJar

Explanation:

An unexpected error occurred attempting to retrieve the identifier in DB2 for the asset stored in the database. This asset should already exist in the database as a result of the scanning and analysis process.

System Action:

Pattern detection for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any errors related to DB2 access problems. Consult your IBM technical-support representative if further assistance is required.

DMH5923E
Asset not found: path name
Module:

WsaaMain

Explanation:

An unexpected error occurred attempting to retrieve the identifier in DB2 for the asset stored in the database. This asset should already exist in the database as a result of the scanning and analysis process.

System Action:

Pattern detection for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any errors related to DB2 access problems. Consult your IBM technical-support representative if further assistance is required.

DMH5924E
Value not found: colname in table: tablename, for asset: name
Module:

WsaaMain

Explanation:

An unexpected error occurred attempting to retrieve metadata for an asset from the field or column specified in the asset's associated DB2 table. The error occurred because no value was found in this metadata when a value was expected.

System Action:

Postprocessing for the current asset is skipped, and processing continues for the next asset. The error is logged.

User Response:

Examine your WebSphere Studio Asset Analyzer logs for an indication of a DB2 access or communications problem. Ensure that the database was properly created during installation and configuration of the product. Contact your IBM technical-support representative for assistance.

DMH5925E
No asset for Physical Id physical id
Module:

WsaaJar

Explanation:

An unexpected error occurred attempting to retrieve the identifier in DB2 for the asset stored in the database. This asset should already exist in the database as a result of the scanning and analysis process.

System Action:

Pattern detection for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any errors related to DB2 access problems. Consult your IBM technical-support representative if further assistance is required.

DMH5930E
No Class Implemented for name
Module:

WsaaJar

Explanation:

An unexpected error occurred while trying to find the implementing class for a servlet in DB2. WebSphere Studio Asset Analyzer expects the class to be found in the database.

System Action:

Pattern detection for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any errors related to DB2 access problems. Consult your IBM technical-support representative if further assistance is required.

DMH5931E
Duplicate values for name
Module:

WsaaJar

Explanation:

An unexpected error occurred while trying to find the implementing class for a component (servlet, EJB, or tag) in DB2. This error may indicate an inconsistency in the metadata stored in the WebSphere Studio Asset Analyzer database.

System Action:

Pattern detection for the specified resource is skipped. The error is logged, and processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2. Contact your IBM technical-support representative for further assistance.

DMH5950E
File name not found in database.
Module:

WsaaJar

Explanation:

An unexpected error occurred while trying to retrieve the identifier for the specified asset from the WebSphere Studio Asset Analyzer database. WebSphere Studio Asset Analyzer expects the asset to be in the database.

System Action:

Pattern detection for the specified asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2. Contact your IBM technical-support representative for further assistance.

DMH5951E
Asset was not found in location exceptioncode
Module:

WsaaJar

Explanation:

An unexpected error occurred while trying to retrieve metadata for an asset during postprocessing. The cause of the exception is indicated.

System Action:

Pattern detection for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2. Contact your IBM technical-support representative for further assistance.

DMH5973E
Asset was not found in location location
Module:

WsaaJar

Explanation:

An unexpected error occurred while trying to retrieve metadata for an asset during postprocessing. The asset was expected to be in the location indicated.

System Action:

Postprocessing for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2. Contact your IBM technical-support representative for further assistance.

DMH5974E
Problem getting Ear for module name
Module:

WsaaJar

Explanation:

An unexpected error occurred while trying to retrieve metadata for an EAR file related to the specified asset during postprocessing. The cause of the exception is indicated.

System Action:

Pattern detection for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2. Contact your IBM technical-support representative for further assistance.

DMH5975E
No cell defined for table tablename index resourceid
Module:

WsaaJar

Explanation:

An unexpected error occurred trying to retrieve metadata for the resource identifier in the specified table. WebSphere Studio Asset Analyzer expects the cell to exist in the metadata. This message likely indicates an error in the WAS topology link postprocessor.

System Action:

Pattern detection for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2. Contact your IBM technical-support representative for further assistance.

DMH5976E
Could not resolve JNDI name refname
Module:

WsaaJar

Explanation:

An unexpected error occurred trying to resolve the JNDI name associated with the specified reference in the WebSphere Studio Asset Analyzer database.

System Action:

Pattern detection for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2. Contact your IBM technical-support representative for further assistance.

DMH5977E
Invalid Table Name: name
Module:

WsaaJar

Explanation:

An unexpected error occurred attempting to retrieve a metadata identifier from the specified DB2 table, but that table is not defined in the WebSphere Studio Asset Analyzer schema.

System Action:

Pattern detection for the current asset is skipped. Processing continues for the next asset.

User Response:

Ensure that you have correctly installed and configured WebSphere Studio Asset Analyzer according to instructions in the Configuration and Migration Guide and that the WebSphere Studio Asset Analyzer database was created successfully. If the specified table exists in the schema, contact your IBM technical-support representative for further assistance.

DMH5978E
Cannot get EJB JARs for server table:table index indexname
Module:

WsaaJar

Explanation:

An unexpected DB2 exception has occurred while attempting to retrieve metadata for EJB JAR file assets that have been previously scanned and analyzed.

System Action:

Postprocessing for the current processor is skipped. The error is logged, and processing continues for the next postprocessor.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for errors related to DB2 access that can be corrected locally and attempt the operation again. Contact your IBM technical-support representative for further assistance.

DMH5980E
No Servers Available
Module:

WsaaJar

Explanation:

An error occurred while attempting to determine the set of analyzable runtime servers defined in the WebSphere Studio Asset Analyzer database. No servers have been defined, or they do not exist in the database.

System Action:

Pattern detection is skipped for the current asset. Processing continues for the next asset, and the error is logged.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2. Contact your IBM technical-support representative for further assistance.

DMH5981E
Cannot instantiate bridge for analyzer name
Module:

WsaaJar

Explanation:

An unexpected error occurred while trying to instantiate an analyzable server based on the server analyzer class name specified. The name is retrieved from the WebSphere Studio Asset Analyzer database, so it should be valid. This error may indicate an inconsistency in the installed WebSphere Studio Asset Analyzer product, the environment, or the metadata.

System Action:

Pattern detection is skipped for the current asset, and the error is logged. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2 or by an inappropriate classpath or other path environment setting. Ensure that you have correctly installed and configured WebSphere Studio Asset Analyzer according to instructions in the Configuration and Migration Guide. Contact your IBM technical-support representative for further assistance.

DMH5982E
No Name for table: name
Module:

WsaaJar

Explanation:

An exception occurred while attempting to retrieve an analysis server name for the specified table. WebSphere Studio Asset Analyzer expects a name to be associated with this table.

System Action:

Pattern detection is skipped for the current asset. Processing continues for the next asset, and the error is logged.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2. Contact your IBM technical-support representative for further assistance.

DMH5983E
Incorrect database URL specified in Common.cfg: 'URL'
Module:

WsaaJar

Explanation:

The setting 'Database.url' in Common.cfg does not appear to be a valid database.

System Action:

Servlet initialization is stopped.

User Response:

Fix the specified configuration setting and restart the web application.

DMH5984E
Incorrect database username and/or password specified in Common.cfg.
Module:

WsaaJar

Explanation:

The setting 'Database.username' and/or 'Database.password' in Common.cfg does not appear to be valid.

System Action:

Servlet initialization is stopped.

User Response:

Fix the specified configuration setting(s) and restart the web application.

DMH5985E
Database username specified in Common.cfg lacks necessary permissions.
Module:

WsaaJar

Explanation:

The setting 'Database.username' in Common.cfg does not refer to a database user with permissions necessary for WebSphere Studio Asset Analyzer.

System Action:

Servlet initialization is stopped.

User Response:

Refer to the documentation on the permissions required, fix the specified configuration setting, and restart the web application.

DMH5986E
A database connection could not be made. SQL error code = [ErrorCode]
Module:

WsaaJar

Explanation:

An unknown error condition occurred while trying to create a connection to the database.

System Action:

Servlet initialization is stopped.

User Response:

Check the log file for more information. Restart the web application after the problem has been fixed.

DMH6000E
No Parent Node for: resourcename
Module:

WsaaJar

Explanation:

An unexpected error occurred attempting to retrieve node metadata for the specified resource when node data is expected.

System Action:

Pattern detection is skipped for the current asset. Processing continues for the next asset, and the error is logged.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the problem was caused by an unexpected error accessing DB2. Contact your IBM technical-support representative for further assistance.

DMH6020E
Logger passed as null to the Developed Assets Bridge Manager.
Module:

WsaaJar

Explanation:

An unexpected error occurred because a null or invalid logger was used to initialize the specified Bridge Manager. This error could indicate an inconsistency in the installed WebSphere Studio Asset Analyzer product.

System Action:

Pattern detection is skipped for this set of assets. Processing continues for the postprocessor defined.

User Response:

Contact your IBM technical-support representative.

DMH6021E
No temporary directory defined in system properties
Module:

WsaaJar

Explanation:

An attempt was made to access the temporary directory specified in tempDir parameter of the /config/Common.cfg file, but no value has been specified for that property.

System Action:

The pattern detector cannot continue. The error is logged.

User Response:

Ensure that you have specified a valid and accessible temporary directory value in /config/Common.cfg.

DMH6022E
No Scanning Root given for the Bridge Manager.
Module:

WsaaJar

Explanation:

An unexpected error occurred because a null or invalid scanning root was used to initialize the Bridge Manager. This error could indicate an inconsistency in the installed WebSphere Studio Asset Analyzer product.

System Action:

Postprocessing is skipped for this set of assets. Processing continues for the postprocessor defined.

User Response:

Contact your IBM technical-support representative.

DMH6023E
No Configuration Object given for the Bridge Manager.
Module:

WsaaJar

Explanation:

An unexpected error occurred because a null or invalid configuration object was used to initialize the specified Bridge Manager. This error could indicate that the runtime configuration in admin.cfg is not defined correctly or does not exist.

System Action:

Pattern detection is skipped for this set of assets. Processing continues for the postprocessor defined.

User Response:

Review your runtime declaration configuration in admin.cfg and the runtime configuration definition. Attempt to scan the assets again.

DMH6024E
No Location found in the Scanning Root given for the Bridge Manager.
Module:

WsaaJar

Explanation:

An unexpected error occurred because the scanning root used to initialize the Bridge Manager did not have a location defined. This error could indicate an inconsistency in the installed WebSphere Studio Asset Analyzer product.

System Action:

Pattern detection is skipped for this set of assets. Processing continues for the postprocessor defined.

User Response:

Contact your IBM technical-support representative.

DMH6030E
No Class Path given for the Server Bridge.
Module:

WsaaJar

Explanation:

An unexpected error occurred because the configuration object used to initialize the Server Bridge did not have a classpath defined. This error could indicate an incorrect runtime configuration definition.

System Action:

Pattern detection is skipped for this set of assets. Processing continues for the postprocessor defined.

User Response:

Correct the runtime configuration file, define the classpath for the runtime, and attempt to scan the assets again.

DMH6031E
No Location Path given for the Server Bridge.
Module:

WsaaJar

Explanation:

An unexpected error occurred because the Server Bridge was initialized without a location for the scanning root. This error could indicate an inconsistency in the installed WebSphere Studio Asset Analyzer product.

System Action:

Pattern detection is skipped for this set of assets. Processing continues for the postprocessor defined.

User Response:

Contact your IBM technical-support representative.

DMH6050E
Null default value given for non-nullable field: fieldname in table tablename
Module:

WsaaJar

Explanation:

An attempt was made to set a null value for a column specified in the indicated table when a null value is not allowed.

System Action:

The metadata resulting from postprocessing for the current asset cannot be completed and will be skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine if the error is related to the asset itself. Contact your IBM technical-support representative if the problem cannot be resolved.

DMH6051E
Got more than one result in getTableValues()
Module:

WsaaJar

Explanation:

An unexpected error occurred while trying to retrieve metadata for a specific asset in the WebSphere Studio Asset Analyzer database. Multiple results were returned when only one result was expected.

System Action:

Scanning or analysis for the current asset is skipped. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH6052E
Field fieldname does not exist in table tablename.
Module:

WsaaJar

Explanation:

An unexpected error occurred because the specified column does not exist in the table indicated in the WebSphere Studio Asset Analyzer schema. This error could indicate an inconsistency in the installed WebSphere Studio Asset Analyzer product.

System Action:

Scanning or analysis for the current asset is skipped. Processing continues for the next asset.

User Response:

Ensure that you have correctly installed and configured the WebSphere Studio Asset Analyzer product according to instructions in the Configuration and Migration Guide. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH6053E
Column name not given to table tablename.
Module:

WsaaJar

Explanation:

An unexpected error occurred during an attempt to retrieve metadata from the WebSphere Studio Asset Analyzer database because no column name was specified.

System Action:

Scanning or analysis for the current asset is skipped. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH6054E
Connection to the database is not open.
Module:

WsaaJar

Explanation:

An exception occurred while attempting to communicate with the DB2 database for WebSphere Studio Asset Analyzer because the connection was not opened.

System Action:

Scanning or analysis for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any errors related to DB2 access that can be fixed locally and attempt the process again. If the database is on a remote system, verify that there is a network connection to that system and that the database is accessible. Contact your IBM technical-support representative for further assistance.

DMH6055E
Transactions already exist in the system.
Module:

WsaaJar

Explanation:

An error occurred during an attempt to start a DB2 transaction because one or more DB2 transactions are still active.

System Action:

Scanning or analysis for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any errors related to DB2 access that can be fixed locally and attempt the process again. Contact your IBM technical-support representative for further assistance.

DMH6056E
Error while executing query
Module:

WsaaJar

Explanation:

An error occurred during an attempt to set or retrieve values from the WebSphere Studio Asset Analyzer database. The specific SQL exception is indicated.

System Action:

Scanning or analysis for the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any errors related to DB2 access that can be fixed locally and attempt the process again. Contact your IBM technical-support representative for further assistance.

DMH6057E
Field/s fieldname does not exist in table tablename
Module:

WsaaJar

Explanation:

An unexpected error occurred because the specified column does not exist in the table indicated in the WebSphere Studio Asset Analyzer schema. This error could indicate an inconsistency in the installed WebSphere Studio Asset Analyzer product.

System Action:

Scanning or analysis for the current asset is skipped. Processing continues for the next asset.

User Response:

Ensure that you have correctly installed and configured the WebSphere Studio Asset Analyzer product according to instructions in the Configuration and Migration Guide. If the error cannot be corrected, capture all logs related to the error and contact your IBM technical-support representative.

DMH6058E
An illegal or non-real filter was used [filter].
Module:

WsaaJar

Explanation:

An exception occurred because the specified invalid filter was used to query metadata in the WebSphere Studio Asset Analyzer database.

System Action:

Scanning or analysis on the current asset is skipped. Processing continues for the next asset.

User Response:

Examine the filter specified and the WebSphere Studio Asset Analyzer logs to determine why the filter is invalid. Contact your IBM technical-support representative if the problem is unrelated to DB2 access problems.

DMH6059E
Field name [length len] cannot hold data "value".
Module:

WsaaJar

Explanation:

An exception occurred during an attempt to store the specified value in the column indicated because the value exceeds the allowable size of the column.

System Action:

The string is truncated and inserted into the database.

User Response:

None

DMH6060E
Cannot get configuration information
Module:

WsaaJar

Explanation:

The /assetloc/config/EColabraApplication.cfg configuration file cannot be found or opened for read access.

System Action:

Scanning or analysis cannot continue because the persistency framework cannot be initialized. The scanning process ends.

User Response:

Ensure that the EColabraApplication.cfg file exists with the correct file permissions for read access.

DMH6061E
Cannot instantiate persistency helper name: phname implementing class: classname
Module:

WsaaJar

Explanation:

The persistency help specified cannot be instantiated using the indicated class defined for that persistency helper in the /assetloc/config/EColabraApplication.cfg configuration file.

System Action:

Scanning or analysis cannot continue because the persistency framework cannot be initialized. The scanning process ends.

User Response:

Ensure that you have correctly defined the persistency helper in the EColabraApplication.cfg file.

DMH6070E
Could not store record into the database, Hash retry failed [Table = tablename, Try range = rangestart..rangeend]
Module:

WsaaJar

Explanation:

An unexpected error occurred during an attempt to store metadata in the WebSphere Studio Asset Analyzer database.

System Action:

Analysis for the existing asset is skipped. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH6090E
Two links were found from the same tag library to the same name of tag
Module:

WsaaJar

Explanation:

An unexpected error occurred during postprocessing because multiple links were found between a tag and a tag library. This is an invalid state of the metadata that may indicate an inconsistency.

System Action:

Postprocessing is skipped for the current asset. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH6092E
Found a negative asset id in scope space, search for jsp scriptlet class
Module:

WsaaJar

Explanation:

An exception occurred while attempting to create a reference link in the WebSphere Studio Asset Analyzer database because one of the linked assets has an invalid identifier.

System Action:

Postprocessing is skipped for the current asset. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH6093E
No scope space found
Module:

WsaaJar

Explanation:

An invalid scope space for an asset was specified during postprocessing.

System Action:

Postprocessing is skipped for the current asset. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine whether the asset scoping is invalid as specified by the scanning root for the scanning process. Contact your IBM technical-support representative for assistance.

DMH6110E
Two targets found in searching for the right table for a reference
Module:

WsaaJar

Explanation:

An exception occurred during postprocessing because multiple targets used for analysis were found in the WebSphere Studio Asset Analyzer metadata database. This error may indicate that the data being analyzed is invalid or that there is an unexpected inconsistency in the database.

System Action:

Postprocessing on the current asset is stopped. The exception is logged, and postprocessing continues for the next asset.

User Response:

Examine the log for information on the asset being analyzed. Consult your IBM technical-support representative if the problem cannot be corrected locally.

DMH6111E
Error retrieving scope space search results for main class classname
Module:

WsaaJar

Explanation:

The specified class found in the archive manifest being analyzed was not found among the set of assets already analyzed. WebSphere Studio Asset Analyzer expects that this class has been analyzed within the scope of the archive.

System Action:

Postprocessing for the current asset is stopped. The error is logged, and processing continues for the next asset.

User Response:

Examine the log for details about the asset being analyzed and the error itself. Ensure that the archive is correct and try the operation again.

DMH6113E
No scope space found for archive manifest
Module:

WsaaJar

Explanation:

An exception occurred during postprocessing because an asset has no associated scope space as expected. This error may indicate that the data being analyzed is invalid or that there is an unexpected inconsistency in the database.

System Action:

Postprocessing for the current asset is stopped. The error is logged, and processing continues for the next asset.

User Response:

Examine the log for details about the asset being analyzed and the error itself. Consult your IBM technical-support representative if the problem cannot be corrected locally.

DMH6120E
Two classes found for same EJB asset assetname
Module:

WsaaJar

Explanation:

An exception occurred during postprocessing for the specified EJB asset because more than one class was found to be associated with this EJB.

System Action:

Postprocessing for the specified asset is stopped. The error is logged, and processing continues for the next asset.

User Response:

Examine the logs for details about the error. Ensure that your EJB is valid and has only one class associated with it and thy the process again.

DMH6121E
No scope space found for EJB name
Module:

WsaaJar

Explanation:

An invalid scope space for the specified EJB asset was used during postprocessing.

System Action:

Postprocessing is skipped for the current asset. Processing continues for the next asset.

User Response:

Examine the WebSphere Studio Asset Analyzer logs to determine whether the asset scoping is invalid as specified by the scanning root for the scanning process. Contact your IBM technical-support representative for assistance.

DMH6130E
No scope space was found for a given asset assetname
Module:

WsaaJar

Explanation:

An exception occurred during postprocessing for the specified asset because a scope for analysis was defined but not found.

System Action:

Postprocessing for the specified asset is stopped. The error is logged, and processing continues for the next asset.

User Response:

Examine the logs for information regarding this specific problem. Ensure that the scope indicated is defined for the analysis process you are running and try the operation again.

DMH6140E
No scope space was found for a given asset assetname
Module:

WsaaJar

Explanation:

An exception occurred during postprocessing for the specified asset because a scope for analysis was defined but not found.

System Action:

Postprocessing for the specified asset is stopped. The error is logged, and processing continues for the next asset.

User Response:

Examine the logs for information regarding this specific problem. Ensure that the scope indicated is defined for the analysis process you are running and try the operation again.

DMH6141E
The implementing jsp filename jspfile is incorrect/missing.
Module:

WsaaJar

Explanation:

An exception occurred during postprocessing for the specified asset. The JSP specified as implementing this asset cannot be found in the set of metadata for WebSphere Studio Asset Analyzer. Either the JSP asset has not been analyzed or it has been analyzed under a different asset name.

System Action:

Postprocessing for the specified asset is stopped. The error is logged, and processing continues for the next asset.

User Response:

Ensure that the specified JSP is part of the set of assets being analyzed and try the operation again.

DMH6150I
postprocessor finished. Total time=[elapsed time in seconds]
Module:

WsaaJar

Explanation:

This is an informational message signalling that the postprocessor has completed.

System Action:

The system is functioning normally.

User Response:

None

DMH6151I
postprocessor
Module:

WsaaJar

Explanation:

This is an informational message indicating that the postprocessor is running.

System Action:

The system is functioning normally.

User Response:

None

DMH6152I
postprocessor started...
Module:

WsaaJar

Explanation:

This is an informational message signalling that the postprocessor has started.

System Action:

The system is functioning normally.

User Response:

None

DMH6170I
WAS 4 AE Pattern Detector
Module:

WsaaJar

Explanation:

This is an informational message indicating that the WAS 4 pattern detector is running.

System Action:

The system is functioning normally.

User Response:

None

DMH6171E
No Servers to Analyze
Module:

WsaaJar

Explanation:

This message indicates that postprocessing will not continue because there are no WAS 4 servers accessible for analysis.

System Action:

Postprocessing stops for this asset type. Processing continues for the next type of asset.

User Response:

Ensure that the WAS 4 server you intend to analyze is accessible and can be reached by your WebSphere Studio Asset Analyzer Windows server and try the operation again. Make sure that the WebSphere Studio Asset Analyzer scanner is configured to scan the proper WAS assets and that there were no errors during the analysis phase of scanning.

DMH6172I
WAS 5 Pattern Detector
Module:

WsaaJar

Explanation:

This is an informational message indicating that the WAS 5 pattern detector is running.

System Action:

The system is functioning normally.

User Response:

None

DMH6180I
Developed Assets Pattern Detector
Module:

WsaaJar

Explanation:

This is an informational message indicating that the developed assets pattern detector is running.

System Action:

The system is functioning normally.

User Response:

None

DMH6181E
No Assets to Analyze
Module:

WsaaJar

Explanation:

Postprocessing for developed assets has stopped because no assets were identified for processing.

System Action:

Postprocessing stops for this set of assets. The error is logged, and processing continues for the next postprocessor.

User Response:

Examine the log to determine which postprocessor did not have any assets identified. Ensure that assets exist within the scope being analyzed and try the operation again.

DMH6182E
No scanning roots bound with Developed Runtime Environment set in the configuration file.
Module:

WsaaJar

Explanation:

Postprocessing for developed assets has stopped because no scanning roots were identified for processing.

System Action:

Postprocessing stops for this set of assets. The error is logged, and processing continues for the next postprocessor.

User Response:

Examine the log to determine which postprocessor did not have any scanning roots identified. Ensure that one or more valid scanning roots are specified in /assetloc/config/Admin.cfg and that they are properly bound to a development or assembled environment. Try the operation again.

DMH6183E
No Patterns given to analyze in the configuration file.
Module:

WsaaJar

Explanation:

Postprocessing for developed assets has stopped because no patterns were specified for detection during postprocessing in the development environment bound to the scanning root processed.

System Action:

Postprocessing stops for this set of assets. The error is logged, and processing continues for the next postprocessor.

User Response:

Examine the log to determine which postprocessor did not have any patterns identified. Consult your IBM technical-support representative for help diagnosing and correcting the problem.

DMH6190I
Assembled Assets Pattern Detector
Module:

WsaaJar

Explanation:

This is an informational message indicating that the assembled assets pattern detector is running.

System Action:

The system is functioning normally.

User Response:

None

DMH6191E
No scanning roots bound with Assembled Runtime Environment set in the configuration file.
Module:

WsaaJar

Explanation:

Postprocessing for developed assets has stopped because no patterns were specified for detection during postprocessing in the assembled environment bound to the scanning root processed.

System Action:

Postprocessing stops for this set of assets. The error is logged, and processing continues for the next postprocessor.

User Response:

Examine the log to determine which postprocessor did not have any scanning roots identified. Ensure that one or more valid scanning roots are specified in /assetloc/config/Admin.cfg and try the operation again.

DMH6192E
No Patterns given to analyze in the configuration file.
Module:

WsaaJar

Explanation:

Postprocessing for developed assets has stopped because no patterns were specified for detection in the assembled environment bound to the scanning root processed.

System Action:

Postprocessing stops for this set of assets. The error is logged, and processing continues for the next postprocessor.

User Response:

Examine the log to determine which postprocessor did not have any patterns identified. Consult your IBM technical-support representative for help diagnosing and correcting the problem.

DMH6193E
No Resources found to run Java Pattern Detector on under the scanning root [root].
Module:

WsaaJar

Explanation:

Postprocessing for developed assets has stopped because no resources could be found under the specified scanning root for pattern detection.

System Action:

Postprocessing stops for this set of assets. The error is logged, and processing continues for the next postprocessor.

User Response:

Examine the log to determine which postprocessor did not have any assets identified for the given scanning root. Ensure that the specified scanning root has assets to be analyzed and attempt the operation again.

DMH6200E
The asset type type is not supported; please check the config file.
Module:

WsaaJar

Explanation:

The specified invalid asset type was encountered while validating the scanning roots indicated for postprocessing in the WebSphere Studio Asset Analyzer configuration files.

System Action:

Postprocessing on the particular asset type is stopped. The error is logged, and postprocessing continues for the next asset in the scanning root.

User Response:

Examine the logs for the asset type(s) that are invalid and ensure that you have correctly specified this asset type for postprocessing in the Crawl_Root_Bindings section of the Admin.cfg configuration file. Attempt the operation again after fixing the configuration file or removing the invalid assets from the scanning root(s) being processed.

DMH6220E
Cannot locate target table, Table[tablename].
Module:

WsaaJar

Explanation:

During an attempt to add links to metadata during postprocessing, the specified DB2 table could not be found in the WebSphere Studio Asset Analyzer metadata schema. This error could be due to an invalid specification in the postprocessor configuration file, an inconsistency in the WebSphere Studio Asset Analyzer database, or an error in the user input specification defined by the user.

System Action:

The updates to the metadata were not made. The error is logged, and postprocessing continues on the current asset.

User Response:

Ensure that you have correctly created your WebSphere Studio Asset Analyzer database and that the table names specified in the postprocessor configuration files are accurate. Check the user input specification to verify that all data is correct and supported by the WebSphere Studio Asset Analyzer version installed. Attempt the operation again after correcting the problem.

DMH6240E
SQL command parameter not supplied
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to invalid URL parameters. In this particular case, the SQL= parameter was not specified on the URL.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify the SQL= parameter. Try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6241E
Invalid SQL command: command
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to invalid URL parameters. In this particular case, the SQL= parameter was specified but did not contain a valid value. The invalid value is indicated in the error message.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify a valid SQL= parameter. Try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6242E
analyzername analyzer is not supported
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to invalid URL parameters. In this particular case, the ANALYZER= parameter was specified but contained either a null or invalid value for this parameter. The invalid value is indicated in the error message.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify a valid ANALYZER= parameter. Try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6243E
flagtype type is not supported
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to invalid URL parameters. In this particular case, an SQL=SIGNAL or SQL=LIST was encountered in the URL but the associated FLAG or TYPE parameter specified a value as indicated that is invalid for this URL.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify a valid TYPE= or FLAG= parameter. Try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6245E
name option is not supported
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to invalid URL parameters. In this particular case, the SQL=DESCRIBE was used but the OPTION= parameter specified is invalid.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify a valid OPTION= parameter. Try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6246E
name Result Processor is not supported
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to invalid URL parameters. In this particular case, the PROCESSOR= parameter specified contains the value for a results processor that is not defined in the /assetloc/config/AssetLocator.cfg file.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify a valid PROCESSOR= parameter and the value must be defined in the /assetloc/config/AssetLocator.cfg file. Either specify a valid value or try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6247E
name Query Processor is not supported
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to invalid URL parameters. In this particular case, the QUERY= parameter specified contains the value for a query processor that is not defined in the /assetloc/config/AssetLocator.cfg file.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify a valid QUERY= parameter and the value must be defined in the /assetloc/config/AssetLocator.cfg file. Either specify a valid value or try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6248E
Query Processor could not be loaded or instantiated
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to invalid URL parameters. In this particular case, the QUERY= parameter specified contains the value for a query processor defined in the /assetloc/config/AssetLocator.cfg file, but the associated class could not be instantiated. This is likely due to an invalid specification of the query processor in the configuration file.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify a valid QUERY= parameter and the value must be defined correctly in the /assetloc/config/AssetLocator.cfg file. Either specify a valid value or try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6249E
Result Processor could not be loaded or instantiated
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to invalid URL parameters. In this particular case, the PROCESSOR= parameter specified contains the value for a results processor defined in the /assetloc/config/AssetLocator.cfg file, but the associated class could not be instantiated. This is likely due to an invalid specification of the results processor in the configuration file.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify a valid RESULTS= parameter and the value must be defined correctly in the /assetloc/config/AssetLocator.cfg file. Either specify a valid value or try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6250E
Missing parameter: name
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to a missing value for the parameter specified.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify a value for the specified parameter in the URL you are attempting to execute. Either specify a valid value or try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6251E
Attempt to query a forbidden column
Module:

WsaaJar

Explanation:

During execution of a query from the browser by a URL, an invalid column name was used, but that column is forbidden for use in the query.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must remove the invalid column from the URL and execute the query again, or try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6252E
Invalid value for JOIN parameter: urlval
Module:

WsaaJar

Explanation:

During execution of a query from the browser by a URL, an invalid JOIN value was specified. Valid values are INNER and LEFT.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify JOIN=INNER or JOIN=LEFT and execute the query again, or try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6253E
Invalid value for ELIMINATEDUPLICATES parameter: urlval
Module:

WsaaJar

Explanation:

During execution of a query from the browser by a URL, an invalid ELIMINATEDUPLICATES value was specified. Valid values are TRUE and FALSE.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, you must specify ELIMINATEDUPLICATES=TRUE or ELIMINATEDUPLICATES=FALSE and execute the query again, or try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6254E
An internal error occurred: error
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet because an attempt was made to access a DB2 table in the WebSphere Studio Asset Analyzer metadata schema but the required table could not be accessed. The specifics of the error are specified. This is likely due either to an invalid specification in one of the WebSphere Studio Asset Analyzer configuration files for an analyzer or scanner, or to an invalid specification on the URL itself.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, check the specific error to determine whether the problem is with an invalid URL parameter value or an incorrect specification on one of the configuration files. You can also try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6255E
No scanner manager defined for scanner: name
Module:

WsaaJar

Explanation:

An unexpected error occurred while executing a distributed query requesting information about a scanner for which no scanner manager has been defined. The scanner is indicated in the exception. The likely cause is an invalid specification for this scanner in the /assetloc/config/Scanners.cfg file.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

If you have manually updated the URL in the browser, ensure that you have specified the correct value for CRAWLER= on the URL and that this scanner is completely and accurately defined in the /assetloc/config/Scanners.cfg file. You can also try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6256E
Expected file filename was not found
Module:

WsaaJar

Explanation:

An attempt was made to retrieve the contents of file specified, but the file could not be found or does not exist within the scope of WebSphere Studio Asset Analyzer.

System Action:

The browser action to retrieve the file contents is stopped and the error is displayed.

User Response:

Ensure that the file exists and can be accessed from the Windows server where WebSphere Studio Asset Analyzer is installed, and try the operation again.

DMH6261E
Unsupported feature
Module:

WsaaJar

Explanation:

An attempt was made to execute a distributed query URL that requests a language taxonomy be described, but this feature is not yet implemented. The URL in question contains SQL=DESCRIBE and TAX_FOR_LANG= parameter specifications.

System Action:

The query cannot be run. The error is displayed.

User Response:

Use the browser's Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6264E
Invalid value for resultsnum parameter: 1
Module:

WsaaJar

Explanation:

An attempt was made to execute a distributed query URL with an invalid value for either the NUM_RESULTS= or START_RESULT= parameter. Valid values are greater than or equal to 0 or 1, respectively.

System Action:

The browser action is stopped, and the error is displayed.

User Response:

If you have manually updated the URL in the browser, ensure that you have specified the correct value for NUM_RESULTS= or START_RESULT= on the URL and execute the process again. You can also try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6269E
Unable to create error log file; errors will not be logged.
Module:

WsaaJar

Explanation:

During initialization of the distributed query servlet, the logs could not be created properly.

System Action:

Processing continues as usual, but errors cannot be logged.

User Response:

Examine other error logs for information that may be pertinent to this error. It could be that the directory in which the postprocessing logs are kept is not accessible or does not have the proper authority. Consult your IBM technical-support representative for assistance.

DMH6270E
Unable to initialize mgrname
Module:

WsaaJar

Explanation:

During initialization of the distributed query servlet, an exception occurred while trying to initialize the database, scanner manager, or analyzer manager identified in the configuration files.

System Action:

Processing stops. The query servlet cannot be initialized, thus preventing the WebSphere Studio Asset Analyzer product itself from being loaded when the HTTP or WAS servers are started. This is a critical error preventing any operation of the product.

User Response:

Examine the error logs for information on the configuration of the scanner or analyzer managers, or any issues with connecting to the database itself. Consult your IBM technical-support representative for assistance.

DMH6272E
Unable to read the forbidden query columns
Module:

WsaaJar

Explanation:

During initialization of the distributed query servlet, an exception occurred while trying to read the forbiddenQueryColumns located in the /assetloc/config/EColabraApplication.cfg file.

System Action:

Processing stops. The query servlet cannot be initialized, thus preventing the WebSphere Studio Asset Analyzer product itself from being loaded when the HTTP or WAS servers are started. This is a critical error preventing any operation of the product.

User Response:

If you have inadvertently updated the value in the /assetloc/config/EColabraApplication.cfg configuration file, you must reset it to its original content and try the operation again. Ensure that the configuration file exists and can be accessed. Consult your IBM technical-support representative for assistance.

DMH6273E
Problems occurred in processorname
Module:

WsaaJar

Explanation:

An exception occurred during execution of a query from the distributed user interface.

System Action:

The query execution is stopped, and the error is displayed in the browser.

User Response:

Examine the WebSphere Studio Asset Analyzer logs for any information related to the query exception. Use the browser Back button to return to a valid state in the browser and try the operation again after fixing any problems. Consult your IBM technical-support representative for more assistance.

DMH6274E
featurename is not yet implemented
Module:

WsaaJar

Explanation:

An attempt was made to execute a distributed query URL that requests a language taxonomy be described, but this feature is not yet implemented. The URL in question contains SQL=DESCRIBE and TAX_FOR_LANG= parameter specifications.

System Action:

The query cannot be run. The error is displayed.

User Response:

Use the browser's Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6276E
viewmgrname is not available
Module:

WsaaJar

Explanation:

An unexpected error occurred during invocation of the distributed query servlet due to a request to query views using the SQL=VIEW parameter, but the View Manager is not activated.

System Action:

The distributed functionality cannot be invoked from the browser. The error is displayed.

User Response:

Use the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6278E
Table not found for type
Module:

WsaaJar

Explanation:

An exception occurred during execution of a distributed table because the DB2 table associated with a scanner or analyzer could not be found in the WebSphere Studio Asset Analyzer metadata schema. Either the table names are incorrectly specified in the /assetloc/config/Scanners.cfg or /assetloc/config/Analyzers.cfg configuration files or the database was created incorrectly.

System Action:

The distributed query cannot be executed. The error is displayed.

User Response:

Ensure that you have correctly identified the DB2 tables associated with your scanners and analyzers by verifying the definitions in the Scanners.cfg and Analyzer.cfg configuration files. Also, ensure that the tables identified in these configuration files exist in the WebSphere Studio Asset Analyzer database. Try the operation again after correcting any errors. Consult your IBM technical-support representative for further assistance.

DMH6295E
WRONG DATE FORMAT
Module:

WsaaJar

Explanation:

During execution of a distributed query, an invalid date format was specified for the DATE= URL parameter. A valid date value must in the format yyyy/MM/dd.

System Action:

The distributed query cannot be run. The error is displayed.

User Response:

If you have manually updated the URL in the browser, ensure that you have specified the correct value for DATE= in the format expected. You can also try using the browser Back button to return to a valid state in the browser and allow WebSphere Studio Asset Analyzer to issue the URLs correctly by selecting a link from the user interface. Contact your IBM technical-support representative for assistance.

DMH6296E
Column name does not exist in the analyzer table or in the scanner table
Module:

WsaaJar

Explanation:

An unexpected exception has occurred while attempting to run a distributed search because one or more column names specified for that search are not valid for the asset type.

System Action:

The search request is stopped. The error is displayed.

User Response:

If you have manually updated the /assetloc/config/Framework.xml file, you must ensure that valid column names are specified. Revert back to the original copy of Framework.xml shipped with the product and try your search request again.

DMH6297E
: Invalid value argval specified
Module:

WsaaJar

Explanation:

An unexpected exception has occurred while attempting to run a distributed search because one or more search values specified are not valid.

System Action:

The search request is stopped. The error is displayed.

User Response:

If you have manually updated the /assetloc/config/Framework.xml file, you must ensure that valid column names are specified. Revert back to the original copy of Framework.xml shipped with the product and try your search request again. Contact your IBM technical-support representative for assistance.

DMH6298E
There is no analyzer defined
Module:

WsaaJar

Explanation:

An unexpected exception has occurred while attempting to run a distributed search either because there is no analyzer defined or because the DB2 table associated with that analyzer cannot be found in the WebSphere Studio Asset Analyzer metadata schema.

System Action:

The search request is stopped. The error is displayed.

User Response:

Ensure that you have correctly identified the DB2 tables associated with your analyzers by verifying the definitions in the /assetloc/config/Analyzer.cfg configuration file. Also, ensure that the tables identified in this configuration file exist in your WebSphere Studio Asset Analyzer database. Try the operation again after correcting any errors. Consult your IBM technical-support representative for further assistance.

DMH6299E
Attribute value AND|OR|NOT character is wrong
Module:

WsaaJar

Explanation:

An unexpected error has occurred while executing a distributed search because the boolean operators specified are invalid.

System Action:

The search is stopped. The error is displayed.

User Response:

Consult your IBM technical-support representative for assistance.

DMH6300E
Column name does not exist in the analyzer table
Module:

WsaaJar

Explanation:

An unexpected exception has occurred while attempting to run a distributed search because one or more column names specified for that search are not valid for the asset type.

System Action:

The search request is stopped. The error is displayed.

User Response:

If you have manually updated the /assetloc/config/Framework.xml file, you must ensure that valid column names are specified. Revert back to the original copy of Framework.xml shipped with the product and try your search request again.

DMH6301E
Type db2type not presentable
Module:

WsaaJar

Explanation:

This message is displayed among the set of search results when a type for a column value represented in DB2 cannot be presented on the browser as a string value. The message is displayed instead of the value itself.

System Action:

The system is functioning normally. Search results are returned, but values that cannot be presented properly have this message displayed.

User Response:

None

DMH6303E
PathName ccpath not legal for ClearCase
Module:

WsaaJar

Explanation:

An exception occurred while trying to view source from a ClearCase repository, because the path name specified for access is not a valid ClearCase path name.

System Action:

The source cannot be retrieved, so processing stops. The error is displayed.

User Response:

This error could occur when a previously scanned ClearCase repository is no longer valid or accessible for the path indicated. Verify that the path specified is valid and points to a ClearCase repository that can be access by WebSphere Studio Asset Analyzer. Also verify that source exists at that path. Try the operation again after fixing any problems.

DMH5987E
JDBC driver class could not be loaded: ClassName.
Module:

WsaaJar

Explanation:

The JDBC driver class specified by the 'Database.driver' setting in Common.cfg could not be loaded by the JVM.

System Action:

Servlet initialization is stopped.

User Response:

Update the specified setting, or add the JDBC driver to classpath, and restart the web application.

DMH6319E
classname retriever could not be loaded
Module:

WsaaJar

Explanation:

An exception occurred while attempting to initialize a scanner based on information specified in the /assetloc/config/AssetLocator.cfg file. The scanner specified cannot be instantiated.

System Action:

The scanning process is stopped. The error is displayed.

User Response:

Ensure that you have correctly specified the set of scanners in the /assetloc/config/AssetLocator.cfg file. If necessary, revert back to the copy of this configuration file shipped with the WebSphere Studio Asset Analyzer product.

DMH6322E
Cannot read file filename
Module:

WsaaJar

Explanation:

An exception occurred while trying to view the source specified. The source could not be found using that path name.

System Action:

The source cannot be retrieved, so processing stops. The error is displayed.

User Response:

This error occurs because an asset has been scanned using the specified path, and that asset cannot be located from a browser request to view the source. Either the source no longer exists or the path cannot be accessed. Ensure that the specified path name can be found and try the operation again.

DMH6324W
The postprocessor has not completed. Results may not be accurate.
Module:

WsaaJar

Explanation:

This a warning indicating that postprocessing for assets being queried or searched in the browser has not yet completed. Results of exploration through the browser may not be accurate.

System Action:

The system is functioning normally, but all results are not yet committed, because scanning and analysis are not complete.

User Response:

Wait for postprocessing to finish for the assets you are exploring in the browser before continuing the exploration.

DMH6325E
The query is too complex. Please select fewer properties to scope your search.
Module:

WsaaJar

Explanation:

An exception occurred during a search for assets from the browser because too many columns were selected as search criteria.

System Action:

The search cannot be performed. The error is displayed.

User Response:

Select fewer columns for the search criteria and attempt the search again.

DMH6326E
An SQL error occurred: sqlerr
Module:

WsaaJar

Explanation:

An exception occurred during a search for assets from the browser because of an SQL error. The exact error is shown.

System Action:

The search cannot be performed. The error is displayed.

User Response:

Examine the SQL error and attempt to fix any problems. Try the search again or contact your IBM technical-support representative for assistance.

DMH6341E
Cannot initialize System tables
Module:

WsaaJar

Explanation:

An unexpected error occurred while attempting to initialize the product tables used during WebSphere Studio Asset Analyzer processing. These tables are used during the scanning, analysis, postprocessing, and exploration activities.

System Action:

The process being run at the time of the exception is stopped. Processing can continue, although it is likely that this error will occur again, requiring that it be resolved before WebSphere Studio Asset Analyzer can function normally. The errors are logged.

User Response:

Examine the logs for causes of the exception as specified in the error message and try the operation again. Contact your IBM technical-support representative if the problems cannot be resolved.

DMH6350E
Just one parameter for refs is supported
Module:

WsaaJar

Explanation:

During postprocessing, an invalid attempt was made to add reference links because multiple parameters were specified when only one was expected.

System Action:

Postprocessing for the current asset is stopped. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative for assistance.

DMH6351E
Just string parameter is supported for refs
Module:

WsaaJar

Explanation:

During postprocessing, an invalid attempt was made to add reference links because a parameter was specified that was not a string. A string type was expected.

System Action:

Postprocessing for the current asset is stopped. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative for assistance.

DMH6352E
Duplicate contained entities, parents, for entity in table tblname index idxname
Module:

WsaaJar

Explanation:

An exception occurred during postprocessing while attempting to find the container for the asset being processed. Multiple containers were found when only one is expected.

System Action:

Postprocessing for the current asset is stopped. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative for assistance.

DMH6353E
Table does not exist tblname
Module:

WsaaJar

Explanation:

An unexpected error occurred during postprocessing because the specified table could not be found in the WebSphere Studio Asset Analyzer metadata schema in the database.

System Action:

Postprocessing for the current asset is stopped. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative for assistance.

DMH6370E
Table does not exist tblname
Module:

WsaaJar

Explanation:

An unexpected error occurred during postprocessing because the specified table could not be found in the WebSphere Studio Asset Analyzer metadata schema in the database.

System Action:

Table initialization fails and postprocessing for the current asset is stopped. The error is logged, and processing continues for the next asset.

User Response:

Contact your IBM technical-support representative for assistance.

DMH6380E
An error has occurred determining the new URL space id
Module:

WsaaJar

Explanation:

An unexpected database error has occurred while attempting to determine the next valid identifier to use for a URL space to be stored in the database.

System Action:

Initialization fails and analysis and postprocessing stops for the current asset. The error is logged, and processing continues for the next asset.

User Response:

Consult the logs to determine if the database error is a result of access or communications problems and try the operation again after solving the problem. Contact your IBM technical-support representative for assistance.

DMH6381E
Bad containment type
Module:

WsaaJar

Explanation:

During postprocessing for an EAR or WAR file asset, an invalid containment for the URL was encountered.

System Action:

Storing of the asset fails. Analysis continues for the next asset.

User Response:

Contact your IBM technical-support representative.

DMH7014I
No Layer Manager is running
Module:

WsaaJar

Explanation:

This is an informational message indicating that there is no Java Processor Layer Manager running, but a request to stop it has been issued.

System Action:

The system is functioning properly.

User Response:

None

DMH7015E
Failed to validate bridge
Module:

WsaaJar

Explanation:

During initialization of the Java processor, a failure occurred while validating the data for initialization.

System Action:

Processing stops for the current pattern detector. Processing continues with the next pattern detector.

User Response:

Validate that the pattern detector configuration files and the runtime environment are correct. Try to reactivate WebSphere Studio Asset Analyzer. Contact your IBM technical-support representative.

DMH7016E
Problem running layer: layermgr
Module:

WsaaJar

Explanation:

An exception occurred while running the specified pattern detector during postprocessing.

System Action:

Processing stops for the current pattern detector instance. Processing continues with the next pattern detector instance.

User Response:

Contact your IBM technical-support representative.

DMH7020I
PatternDetector - Start Engine name
Module:

WsaaJar

Explanation:

This is an informational message logged when the specified pattern detector engine is started.

System Action:

The system is functioning normally.

User Response:

None

DMH7021I
PatternDetector - End Engine name
Module:

WsaaJar

Explanation:

This is an informational message logged when the specified pattern detector engine is finished.

System Action:

The system is functioning normally.

User Response:

None

DMH7022I
PatternDetector - Start Server: serverName - Server i/total
Module:

WsaaJar

Explanation:

This is an informational message logged when the pattern detector server is started.

User Response:

None

System Action:

The system is functioning normally.

DMH7023I
PatternDetector - End Server
Module:

WsaaJar

Explanation:

This is an informational message logged when the pattern detector server is finished.

System Action:

The system is functioning normally.

User Response:

None

DMH7024I
PatternDetector - Start Scope i/total
Module:

WsaaJar

Explanation:

This is an informational message logged when entering the scope of a pattern detection operation.

System Action:

The system is functioning normally.

User Response:

None

DMH7025I
PatternDetector - End Scope
Module:

WsaaJar

Explanation:

This is an informational message logged when entering the scope of a pattern detection operation.

System Action:

The system is functioning normally.

User Response:

None

DMH7060I
\n\n------------------------ a pattern was found !!! ------------------------\n
Module:

WsaaJar

Explanation:

This is an informational message written to the log indicating that a pattern was found during pattern detection processing. More information on the results follows this message in the log.

System Action:

The system is functioning normally.

User Response:

None

DMH7061I
Containing class jar/dir:name
Module:

WsaaJar

Explanation:

This is an informational message written to the log indicating that the specified JAR file or directory was found to contain a pattern instance undergoing pattern detection processing.

System Action:

The system is functioning normally.

User Response:

None

DMH7062I
Containing class location: name
Module:

WsaaJar

Explanation:

This is an informational message written to the log indicating that the specified class was found to contain a pattern instance undergoing pattern detection processing.

System Action:

The system is functioning normally.

User Response:

None

DMH7080E
No Servers defined
Module:

WsaaJar

Explanation:

An exception occurred while attempting to retrieve the servers for processing using the pattern detector. There were no servers to retrieve.

System Action:

Processing stops for the current pattern detector instance. Processing continues with the next pattern detector instance.

User Response:

Ensure that you have properly configured the system to perform pattern detection by specifying servers for processing. Try the operation again or contact your IBM technical-support representative for further assistance.

DMH7081I
Stopping the analysis
Module:

WsaaJar

Explanation:

During postprocessing analysis, a signal was received to stop processing.

System Action:

The system is functioning normally. Processing is stopped and the message is logged.

User Response:

None

DMH7082E
Problem analyzing server: name
Module:

WsaaJar

Explanation:

An error was encountered during pattern detector analysis.

System Action:

The current server analysis using the pattern detector is stopped and the error is logged. Processing continues with the next server.

User Response:

Examine the error logs to determine if the issue can be resolved locally and try the operation again. Contact your IBM technical-support representative for assistance.

DMH7083E
Problem analyzing server
Module:

WsaaJar

Explanation:

An error was encountered during pattern detector analysis.

System Action:

The current server analysis using the pattern detector is stopped, and the error is logged. Processing continues with the next server.

User Response:

Examine the error logs to determine if the issue can be resolved locally and try the operation again. Contact your IBM technical-support representative for assistance.

DMH7120E
No Parent allowed here
Module:

WsaaMain

Explanation:

An unexpected error occurred when an attempt was made to set parent information where it is not allowed.

System Action:

Processing for the current scope using the pattern detector is stopped. Processing continues with the next scope.

User Response:

Contact your IBM technical-support representative.

DMH7140E
Not legal as Source name
Module:

WsaaJar

Explanation:

An unexpected error occurred because a method was called during pattern detection postprocessing but this method is not supported for the class specified.

System Action:

Postprocessing is stopped for the current asset, and the error is logged. Processing continues for the next asset.

User Response:

Consult your IBM technical-support representative.

DMH7150E
Not legal as Source name
Module:

WsaaJar

Explanation:

An unexpected error occurred because a method was called during pattern detection postprocessing, but this method is not supported for the class specified.

System Action:

Postprocessing is stopped for the current asset, and the error is logged. Processing continues for the next asset.

User Response:

Consult your IBM technical-support representative.

DMH7181E
Class not found in repository name
Module:

WsaaMain

Explanation:

An unexpected error occurred because an attempt was made to find a class in WebSphere Studio Asset Analyzer during pattern detection postprocessing, but the class name is invalid or the class does not exist.

System Action:

Postprocessing is stopped for the current asset, and the error is logged. Processing continues for the next asset.

User Response:

Consult your IBM technical-support representative.

DMH7200E
Cannot report pattern
Module:

WsaaJar

Explanation:

An error occurred during pattern detection postprocessing while attempting to report a pattern found.

System Action:

Postprocessing is stopped for the current asset, and the error is logged. Processing continues for the next asset.

User Response:

Consult your IBM technical-support representative.

DMH7201E
Problem while trying to find source
Module:

WsaaJar

Explanation:

An error occurred during pattern detection postprocessing while attempting to find the source component for a found pattern.

System Action:

The pattern detector is stopped for the current asset, and the error is logged. Processing continues for the next asset.

User Response:

Consult your IBM technical-support representative.

DMH7202E
Problem while trying to find target
Module:

WsaaJar

Explanation:

An error occurred during pattern detection postprocessing while attempting to find the target component for a found pattern.

System Action:

The pattern detector is stopped for the current asset, and the error is logged. Processing continues for the next asset.

User Response:

Consult your IBM technical-support representative.

DMH7204E
Problem with link
Module:

WsaaJar

Explanation:

An error occurred during pattern detection postprocessing while attempting to store a found link in the WebSphere Studio Asset Analyzer database.

System Action:

Postprocessing is stopped for the current asset, and the error is logged. Processing continues for the next asset.

User Response:

Verify database access. Consult your IBM technical-support representative.

DMH7220E
Cannot load components configuration file
Module:

WsaaMain

Explanation:

An error occurred while attempting to load information from the pattern detector configuration file. This configuration file defines the patterns to detect. The specifics of the error are included in the message.

System Action:

The postprocessor for pattern detection cannot be initialized. Processing is stopped, and the error is logged. Processing continues for the next postprocessor.

User Response:

Ensure that the pattern detection configuration files located in /assetloc/config/patterns exist and are accessible to WebSphere Studio Asset Analyzer. Consult your IBM technical-support representative for further assistance.

DMH7222E
No pattern for name: name
Module:

WsaaMain

Explanation:

An error occurred during pattern detection postprocessing because the specified pattern has not been defined.

System Action:

Postprocessing is stopped, and the error is logged. Processing continues for the next asset.

User Response:

Consult your IBM technical-support representative.

DMH7223E
Cannot instantiate verifier with class name
Module:

WsaaMain

Explanation:

An error occurred during pattern detection postprocessing because the specified class name was defined as a verifier for the component locator, but it is not defined or cannot be found in WebSphere Studio Asset Analyzer.

System Action:

Postprocessing is stopped, and the error is logged. Processing continues for the next asset.

User Response:

If you have manually updated the pattern detection configuration files in /assetloc/config/patterns, ensure that you have correctly specified the verifier class names. You may need to revert back to the configuration files shipped with WebSphere Studio Asset Analyzer. Consult your IBM technical-support representative.

DMH7224E
This pattern is already defined name
Module:

WsaaMain

Explanation:

An error occurred during pattern detection postprocessing because the specified pattern has already been defined in another pattern configuration file.

System Action:

Postprocessing is stopped, and the error is logged. Processing continues for the next asset.

User Response:

If you have manually updated the pattern detection configuration files in /assetloc/config/patterns, ensure that you have correctly specified the patterns for detection and that each pattern occurs once. You may need to revert back to the configuration files shipped with WebSphere Studio Asset Analyzer. Consult your IBM technical-support representative.

DMH7260E
Cannot create War ClassLoaderInfo: warfile
Module:

WsaaJar

Explanation:

An error occurred during postprocessing for pattern detection because the specified WAR file details cannot be accessed by WebSphere Studio Asset Analyzer or the data in the database is in an inconsistent state.

System Action:

Postprocessing is stopped for the current asset. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative for further assistance.

DMH7261E
Cannot get ear location for ear: earlocation filetype: filelocation
Module:

WsaaJar

Explanation:

An error occurred during postprocessing for pattern detection because the location of the EAR is not correct. The scope for pattern detection cannot be established for the current asset.

System Action:

Postprocessing is stopped for the current asset. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative for further assistance.

DMH7262E
Cannot create EJB JAR ClassLoaderInfo: ejbjarname
Module:

WsaaJar

Explanation:

An error occurred during postprocessing for pattern detection because the specified EJB JAR file details cannot be accessed by WebSphere Studio Asset Analyzer or the data in the database is in an inconsistent state.

System Action:

Postprocessing is stopped for the current asset. Processing continues for the next asset.

User Response:

Contact your IBM technical-support representative for further assistance.

DMH7280E
No servers defined
Module:

WsaaJar

Explanation:

An exception occurred while attempting to retrieve the servers for processing using the pattern detector. There were no servers to retrieve.

System Action:

Processing stops for the current pattern detector instance. Processing continues with the next pattern detector instance.

User Response:

Ensure that you have properly configured the system to perform pattern detection by specifying servers for processing. Try the operation again or contact your IBM technical-support representative for further assistance.

DMH7281I
Stopping the analysis
Module:

WsaaJar

Explanation:

During postprocessing analysis, a signal was received to stop processing.

System Action:

The system is functioning normally. Processing is stopped and the message is logged.

User Response:

None

DMH7282E
Problem analyzing server: name
Module:

WsaaJar

Explanation:

An error was encountered during pattern detector analysis.

System Action:

The current server analysis using the pattern detector, and the error is logged. Processing continues with the next server.

User Response:

Examine the error logs to determine if the issue can be resolved locally and try the operation again. Contact your IBM technical-support representative for assistance.

DMH7290E
Problem parsing XML
Module:

WsaaJar

Explanation:

An error has occurred while parsing the pattern detection XML during postprocessing. The reason for the error is specified.

System Action:

Postprocessing is stopped for the current asset. Processing continues for the next asset.

User Response:

Examine the logs for information on why the error occurred. It may be that the XML file is invalid. If you have updated the configuration files in /assetloc/config/patterns, revert back to the original files shipped with WebSphere Studio Asset Analyzer and try the operation again. Consult your IBM technical-support representative for further assistance.

DMH7291E
Unable to load file
Module:

WsaaJar

Explanation:

An error has occurred while attempting to access a pattern detection XML configuration file specified during postprocessing.

System Action:

Postprocessing is stopped for the current asset. Processing continues for the next asset.

User Response:

Examine the logs for information on why the error occurred. It may be that the configuration file cannot be accessed or opened or that it is invalid XML. If you have updated the configuration files in /assetloc/config/patterns, revert back to the original files shipped with WebSphere Studio Asset Analyzer and try the operation again. If you use the developed or assembled pattern detector, verify that the runtime configuration files in the pattern detector definition are correct. Consult your IBM technical-support representative for further assistance.

DMH7310I
PatternDetector - Start prepare structure
Module:

WsaaJar

Explanation:

This is an informational message written to the log indicating that the pattern detector has started preparing the structure.

System Action:

The system is functioning normally.

User Response:

None

DMH7311I
PatternDetector - End Prepare structure
Module:

WsaaJar

Explanation:

This is an informational message written to the log indicating that the pattern detector has finished preparing the structure.

System Action:

The system is functioning normally.

User Response:

None

DMH7312I
PatternDetector - End searching patterns
Module:

WsaaJar

Explanation:

This is an informational message written to the log indicating that the pattern detector has finished searching patterns.

System Action:

The system is functioning normally.

User Response:

None

DMH7313I
PatternDetector - Start searching patterns
Module:

WsaaJar

Explanation:

This is an informational message written to the log indicating that the pattern detector has started searching patterns.

System Action:

The system is functioning normally.

User Response:

None

DMH7330E
Cannot get config from configuration file
Module:

WsaaJar

Explanation:

An unexpected exception occurred while attempting to read configuration information during analysis of Java assets.

System Action:

Postprocessing for the set of Java assets is stopped. Processing continues with the next postprocessor.

User Response:

Contact your IBM technical-support representative.

DMH7331E
There is a problem with analyzing scopes: name
Module:

WsaaJar

Explanation:

A general exception occurred in the Java analyzer while analyzing scopes during pattern detection processing. The specific cause of the error is contained in the message.

System Action:

Pattern detection for the current scope is stopped. Processing continues with the next pattern detector scope.

User Response:

Examine the logs to determine whether the error can be resolved and try the operation again. Consult your IBM technical-support representative for further assistance.

DMH7332E
Missing Classes in Scope: classlist
Module:

WsaaJar

Explanation:

During pattern detection processing within the Java analyzer, an exception occurred because the Java classes specified were encountered but are not within the scope defined for the analysis process.

System Action:

Pattern detection for the current scope is stopped. Processing continues with the next pattern detector scope.

User Response:

Ensure that the set of classes identified exists and can be accessed for the scope defined to WebSphere Studio Asset Analyzer during pattern detection processing. Try the operation again. If you use the development or runtime pattern detector, verify that those classes are in the runtime configuration. If you use the runtime pattern detector, ensure that the classes are in one of the directories of WS_EXT_DIR of the scanning root definition. Consult your IBM technical-support representative for further assistance.

DMH7340E
No such Export: name
Module:

WsaaJar

Explanation:

During initialization of the configuration for the Java analyzer used by the pattern detector, an error occurred because an export type was identified that is not a valid class in WebSphere Studio Asset Analyzer.

System Action:

Pattern detection for the scope is stopped. Processing continues with the next scope.

User Response:

Contact your IBM technical-support representative.

DMH7341E
Not a legal BlackBox Name: name
Module:

WsaaJar

Explanation:

An unexpected internal error occurred during Java analysis pattern detection.

System Action:

Pattern detection for the set of Java assets is stopped. Processing continues with the next scope.

User Response:

Contact your IBM technical-support representative.

DMH7351E
No extractable resources found in config file
Module:

WsaaJar

Explanation:

An exception occurred during initialization of the pattern detector process for Java because the configuration does not specify any extractors. The cause of the exception is detailed in the message.

System Action:

Postprocessing for the set of Java assets is stopped. Processing continues with the next postprocessor.

User Response:

Contact your IBM technical-support representative.

DMH7352E
No value for type: name
Module:

WsaaJar

Explanation:

An exception occurred during initialization of the pattern detector process for Java because the configuration does not contain a value for the property specified. The cause of the exception is detailed in the message.

System Action:

Pattern detection for the set of Java assets is stopped. Processing continues with the next scope.

User Response:

Contact your IBM technical-support representative.

DMH7353E
Cannot create configuration: cfgerror
Module:

WsaaJar

Explanation:

An exception occurred during initialization of the pattern detector process for Java because the configuration could not be created. The cause of the error is included in the message.

System Action:

Postprocessing for the set of Java assets is stopped. Processing continues with the next postprocessor.

User Response:

Contact your IBM technical-support representative.

DMH7380E
Method not found name
Module:

WsaaMain

Explanation:

During Java pattern detection processing, the specified method was not found when expected within the call graph.

System Action:

The error is logged and postprocessing continues for the current asset. The resulting information may not be complete.

User Response:

Examine the error log to determine whether the correct source is being analyzed and the specified method exists as expected. Resolve the errors if possible and try the operation again. Contact your IBM technical-support representative for further assistance.

DMH7381E
Not a method type
Module:

WsaaMain

Explanation:

During Java pattern detection processing, a method was found, but it was not a valid method type as expected.

System Action:

The error is logged and postprocessing continues for the current asset. The resulting information may not be complete.

User Response:

Examine the error log to determine whether the correct source is being analyzed and the specified method exists as expected. Resolve the errors if possible and try the operation again. Contact your IBM technical-support representative for further assistance.

DMH7382E
No appropriate Type nodetype
Module:

WsaaMain

Explanation:

During Java pattern detection processing, a node specified was found with an invalid type.

System Action:

The error is logged and postprocessing continues for the current asset. The resulting information may not be complete.

User Response:

Contact your IBM technical-support representative.

DMH7410E
Problems with the XML pattern definition.
Module:

WsaaJar

Explanation:

An attempt was made to construct a pattern from information in the pattern configuration file, but the pattern could not be created based on existing information. The cause of the error is included in the message.

System Action:

Processing continues, but no results will be produced for the current pattern because it cannot be constructed.

User Response:

Contact your IBM technical-support representative.

DMH7411E
In this version, there should be only one instructions sequence per pattern.
Module:

WsaaJar

Explanation:

During construction of a pattern based on information in the pattern detection configuration file, multiple sequences were found, but only one sequence per pattern is supported at this time. The configuration for this pattern is invalid and cannot be constructed.

System Action:

Processing continues, but no results will be produced for the current pattern because it cannot be constructed.

User Response:

Contact your IBM technical-support representative.

DMH7412E
The following type is illegal for operand-resolution element: name
Module:

WsaaJar

Explanation:

The specified operand type was found during construction of a pattern based on information in the pattern detection configuration file, but this operand is not supported.

System Action:

Processing continues, but no results will be produced for the current pattern because it cannot be constructed.

User Response:

Contact your IBM technical-support representative.

DMH5988E
An SQL query unexpectedly returned zero rows. SQL=[SqlQuery]
Module:

WsaaJar

Explanation:

The following SQL query was supposed to return 1 row, but instead returned 0 rows.

System Action:

The servlet request is stopped.

User Response:

Contact your IBM technical-support representative.

DMH5989E
SQL errors occurred. View log file for more information.
Module:

WsaaJar

Explanation:

One or more SQL errors occurred while trying to retrieve data for this page.

System Action:

The servlet request is stopped.

User Response:

Try running distributed postprocessing. If the problem persists, contact your IBM technical-support representative.

DMH7425I
Was Not Resolved
Module:

WsaaJar

Explanation:

This message records the fact that a pattern was not resolved during pattern detection processing.

System Action:

The system is functioning normally.

User Response:

None

DMH7440E
The new ClassLoader is already in a chain of existing ClassLoader; new CL: newclassloader existingCL: existingclassloader
Module:

WsaaMain

Explanation:

During construction of the scopes for pattern detection, an attempt was made to add a class loader to the set of existing class loaders used to define the scope, but the new class loader is already in the chain.

System Action:

Postprocessing is stopped for the current pattern detector operation, and the error is logged. Processing continues with the next postprocessor.

User Response:

Contact your IBM technical-support representative.

DMH7441E
One of the existing ClassLoaders is in the chain of the new ClassLoader; new CL: newclassloader existingCL: existingclassloader
Module:

WsaaMain

Explanation:

During construction of the scopes for pattern detection, an existing class loader was detected within the chain of new class loaders.

System Action:

Postprocessing is stopped for the current pattern detector operation, and the error is logged. Processing continues with the next postprocessor.

User Response:

Contact your IBM technical-support representative.

DMH7490E
Failed to create log file filename
Module:

WsaaJar

Explanation:

The specified log file could not be created.

System Action:

Processing continues without the logging function.

User Response:

The message specifies the error encountered while attempting to create the indicated file. This could be an I/O or other accessibility error. Ensure that the path in which the logs are being created exists and can be accessed by WebSphere Studio Asset Analyzer. Contact your IBM technical-support representative for further assistance.

DMH7500E
Failed to create log writer
Module:

WsaaJar

Explanation:

An attempt was made to obtain write access to WebSphere Studio Asset Analyzer log files but an error occurred.

System Action:

Processing continues without the logging function.

User Response:

The message specifies the error encountered while attempting to access the log files. This could be an I/O or other accessibility error. Ensure that the path in which the logs are being created exists and can be accessed by WebSphere Studio Asset Analyzer. Contact your IBM technical-support representative for further assistance.

DMH7520E
Cannot locate asset; number of columns is zero
Module:

WsaaDbUtil

Explanation:

An exception occurred while attempting to search for an asset. The number of columns specified in the search is zero.

System Action:

Processing for the current asset is stopped, and the errors are logged. Processing continues for the next asset.

User Response:

Examine the logs for more information on the error and try the operation again after correcting the problems. Contact your IBM technical-support representative if the issue cannot be resolved.

DMH7521E
Invalid table name, Table[tablename]
Module:

WsaaDbUtil

Explanation:

An exception occurred while attempting to search on WebSphere Studio Asset Analyzer metadata, because the specified table name is invalid or cannot be found in the WebSphere Studio Asset Analyzer database schema.

System Action:

Processing for the current asset is stopped, and the errors are logged. Processing continues for the next asset.

User Response:

Examine the logs for more information on the error. Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to instructions in the Configuration and Migration Guide. If the table does exist in the schema, you may have inaccurate information in one or more of the WebSphere Studio Asset Analyzer configuration files. Contact your IBM technical-support representative for further assistance.

DMH7522E
Invalid column name, Table[tablename] Column[colname]
Module:

WsaaDbUtil

Explanation:

An exception occurred while attempting to search on WebSphere Studio Asset Analyzer metadata because the specified column in the table indicated is invalid or cannot be found in the WebSphere Studio Asset Analyzer database schema.

System Action:

Processing for the current asset is stopped, and the errors are logged. Processing continues for the next asset.

User Response:

Examine the logs for more information on the error. Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to instructions in the Configuration and Migration Guide. If the table does exist in the schema with the column specified, you may have inaccurate information in one or more of the WebSphere Studio Asset Analyzer configuration files. Contact your IBM technical-support representative for further assistance.

DMH7523E
Invalid column type, Table[tablename] Column[colname] Type[coltype]
Module:

WsaaDbUtil

Explanation:

An exception occurred while attempting to search on WebSphere Studio Asset Analyzer metadata because the specified column in the table indicated is found to have an invalid data type or one that is not recognized by WebSphere Studio Asset Analyzer.

System Action:

Processing for the current asset is stopped, and the errors are logged. Processing continues for the next asset.

User Response:

Examine the logs for more information on the error. Ensure that you have correctly installed WebSphere Studio Asset Analyzer according to instructions in the Configuration and Migration Guide. If the table does exist in the schema with the column specified, and the type of column is valid, contact your IBM technical-support representative for further assistance.

DMH7524E
Ambiguous asset, Table[tablename]: assetname
Module:

WsaaDbUtil

Explanation:

An unexpected error occurred while attempting to search for the asset specified in the table indicated. WebSphere Studio Asset Analyzer expects a single result, but multiple results were returned. This error could indicate an inconsistency in the metadata.

System Action:

Processing for the current asset is stopped, and the errors are logged. Processing continues for the next asset.

User Response:

Examine the logs for more information on the error. Contact your IBM technical-support representative for further assistance.

DMH7525E
Cannot locate asset: table tablename asset assetname
Module:

WsaaDbUtil

Explanation:

An unexpected error occurred while attempting to search for the asset specified in the table indicated. WebSphere Studio Asset Analyzer expects that metadata for this asset has already been created in the database, but none was found. This error could indicate an inconsistency in the metadata.

System Action:

Processing for the current asset is stopped, and the errors are logged. Processing continues for the next asset.

User Response:

Examine the logs for more information on the error. Contact your IBM technical-support representative for further assistance.

DMH7540E
Unable to instantiate the class classname.
Module:

WsaaJar

Explanation:

During initialization of the analyzers for processing, WebSphere Studio Asset Analyzer was unable to instantiate the specified class associated with an analyzer as identified in /assetloc/config/Analyzers.cfg.

System Action:

Analysis processing associated with the invalid class will not be performed. Processing continues normally.

User Response:

Ensure that you have correctly specified the implementingClass value for analyzers in /assetloc/config/Analyzers.cfg and try the operation again.

DMH7560E
XPath name must correspond to XML Elements
Module:

WsaaJar

Explanation:

An error occurred during analysis because an invalid XML node was encountered in the specified path.

System Action:

Analysis for the current asset is stopped. Processing continues with the next asset.

User Response:

The format of the XML file being processed may be invalid. Check the format of the WAS4AE developed or assembled environment definition XML files specified in the assetloc\config\Admin.cfg configuration file. Contact your IBM technical-support representative for assistance.

DMH7561E
Error while processing xpath: name
Module:

WsaaJar

Explanation:

An error occurred during analysis because of an exception while processing the XML file specified. The cause of the error is contained in the message.

System Action:

Analysis for the current asset is stopped. Processing continues with the next asset.

User Response:

The format of the XML file being processed may be invalid. Check the format of the WAS4AE developed or assembled environment definition XML files specified in the assetloc\config\Admin.cfg configuration file. Contact your IBM technical-support representative for assistance.

DMH7571E
Error while parsing
Module:

WsaaJar

Explanation:

An error occurred during analysis because of an exception while parsing an XML file. The cause of the error is contained in the message.

System Action:

Analysis for the current asset is stopped. Processing continues with the next asset.

User Response:

The format of the XML file being processed may be invalid. Contact your IBM technical-support representative for assistance.

DMH7600E
Message key is null
Module:

WsaaJar

Explanation:

While attempting to construct a message for logging or display on the browser, a null message identifier was passed to the message framework.

System Action:

The message cannot be displayed properly, but information is logged.

User Response:

Contact your IBM technical-support representative.

DMH7601E
Cannot find message associated with key: message
Module:

WsaaJar

Explanation:

While attempting to construct a message for logging or display on the browser, an invalid message identifier specified was passed to the message framework.

System Action:

The message cannot be displayed properly but information is logged.

User Response:

Contact your IBM technical-support representative.

DMH7611E
Expected scope space id was not found
Module:

WsaaJar

Explanation:

Scope Space id id was not found.

System Action:

The links computation for this scope space will be ignored.

User Response:

Contact your IBM technical-support representative.

DMH7612E
No scope space was found for a given asset asset type
Module:

WsaaJar

Explanation:

No scope space was found for a given asset asset type even though there should be one.

System Action:

The links computation for this scope space will be ignored.

User Response:

Contact your IBM technical-support representative.

DMH7613E
Wrong type of an element element string in array concatenation
Module:

WsaaJar

Explanation:

An element of an object array was not the same as all the other element in the array.

System Action:

Processing stops. The object arrays cannot be concatenated.

User Response:

Contact your IBM technical-support representative.

DMH7614E
Error while trying to search class class name for patterns, skipping it.
Module:

WsaaJar

Explanation:

Error while trying to search class class name for patterns, skipping it. A candidate for pattern has an error in it therefore it will not be processed.

System Action:

The class will not be considered in the pattern detector calculation.

User Response:

Contact your IBM technical-support representative.

DMH7615E
Unable to load fileName in module module at path relative url.
Module:

WsaaJar

Explanation:

Unable to load required file fileName for configuration.

System Action:

This is a severe error and the Pattern Detector needs to stop.

User Response:

Verify your installation. Contact your IBM technical-support representative.

DMH7616E
Illegal WAS version: was version, must be 4 or 5
Module:

WsaaJar

Explanation:

Only WAS version 4 and 5 are supported at this time.

System Action:

The Pattern detector for this server will be skipped.

User Response:

Change the configuration to only scan WAS version 4 or version 5 servers.

DMH7617E
Cannot create ClassLoader for Ear: ear location, skipping it.
Module:

WsaaJar

Explanation:

Cannot create ClassLoader for Ear: ear location, skipping it.

System Action:

This Ear will be skipped for pattern detector

User Response:

Contact your IBM technical-support representative.

DMH7618E
File retrieval error, retriever not supported for Scanner type scanner type.
Module:

WsaaJar

Explanation:

File retrieval error, retriever not supported for Scanner type scanner type.

System Action:

The asset will not be retrieved.

User Response:

Contact your IBM technical-support representative.

DMH7619E
Link type type does not exist between assets source asset and target asset
Module:

WsaaJar

Explanation:

Link type type does not exist between assets source asset and target asset This might be as a result of incompatible configuration or an error in WebSphere Studio Asset Analyzer installation

System Action:

This link will not be added to the metadata repository.

User Response:

Verify your installation. Contact your IBM technical-support representative.

DMH7620E
Error while trying to run Pattern Detector on Cell [cell], skipping it.
Module:

WsaaJar

Explanation:

Error while trying to run Pattern Detector on Cell [cell], skipping it for pattern detection.

System Action:

This cell will be skipped for pattern detection and the next cell will start.

User Response:

Contact your IBM technical-support representative.

DMH7621W
Cell [cell] has no servers, skipping it.
Module:

WsaaJar

Explanation:

A cell requires a server to be analyzed. The cell [cell] has no server and is skipped.

System Action:

The WAS cell will not be processed.

User Response:

None

DMH7622E
Multiple archive manifests found for RAR file rar id
Module:

WsaaJar

Explanation:

RAR files require only one manifest file; the application found more.

System Action:

The RAR will be skipped.

User Response:

Contact your IBM technical-support representative.

DMH7623I
Start postprocessor on non incremental postprocessors
Module:

WsaaJar

Explanation:

Informational message for status.

System Action:

Runs all the postprocessors that belong to this runtime and that are not incremental.

User Response:

None

DMH7624E
postprocessor name does not support incremental postprocessing
Module:

WsaaJar

Explanation:

The postprocessor does not support incremental postprocessing but is defined to be incremental in the configuration file.

System Action:

The postprocessor will be skipped.

User Response:

Change the incremental attribute for this postprocessor in eColabraApplication.cfg.

DMH7625E
Illegal state for scanning root changed flag: The scanning root state is old flag and the runtime is runtime
Module:

WsaaJar

Explanation:

The change flag is unknown.

System Action:

The state will be set to changed to force the postprocessor to run next time a scan is performed.

User Response:

Contact your IBM technical-support representative.

DMH7626I
Start postprocessing on scanning root scanning root name
Module:

WsaaJar

Explanation:

System is functioning normally.

System Action:

Postprocessing has started.

User Response:

None

DMH7627E
Can not get scanning roots to run postprocessors on them
Module:

WsaaJar

Explanation:

The query to get all the scanning roots in order to perform postprocessing on them has an Exception

System Action:

The postprocessing will abort

User Response:

Verify that you have Database connection. Contact your IBM technical-support representative.

DMH7628E
Collection value received for a non-string field: information field in table table name
Module:

WsaaJar

Explanation:

Since the collection's type isn't a string of some sort, the mapping to the database is illegal.

System Action:

The asset will not be stored in the database

User Response:

Contact your IBM technical-support representative.

DMH7629E
Can't get Web modules (WAR) for server [server resource]
Module:

WsaaJar

Explanation:

Can't get Web modules (WAR) for server [server resource].

System Action:

The Pattern Detector for this server will stop.

User Response:

Verify the runtime configuration in the scanning root.

DMH7630E
Can't get EJB JAR modules for server [server resource]
Module:

WsaaJar

Explanation:

Can't get EJB JAR modules for server [server resource].

System Action:

The Pattern Detector for this server will stop.

User Response:

Verify the runtime configuration in the scanning root.

DMH7631E
Initializing server bridge [server resource] failed, skipping it.
Module:

WsaaJar

Explanation:

Initializing server bridge [server resource] failed, skipping it.

System Action:

The server will be skipped for Pattern Detection.

User Response:

Verify that the configuration files for the scanning root and runtime is correct and try to run the scan again.

DMH7632E
Couldn't create Classloader and Scope for EJB Jar [file location], skipping it.
Module:

WsaaJar

Explanation:

Couldn't create Classloader and Scope for EJB Jar [file location], skipping it.

System Action:

This EJB JAR will be skipped for pattern detection.

User Response:

Verify that the configuration files for the scanning root and runtime is correct and try to run the scan again.

DMH7633E
No Deployed Ear found for ear location
Module:

WsaaJar

Explanation:

No deployed ears found for the current EAR.

System Action:

This Ear will be skipped for pattern detection.

User Response:

Contact your IBM technical-support representative.

DMH7634E
More than one Deployed Ear found for ear location, using first instance.
Module:

WsaaJar

Explanation:

Multiple deployed ears found for the current EAR.

System Action:

Continue processing with the first deployed EAR.

User Response:

Contact your IBM technical-support representative.

DMH7635E
The extracted resource "asset id" that was passed is not a file
Module:

WsaaJar

Explanation:

The extracted resource is a collection. It is most likely a directory.

System Action:

The resource will be skipped.

User Response:

Contact your IBM technical-support representative.

DMH7636E
The extracted resource "asset id" that was passed is not a directory
Module:

WsaaJar

Explanation:

The extracted resource is not a collection. It is most likely a file.

System Action:

Resource will be skipped.

User Response:

Contact your IBM technical-support representative.

DMH7637E
Cannot create a resource from the scanning root "scanning root", file "file", and WAS configuration "was config".
Module:

WsaaJar

Explanation:

Can not create a resource in order to analyze it. This is usually as a result of illegal XML file as a scanning root definition in WAS scanners.

System Action:

The scanning root is ignored and processing is done for the next scanning root.

User Response:

Verify the WAS scanning root definition.

DMH7638E
Cannot find the XML config scan root file xml scanning root in the database.
Module:

WsaaJar

Explanation:

The XML config scanning root file should be in the database, but it is not.

System Action:

The scanning root is ignored and processing continues to the next asset.

User Response:

Contact your IBM technical-support representative.

DMH7639E
Wrong resource type 'bad resource type' was passed to method that expected 'expected resource type'.
Module:

WsaaJar

Explanation:

A resource type was different than what was expected.

System Action:

Resource will be skipped.

User Response:

Contact your IBM technical-support representative.

DMH7640E
The resource "location" that was passed is not a file
Module:

WsaaJar

Explanation:

The resource is not a file. It is most likely a directory.

System Action:

Resource will be skipped.

User Response:

Contact your IBM technical-support representative.

DMH7641E
The resource "location" that was passed is not a directory
Module:

WsaaJar

Explanation:

The resource is not a directory. It is most likely a file.

System Action:

Resource will be skipped.

User Response:

Contact your IBM technical-support representative.

DMH7642E
The resource passed is a non-file-system resource, resource
Module:

WsaaJar

Explanation:

The resource passed is a non-file-system resource, It is probably belongs to another scanner.

System Action:

Resource will be skipped.

User Response:

Contact your IBM technical-support representative.

DMH7643E
The resource passed is not a ClearCase resource, resource
Module:

WsaaJar

Explanation:

The resource passed is a non-ClearCase resource, It is probably belongs to another scanner.

System Action:

Resource will be skipped.

User Response:

Contact your IBM technical-support representative.

DMH7644E
Bad ClearCase scanning root defined, root
Module:

WsaaJar

Explanation:

The ClearCase scanning root definition is not correct or the ClearCase client is not installed correctly.

System Action:

The scanning root will be skipped.

User Response:

Correct the configuration and scan again.

DMH7645E
No implementing class for scanner scanner name
Module:

WsaaJar

Explanation:

The implementation class for the scanner is missing.

System Action:

The scanner will be skipped.

User Response:

Contact your IBM technical-support representative.

DMH7646E
The java code parsing for a JSP file failed on file resource id
Module:

WsaaJar

Explanation:

There is a parsing error when trying to parse the Java part of the JSP file.

System Action:

The Java information from the JSP will not be collected.

User Response:

Verify if this JSP is well formed. If so then contact your IBM technical-support representative.

DMH7647E
Error writing to filter mapping table filter name
Module:

WsaaJar

Explanation:

Unable to add filter to SRVLMAP table.

System Action:

The resource is skipped.

User Response:

Verify that configuration is correct and database connection is working correctly.

DMH7648E
An error occurred when extracting parameter from the message driven bean description class for bean bean name
Module:

WsaaJar

Explanation:

Transaction type, message selector, acknowledge mode, subscription durability, subscription durability, or destination type is unknown.

System Action:

The resource is skipped.

User Response:

Verify sources are valid.

DMH7649E
An invalid resource descriptor was passed for an EJB resource
Module:

WsaaJar

Explanation:

EjbAnalyzer expected for an EjbDescriptor but got another descriptor.

System Action:

The resource is skipped.

User Response:

Contact your IBM technical-support representative.

DMH7650E
Attribute value column attribute column name not found in table table name for rule rule name
Module:

WsaaJar

Explanation:

The column was not found for a rule of HTML/JSP analyzer and thus the rule is not legal.

System Action:

The rule is skipped for all resources.

User Response:

Contact your IBM technical-support representative.

DMH7651E
Constant value column constant column name not found in table table name for rule rule name
Module:

WsaaJar

Explanation:

The column was not found for a rule of HTML/JSP analyzer and thus the rule is not legal.

System Action:

The rule is skipped for all resources.

User Response:

Contact your IBM technical-support representative.

DMH7652E
Functor semantic functor name defined but no content field specified for rule rule name
Module:

WsaaJar

Explanation:

An illegal implementation for rule in HTML/JSP analyzer.

System Action:

The rule is skipped for all resources.

User Response:

Contact your IBM technical-support representative.

DMH7653E
Could not find the functor class semantic functor name specified for rule rule name
Module:

WsaaJar

Explanation:

An illegal implementation for of one of the parts in HTML/JSP analyzer rules.

System Action:

The rule is skipped for all resources.

User Response:

Contact your IBM technical-support representative.

DMH7654E
Could not find the location external table name specified for rule rule name
Module:

WsaaJar

Explanation:

A declared external table was not found and thus the data can not be set in it.

System Action:

All resources of the external table's asset will be skipped.

User Response:

Contact your IBM technical-support representative.

DMH7655E
Content column content column name not found in table table name for rule rule name
Module:

WsaaJar

Explanation:

An illegal implementation for rule in HTML/JSP analyzer.

System Action:

The rule is skipped for all resources.

User Response:

Contact your IBM technical-support representative.

DMH7656E
Failed to parse tag bad tag name
Module:

WsaaJar

Explanation:

A parsing error occurred in one of the HTML/JSP tags.

System Action:

The tag will be skipped.

User Response:

Verify that the tag is well formed.

DMH7657E
Cannot add to table table name under column key, the value is a non-list
Module:

WsaaJar

Explanation:

Illegal type of attribute tries to put in a column in external asset table

System Action:

The asset is skipped.

User Response:

Contact your IBM technical-support representative.

DMH7658E
Called getId method for instance without id resource name
Module:

WsaaJar

Explanation:

The method was called in illegal state.

System Action:

The resource is skipped.

User Response:

Contact your IBM technical-support representative.

DMH7659W
postprocessor postprocessor name was not run due to dependency problem
Module:

WsaaJar

Explanation:

One of the dependent analyzers and/or dependent postprocessors does not exist.

System Action:

The postprocessor will be skipped.

User Response:

Verify dependencies in eColabraApplication.cfg. Contact your IBM technical-support representative.

DMH7660W
Postprocessor name was not run due to dependent postprocessor dependent name
Module:

WsaaJar

Explanation:

The dependent postprocessor did not succeed because a dependent analyzer or postprocessor did not exist or failed.

System Action:

This postprocessor will not be run.

User Response:

Contact your IBM technical-support representative.

DMH7661W
Dependent postprocessor dependent postprocessor does not exists or not active therefore postprocessor postprocessor name will not be activated
Module:

WsaaJar

Explanation:

A dependent postprocessor does not exists or not activated as a result another postprocessor will not run.

System Action:

This postprocessor will not be run.

User Response:

Verify the dependency in eColabraApplication.cfg. Contact your IBM technical-support representative.

DMH7662W
Postprocessor postprocessor name was not run due to missing dependent analyzer: analyzer name
Module:

WsaaJar

Explanation:

A dependent Analyzer does not exists as a result the postprocessor will not run.

System Action:

This postprocessor will not be run.

User Response:

Verify the dependency in eColabraApplication.cfg. Contact your IBM technical-support representative.

DMH7663I
Postprocessor postprocessor name is not active
Module:

WsaaJar

Explanation:

The active property in the postprocessor section of the configuration is not set to "true".

System Action:

The postprocessor will be skipped.

User Response:

If the postprocessor should be run, update the configuration. If the postprocessor was intended to be skipped, the system is functioning normally and no action is required.

DMH7664E
Postprocessor number for postprocessor name does not exist.
Module:

WsaaJar

Explanation:

The section number for this postprocessor does not exist in the configuration.

System Action:

Processing stops.

User Response:

Add the required section to the postprocessor configuration.

DMH7665E
Postprocessor running place is not scanner and not runtime
Module:

WsaaJar

Explanation:

Each postprocessor should run either in the 'scanner' or the 'servlet' but this postprocessor is not defined as either of them in eColabraApplication.cfg

System Action:

The postprocessor will be skipped.

User Response:

Correct configuration to only have valid postprocessor section.

DMH9999I
Development message: debug message
Module:

WsaaJar

Explanation:

This is a message used in development and debug. The message is meant for the developer and therefore not translated. The user should only see this message when logging is set to the debug level.

System Action:

The system is being run with logging set to the debug level.

User Response:

Turn the logging level to a lower level if you do not want this message logged.

Appendix. Notices

Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

This information was developed for products and services offered in the U.S.A. IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program,  or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service.

IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not give you any license to these patents. You can send license inquiries, in writing, to:

IBM Director of Licensing
IBM Corporation
J46A/G4
555 Bailey Avenue
San Jose, CA 95141-1099
U.S.A

For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to:

IBM World Trade Asia Corporation
Licensing
2-31 Roppongi 3-chome, Minato-ku
Tokyo 106, Japan

The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OR CONDITIONS OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you.

This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice.

Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk.

IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you.

Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact:

IBM Corporation
J46A/G4
555 Bailey Avenue
San Jose, CA 95141-1099
U.S.A.

Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee.

The licensed program described in this document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any equivalent agreement between us.

Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.

This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples may include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental.

COPYRIGHT LICENSE:

This information contains sample application programs in source language, which illustrates programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs. You may copy, modify, and distribute these sample programs in any form without payment to IBM for the purposes of developing, using, marketing, or distributing application programs conforming to IBM's application programming interfaces.

Each copy or any portion of these sample programs or any derivative work, must include a copyright notice as follows:

(C) (your company name) (year). Portions of this code are derived from IBM Corp. Sample Programs. @copy; Copyright IBM Corp. 2001, 2003. All rights reserved.

Programming interface information

Programming interface information is intended to help you create application software using this program.

General-use programming interfaces allow the customer to write application software that obtain the services of this program's tools.

However, this information may also contain diagnosis, modification, and tuning information. Diagnosis, modification and tuning information is provided to help you debug your application software.

Warning: Do not use this diagnosis, modification, and tuning information as a programming interface because it is subject to change.

Trademarks and service marks

The following terms are trademarks of International Business Machines Corporation in the United States, or other countries, or both:

CICS
CICS Connection
CICS/ESA
DB2
DB2 Universal Database
IBM
IMS
IMS/ESA
Language Environment
MVS
Net.Data
OS/390
QMF
RACF
S/390
VisualAge
VTAM
WebSphere
z/OS

Domino is a trademark of Lotus Development Corporation in the United States, or other countries, or both.

Tivoli and NetView are trademarks of Tivoli Systems Inc. in the United States, other countries, or both.

Active Accessibility, Microsoft, Windows, Windows NT, Wizard and the Windows logo are trademarks or registered trademarks of Microsoft Corporation in the United States, or other countries, or both.

Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States, or other countries, or both.

UNIX is a registered trademark in the United States and other countries licensed exclusively through X/Open Company Limited.

Other company, product, and service names, which may be denoted by a double asterisk(**), may be trademarks or service marks of others.