laufer wrote:
Hallo,

noch ein Nachtrag. Im OTRS System Log zeigt er jetzt an:

Wed Jul 11 17:08:32 2007 error OTRS-CGI-10 Found no $ID for 13! Wed Jul 11 17:08:32 2007 error OTRS-CGI-10 FEHLER: Spalte q.first_response_time existiert nicht Wed Jul 11 17:08:32 2007 error OTRS-CGI-10 Found no $ID for 13! Wed Jul 11 17:08:32 2007 error OTRS-CGI-10 FEHLER: Spalte q.first_response_time existiert nicht

In dem script DBUpdate-to-2.2.postgresql.sql stehen leider keine Angaben über die Spalte q.first_response_time Vielleicht weiss jemand durch welches Skript diese Spalte hinzugefügt werden sollte oder mit welchen Eigenschaften Sie erstellt werden sollte?

Nochmals vielen Dank!

Grüße

Cristian

------------------------------------------------------------------------

_______________________________________________
OTRS-de Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.com/
Da fehlen wohl einige alter table add Kommandos, schau mal in den Scripten für Oracle oder mysql

ALTER TABLE queue CHANGE escalation_time update_time INTEGER;
ALTER TABLE queue ADD first_response_time INTEGER;
ALTER TABLE queue ADD solution_time INTEGER;

_______________________________________________
OTRS-de Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.com/

Antwort per Email an