Home » Developer & Programmer » Reports & Discoverer » 10g report server
10g report server [message #138035] Mon, 19 September 2005 09:01
Bruce Carson
Messages: 38
Registered: February 2005
Location: Nova Scotia, Canada
Member
We want to use the reports_path parm in our .env files on a 10g app server on a Linux server.
We have the formsweb.cfg modified to include the tag to point to the correct URL.
Inside the formsweb.cfg we have the appropriate .env file being referenced.
In the .env file we have a reports_path parm being used to pont to the appropriate environment (dev/test/etc)

What we are finding is the reports_path parm is not being used. Is there a way to use the reports_path parm in the .env file to point the oracle form to the correct folder for the reports?

I hope this is clear. An example of our files is below.

Example below
formsweb.cfg entry
[ecds-dev]
form=ECDS_START_DEV.fmx
envFile=/oraforms/ecds-dev.env
userid=ecdsweb/????????@as1
pageTitle=N.S. Department of Community Services - Development Site
width=800
height=800
separateFrame=false
splashScreen=no
lookAndFeel=generic
archive=f90all.jar, ModCursor.jar
archive_jini=f90all_jinit.jar, ModCursor.jar
background=
otherparams=useSDI=yes

envFile=/oraforms/ecds-dev.env (reports_path at bottom of file)
# $Id: solaris_os_default.env,v 1.8 2003/05/29 23:54:27 rsadeghi Exp $
# default.env - default Forms environment file, Solaris version
#
# This file is used to set the Forms runtime environment parameters.
# If a parameter is not defined here, the value used will be that defined
# in the environment in which the servlet engine (OC4J or JServ) was started.
#
# NOTES
# 1/ The Forms installation process should replace all occurrences of
# <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
# setting, and all occurrences of <percent>O_JDK_HOME<percent> with
# the location of the JDK (usually $ORACLE_HOME/jdk).
# Please make these changes manually if not.
# 2/ Some of the variables below may need to be changed to suite your needs.
# Please refer to the Forms documentation for details.
#
ORACLE_HOME=/apps/oracle/product/9.0.4

#
# Search path for Forms applications (.fmx files, PL/SQL libraries)
#
# FORMS90_PATH=/apps/oracle/product/9.0.4/forms90
FORMS90_PATH=/oraforms/ecds-dev

# Java class path
# This is required for the Forms debugger
# You can append your own Java code here)
# f90srv.jar, repository.jar and ldapjclnt9.jar are required for
# the password expiry feature to work(#2213140).
#
CLASSPATH=/apps/oracle/product/9.0.4/j2ee/OC4J_BI_Forms/applications/forms90app/forms90web/WEB-INF/lib/f90srv.jar:/apps/oracle/produc t/9.0.4/jlib/repository.jar:/apps/oracle/product/9.0.4/jlib/ldapjclnt9.jar:/apps/oracle/product/9.0.4/jlib/debugger.jar:/apps/oracle/ product/9.0.4/jlib/ewt3.jar:/apps/oracle/product/9.0.4/jlib/share.jar:/apps/oracle/product/9.0.4/jlib/utj90.jar:/apps/oracle/product/ 9.0.4/jlib/zrclient.jar:/apps/oracle/product/9.0.4/reports/jlib/rwrun.jar

#
# The PATH setting is not required for Forms if the Forms executables are
# in <ORACLE_HOME>/bin. However, it is required if Graphics applications
# are called from Forms applications.
#
PATH=/apps/oracle/product/9.0.4/bin

#
# Settings for Reports
# -------------------------------
# NOTE: This setting is only needed if Reports applications
# are called from Forms applications
# However, because of bug 2336698 where a report is started from
# a forms debugger session with an already running JVM, then
# the report's class path should also be included in the forms
# class path.
# We no longer need to set REPORTS_CLASSPATH as forms will
# always start the JVM before calling reports.

#
#
# Settings for Graphics
# -------------------------------
# NOTE: These settings are only needed if Graphics applications
# are called from Forms applications
#

#
# Please uncomment the following and put the correct 6i
# oracle_home value to use Graphics applications.
#
#ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>

#
# Search path for Graphics applications
#
GRAPHICS60_PATH=

#
# Settings for forms9i tracing and logging
# -----------------------------------------------
# Note: This entry has to be uncommented to enable tracing and
# logging.

#FORMS90_TRACE_PATH=<FORMS_ORACLE_HOME>/forms90/server



#
# System settings
# ---------------
# You should not normally need to modify these settings
#
#
# Path for shared library objects
# This is highly platform (if not machine) specific ! At install time
# <percent>LD_LIBRARY_PATH<percent> should be replaced with the
# actual value of the LD_LIBRARY_PATH environment variable (at install
# time). That should ensure we have the paths for such necessities as
# the motif and X11 libraries.
# Explanations:
# - Reports needs the path for libjava.so
# (.../jre/lib/sparc)
# - Forms needs two paths to the jre, for libjvm.so and libhpi.so
# - In JDK 1.4.1 the location of libjvm.so is lib/sparc (there is no
# classic directory) so we do not include the .../classic directory
# below. There are other versions of libjvm.so (in directories server,
# client and hotspot) but we will use the version in lib/sparc for now.
#
LD_LIBRARY_PATH=/apps/oracle/product/9.0.4/lib:/apps/oracle/product/9.0.4/jdk/jre/lib/i386:/apps/oracle/product/9.0.4/jdk/jre/lib/i38 6/server:/apps/oracle/product/9.0.4/jdk/jre/lib/i386/native_threads:/tmp/OraInstall2004-01-08_03-10-36PM/jre/lib/i386/client:/tmp/Ora Install2004-01-08_03-10-36PM/jre/lib/i386:/tmp/OraInstall2004-01-08_03-10-36PM/jre/../lib/i386:/usr/lib


# Modified Jeff Brunt to allow Reports to work as per Doc ID 239834.1
REPORTS_CLASSPATH=<ORACLE_HOME>/jlib/zrclient.jar:<ORACLE_HOME>/reports/jlib/rwrun.jar
REPORTS_PATH=/oraforms/repCOMMS/ecds-dev
Previous Topic: Disco Viewer : Internal Server Error
Next Topic: Displaying bullet points in a report
Goto Forum:
  


Current Time: Fri Jun 28 01:49:28 CDT 2024