The following messages occur only in the VisualAge for Java version of the VisualAge Generator to EGL migration tool.
HPT.EGL.0101.e | Current package name vagenPackageName - results in EGL package name eglPackageName, which starts with # or uses reserved word(s) reservedWordList. It must be renamed. |
Explanation: EGL reserved words cannot be used as any word in the dot notation for EGL package names.
User Response: Use the Stage 1 renaming rules to create an EGL package name that does not violate the EGL naming restrictions. Refer to Appendix Reserved words that lists the EGL reserved words. Be sure that the resulting EGL package name does not start with the # symbol.
HPT.EGL.0102.e | Migration Set migrationSetName - migrationSetVersion references version projectVersion1 and projectVersion2 of project projectName. The migration set was not created. |
Explanation: The migration tool expanded the high-level PLP project for the specified migration set version. The expanded high-level PLP project contains multiple versions of the same project name. Migration cannot continue.
User Response: If you are using PLP projects, modify the high-level PLP project and any lower-level PLP projects that it references so that only one version of each project is included in the PLP chain. If you created the migration plan file by hand, modify the migration plan file so that only one version of each project is specified for the migration set.
HPT.EGL.0103.e | An error occurred while loading the database driver. driver: driverName. Please check to ensure that the db2java.zip file is in the classpath. |
Explanation: The database driver that is specified in the Stage 1 preferences file could not be found.
User Response: Modify the Stage 1 preferences file to point to the correct driver name and location.
HPT.EGL.0104.e | An error occurred while connecting to the database. database: databaseName. |
Explanation: The Stage 1 migration tool was not able to connect to the migration database.
User Response: Make sure that the specified database has been created. Also review your user ID and password settings in the Stage 1 preferences file to ensure that they are correct.
HPT.EGL.0105.e | Error occurred when closing the database connection. |
Explanation: The Stage 1 migration tool was not able to close the connection to the migration database.
User Response: The Stage 1 migration tool does any commits before it tries to close the database connection. You should be able to shut down VisualAge Generator to force the connection to close.
HPT.EGL.0106.e | Error accessing repository in method methodName. |
Explanation: The specified method for the Stage 1 migration tool was not able to access the repository.
User Response: Verify that your repository is accessible and that there are no network problems if you are using a remote repository. Then try migrating again.
HPT.EGL.0107.e | Error occurred while writing out XML file fileName. |
Explanation: The Stage1 migration tool was not able to write the specified file name.
User Response: Verify that there is sufficient space available for the file. Then try migrating again.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.