This is a discussion on FRM-92101: There was a failure in the Forms Server during startup.This could happen due to Invalid within the Oracle Apps forums, part of the ERP category; HI, HI to everyone, we are currently working oracle apps 12i custom module, our forms and reports are done completely ...
|
|||||||
|
|||
|
FRM-92101: There was a failure in the Forms Server during startup.This could happen due to Invalid
HI,
HI to everyone, we are currently working oracle apps 12i custom module, our forms and reports are done completely in Forms/Reports database 10g. we are trying to run the reports using forms in apps(why it has got another history). cut the story short we are calling reports from Forms and we will call the forms in apps the following code which i have used in 'WHEN-BUTTON-PRESSD' --------------------------------------------------------------- message('report START.'); DECLARE repid REPORT_OBJECT; v_rep VARCHAR2(100); rep_status varchar2(20); rep_url varchar2(2000); BEGIN repid := find_report_object('EMP'); message('report FOUND'); v_rep := RUN_REPORT_OBJECT(repid); message('Run Report Object just FIRED'); rep_status := REPORT_OBJECT_STATUS(v_rep); if rep_status = 'FINISHED' then message('Report Completed'); else message('Error when running report.'); end if; END; ------------------------------------------------- FRM-92101: There was a failure in the Forms Server during startup. This could happen due to Invalid Configuration Please look in to the web-server log-file for details. Details.. Java Exception: oracle.forms.net.ConnectionException: Forms session <1> aborted: unable to communicate with runtime process. at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source) at oracle.forms.net.HTTPNStream.getResponse(Unknown Source) at oracle.forms.net.HTTPNStream.doFlush(Unknown Source) at oracle.forms.net.HTTPNStream.flush(Unknown Source) at java.io.DataOutputStream.flush(Unknown Source) at oracle.forms.net.StreamMessageWriter.run(Unknown Source) Thanks..in advance, your help is much appreicated CS |
| Sponsored Links |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Request for interview question for Testing (QA) | wildkid98 | Testing Tutorials | 18 | 09-10-2009 07:33 AM |
| Apple II Csa2 FAQs: Error List, Part 8/25 | rubywand@swbell.net | Tech FAQ | 0 | 05-04-2004 10:01 AM |
| Solaris x86 FAQ 2/2 | Dan Anderson | Tech FAQ | 0 | 04-27-2004 08:24 PM |
| Sybase FAQ: 1/19 - index | David Owen | Tech FAQ | 2 | 04-20-2004 10:45 AM |
| Kerberos FAQ, v2.0 (last modified 8/18/2000) | Ken Hornstein | Tech FAQ | 0 | 04-17-2004 08:28 AM |