FRM-40735, ORA-06508 [message #347061] |
Wed, 10 September 2008 09:48 |
Steve Corey
Messages: 336 Registered: February 2005 Location: RI
|
Senior Member |
|
|
Hello,
I am having some difficulty with generating FMX files from my client using Forms 6i on a XP OS. Everytime I create a datablock, even one that simply contains the DUMMY field from dual table, when I go to Program -> Run Form -> Client/Server to generate the .FMX, I immediately receive the error message:
FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508.
Obviously, the form cannot find a package and/or library. I am not attaching any more libraries or packages other than the standard ones that come automatically from TEMPLATE.fmb.
My setup is as follows: I open TEMPLATE.fmb and save a local copy, renamed for the form I am creating. All standard libraries, as far as I can tell, are attached without incident. If I attempt to generate the .FMX at this point, I can do so without receiving the error message. As soon as I create a new datablock and try to run the form, I receive the FRM-40735 error.
The only thing I can think of is that one (or more) of the standard libraries attached to the form is missing and/or invalid. This would not surprise me due to the fact that we do not have a mappable share from server to client so that we can reference standard libraries ($AU_TOP/resource) and standard forms ($AU_TOP/forms). To get around this issue, we copied the libraries and forms down locally to the clients and pointed our FORMS60_PATH registry variable to the local location. I do not like this solution, but am at a loss as to any other alternatives.
At this point, I am recompiling all libraries and forms on the server and attempting to copy down again.
I guess my question is has anyone had this problem before? If so, how did you fix it? Also, is there a way I can tell which package/library is the culprit?
Thank you,
Steve
|
|
|
Re: FRM-40735, ORA-06508 [message #347086 is a reply to message #347061] |
Wed, 10 September 2008 10:53 |
Steve Corey
Messages: 336 Registered: February 2005 Location: RI
|
Senior Member |
|
|
Quick update:
Apparently, this error is not related to the creation of data blocks, but rather when I create a layout. Any canvas that initially or ever references the APPCORE_PROPERTIES window will generate the error message I discussed in my initial post. Now I have a starting place, so I will continue to plunge down this path to see what I can uncover. I believe that my initial hunch is correct and that the library is not valid. I am not sure why though.
-
Steve
|
|
|
Re: FRM-40735, ORA-06508 [message #347087 is a reply to message #347061] |
Wed, 10 September 2008 10:59 |
Steve Corey
Messages: 336 Registered: February 2005 Location: RI
|
Senior Member |
|
|
Unreal. One of the libraries did not get attached. The culprit was OFG4CALL.pll.
As soon as I attached that library, when I compiled the form I noticed that APPCORE and APPTRACE libraries were recompiled.
My problem is now resolved.
|
|
|
|
|
|
Re: FRM-40735, ORA-06508 [message #404888 is a reply to message #347061] |
Mon, 25 May 2009 03:56 |
zhanghouli
Messages: 1 Registered: May 2009
|
Junior Member |
|
|
I am also facing the same problem. I attached all *.pll files, I download all *.pll and *.plxfiles from the EBS Server. I have set FORMS_PATH. The problem occurs, I don't know how to resolve it.
|
|
|
|
|
|
|
|