Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Fehler bei vorhandenen Templates

    Scheduled Pinned Locked Moved Betrieb
    5 Posts 2 Posters 1.5k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I Offline
      Ingo01
      last edited by

      Hallo,

      ich hatte versucht aus einem vorhandem Objekt ein Template zu erzeugen - das Ergebnis bei der Anzeige vorhandener Templates:

      isys_exception_database : Query error: 'SELECT * FROM isys_catg_port_list LEFT OUTER JOIN isys_catg_ip_list_2_isys_catg_port_list ON isys_catg_ip_list_2_isys_catg_port_list__isys_catg_port_list__id = isys_catg_port_list__id LEFT OUTER JOIN isys_catg_ip_list ON isys_catg_ip_list_2_isys_catg_port_list__isys_catg_ip_list__id = isys_catg_ip_list__id LEFT JOIN isys_catg_netp_list ON isys_catg_port_list__isys_catg_netp_list__id = isys_catg_netp_list__id LEFT JOIN isys_port_type ON isys_catg_port_list__isys_port_type__id = isys_port_type__id LEFT JOIN isys_obj ON isys_catg_port_list__isys_obj__id = isys_obj__id LEFT JOIN isys_catg_connector_list ON isys_catg_connector_list__id = isys_catg_port_list__isys_catg_connector_list__id WHERE TRUE AND (isys_catg_port_list__isys_obj__id = '191') AND (isys_catg_port_list__id = '138') GROUP BY isys_catg_port_list__id ORDER BY isys_catg_ip_list__primary DESC': Unknown column 'isys_catg_port_list__isys_catg_connector_list__id' in 'on clause'

      Gruß Ingo

      1 Reply Last reply Reply Quote 0
      • dsD Offline
        ds
        last edited by

        Da scheint das Update auf die 0.9.9-1 nicht richtig durchgelaufen zu sein. Versuch mal das Datenbank Update zu wiederholen

        1 Reply Last reply Reply Quote 0
        • I Offline
          Ingo01
          last edited by

          ..Tage später auf einer neuen virtuellen Maschine…

          ich nutze die Version  0.9.9-2 und nach dem nochmaligen Update kommt:

          isys_exception_rs : RS Exception: Can't check for right, since right module 2 is not registered!

          1 Reply Last reply Reply Quote 0
          • I Offline
            Ingo01
            last edited by

            Soweit ich das "deuten" kann fehlt in einer Tabelle die Spalte 'isys_catg_port_list__isys_catg_connector_list__id'.

            Kann ich die nachträlich anlegen - welche Felder müssen mit welcher "Belegung" enthalten sein?

            Gruß Ingo

            1 Reply Last reply Reply Quote 0
            • dsD Offline
              ds
              last edited by

              Sorry für die späte Antwort, hier die SQL Statements zum Anlegen der Spalte:

              ALTER TABLE  isys_catg_port_list ADD  isys_catg_port_list__isys_catg_connector_list__id INT( 10 ) UNSIGNED NULL DEFAULT NULL AFTER  isys_catg_port_list__id,
              ADD INDEX (  isys_catg_port_list__isys_catg_connector_list__id );

              ALTER TABLE  isys_catg_port_list ADD FOREIGN KEY (  isys_catg_port_list__isys_catg_connector_list__id ) REFERENCES isys_catg_connector_list (isys_catg_connector_list__id)
              ON DELETE SET NULL ON UPDATE CASCADE ;

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • First post
                Last post