Home » Developer & Programmer » Forms » FRM-41211: integration error SSL failure running another product (Oracle database 9i, forms & rep. 6i, Win XP professional)
FRM-41211: integration error SSL failure running another product [message #464550] Thu, 08 July 2010 06:02 Go to next message
haris_338
Messages: 2
Registered: July 2010
Junior Member
Dear All,
I am facing some problem , I will really appreciate if someone will help me,
SERVER:
• OPERATING SYSTME: Win. Server 2003 Enterprise Edition.
• Antivirus: Trend Micro
• Database: ORACLE 9i
CLIENT:
• Operation system: Win XP prof.
• Forms & Reports = 6i.
• Antivirus: Trend Micro
Details: From client I am calling forms and reports, which are stored at server. In form when users click any report button to call report some time error comes.
FRM-41211: integration error SSL failure running another productAnd user can not print the report, This error is coming with all users. But if they press the report button again. Then it prints the report.
Path of (reports60_path) is
C:\orant\REPORT60\ADMIN\TEMPLATE\US;C:\orant\REPORT60
Path of (reports60_tmp) is
C:\orant\REPORT60\TMP
-- coding at button is --
declare
pl_id ParamList;
--ret_val VARCHAR2(100);
BEGIN
pl_id := Get_Parameter_List('tmpdata');
IF NOT Id_Null(pl_id) THEN
Destroy_Parameter_List( pl_id );
END IF;

pl_id := Create_Parameter_List('tmpdata');
Add_Parameter(pl_id,'maximize',text_PARAMETER,'yes');
Add_Parameter(pl_id,'PARAMFORM',text_PARAMETER,'yES');
Add_Parameter(pl_id,'ORACL_SHUTDOWN',text_PARAMETER,'yes');
Run_Product(REPORTS, 'Z:\ABC\VEH\repports\NO_OF_rep.rep', SYNCHRONOUS, RUNTIME,
FILESYSTEM, pl_id, NULL);
END;

Remarks: I tried many option after reading orafaq site like,
• Disabling antivirus.
• Some changing with report_paths.
• Reinstalling forms and reports.
• Updating runtime.
• Changing ASYNCHRONOUS with synchronous word . etc but could not remove this error.
Thanks
Re: FRM-41211: integration error SSL failure running another product [message #465013 is a reply to message #464550] Mon, 12 July 2010 03:17 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Consider using 'web.show_document'. Search the 'forms' forum for further advice.

I will move this thread to 'forms' forum.

David
Re: FRM-41211: integration error SSL failure running another product [message #466234 is a reply to message #465013] Sun, 18 July 2010 05:36 Go to previous messageGo to next message
haris_338
Messages: 2
Registered: July 2010
Junior Member
Dear David,

Thanks for your reply. After doing rnd, at the end i have solved the problem. Infact there is no error with oracle forms and reports. As I was printing my reports on a network printer (having static IP address), i just started using printer connected directly to clint machine and belive me result was amazing, reports are runing very fast without any error.

So basically this problem is related to network rights.

Regards,
Re: FRM-41211: integration error SSL failure running another product [message #537044 is a reply to message #466234] Mon, 26 December 2011 06:08 Go to previous messageGo to next message
alimahboob
Messages: 14
Registered: November 2005
Location: jeddah
Junior Member

dear mr haris,

please send me the code to maximize the report previewer.
Re: FRM-41211: integration error SSL failure running another product [message #550663 is a reply to message #465013] Wed, 11 April 2012 06:39 Go to previous messageGo to next message
azamkhan
Messages: 557
Registered: August 2005
Senior Member
Dear David,

Its very urgent. I need help on this same issue. I tried to find this topic on the FORMS DEVELOPER forum but there is no other topic related to this.

So I would really appricate if you help we in this issue.

I am using Windows Xp, Oracle 10g database and Developer 6i.

I have forms and database on the same conputer. From there I am running a form that calls a report. When it trys to run the report it shows me following error:

frm- 41211: integration error ssl failure running another product

You said that web.document() builtin should be used. Dont we use it for web based applications. Mine is a desktop based application.

Can I call report from my desktop based form using web.document() if yes then how.

I am waiting for your response.
Re: FRM-41211: integration error SSL failure running another product [message #550717 is a reply to message #550663] Wed, 11 April 2012 17:46 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
mr @azamkhan

check this link will help u


http://halimdba.blogspot.com/2009/04/frm-41211-integration-error-ssl-failure.html



regards
baba
Re: FRM-41211: integration error SSL failure running another product [message #550718 is a reply to message #550717] Wed, 11 April 2012 17:57 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
For mr@alimahboob



Declare 
  pl_id paramlist;
begin 
  pl_id:=create_parameter_list('tempdata');
  add_parameter(pl_id,'maximize',text_parameter,'YES');
  add_parameter(pl_id),'PARAFORM',text_parameter,'NO');
  add_parameter(pl_id),'P_NAME',text_parameter,:ENAME);
RUN_PRODUCT
END;

-----------------Another Example------------
declare
rep_id paramlist;
begin
     rep_id := GET_PARAMETER_LIST('owais');
     IF NOT ID_NULL(REP_ID) THEN
          DESTROY_PARAMETER_LIST('owais');
          end if;
rep_id := create_parameter_list('owais');
Add_Parameter(rep_id,'MAXIMIZE', TEXT_PARAMETER, 'YES');

run_product(reports,'reports\baba.rep',
            Asynchronous,runtime,filesystem,rep_id,null);

end;





Hope u got everything

regards
baba

[Updated on: Wed, 11 April 2012 17:58]

Report message to a moderator

Re: FRM-41211: integration error SSL failure running another product [message #627659 is a reply to message #466234] Thu, 13 November 2014 13:14 Go to previous message
elier
Messages: 1
Registered: November 2014
Location: Venezuela
Junior Member
Thanks Haris, problem solved changing the default printer.
Previous Topic: Change the Bill To Address field in Red Color
Next Topic: Forrm Builder Font
Goto Forum:
  


Current Time: Fri Mar 29 02:32:28 CDT 2024