library attachement [message #110520] |
Tue, 08 March 2005 07:12 |
SRM1
Messages: 13 Registered: February 2005 Location: Thane
|
Junior Member |
|
|
Hi All,
I am getting following msg while opening the "fmb" in the form builder.
FRM-10102 -cannot attach PL/SQL library
D:\Projs\sce\care1\care\forms\CALENDER.This library attachment will be lost if the module is saved.
when said 'ok' and then attached the 'CALENDER' library from my machine it is asking for "Remove Path" - yes/no ?
then what one should select ?
if 'yes' is selected then that 'fmb' should be saved with the library or not.
B'coz i am getting that 'FRM-10102' everytime,i open the form.
Is there any harms for saving the form once the library is attached ?
Regards,
SRM
|
|
|
Re: library attachement [message #110611 is a reply to message #110520] |
Wed, 09 March 2005 00:58 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Always remove the path when attaching libraries.
If you don't, you will get a problem when you deploy the form to another environment (e.g. production). The path that you used to the library can differ in another environment, resulting in forms being unable to find the library.
Put the libraries (pll in development, plx in production) in a directory that is in your forms-path.
Make sure that, when using pll-s there is no plx anywhere in the forms-path, as forms first checks the whole forms-path for plx files before scanning the forms-path for pll files.
hth
|
|
|