Consultor Eletrônico



Kbase 19387: Possible reasons of getting Error 2625 when quering Data
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   06/01/2000
Title : Possible reasons of getting Error 2625 when quering Data

KnowledgeBase number:
Modified Date: 06/01/2000

This document applies to: Data Dictionary and SQL92 Stored Procedure
Version and Release Number: Progress 9.0B and later

Error : Dictionary being changed by <user> on <tty>. Wait or choose CANCEL to stop. (2625)


This Kbase entry is intended to show a circumstance where the error 2625 can occur.


POSSIBLE CAUSE:
==============

- A Java Stored Procedure has been created but not committed

Solution :
--------
From SQL Tool (example, SQL Explorer), execute the command : commit work;

- You tried to access a database schema that another user is changing. You cannot access the database while the schema is being changed. The message indicates who is changing the database schema. Either wait for the other user to finish, or select CANCEL to terminate your operation.


REFERENCES TO WRITTEN DOCUMENTATION:
====================================

jmr (06/01/2000)