Reports [message #618973] |
Thu, 17 July 2014 01:19 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/ea768bfc41c5ad614175045509e722b7?s=64&d=mm&r=g) |
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 Go to previous message](/forum/theme/orafaq/images/up.png) |
![](//www.gravatar.com/avatar/5dfcd79a205eff90e133248c201f9d44?s=64&d=mm&r=g) |
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.
|
|
|