Open oracle Forms error
文章來源: 平安是福mtl2009-02-19 14:26:43

1) Below are error messages when first time opening a form with Oracle Forms.

FRM-18108: Failed to load the folllowing objects.
Source Module: APPSTAND
Source ObjectL STANDARD_PC_AND_VA
.........................................................

2) Reason: Couldn’t find the necessary sources.

3) Solutions:

1) Go to the Unix server to find all source codes. They are in …au11.5.0resource directory. The below example, caedbr21 is the server name.

caedbr21u01oraclesitsitapplau11.5.0resource

2) Go to the local machine, find the FORM_PATH.

Start -> Run -> regedit , under ‘KEY_DevSuiteHome1’, name: FORMS_PATH can be found. In my case, the value is: C:DevSuiteHome_1cgenf61admin;C:DevSuiteHome_1forms

3) Copy all files under caedbr21u01oraclesitsitapplau11.5.0resource on server to the one of the directory of FORMS_PATH.

For example, copy to C:DevSuiteHome_1forms.

After this, if still complaining missing some *fmb files like below. Find the forms under $AU_TOP/forms/US, copy them to forms_path directory.

Normally $AU_TOP/forms/US/APSTAND.fmb and $AU_TOP/forms/US/APPSTAND.fmb are needed in FORMS_PATH.

Done!