<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[JSON-RPC save&#x2F;delete auf C__CATG_APPLICATION findet entry nicht]]></title><description><![CDATA[<p dir="auto">Ich habe am Object 76 erfolgreich eine Applikation incl Version angehängt. Die Softwarezuweisung wird in der GUI wie erwartet angezeigt, ein cmdb.category.read liefert</p>
<pre><code>{
  "objID": "76",
  ...
  "assigned_version": {
    "id": "98",
    "ref_id": "17",
    "ref_title": "V1.0",
   ...
  }
}
</code></pre>
<p dir="auto">Wenn ich jetzt allerdings den Eintrag gemäß <a href="https://kb.i-doit.com/de/grundlagen/kategorien/application.html#eintrag-aktualisieren">Doku</a> ändern oder löschen möchte, wird die entryId nicht gefunden:</p>
<pre><code>{
  "jsonrpc": "2.0",
  "method": "cmdb.category.save",
  "id": 5,
  "params": {
    "apikey": "REDACTED",
    "object": 76,
    "category": "C__CATG__APPLICATION",
    "entry": 17,
        "data": {
      "assigned_version": "V1.1"
    }
  }
}

</code></pre>
<p dir="auto">liefert die Fehlermeldung 'Invalid parameters: Unable to find entry for id 17. Please ensure that entry is owned by object 76 and has a valid status.'</p>
<p dir="auto">Was ist da faul?</p>
]]></description><link>https://community.i-doit.com/topic/5503/json-rpc-save-delete-auf-c__catg_application-findet-entry-nicht</link><generator>RSS for Node</generator><lastBuildDate>Wed, 24 Jun 2026 10:24:03 GMT</lastBuildDate><atom:link href="https://community.i-doit.com/topic/5503.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Jun 2026 06:25:41 GMT</pubDate><ttl>60</ttl></channel></rss>