Home » Developer & Programmer » Forms » frm-41211 integration error: SSL failure running another product (Reports 2.5 Oracle9i(database))
frm-41211 integration error: SSL failure running another product [message #439944] Wed, 20 January 2010 05:24 Go to next message
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 #440104 is a reply to message #439944] Thu, 21 January 2010 02:01 Go to previous messageGo to next message
comasoud
Messages: 3
Registered: October 2008
Junior Member
Hi all,

I have been able to solve the problem.
Following some research on the net, a colleague and i had to try 3 things, one of which was to give full access to users onthe shared folder where the all the files were stored.

Thanks anyway and hope this will be of any help to others.
Re: frm-41211 integration error: SSL failure running another product [message #440111 is a reply to message #440104] Thu, 21 January 2010 02:41 Go to previous messageGo to next message
Littlefoot
Messages: 21808
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Thank you for the feedback!
Re: frm-41211 integration error: SSL failure running another product [message #454391 is a reply to message #439944] Wed, 05 May 2010 06:38 Go to previous messageGo to next message
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.
Re: frm-41211 integration error: SSL failure running another product [message #454492 is a reply to message #454391] Thu, 06 May 2010 01:46 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Files of the type 'fmb' are 'forms' and go in the forms directory.

Files of the type 'rdf' are 'reports' and go in the reports directory.

Search this forum for examples of how to call a report from a form by searching for 'form call report'. What you have done is not it. There are examples in the reference manual and in the online help.

David
Re: frm-41211 integration error: SSL failure running another product [message #454624 is a reply to message #439944] Thu, 06 May 2010 09:59 Go to previous messageGo to next message
kojot
Messages: 27
Registered: December 2009
Location: Poland
Junior Member
Thanks David for your reply.
I was using the online help before and I was thinking that calling report from form is very simple, but, it isn't. So, for all beginners, I can advise to read this manual:

http://www.oracle.com/technology/products/forms/pdf/10g/frmrepparamform.pdf

There is a code of procedure that you can create to call reports from form very easy.

My problem is solved.
Thanks a lot.

Wojtek.
Re: frm-41211 integration error: SSL failure running another product [message #454681 is a reply to message #454624] Thu, 06 May 2010 20:18 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
The article to which you refer was written in 2004.

Do yourself a big favour and use 'web.show_document'.

David
Previous Topic: Enforcing a primary key in a control block Oracle Forms 6i
Next Topic: How to move Cursor to another Item
Goto Forum:
  


Current Time: Thu Apr 25 04:27:21 CDT 2024