Exforsys

Free Training

FRM-92101: There was a failure in the Forms Server during startup.This could happen due to Invalid

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 ...

Go Back   Exforsys > ERP > Oracle Apps

Exforsys.com

  #1 (permalink)  
Old 01-11-2008, 03:03 PM
Junior Member
 
Join Date: Jan 2008
Location: hyderabad/london
Posts: 1
chandra_1973 is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 09:03 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright 2004 - 2009 Exforsys Inc. All rights reserved.