• The repositorytopjobcompletionservice.xml file exists in the packages folder in the working directory of the service gateway.
– Source: <StreamServe installation directory>
\applications\management\<version>\etc\config\<version>
\STRSSG\packages\repositorytopjobcompletionservice.xml
– Destination: <ManagementGateway root directory>\<version>
\root\applications\<service gateway application name>\wd\packages\
1 In the Vista Plus Output Manager output connector, enable the following options:
–
–
1 In the Vista Plus Output Manager output connector, set up the following properties in the Platform or runtime configuration:
a
b
c
2 Add a Service Request input connector to your Project.
a
3 Add the VPOMJobNotification SXD file to the resource set. This file is found in the following directory:<OpenText StreamServe installation directory>\
Applications\StreamServer\<Version>\Tools\System\data\sxd
Job variables are found in the env field of the MessageIN Event. To retrieve job variables you can create a script function in a function file and import it to the resource set. For an example, see Function to retrieve the job variables.
Example 47func GetVPOMJobVariable ()StrTok($attr[$i], "=", $pair);if ($pair[0] = #1) {return $pair[1];}}
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |