wir haben folgendes Problem beim setzen von Berechtigungen auf FAQ-Kategorien. Beim Update auf die Datenbank kommt es zu folgender Fehlermeldung auf Grund einer postgre-sql-db constraint.
Code: Select all
[Fri Jan 23 08:45:32 2009] -e: DBD::Pg::db do failed: ERROR: duplicate key value violates unique constraint "faq_category_group_pkey"
ERROR: OTRS-CGI-10 Perl: 5.8.8 OS: linux Time: Fri Jan 23 08:45:32 2009
Message: ERROR: duplicate key value violates unique constraint "faq_category_group_pkey"
, SQL: 'INSERT INTO faq_category_group (category_id, group_id, changed, changed_by, created, created_by) VALUES (154, 25, current_timestamp, 45, current_timestamp, 45)'
Traceback (1903):
Module: Kernel::System::FAQ::SetCategoryGroup (v1.52) Line: 2286
Module: Kernel::Modules::AgentFAQ::Run (v1.29) Line: 436
Module: Kernel::System::Web::InterfaceAgent::Run (v1.35) Line: 824
Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 47
Module: (eval) (v1.87) Line: 203
Module: ModPerl::RegistryCooker::run (v1.87) Line: 203
Module: ModPerl::RegistryCooker::default_handler (v1.87) Line: 169
Module: ModPerl::Registry::handler (v1.99) Line: 30
greez Björn