Oracle Forms (MOSC)

MOSC Banner

frm-41211 integration error ssl failure running another product Oracle Forms 12.2.1.3.0

edited Jul 20, 2019 5:00AM in Oracle Forms (MOSC) 15 commentsAnswered

Hi,

Customer Problem Description
---------------------------------------------------

Problem Summary
---------------------------------------------------
frm-41211 integration error ssl failure running another product Oracle Forms 12.2.1.3.0

Problem Description
---------------------------------------------------
I call from the forms to a report in the following way:

Procedure Lanza_Report Is
PL_ID PARAMLIST;
TMPDATA VARCHAR2(10):= 'LISTA';
Report_id Report_Object;
ReportServerJob VARCHAR2(4000) := '';
Begin

Report_id := find_report_object('CTR80250');
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);

----- parametros del sistema
Add_parameter(PL_ID,'BACKGROUND', TEXT_PARAMETER, 'YES');

SET_REPORT_OBJECT_PROPERTY(Report_id,REPORT_COMM_MODE, SYNCHRONOUS);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center