Navigation

    Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    1. Home
    2. Matthias 0
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    Matthias 0

    @Matthias 0

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.bitmarck.de/ Location München

    Matthias 0 Follow

    Latest posts made by Matthias 0

    • RE: Database error: Column 'isys_lock__isys_user_session__id' cannot be null

      Hi @philipp-hörselmann,

      ok, vielen Dank.

      Der Update ist in Planung und ich hoffe, dass wir das nächste Woche umsetzen können. Dann teste ich nochmal und gebe Bescheid.

      Vielen Dank für die Unterstützung!

      Gruss
      Matthias

      posted in Entwicklung
      M
      Matthias 0
    • RE: Database error: Column 'isys_lock__isys_user_session__id' cannot be null

      Hi @philipp-hörselmann,

      nein, ich habe nur diesen einen Request abgesetzt.

      Die API Versionen habe ich jetzt auch herausgefunden:

      Prod: 1.11.1
      Test: 1.10.3

      Das sieht danach aus, als müssten wir hier das API Modul aktualisieren.🤔

      Und ja, fast, das Test System entstand aus einem DB Dump von Prod, den wir in die Test DB eingespielt haben. 😬 😬

      Danke und Gruss
      Matthias

      posted in Entwicklung
      M
      Matthias 0
    • Database error: Column 'isys_lock__isys_user_session__id' cannot be null

      Hallo,

      ich möchte per API Request den Titel eines Objektes ändern und erhalte folgende Fehlermeldung:

      Database error : Query error: 'INSERT INTO isys_lock (isys_lock__isys_obj__id, isys_lock__isys_user_session__id,
       isys_lock__datetime, isys_lock__table_label, isys_lock__table_name, isys_lock__table_field, isys_lock__field_value) VALUES (277894423, NULL, CURRENT_
      TIMESTAMP, NULL, NULL, NULL, NULL)':\nColumn 'isys_lock__isys_user_session__id' cannot be null
      

      API Version: 1.14
      Authentifizierung läuft per APIKEY, "Enforce authentification by username and password" ist nicht aktiviert.

      Hier der API Call:

      {
        "version": "2.0",
        "method": "cmdb.object.update",
        "params": {
          "apikey": "<API-Key",
          "id": 277894423,
          "title": "title_OLD"
          },
        "id": 1
      }
      

      Interessanterweise funktioniert der Call auf unserer Test Umgebung, aber nicht auf Produktion. Kann das ein konfigurativer Unterschied zwischen unserer Test und Prod Umgebung sein? Und wenn ja, welcher? :-]

      Vielen Dank!

      posted in Entwicklung
      M
      Matthias 0