Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-1716

JobScheduler should consider that a parameter can have a hex_value attribute

    XMLWordPrintable

Details

    Description

      Current Situation

      • The JobScheduler stores after each node of a job chain the state of the order in the database in an xml format, particularly the parameters.
      • If a parameter is set with special characters then the value of the parameter is stored in a hexadecimal representation and has the attribute hex_value instead of value.
      • When the JobScheduler reads this order parameter for the next job chain node then it raises the following error
        COM-80020009 XmlException: com.sos.scheduler.engine.common.scalautil.xmls.ScalaXMLEventReader$UnparsedAttributesException: Unknown XML attributes 'hex_value' - In <sos.spooler.variable_set> (:1:37) <variable> (:1:15796) <variable> (:1:15796), method=call
        

      Desired Behavior

      The JobScheduler should consider that a parameter can have a hex_value attribute and should not raise an error.

      Attachments

        Issue Links

          Activity

            People

              jz Joacim Zschimmer
              oh Oliver Haufe
              Santiago Aucejo Petzoldt Santiago Aucejo Petzoldt
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: