Running Post Processing
There are three different ways to call a program or stored procedure for post processing.
1. #WebStoredProcedure
Anything prefixed with a '#' will run a stored procedure in the web database
2. @UluroStoredProcedure
Anything prefixed with a '@' will run a stored procedure in the Uluro (regular print) database.
3. MyBatchFile.bat
MyProgram.exe
This will run the program installed on the server.
The base directory path is in the same directory as the Service
Passing Variables to Post Processing
You can use the same predefined variables that are available in PreProcessing.
You can also pass fixed values as well.
1. $FILE
The name of the submission file
2. $OFILE
The original name of the submission file
3. $PATH
The path to the submission file
4. $SUBMID
The submission ID
0 Comments