2537-0024 2537-0030
2537-0024 Cannot open file
string
for reading. Check for valid path and file
specification and permissions.
Explanation: An attempt to read data from the file in the directory that you specified failed,
due to the fact that the file cannot be opened for reading. This is because either the file
name or a directory in the specified path is invalid, or the file is missing read permission, or
a directory in the path is missing execute permission.
User Response: Verify that both the file name and path are correct, and that all directories
in the path have execute permission, and make sure you have read permission for the file.
|2537-0025 There is only one included function file associated with the selected
|function, and the included function file is same as the file currently
|displayed in Source Code Display Window.
|Explanation: An attempt was made to view a selected function's included function
|information. In this case, there is only one included function file associated with the selected
|function, and this file is the same as the file currently displayed in the Source Code Display
|Window, so no other code display window will be brought up.
|User Response: None. This is an informational message.
2537-0026 An error occurred in locating a selected list item.
Explanation: An internal error occurred while trying to locate a selected item in a listing.
User Response: Gather information about the problem and follow local site procedures for
reporting hardware and software problems.
2537-0027 Line table information is not available in the object file.
Explanation: A file's line table information is not available, and therefore no address can be
mapped back to source statement.
User Response: Compile your application with the -g compile-time flag if you would like to
see source statement profiling.
2537-0029 Bad gmon.out file
string
. This file will be ignored.
Explanation: An error was detected while processing a gmon.out file that you asked to be
loaded. This error was either bad gmon.out header information, or a discrepancy between
the file size listed in the header data and the actual size of the file. In either case, the file is
not loaded. If there was more than one gmon.out file specified, all valid files will be loaded.
If this was the only gmon.out file chosen for loading, nothing is loaded, and the main display
appears empty.
User Response: Make sure that all files specified as gmon.out files are of that file format.
2537-0030 No valid gmon.out files have been specified. Give at least one gmon.out file
as input.
Explanation: All of the files that you specified as gmon.out files were invalid. Therefore,
no files were loaded, and nothing is displayed in the Xprofiler main window.
User Response: When loading files in Xprofiler, give the name of at least one valid
gmon.out file. If there are additional error messages below this one, try addressing the
errors called out in those messages first, and then try to reload your gmon.out files.
Chapter 7. Xprofiler Messages 177