meladon1337
meladon1337
Many frontend actions cause the ui to fail when executing database calls to azure mssql Database: Internal Exception: com.microsoft.sqlserver.jdbc.SQLServerException: ORDER BY items must appear in the select list if SELECT...
When applying the migrations to a azure mssql Database the following migration does not work. https://github.com/eclipse/hawkbit/blob/master/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/db/migration/SQL_SERVER/V1_12_16__add_action_initiated_by___SQL_SERVER.sql Fixed the issue with the "GO;" because it does not work in one statement:...
I have Hawkbit running with a Azure SQL Database connected. When i call the Target API with: curl --location 'https://URL/rest/v1/targets/TARGET_ID/assignedDS' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic TOKEN' \...