Home » Developer & Programmer » Forms » ERRON IN ORACLE FORM 11.1.2.2.0
ERRON IN ORACLE FORM 11.1.2.2.0 [message #660241] Mon, 13 February 2017 06:06 Go to next message
NIJ1611
Messages: 17
Registered: February 2017
Junior Member
Hi,
I am facing the problem...
I have cretaed a new form through wizard using templete.fmb.Also attached .pll . There is no custom pl/sql code.
Without attaching .pll it is working fine...but after attaching when executing through form builder getting this error message.....FRM-40735 ON WHEN NEW FORMS INSTANCE


[MERGED by LF]

[Updated on: Wed, 15 February 2017 15:08] by Moderator

Report message to a moderator

Re: ERRON IN ORACLE FORM 11.1.2.2.0 [message #660253 is a reply to message #660241] Mon, 13 February 2017 08:32 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
FRM-40735 means an unhandled exception occurred. The error message should contain another error code.
Re: ERRON IN ORACLE FORM 11.1.2.2.0 [message #660350 is a reply to message #660253] Wed, 15 February 2017 04:52 Go to previous messageGo to next message
NIJ1611
Messages: 17
Registered: February 2017
Junior Member
Dear Sir,

Please find the attachment while executing the fresh made fmx with the below mentioned configuration.

Oracle 11g forms version : 11.1.2.2.0

Os.version : windows 7 64 bit professional


the file with .cfg and .env are the configurable files.
Attachment: form.jpg
(Size: 38.75KB, Downloaded 5 times)
  • Attachment: form.jpg
    (Size: 38.75KB, Downloaded 1005 times)
Re: ERRON IN ORACLE FORM 11.1.2.2.0 [message #660351 is a reply to message #660350] Wed, 15 February 2017 04:54 Go to previous messageGo to next message
NIJ1611
Messages: 17
Registered: February 2017
Junior Member
Dear Sir,

Please find the attachment while executing the fresh made fmx with the below mentioned configuration.

Oracle 11g forms version : 11.1.2.2.0

Os.version : windows 7 64 bit professional

---------------------------\default.env file -------------# default.env - default Forms environment file, Windows version
#
# This file is used to set the Forms runtime environment parameters.
# If a parameter is not defined here, the value used will be that defined
# in the environment in which the WLS Managed Server was started.
#
# NOTES
# Configuration assistant will replace all the macro's with
# the actual values.
#
ORACLE_HOME=D:\Oracle\Middleware\Oracle_FRHome1
ORACLE_INSTANCE=D:\Oracle\Middleware\asinst_1
#
#
# TNS Entry to locate the database
#
TNS_ADMIN=D:\Oracle\Middleware\asinst_1\config
#
#
# Search path for Forms applications (.fmx files, PL/SQL libraries)
#
FORMS_PATH=D:\Oracle\Middleware\Oracle_FRHome1\forms;D:\Oracle\Middleware\asinst_1\FormsComponent\forms ;R:\GLOBAL\SPON_D\LIBRARY;R:\GLOBAL\LHSG_D\LIBRARY;
#
#
# Webutil config file path
#
WEBUTIL_CONFIG=D:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\server\webutil.cfg
#
#
# Disable/remove this variable if end-users need access to the query-where
# functionality which potentially allows them to enter arbitrary SQL
# statements when in enter-query mode.
#
FORMS_RESTRICT_ENTER_QUERY=TRUE
#
#
# Java class path
# This is required for the Forms debugger
# You can append your own Java code here)
# frmsrv.jar and ldapjclnt11.jar are required for
# the password expiry feature to work(2213140).
#
CLASSPATH=D:\Oracle\Middleware\Oracle_FRHome1\forms\j2ee\frmsrv.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\ldapjclnt11.jar;D:\Oracl e\Middleware\Oracle_FRHome1\jlib\debugger.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\ewt3.jar;D:\Oracle\Middleware\Oracle_FRHome1\j lib\share.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\utj.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\zrclient.jar;D:\Oracle\Middle ware\Oracle_FRHome1\reports\jlib\rwrun.jar;D:\Oracle\Middleware\Oracle_FRHome1\forms\java\frmwebutil.jar;D:\Oracle\Middleware\Oracle_ FRHome1\jlib\start_dejvm.jar;D:\Oracle\Middleware\Oracle_FRHome1\opmn\lib\optic.jar
#
#
# The PATH setting is required in order to pick up the JVM (jvm.dll and
# java.exe).
# Since PATH is being set, it needs to also include
# %ORACLE_HOME%\bin so relevant files are correctly found.
#
PATH=D:\Oracle\Middleware\Oracle_FRHome1\bin;D:\Oracle\Middleware\Oracle_FRHome1\jdk\jre\bin\client;D:\Oracle\Middleware\Oracle_FRHom e1\jdk\bin
#
#
# Settings for Forms tracing and logging
# -----------------------------------------------
# Note: By default tracing and logging directory is
# ORACLE_INSTANCE\FormsComponent\forms\trace
# To change the trace directory this entry has to be uncommented and set to
# desired directory for tracing and logging
#
#
#FORMS_TRACE_DIR=%ORACLE_INSTANCE%\FormsComponent\forms\trace
#
#
# Settings for Javascript events
# -----------------------------------------------
# Note: If this variable is set to false then the triggers and
# built-ins associated with javascript events are disabled
#
#
#FORMS_ALLOW_JAVASCRIPT_EVENTS=
#
#
#
# System settings
# ---------------
# You should not normally need to modify these settings
#
FORMS=D:\Oracle\Middleware\Oracle_FRHome1\forms
Re: oracle form11g error [message #660404 is a reply to message #660241] Wed, 15 February 2017 15:07 Go to previous message
Littlefoot
Messages: 21807
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Could you post contents of the WHEN-NEW-FORM-INSTANCE trigger?
Previous Topic: Use own Menu, but keep default menu
Next Topic: Reading a Query String (url parameters) in Oracle forms 11g
Goto Forum:
  


Current Time: Fri Apr 19 13:10:44 CDT 2024