If your target database is the same in the sense of layout, you don't need to do anything: just use catalog/schema name overwriting as described in 'Application configuration through config files' in the help file.
If your project is 'slightly' different (i.e. some tables have different names, or there are different fields here and there) follow these steps:
- create a COPY of the .lgp file. From now on use that COPY
- load the copy in the designer
- right click the Project node in the project explorer, select properties and rename the project. Also rename the project node to the name of the new project so you know you're working with a different project.
- go to the catalog explorer
- right click any catalog/schema you want to rename so next time you refresh the catalog it will connect to THAT name. Rename the catalog/schemas to the catalog/schemas of your new project. So example: if your current project works with CustomerABC database and the CustomerXYZ database is almost the same, simply rename the catalog in the copy project you've loaded to CustomerXYZ. You can rename catalogs and schemas by rightclicking them
- refresh the catalog. Connect to the right server and the new catalogs/schemas are already preselected.
- After the refresh, examine the log carefully to see what has changed.
This should make converting the project a 5 minute process
.
But it would be good to know how different the databases are so we can give you proper advice