Report Manager auf 0.9.5
-
Der Report Manager zum auswerten der Logfiles hat offenbar ein Problem mit dem Updates:
Wählt man Standardreports ->
Logbook Show logbook entries with colorized alarmlevel (!)erhält man:
Eine Ausnahme wurde ausgelöst Message: Table 'idoit_data.isys_logbook_event' doesn't existwelche Datei muss dafür angepasst werden bzw wie heisst die neue tabelle ?
lG,
pgo -
Das Datenmodell des Logbuchs hat sich in der letzten Version geändert, darin sind einige Tabellen gelöscht worden. Zur kommenden Version wird der Logbuch Report entsprechend verbessert. Bis dahin haben wir erstmal ein funktionierndes SQL-Query zur aktualisierung des Reports (Ist ebenfalls über den Report-Browser verfügbar):
SELECT isys_logbook__id as __id__, isys_logbook__user_name_static as User, isys_logbook__event_static as Event, isys_logbook__obj_name_static as Object, isys_logbook__category_static as Category, isys_logbook__title AS `Title (old-format)`, isys_logbook__date AS Date, isys_logbook_level__title AS Alarmlevel, (CASE isys_logbook_level__const WHEN 'C__LOGBOOK__ALERT_LEVEL__0' THEN 'color: #777;' WHEN 'C__LOGBOOK__ALERT_LEVEL__1' THEN 'color: #880; background: #ffb; border-color: #eea;' WHEN 'C__LOGBOOK__ALERT_LEVEL__2' THEN 'color: #099; background: #e7ffff; border-color: #cee;' WHEN 'C__LOGBOOK__ALERT_LEVEL__3' THEN 'color: #a22; background: #fdc; border-color: #e88;' END) AS __style__ FROM isys_logbook INNER JOIN isys_logbook_level ON isys_logbook__isys_logbook_level__id = isys_logbook_level__id LEFT OUTER JOIN isys_catg_logb_list ON isys_catg_logb_list__isys_logbook__id = isys_logbook__id ORDER BY isys_logbook__date DESC;
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