Kbase P75079: Dynamics: Error 293 in a runtime session when saving or updating a record
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/7/2004 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics
SYMPTOM(s):
Error 293 when saving or updating a record
<include_file> was not found. (293)
Running a session without database connections and connected to the AppServer
Fields have Data-Dictionary validations
Field Validation references to an include file
CAUSE:
This is a expected behavior, the include file referenced in the field validation cannot be compiled and executed in a runtime session
FIX:
Modify the field validation and avoid the reference to the include file
FIX:
Modify the field validation and avoid the reference to the include file when the objects are created. It can be done in the following ways according to the object type:
Dynamics SmartDataObjects:
- Check the 'Suppress all Validations' option in the Generate Objects tool in the 'Data Object' folder.
Static SmartDataObjects:
- Uncheck the 'Inherit Dictionary Validation Expression' option for each field in the 'Advanced' option.
Static SmartDataBrowsers or SmartDataViewers:
- Double click in the frame and check the 'No-validate' option.