Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
PostgreSQL dbms
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".