Kbase P11015: Dictionary in read only mode and alterations are not allowed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/25/2003 |
|
Status: Unverified
SYMPTOM(s):
Progress Dictionary is in read only mode and alterations are not allowed
Dictionary is being called from a 4GL procedure using keyword 'DICTIONARY'
Procedure which start the Dictionary is called from another procedure
If the procedure is ran directly (via the editor) - The Dictionary can be modified
CAUSE:
The procedure which calls the DICTIONARY start up procedure is connecting to the database and calling the procedure inside a transaction block.
FIX:
Verify the transaction scope. Connect to the database in the called procedure.