Error when using RUN_PRODUCT

From: Eric Richardson <eric.richardson_at_mail.tju.edu>
Date: Thu, 13 May 1999 13:26:08 -0400
Message-ID: <7hf1uh$lnd$1_at_elmo.tju.edu>



[Quoted] Anyone out there know much about the following error?

FRM-41211: Integration error: SSL failure running another product.

Oracles Doc's and Technet aren't much help, they just say:

    FRM-41211: Integration error: SSL failure running another product.

    Cause: There is a problem detected when launching another product.

    Action: Check the RUN_PRODUCT built-in.

    Level: 99

    Type: Error

Here's the code I'm trying to use:

ECLARE
report_parms ParamList := Get_Parameter_List('ReportArguments');

BEGIN
if NOT ID_NULL(report_parms) then
  Destroy_Parameter_List(report_parms);
end if;

report_parms:=Create_Parameter_List('ReportArguments');
ADD_PARAMETER(report_parms,'DESTYPE',TEXT_PARAMETER,'PRINTER');
ADD_PARAMETER(report_parms,'DESNAME',TEXT_PARAMETER,:PRINTERS);
ADD_PARAMETER(report_parms,'PARAMFORM',TEXT_PARAMETER,'NO');


ADD_PARAMETER(report_parms,'BEGIN_DATE',TEXT_PARAMETER,to_char(:start_date,' DD-MON-YY'));
ADD_PARAMETER(report_parms,'END_DATE',TEXT_PARAMETER,to_char(:stop_date,'DD- MON-YY'));
run_product(REPORTS,:REPORT_NAME,Asynchronous,BATCH,filesystem,report_parms, null);

END; Anyone with any info, I would greatly appreciate hearing from you.

--
Eric Richardson
Office of Information Technology
Thomas Jefferson University
eric.richardson_at_mail.tju.edu
Received on Thu May 13 1999 - 19:26:08 CEST

Original text of this message