forms6i abnormal termination [message #81230] |
Fri, 24 January 2003 06:00  |
sridhar
Messages: 119 Registered: December 2001
|
Senior Member |
|
|
After updating the value of a field , when commit built-in is executed the form enters into 'when_validate_record' trigger and executes all the statements in it and after that it terminates the form without any error messaage. It gives a dump file with the message
"[[Fri Jan 17 00:35:44 2003 EST]] : : Client Status [[ConnId=0, PID=203051]]
>> ERROR: Abnormal Termination of connection, Error Code: 11 "
I am wroking on Sun Solaris 5.8 , forms6i patchset 8 ( also tried with Forms6i patchset 12) and Oracle 8.1.7.
--------------------------------------------------------------------------------
1. This is happening with this particular form
2. Mine is client/server based.
3. We are getting this problem recently
we have recently migrated from Forms4.5 ,Oracle7.3.2 , Sun Solaris
5.6 to Forms6i ,Oracle8.1.7 , Sun Solaris 5.8 .
The form was running fine in Forms4.5 .
And it is also running without any problem on Forms6i,
Oracle8.1.6 and Sun Solaris 5.8 .
Please help how to solve this problem
Thnaks in Advance
|
|
|
Re: forms6i abnormal termination [message #81231 is a reply to message #81230] |
Fri, 24 January 2003 06:06   |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
I assume that the abnormal termination is not due tue sourcecode errors.
Try to convert the form to a fmt file
and reconvert the fmt to a fmb file.
By this action you will get rid of some oracle specific logs within the fmb.
Your new fmb will also be smaller in size.
Hope this will work.
|
|
|
|