frm-41211 integration error: SSL failure running another product [message #439944] |
Wed, 20 January 2010 05:24 |
comasoud
Messages: 3 Registered: October 2008
|
Junior Member |
|
|
Hi all.
I have just migrated my database from oracle7 to Oracle9i. My application is still on forms 4.5 and reports 2.5.
i am having a problem after the migration. I am able to run my forms, but i cannot run my reports from my form (button). i am having the error : "frm-41211 integration error: SSL failure running another product".
I want to mention that i am able to run the report from the report builder.
Can anyone help please. i have gone thru some topics in this forum, but they date long time back.
Thanks in advance
Masoud
|
|
|
|
|
Re: frm-41211 integration error: SSL failure running another product [message #454391 is a reply to message #439944] |
Wed, 05 May 2010 06:38 |
kojot
Messages: 27 Registered: December 2009 Location: Poland
|
Junior Member |
|
|
Dear all,
I decided to refresh this topic, becouse I'm having exactly the same error.
I was trying to make my first form with reports, so I logged as SCOTT, made a datablock based on EMP table, and using a wizard I made a simple report which shows me that table. It compiles and generates an output file fine. Both of files (.fmb and .rdf) I saved in \DevSuiteHome_1\forms\java\reports just to be sure that forms have got right access to them. I've made a button with code:
DECLARE
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
BEGIN
repid := find_report_object('REPORT8');
v_rep := run_report_object(repid);
END;
When I press the button I've got the error FRM-4121. Does anybody know what should I do to run this report ?
I'm using DeveloperSuite2 v. 10.1.2.0.2 on Windows 7 and Oracle Database EE v. 10.2.0.3.0 on Windows Server 2008.
I tried to install Application Server Forms and Reports Standalone on Windows Server but I still got this error.
|
|
|
|
|
|