Home » Developer & Programmer » Forms » Reports (10g)
Reports [message #618973] Thu, 17 July 2014 01:19 Go to next message
amitdas
Messages: 1
Registered: July 2014
Location: India
Junior Member
hi All,

i'm facing the same problems with the others, and got error every i tried to run the repots

i also install DEV Suite 10g and database 11g on OS win7.


DECLARE
report_id Report_Object;
ReportServerJob VARCHAR2(100);

BEGIN
report_id:= find_report_object('REPORT1170');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,SYNCHRONOUS);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,CACHE);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'rep_Amit-PC');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,'DT=060314'' paramform=no');
ReportServerJob:=run_report_object(report_id);
END;

error:-- FRM-41214 unable to run report

pleas help me.....


Thanks.

[Updated on: Thu, 17 July 2014 01:21]

Report message to a moderator

Re: Reports [message #618995 is a reply to message #618973] Thu, 17 July 2014 04:11 Go to previous message
aresc
Messages: 9
Registered: June 2014
Location: Germany
Junior Member
First you can check the logs on the weblogic server. On the weblogic server open the enterprise manager, goto reports and then to your report server. Here are logging messages about such problems. Maybe you find a solution there. Often there are problems with the report parameters you sent.
Previous Topic: frm-92101 There was failure in forms server during startup
Next Topic: Based on LOV Values in the same Canvas
Goto Forum:
  


Current Time: Sun May 05 00:23:55 CDT 2024