FRM-41211: Integration error [message #81802] |
Mon, 24 March 2003 06:21 |
kim
Messages: 116 Registered: December 2001
|
Senior Member |
|
|
I am getting this error (frm-41211 integration error: SSL failure running another product) when trying to call a report from forms. what is causing this error and how can i prevent it? thanks.
|
|
|
Re: FRM-41211: Integration error [message #81805 is a reply to message #81802] |
Mon, 24 March 2003 07:42 |
waris
Messages: 115 Registered: November 2001
|
Senior Member |
|
|
Hi Kim,
I think the problem is the REPORT DEVELOPER or RUNTIME not installed in your machine..or mite be one that is installed is of older version...
Hope this helps you..
Cheers
waris
|
|
|
|
Re: FRM-41211: Integration error [message #81825 is a reply to message #81802] |
Tue, 25 March 2003 03:05 |
Hien Chung
Messages: 10 Registered: October 2002
|
Junior Member |
|
|
Integration error: SSL failure runing another product
I am running into exactly the same problem as yours and am looking for a solution. My form is calling another report when the user presses "SUBMIT" button to submit the report.
Here is the chunk of codes where I get the above error message.
run_product(reports, 'rept4', asynchronous, runtime, filesystem, params_list, NULL);
I'd appreciate if you could give me a brief explanation as to how to solve the problem or what's wrong.
Thanks.
|
|
|
Re: FRM-41211: Integration error [message #81833 is a reply to message #81802] |
Tue, 25 March 2003 06:59 |
kim
Messages: 116 Registered: December 2001
|
Senior Member |
|
|
i am still waiting for help as well, but one idea for you would be to try using "synchronous" instead of "asynchronous" if you are using run_product more than once per session.
|
|
|
Re: FRM-41211: Integration error [message #81867 is a reply to message #81802] |
Thu, 27 March 2003 13:07 |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
well seems that many people has that problem
and you ,kim baby, did you installed reports on a win95/98 machine to try out?
this will be my last effort to resolve that problem:
we gonna make a clean setup of the reports
1. close all applications that are runnig [[especially antivirus progs]]
2. remove in the registry the reports path key
3. install reports
4. set your reports path in the register.
5. reboot computer
6. close all applications that would be start when windows start
7.run form and call a report
the difference between ASYNCHRONOUS and SYNCHRONOUS is that you are able to control forms if you use ASYNCHRONOUS, else you must wait till the reports is finished to gain control over forms.
common call:
run_product(REPORTS,'reportname_here',ASYNCHRONOUS,RUNTIME,FILESYSTEM,parameterlist name or id here,null);
good luck!
|
|
|
Re: FRM-41211: Integration error [message #86724 is a reply to message #81802] |
Tue, 26 October 2004 02:02 |
aleksandar
Messages: 1 Registered: October 2004
|
Junior Member |
|
|
I am getting error (frm-41211 integration error: SSL failure running another product) when trying to call a report from forms. what is causing this error and how can i prevent it? thanks.I'm using older oracle version on windows XP
|
|
|
|
|
|
|
|
|
|
|
Re: FRM-41211: Integration error [message #418484 is a reply to message #81802] |
Sun, 16 August 2009 07:41 |
rifairahman
Messages: 4 Registered: August 2007 Location: U.A.E
|
Junior Member |
|
|
I too faced the same error on win 2003 server with forms and reports 6i, found the error was due to Symantec antivirus product, after disabling the same the report worked good, try disabling any antivirus apps... have a good day...
|
|
|