Fehler bei vorhandenen Templates
-
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
-
Da scheint das Update auf die 0.9.9-1 nicht richtig durchgelaufen zu sein. Versuch mal das Datenbank Update zu wiederholen
-
..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!
-
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
-
Sorry für die späte Antwort, hier die SQL Statements zum Anlegen der Spalte:
ALTER TABLE
isys_catg_port_listADDisys_catg_port_list__isys_catg_connector_list__idINT( 10 ) UNSIGNED NULL DEFAULT NULL AFTERisys_catg_port_list__id,
ADD INDEX (isys_catg_port_list__isys_catg_connector_list__id);ALTER TABLE
isys_catg_port_listADD FOREIGN KEY (isys_catg_port_list__isys_catg_connector_list__id) REFERENCESisys_catg_connector_list(isys_catg_connector_list__id)
ON DELETE SET NULL ON UPDATE CASCADE ;
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