Concurrent Reports in Running Normal Forever status after 11.2.0.4 Database upgrade
We observed that the Concurrent Reports in Running Normal Forever status after 11.2.0.4 Database upgrade, Below were the steps done to fix the issue.
1.We have run the below command as per metalink document R12 : Concurrent Reports in Running Normal Forever (Doc ID 1337005.1) and was able to fix the issue
[appstest@test001]$ $INST_TOP/ora/10.1.2/bin/appsrwrun.sh userid=apps/xxx mode=character report=$FND_TOP/reports/US/FNDSCURS.rdf batch=yes destype=file desname=./ddr2.out desformat=$FND_TOP/reports/HPL pagesize=132x66 traceopts=trace_all tracefile=ddr2.trc tracemode=trace_replace
2. The appsrwrun script was showing below error when we have checked the trace file ddr2.trc
[2016/3/7 3:30:59:794] Exception 54005 (): Unable to create cache directory /ebs/oracle/TEST/inst/apps/appstest@test001/logs/ora/10.1.2/reports/cache
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
at oracle.reports.utility.Utility.newRWException(Utility.java:758)
at oracle.reports.cache.RWCache.start(RWCache.java:70)
at oracle.reports.server.RWServer.startServer(RWServer.java:801)
at oracle.reports.server.RWServer.run(RWServer.java:293)
at java.lang.Thread.run(Thread.java:534)
3. Cache file on server was missing which I have created and submitted the active users again which completed normally.
[appstest@test001]$ mkdir -p /ebs/oracle/TEST/inst/apps/TEST_test001/logs/ora/10.1.2/network
1.We have run the below command as per metalink document R12 : Concurrent Reports in Running Normal Forever (Doc ID 1337005.1) and was able to fix the issue
[appstest@test001]$ $INST_TOP/ora/10.1.2/bin/appsrwrun.sh userid=apps/xxx mode=character report=$FND_TOP/reports/US/FNDSCURS.rdf batch=yes destype=file desname=./ddr2.out desformat=$FND_TOP/reports/HPL pagesize=132x66 traceopts=trace_all tracefile=ddr2.trc tracemode=trace_replace
2. The appsrwrun script was showing below error when we have checked the trace file ddr2.trc
[2016/3/7 3:30:59:794] Exception 54005 (): Unable to create cache directory /ebs/oracle/TEST/inst/apps/appstest@test001/logs/ora/10.1.2/reports/cache
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
at oracle.reports.utility.Utility.newRWException(Utility.java:758)
at oracle.reports.cache.RWCache.start(RWCache.java:70)
at oracle.reports.server.RWServer.startServer(RWServer.java:801)
at oracle.reports.server.RWServer.run(RWServer.java:293)
at java.lang.Thread.run(Thread.java:534)
3. Cache file on server was missing which I have created and submitted the active users again which completed normally.
[appstest@test001]$ mkdir -p /ebs/oracle/TEST/inst/apps/TEST_test001/logs/ora/10.1.2/network
Comments
Post a Comment