Database log error.

rpenridge

New Member
Hi All,

We are currently getting quite a few log entries along the lines of the following:

09:02:23 Usr 7: Field 15 from so_mstr record (recid 7867712) was missing from FIELDS phrase. (3782)

Does anyone have any idea as to how I can track down what is causing this error. According to the quick report in the data dictionary, field 15 is so_pr_list. What now??

We are running MFG/PRO 9.0, PROGRESS 8.3b, HP-UX chui mode.

Thanks,
Rob
 

dkellgren

Member
KBASE Entry 18028 may help you out on this one...

"A Possible Reason For Getting Errors 3782 And/Or 480

You can get errors 3872 and 480 if you set the "fields used" option in
a browse widget to "fields used" instead of "all fields" and in your
code you refer to fields that are not used in the browse widget.

The answer to this is to change the option back to "all fields"."

Hope that helps.

-dk-
 
Top