Consultor Eletrônico



Kbase P9876: Erros 5407 or 5635 customizing a SmartDataField
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   31/01/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

Added new property to a SmartDataField

Customizing fieldcustomer.p under src\adm2\custom directory

Created a new fieldcustom.p based on other custom.p file

WARNING: -nb exceeded. Automatically increasing from <old value> to <new value>. (5407)

SYSTEM ERROR: -s exceeded. Raising STOP condition and attempting to write stack trace to file 'procore'. Consider increasing -s startup parameter. (5635)

CAUSE:

The fieldcustom.p file is missing from src/adm2/custom directory from the original Progress Installation

FIX:

Create it based on another custom.p file but make sure to change method include library to src/adm2/fieldprop.i following the steps:
Change the method include library to src/adm2/fieldprop.i following the steps:
1) Open your fieldcustom.p in Appbuilder
2) Go to "Tools" menu
3) Choose "Procedure settings"
4) Click on the "Method Library" first button in your top left hand side
5) Remove the library reference
6) Add src/adm2/fieldprop.i