-Djgroups.bind_addr
command
should be specified in the Outputgen.ini
file.
For more information, see Configuring the JGroups Bind Address in SAS Intelligence Platform: Middle-Tier Administration Guide.rptbatch.bat
on Windows
and rptbatch.sh
on UNIX and z/OS) to
call upon outputgen.exe
file in the
Windows environment. The rptbatch.bat
file
is located in the SAS-configuration-directory \Lev1\ReportBatch
directory.
The outputgen.exe
file is located in
the SAS-installation-directory \SASBIReportSevices\4.3
directory.
SASBIReportServices4.3.log
,
is typically located in the SAS-configuration-directory\Lev1\Applications\SASBIReportServices4.3\Logs
directory.
SASBIReportServices4.3.log
file
is created when you first run the report output generation tool with
default permission.
rptbatch.bat
must
be granted Read, Write, and Execute permissions for the log directory.
If multiple users run the rptbatch.bat
,
each of those users must be granted Read, Write, and Execute permissions
to both the log file and the directory. This access must be granted
both to users who run the tool directly from the command line, and
any scheduler user such as the LSF user.
rptbatch_usermods.bat
for
Windows or the rptbatch_usermods.sh
file
(for UNIX and z/OS) to call upon outputgen_console.exe
.
These files correspond to the rptbatch.bat
and
the rptbatch.sh
file. Any editing should
be performed only in the rptbatch_usermods.bat
or
the rptbatch_usermods.sh
file. You
can also add command parameters to these files.
#!/bin/sh # # javabatchsrv_usermods.sh # # Script for managing the sasapp - Logical SAS Java Batch Server # # Uncomment the set -x to run in debug mode # set -x # Source usermods file . /local/install/SAS/93/configdirBIDashBIRepsrv/lev1/ReportBatch /rptbatch_usermods.sh Quoteme() { if [ $# -gt 1 ]; then quoteme="\"$*\"" else quoteme=$1 fi } cmd="/local/install/SAS/92/SASBIReportServices/4.3/outputgen" for arg in "$@" ; do Quoteme $arg tmp="$quoteme" cmd="$cmd $tmp" done eval exec $cmd $USERMODS_OPTIONS
outputgen.exe
with
the usermods in the rptbatch_usermods.bat
file:
"C:\SAS\configdir\Lev1\ReportBatch\rptbatch.bat" --spring-xml-file file:C:\SAS\configdir\Lev1 \Applications\SASBIReportServices4.3\spring.xml --repository Foundation --source "A6C9MMI.BO000CFU" --burst --channel-age 50 --metadata-key "BurstDefinition+omi:\\Foundation\reposname=Foundation \Transformation;id=A6C9MMI.B0001TUJ"
/Lev1/ReportBatch/JCL/
folder
on your WebSphere application server.
SH rptbatch.bat --batch --spring-xml-file file:C:\SAS\configdir\Lev1\Applications \SASBIReportServices4.3\spring.xml --username sastrust@saspw --password {sas001}VHJ1c3QxMjM= --repository Foundation --source A0000001.FR569JWX
MyReport.srx
:
rptbatch.bat --batch --spring-xml-file file:C:\SAS\configdir\Lev1\Applications \SASBIReportServices4.3\spring.xml --username sasdemo --password {sas001}VHJ1c3QxMjM= --repository Foundation --source SBIP://METASERVER/MyDepartment/Shared/Reports/MyReport.srx
myPromptFile.xml
in C:\temp
directory.
batchgen.exe
).
If you created jobs to run batchgen.exe
,
then you should be able to migrate most of those jobs to the outputgen.exe
file,
which is invoked by the report output generation tool rptbatch.bat
.
(Batch, Extract)1
|
||||
---|---|---|---|---|
1The burst mode is not included in this table because that mode was not supported by the Batch Generation tool. |