METODOLOGIA PARA EL DISEÑO DEL METODO DE MINADO SUB LEVEL STOPING
2.2 Diseño operacional del método de minado sub level stoping (vetas y cuerpos)
2.2.4 Diseño de la geometría y sistemas del método de minado sub level stoping
2.2.4.1 Diseño del nivel de extracción del método de minado sub level stoping (Base de la geometría del método de minado)
2.2.4.1.4 Estimación de la distancia entre los puntos de extracción
The OracleAS Reports Services attributes are described with the following format:
■ Title: This is the attribute name and value being defined. For example, id="ReportsServer1".
■ Required:This field defines whether or not the attribute is required in the
component definition.
■ Default: This defines the default value assigned to the attribute. The default value
appears in the installed version of the opmn.xml file or is assigned internally if the attribute is not present.
■ Valid values: This field defines the valid values for the attribute. For example,
ReportsServer1.
■ Path: This field defines in which elements the attribute can appear. For example,
ias-component. id="ReportsServer1"
Required: true Default: none
Valid values: ReportsServer1
Path: ias-component
Path: ias-component/process-type
Path: ias-component/process-type/process-set
This id is required and cannot be changed. The name must match the targets.xml
entry or elements and attributes will not work.
id="RWBridge"
Required: true Default: none
Valid values: A string Path: ias-component
A string can be specified as the name of the bridge.
process-type id="ReportsBridge"
Required: true Default: none
Valid values: ReportsBridge
Path: ias-component/process-type
This id is required and cannot be changed.
process-set id="RWBridge"
Required: true Default: none
Valid values: ReportsBridge
Path: ias-component/process-type/process-set
A string can be specified as the name of the bridge. The name must have the same value as specified in the id for the ias-component.
module-id="ReportsServices"
OracleAS Reports Services Attribute Descriptions
Default: ReportServices
Valid values: ReportServices
Path: ias-component/process-type
This module-id defines the type of process and associates this configuration with the OracleAS Reports Services process module. This module-id is specified when the OracleAS Reports Services module is used to control the Reports Server.
module-id="ReportsBridgeServices"
Required: true Default: none
Valid values: ReportsBridgeServices
Path: ias-component/process-type
This id defines the type of process and associates the configuration with the OracleAS Reports Services process module. This id is used when the OracleAS Reports Services module is used to control the Reports Bridge services.
numprocs="1"
Required: true Default: none Valid values: 1
Path: ias-component/process-type/process-set
This attribute gives the number of OracleAS Reports Services servers started for the
process-set. Its value has to be 1 because the process-setid identifies the OracleAS Reports Services server.
id="PATH"
Required: true Default: none Valid values: none
Path: ias-component/process-type/process-set/environment
This is the PATH environment variable set for the OracleAS Reports Services process.
value="Put Path_value here"
Required: true Default: none
Valid values: The path value has to include the directory containing the uname
command.
Path: ias-component/process-type/process-set/environment/ variable
This is the value of the PATH environment variable set for the OracleAS Reports Services process. This variable has to be set for the start script to find "uname".
id="general-parameters"
Required: false Default: none
Path: ias-component/process-type/process-set/module-data/ category
This category collects all the data that is common to the various process management tasks.
id="batch"
Required: false Default: none
Valid values: yes, no
Path: ias-component/process-type/process-set/module-data/ category/data
This id is used to construct the command line for starting and stopping of the OracleAS Reports Services server. The information is passed through to OracleAS Reports Services, without interpretation or use by OPMN. If it is not configured, this argument is not passed in.
id="restart-parameters"
Required: false Default: none
Path: ias-component/process-type/process-set/module-data/ category
The restart-parameters category for defines parameters used in death detection.
id="reverseping-timeout"
Required: false Default: 300
Valid values: Any reasonable timeout value specified in seconds.
Path: ias-component/process-type/process-set/module-data/ category/data
If OPMN does not receive a notification within the last reverseping-timeout
period, it restarts the process.
id="urlping-parameters"
Required: false Default: none
Path: ias-component/process-type/process-set/module-data/ category
This id is a category that collects all the URLs that will be pinged by the OC4J module. The protocol used for pinging is AJPv1.3.
id="/reports/rwservlet/pingserver?start=auto"
Required: false Default: none
Valid values: /reports/rwservlet/pingserver?start=auto
Path: ias-component/process-type/process-set/module-data/ category/data
This data id specifies the URL that will be pinged by the OC4J module. In the context of the in-process OracleAS Reports Services server, pinging this URL allows OPMN to
See Also: Oracle Application Server Reports Services Publishing Reports to the Web
OracleAS Reports Services Attribute Descriptions
determine if the OracleAS Reports Services server application is responsive or not. If the application is unresponsive, OPMN restarts the corresponding OC4J process.
value="200"
Required: false Default: none Valid values: 200
Path: ias-component/process-type/process-set/module-data/ category/data
The value specifies a valid HTTP code that is expected in response to the ping request. If the response HTTP code matches the value configured here, OPMN considers the application to be valid. Otherwise, OPMN restarts the OC4J process.
id="start-parameters"
Required: false Default: none
Path: ias-component/process-type/process-set/module-data/ category
The start-parameters category is used for defining parameters that will be used in starting Reports Bridge.
id="stop-parameters"
Required: false Default: none
Path: ias-component/process-type/process-set/module-data/ category
The stop-parameters category is used for defining parameters that will be used in stopping the Reports Bridge.
id="jvm-options"
Required: false Default: none
Valid values: Valid Java Virtual Machine (JVM) options
Path: ias-component/process-type/process-set/module-data/ category/data
The jvm-options are supplied to the JVM while starting or stopping the Reports Bridge. id="bridge-options" Required: false Default: none Path: ias-component/process-type/process-set/module-data/ category/data
The bridge-options are passed on to the Reports Bridge during starting and stopping. These can be any custom command line options that are supported for starting and stopping the Reports Bridge.
id="CLASSPATH"
Default: none
Path: ias-component/process-type/process-set/environment/
The CLASSPATH value must point to $ORACLE_HOME/jlib/zrclient.jar and
$ORACLE_HOME/reports/jlib/rwrun.jar. The classes required for running the Reports Bridge are available in these .jar files.