Consultor Eletrônico



Kbase P136374: Is there someway to make a .pl (library) file available for a change in the code when users still ha
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/10/2008
Status: Unverified

GOAL:

Is there someway to make a .pl (library) file available for a change in the code when users still have it open?

GOAL:

How can we modify our code if it is in a pl file that a client has open.

FACT(s) (Environment):

Windows
Progress/OpenEdge Product Family

FIX:

You can not change the code in a .pl file that is held open by a client. The following steps can be used to work around this issue:
1. Create a shadow .pl file in another directory.
2. Modify the code in the shadow .pl file.
3. Once the modifications are in place, have the users log out.
4. Point the PROPATH to the shadow copy.
5. Users can log back in to get the new code.
6. Repeat the process in reverse as needed.