Kbase P93169: Attempting to create a second ProDataSet by using the CREATE-LIKE method and getting error 11969
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  31/08/2004 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
SYMPTOM(s):
Attempting to create a second ProDataSet by using the CREATE-LIKE method
Unable to CLEAR target CREATE-LIKE dataset. (11969)
CAUSE:
When the target of the CREATE-LIKE method already has a definition, then it has to be cleared away before CREATE-LIKE can make a new definition in it. However, if the target is a static ProDataSet (as it was in this case) it is not possible to clear it as it is already like whatever it is going to be and that is that.
FIX:
Modify the application code and change the static ProDataSet which the code is trying to use as the target of the CREATE-LIKE method to a dynamic ProDataSet