Home » Developer & Programmer » Reports & Discoverer » Run reports from a form (Oracle 10 G , Windows xp)
Run reports from a form [message #437015] Wed, 30 December 2009 05:35 Go to next message
esraa90
Messages: 63
Registered: May 2008
Location: EGYPT
Member
I could not call my reports from my forms.

Log file shows the following:

C:\Documents and Settings\Administrator\Desktop>F:\DevSuiteHome_1\jdk\bin\java
-Doracle.security.jazn.config=F:\DevSuiteHome_1\j2ee\DevSuite\config\jazn.xml -D
oracle.home=F:\DevSuiteHome_1 -DORACLE_HOME=F:\DevSuiteHome_1 -jar F:\DevSuiteHo
me_1\j2ee\home\oc4j.jar -userThreads -config F:\DevSuiteHome_1\j2ee\DevSuite\con
fig\server.xml
09/12/30 13:15:55 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)
initialized
09/12/30 13:16:27 FormsServlet init():
configFileName: F:\DevSuiteHome_1/forms/server/formsweb.cfg
testMode: false
09/12/30 13:16:30 ListenerServlet init()
09/12/30 13:16:56 Not able to load oracle.reports.util.EnvironmentGlobal class
09/12/30 13:16:56 Using oracle.reports.util.Environment class
09/12/30 13:16:57 REP-50139: ط╟ وع▀غ ═╨▌ ╟طعط▌ F:\DevSuiteHome_1\reports\server\
rep_pc1.dat


Also after calling the report the following ERROR Message appears:

REP-52266: فشل خادم Reports الجاري تشغيله rep_pc1 في البدء.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0


Any body could help Please???

[EDITED by LF: removed superfluous empty lines]

[Updated on: Thu, 31 December 2009 02:38] by Moderator

Report message to a moderator

