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

Error SOS-1270 should not log as error with PostgreSQL while a new order history id is created

    XMLWordPrintable

Details

    Description

      Current Situation

      • If the JobScheduler uses a PostgreSQL dmbs and it creates a new order history id then the following "error" is logged
        21 14:46:04.425 scheduler    0 11128.45D4 8852.738MB .{scheduler} Database::get_id("spooler_order_history_id") = 211357
        21 14:46:04.426 scheduler    0 11128.45D4 8852.738MB .[ERROR SOS-1270  Number (type ) expected, not an empty string]
        21 14:46:04.426 scheduler    0 11128.45D4 8852.738MB .[xc.insert "integer"]
        
      • This "error" is not harmful, it is about PostgreSQL not returning an integer value but a string value.
        • It is catched and the string will be converted.

      Desired Behaviour

      JobScheduler shouldn't log this as "error".

      Attachments

        Activity

          People

            jz Joacim Zschimmer
            oh Oliver Haufe
            Oliver Haufe Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: