Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
N
netvs-core
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 65
    • Issues 65
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • scc-net
  • netvs
  • netvs-core
  • Issues
  • #200

Closed
Open
Opened Nov 14, 2020 by benedikt.neuffer@iv4011Owner

"invalid_internal_param" beim anlegen von A record

Ich versuche folgende Aktion in der BCD epicur-bbb-1 durchzuführen:

dns.record anlegen:

    RR-Set-TTL:
    DNS-RR-Daten:
    RR-Set-FQDN: defgw-v230.scc.kit.edu.
    RR-Typ: A
    FQDN-Typ (in RR):
    RR-TTL-Rückstellungsintervall (Tage):
    RR-Set-FQDN-Info: 129.13.73.17
    RR ist Einzel-Record-Typ: true
    RR-Ziel ist rückwärts-eindeutig: true

Und erhalte folgende Fehlermeldung:

{
 "error": {
  "code": 0,
  "description": "[cntl] Fehlercode nicht auflösbar",
  "details": "Der angegebene Fehlercode wird zwar durch eine API-Funktion benutzt, kann aber nicht in einen Fehlertext übersetzt werden"
 },
 "error_type": {
  "code": -20000,
  "name": "invalid_internal_param",
  "description": "Die im API verwendeten Parameter sind ungültig oder fehlerhaft"
 },
 "constraint": {
  "name": null,
  "description": null
 },
 "stacked_diag_params": {
  "sqlstate": "22004",
  "message": "FOREACH expression must not be null",
  "detail": "",
  "hint": "",
  "context": "PL/pgSQL function eh.set_err(eh.stacked_diag_params_rec_type,name,name,eh.userparams_kv_rec_type[],eh.typecode_rec_type) line 8 at RAISE\\nSQL statement \"SELECT eh.set_err(sd_rec, fpkg, fname, up_kv_rec_list, et_rec)\"\\nPL/pgSQL function dns_wapi_3_0.ta_stmt_handler(jsonb,jsonb,wapi_3_0.exec_ta_stmt_rec_type) line 213 at PERFORM\\nPL/pgSQL function wapi_3_0.exec_ta_handler(bigint,jsonb,boolean,boolean,boolean,boolean) line 496 at RETURN QUERY\\nPL/pgSQL function wapi_3_0.ta_handler(text,bigint,boolean,boolean,boolean) line 7 at RETURN QUERY",
  "dml_src_table": "dns_ntree",
  "schema": "",
  "table": "",
  "column": "",
  "datatype": "",
  "constraint": ""
 },
 "others": {},
 "traceback": [
  {
   "function": "wapi_3_0.exec_ta_handler",
   "param": {
    "wapi.transaction_stmt.index": 0
   }
  }
 ]
}
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: scc-net/netvs/netvs-core#200