Kbase 16997: How to move AS/400 DataServer Native 4GL to another library
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/08/2003 |
|
Status: Technically Reviewed
GOAL:
How to move AS/400 DataServer Native 4GL to another library.
FIX:
You may want to move Progress/400 DataServer and Native 4GL to another library, for example because you have to install a new version and you want to keep the old one. To achieve this you need to do some steps:
1. Rename the DataServer library. For example:
RNMOBJ OBJ(oldname) OBJTYPE(*LIB) NEWOBJ(newname)
2. Rename the dlc directory. For example:
RNM oldname newname
3. Change the Progress defaults with CHGPRODFT. This is specially
important to make the Native 4GL client pointing to the correct
dlc directory, and to change to library name in the PROGRESS User
Space (*USRSPC). Even if you do not change any parameter you have
to run this utility.