em_asr_xsl_upload

Uses an XSL file location and content to generate a create, update, or close service request (SR) message for Oracle Auto Service Request (ASR) as input and updates it to the OMS.

Note:

Only the Enterprise Manager super user can perform this operation.

Format

Standard Mode

emcli em_asr_xsl_upload
      -input_file="xsl_file:<full filepath>"

Interactive or Script Mode

em_asr_xsl_upload(
      input_file="xsl_file:<full filepath>"
      )

Options

  • input_file

    The full path of the XSL template file.

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.

Example

Example 1

Uploads an XSL file to the OMS:

emcli em_asr_xsl_upload 
      -input_file="xsl_file:/tmp/scratch/myfile1.xsl"