Oracle.forms.webutil.file.FileFunctions bean not found [message #448586] |
Wed, 24 March 2010 02:59 |
Gogetter
Messages: 39 Registered: December 2009 Location: Cologne Germany
|
Member |
|
|
Hello,
We have an application with lots of modules, where we use webutil for data exports, where we create text files on the client. The export is called in a WHEN-BUTTON-PRESSED Trigger and usually works fine, but we have the following problem:
If two modules, where webutil is used, are opened at the same time and one module is closed by a third form, webutil does not function anymore in the other module. If we then try to create a text file after closing on module, we get the following error-message:
Oracle.forms.webutil.file.FileFunctions bean not found.
WEBUTIL.FILE.FILE_SELECTION_DIALOG_INT will not work.
It's not only the FileFunctions bean, all other webutil functions do not work also anymore in the remaining module.
This is not the usual "PRE-FORM", "WHEN-NEW-FORM-INSTANCE" etc. Webutil-Problem.
As I said before, webutil works, but when we close one module with webutil used, it does not work in another open module anymore.
Any Idea, why this happens and how to solve the problem???
Thanks for your hints
Rudi
|
|
|
Re: Oracle.forms.webutil.file.FileFunctions bean not found [message #448890 is a reply to message #448586] |
Thu, 25 March 2010 09:24 |
Gogetter
Messages: 39 Registered: December 2009 Location: Cologne Germany
|
Member |
|
|
Hello again,
meanwhile we found a solution (Thanks to Michael Ferrante on OTN for helping us), so this thread can be closed. Maybe is's useful for others:
Sometimes the information of loaded beans seemed to go with the wind. Then you need a entry in your default.env
DE_VARIABLESHARE=1
you can chooses any others value. Any not null value should work.
For more (small) info read this:
oracle.com - technology - documentation - forms - 6idocs - relnotef_p11_s.pdf
Ty
Rudi
|
|
|
|