Re: Run reports from a form [message #437118 is a reply to message #437015] Thu, 31 December 2009 02:37 Go to previous messageGo to next message
Littlefoot
Messages: 21807
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Check documentation (Troubleshooting OracleAS Reports Services) (search for "52266").

Visit this OTN Forum thread.

Any luck after you've studied the above?
Re: Run reports from a form [message #437293 is a reply to message #437118] Sun, 03 January 2010 05:24 Go to previous messageGo to next message
esraa90
Messages: 63
Registered: May 2008
Location: EGYPT
Member
Lines for rwserver.trc :
==========================
09/12/30 11:45:03 Auto-deploying file:/C:/Documents and Settings/Administrator/Local Settings/Temp/docroot/ (New server version detected)...
09/12/30 11:45:04 Invalid jsp taglib location: c:\docume~1\admini~1\locals~1\temp\docroot\3000\orion-conf\..\jsp\lib\taglib does not exist or is not a directory
09/12/30 11:45:04 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
09/12/30 11:46:07 BI Beans Graph version [3.2.2.0.24.1]
09/12/30 11:46:08 BI Beans Graph version [3.2.2.0.24.1]
09/12/30 11:46:08 BI Beans Graph version [3.2.2.0.24.1]
09/12/30 13:00:24 Shutting down...
09/12/30 13:00:24 Warning: Error deleting the transaction-log file




lines for rwserver.txt :
========================
*** 2009/12/30 1:33:32:500 -- Reading server config file F:\DevSuiteHome_1\reports\conf\rep_pc1.conf
*** 2009/12/30 1:33:32:500 -- <server version="10.1.2.0.2">
<cache class="oracle.reports.cache.RWCache">
<property name="cacheSize" value="50"/>
<!--property name="cacheDir" value="your cache directory"/-->
<!--property name="maxCacheFileNumber" value="max number of cache files"/-->
<!--property name="ignoreParameters" value="parameter names to be ignored in constructing cache key, separated by comma ','"/-->
</cache>
<!--Please do not change the id for reports engine.-->
<!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.-->
<engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="90000">
<!--property name="sourceDir" value="your reports source directory"/-->
<!--property name="tempDir" value="your reports temp directory"/-->
<!--property name="keepConnection" value="yes"/-->
</engine>
<engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000"/>
<!--security id="rwSec" class="oracle.reports.server.RWSecurity">
<property name="securityUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
<property name="oidEntity" value="%REPORTS_OID_ENTITY%"/>
</security-->
<!--destination destype="oraclePortal" class="oracle.reports.server.DesOraclePortal">
<property name="portalUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
</destination-->
<destination destype="ftp" class="oracle.reports.plugin.destination.ftp.DesFTP">
<!--property name="proxy" value="proxyinfo.xml"/-->
</destination>
<destination destype="WebDav" class="oracle.reports.plugin.destination.webdav.DesWebDAV">
<!--property name="proxy" value="proxyinfo.xml"/-->
</destination>
<!-- By default server will use rwnetwork.conf as network config file
Use this element to override the same -->
<!--networkConfig file="rwnetwork.conf"></networkConfig-->
<job jobType="report" engineId="rwEng"/>
<job jobType="rwurl" engineId="rwURLEng"/>
<notification id="mailNotify" class="oracle.reports.server.MailNotify">
<property name="succnotefile" value="succnote.txt"/>
<property name="failnotefile" value="failnote.txt"/>
</notification>
<!--notification id="wfNotify" class="oracle.reports.server.WorkflowNotify">
<property name="connStr" value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%" confidential="yes" encrypted="no"/>
</notification-->
<log option="noJob"/>
<!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
<property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" confidential="yes" encrypted="no"/>
</jobStatusRepository-->
<!--trace traceOpts="trace_all"/-->
<connection maxConnect="20" idleTimeOut="15">
<orbClient id="RWClient" publicKeyFile="clientpub.key"/>
</connection>
<queue maxQueueSize="1000"/>
<!--jobRecovery auxDatFiles="yes"/-->
<!--
The value of the 'identifier' element is encrypted and is of the form SERVERACCESSKEY_USER/SERVERACCESSKEY_PASSWORD

SERVERACCESSKEY_USER and SERVERACCESSKEY_PASSWORD in <server>.conf and targets.xml
file should match for Reports EM pages to display data correctly.

Corresponding entries of username and password in targets.xml:
<Property NAME="Password" VALUE="SERVERACCESSKEY_PASSWORD" ENCRYPTED="FALSE"/>
<Property NAME="UserName" VALUE="SERVERACCESSKEY_USER" ENCRYPTED="FALSE"/>
-->
<pluginParam name="mailServer">SMTP</pluginParam>
<!--pluginParam name="proxy" type="file">proxyinfo.xml</pluginParam-->
<pluginParam name="xmlpds" type="file">xmlpds.conf</pluginParam>
<pluginParam name="jdbcpds" type="file">jdbcpds.conf</pluginParam>
<pluginParam name="textpds" type="file">textpds.conf</pluginParam>
</server>

*** 2009/12/30 1:33:32:500 -- جاري بدأ تشغيل Reports Server
*** 2009/12/30 1:33:35:500 -- REP-50139: لا يمكن حذف الملف F:\DevSuiteHome_1\reports\server\rep_pc1.dat
*** 2009/12/30 1:33:35:515 -- جاري إغ*** 2009/12/30 1:46:5:500 -- Shutting down engine rwURLEng-0
*** 2009/12/30 1:46:5:500 -- Reports Server shut down engine rwURLEng-0
*** 2009/12/30 1:46:7:500 -- Shutting down engine rwEng-0
*** 2009/12/30 1:46:7:500 -- Reports Server shut down engine rwEng-0
*** 2009/12/30 5:2:50:718 -- جاري إغلاق الخادم
Re: Run reports from a form [message #437376 is a reply to message #437293] Mon, 04 January 2010 02:45 Go to previous message
esraa90
Messages: 63
Registered: May 2008
Location: EGYPT
Member
It is clear that there is a problem, but how to solve it????

Kindly, help.
Previous Topic: report's strange sign
Next Topic: Rep-56055
Goto Forum:
  


Current Time: Tue Apr 16 14:01:14 CDT 2024