Oracle Developer 10g Form Run error FRM-10142 port 8889 [message #271131] |
Sat, 29 September 2007 15:00  |
mobinejaz
Messages: 12 Registered: November 2005
|
Junior Member |
|
|
Hi, I have started an OC4J instance (I have Oracle developer 10g installed with Oracle 10g database) and now there isn't any warning when I rum the form. A new problem is that when I run my form, the browser simply displays me the HTML code. It is not displaying any form fields/buttons. What can be done? I see the following HTML code displayed in my browser by the time I click the 'run form' button
<html> <head> ORACLE FORMS.</head>
<body onload="document.pform.submit();" >
<form name="pform" action="http://ramode-320ae286:8889/forms90/f90servlet" method="POST">
<input type="hidden" name="form"
value="C:\Oracle Forms\Employee.fmx">
<input type="hidden" name="userid" value="SCOTT/TIGER@">
<input type="hidden" name="obr" value="yes">
<input type="hidden" name="array" value="YES">
</form> </body></html>
Form the code given above, is that due to the fact that I will have to run some servlet page that will somehow pickup form in it? what should I do?
[Updated on: Sat, 29 September 2007 15:03] Report message to a moderator
|
|
|
|
|
|
Re: Oracle Developer 10g Form Run error FRM-10142 port 8889 [message #272394 is a reply to message #272377] |
Thu, 04 October 2007 19:12   |
mobinejaz
Messages: 12 Registered: November 2005
|
Junior Member |
|
|
Yes, Littlefoot! it was the reason and many thanks to you and djmartin for all support
The servlet had been stopped by the wndows (amazingly, without giving me any windows warning/security bar message)
Now the servlet is running but a warning message of TNS protocol adapter ORA-12560 (a common error) is displayed inside the browser.
I successfully connected in the Forms environment with username scott and password tiger, but by the time I ran the form and the servlet was initiated in the browser, the servlet asked me to provide it username,password and database. After that it never accepted any combination in order to establish the connection.
It displays:
ORA-12560: TNS:Protocol adapter error
I have also checked Oracle net configuration assistant and the settings are correct. Oracle services are running. I am able to connect in other Oracle developer products (e.g. Designer, SQL Plus)
Any suggestions would be highly appreciated..
[Updated on: Thu, 04 October 2007 21:34] Report message to a moderator
|
|
|
|