Home » Developer & Programmer » Forms » Login window Error (Forms 11.1.2.2 - WIN Server 2008)
Login window Error [message #628507] Tue, 25 November 2014 15:43 Go to next message
vslewis
Messages: 8
Registered: September 2012
Location: Arizona
Junior Member
When loging into a FORMS 11g (Fusion Middleware v 11.1.2.2) and entering an error (wrong user-id/password/database) instead of getting the "login dialog box" again my form freeze up and all I can do is kill the process.

Is anybody else experiencing the same, and if so how did you solve the issue.

My question is more about seeing if other developers are having a similar issue. So, even if you don't have a solution, please reply if you are having the same problem.

I want to know if I am the only one having this issue, but of course if you have a solution I would be great!
Re: Login window Error [message #628525 is a reply to message #628507] Wed, 26 November 2014 00:22 Go to previous messageGo to next message
Littlefoot
Messages: 21808
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
First of all, I don't use forms 11g.

I'm not sure I understood what you are saying, so - what exactly are you doing? Are you trying to start Forms Builder (Developer, whatever) (a tool which enables you to design applications), or are you trying to start an application written in Forms 11g?

I *suppose* that it is the latter, because Forms 10g (the highest version I've worked with) just start and wait for you to open an existing form, or - if you want - login to the database (Ctrl + J is the shortcut). However, if you start an application, it opens a login window (username + password + database). It seems that you don't even get to that point - application kicks you out.

If that's so, is there, by any chance, an option which contains (hard-coded) credentials? That might be a file (located on the application server) named FORMSWEB.CFG (at least, in lower Forms versions).

That would be, more or less, all I can think of at the moment.
Re: Login window Error [message #628637 is a reply to message #628525] Wed, 26 November 2014 09:04 Go to previous messageGo to next message
vslewis
Messages: 8
Registered: September 2012
Location: Arizona
Junior Member
When i start a form in a browser and I need to enter the DB login_ID & Password & Database_SID. This is the default dialog from ORACLE. Normaly if you entered bad data (ID/passwd/DB) the login dialog box reappears after an error-message. My forms just freeze up, i.e. I can't reenter ID/passwd/DB.
Re: Login window Error [message #628639 is a reply to message #628637] Wed, 26 November 2014 11:44 Go to previous messageGo to next message
Littlefoot
Messages: 21808
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Therefore, type credentials VERY carefully and don't make mistakes!

Although the above probably fixes the issue, it is kind of stupid (but I don't know what you should really do, sorry).
Re: Login window Error [message #628670 is a reply to message #628507] Wed, 26 November 2014 22:22 Go to previous message
shishirk
Messages: 1
Registered: November 2014
Location: India
Junior Member
hiii,,

This is normal.
This problem is connection error to database.

check credential :

1st create a local string in registry
HKEY_LOCAL_MACHINE\SOFWARE\ORACLE\Devsuite or forms Key (lable name Local and database name as string)

2nd in web formsweb.cfg
setting for this :-

# ---------------
# These match variables (e.g. %form%) in the baseHTML file. Their values
# may be overridden by specifying them in the URL query string
# (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
# or by overriding them in a specific, named configuration (see below)
[default]
# System parameter: default base HTML file
baseHTML=base.htm
# System parameter: base HTML file for use with JInitiator client
baseHTMLjinitiator=basejpi.htm
# System parameter: base HTML file for use with Sun's Java Plug-In
baseHTMLjpi=basejpi.htm
# System parameter: delimiter for parameters in the base HTML files
HTMLdelimiter=%
# System parameter: working directory for Forms runtime processes
# WorkingDirectory defaults to <oracle_home>/forms if unset.
workingDirectory=E:\EBIZ1\Makess\forms #--(path of your form)
# System parameter: file setting environment variables for the Forms runtime processes
envFile=default.env

# Forms runtime argument: whether to escape certain special characters
# in values extracted from the URL for other runtime arguments
escapeparams=true
# Forms runtime argument: which form module to run
form=mklogin.fmx #formname
# Forms runtime argument: database connection details
userid=makess/makess@orcl #connection string
# Forms runtime argument: whether to run in debug mode
debug=no
# Forms runtime argument: host for debugging
host=erpserver #(system name)
# Forms runtime argument: port for debugging
port=8889 #(port no. in your case 9999 or 9001)
# Other Forms runtime arguments: grouped together as one parameter.
# These settings support running and debugging a form from the Builder:
otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
# Sub argument for otherparams
buffer=no
# Sub argument for otherparams
debug_messages=no
# Sub argument for otherparams
array=no
# Sub argument for otherparams
obr=no
# Sub argument for otherparams
query_only=no
# Sub argument for otherparams
quiet=yes
# Sub argument for otherparams
render=no
# Sub argument for otherparams
record=
# Sub argument for otherparams
tracegroup=
# Sub argument for otherparams
log=
# Sub argument for otherparams
term=

# HTML page title
pageTitle=Oracle Application Server Forms Services
# HTML attributes for the BODY tag
HTMLbodyAttrs=
# HTML to add before the form
HTMLbeforeForm=
# HTML to add after the form
HTMLafterForm=

# Forms applet parameter: URL path to Forms ListenerServlet
serverURL=/forms/lservlet
# Forms applet parameter
codebase=/forms/java
# Forms applet parameter
imageBase=CodeBase
# Forms applet parameter
width=1000
# Forms applet parameter
height=600
# Forms applet parameter
separateFrame=false
# Forms applet parameter
splashScreen=
# Forms applet parameter
background=
# Forms applet parameter
lookAndFeel=Oracle
# Forms applet parameter
colorScheme=teal
# Forms applet parameter
logo=
# Forms applet parameter
restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
# Forms applet parameter
formsMessageListener=
# Forms applet parameter
recordFileName=
# Forms applet parameter
serverApp=default
# Forms applet archive setting for JInitiator
archive_jini=frmall_jinit.jar,mak_icons.jar
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=frmall.jar
# Number of times client should retry if a network failure occurs. You should
# only change this after reading the documentation.
networkRetries=0
Previous Topic: forms
Next Topic: FRM-40106 No navigable items IN DESTINATION block
Goto Forum:
  


Current Time: Thu Apr 25 07:29:20 CDT 2024