Hi All,
below the error i got during "Database migration script" : scripts/DBUpdate-to-5.pl
-----------
Step 7 of 16: Migrate notifications to event based notifications...ERROR: OTRS-DBUpdate-to-5.pl-20 Perl: 5.14.2 OS: linux Time: Fri Nov 6 19:42:23 2015
Message: Can't add notification 'Old Ticket new note notification ( Duplicate Name )', notification already exists!
Traceback (14073):
Module: Kernel::System::NotificationEvent::NotificationAdd Line: 271
Module: main::_MigrateNotifications Line: 1105
Module: scripts/DBUpdate-to-5.pl Line: 158
error.
------------
Kindly see what is wrong
Error during migration from 4.0.1 to 5.0.2
Moderator: crythias
-
- Znuny newbie
- Posts: 11
- Joined: 05 Aug 2012, 15:27
- Znuny Version: 5.0.10
- Real Name: Placide Lysias NJAMI
- Company: GEL
- Contact:
Error during migration from 4.0.1 to 5.0.2
Regards,
Placide
Placide
-
- Znuny newbie
- Posts: 11
- Joined: 05 Aug 2012, 15:27
- Znuny Version: 5.0.10
- Real Name: Placide Lysias NJAMI
- Company: GEL
- Contact:
Re: Error during migration from 4.0.1 to 5.0.2
And when i ran :
root@it-gel-01:/opt/otrs# cat scripts/DBUpdate-to-5.mysql.sql | mysql -p -f -u root otrs
Enter password:
Below the Error
-------
ERROR 1061 (42000) at line 4: Duplicate key name 'link_relation_list_source'
ERROR 1061 (42000) at line 5: Duplicate key name 'link_relation_list_target'
ERROR 1050 (42S01) at line 9: Table 'scheduler_task' already exists
ERROR 1050 (42S01) at line 28: Table 'scheduler_future_task' already exists
ERROR 1050 (42S01) at line 47: Table 'scheduler_recurrent_task' already exists
ERROR 1091 (42000) at line 68: Can't DROP 'text2'; check that column/key exists
ERROR 1050 (42S01) at line 72: Table 'notification_event_message' already exists
ERROR 1050 (42S01) at line 87: Table 'cloud_service_config' already exists
ERROR 1005 (HY000) at line 101: Can't create table 'otrs.#sql-ecf_2e' (errno: 121)
ERROR 1005 (HY000) at line 102: Can't create table 'otrs.#sql-ecf_2e' (errno: 121)
ERROR 1005 (HY000) at line 103: Can't create table 'otrs.#sql-ecf_2e' (errno: 121)
ERROR 1005 (HY000) at line 104: Can't create table 'otrs.#sql-ecf_2e' (errno: 121)
root@it-gel-01:/opt/otrs# cat scripts/DBUpdate-to-5.mysql.sql | mysql -p -f -u root otrs
Enter password:
Below the Error
-------
ERROR 1061 (42000) at line 4: Duplicate key name 'link_relation_list_source'
ERROR 1061 (42000) at line 5: Duplicate key name 'link_relation_list_target'
ERROR 1050 (42S01) at line 9: Table 'scheduler_task' already exists
ERROR 1050 (42S01) at line 28: Table 'scheduler_future_task' already exists
ERROR 1050 (42S01) at line 47: Table 'scheduler_recurrent_task' already exists
ERROR 1091 (42000) at line 68: Can't DROP 'text2'; check that column/key exists
ERROR 1050 (42S01) at line 72: Table 'notification_event_message' already exists
ERROR 1050 (42S01) at line 87: Table 'cloud_service_config' already exists
ERROR 1005 (HY000) at line 101: Can't create table 'otrs.#sql-ecf_2e' (errno: 121)
ERROR 1005 (HY000) at line 102: Can't create table 'otrs.#sql-ecf_2e' (errno: 121)
ERROR 1005 (HY000) at line 103: Can't create table 'otrs.#sql-ecf_2e' (errno: 121)
ERROR 1005 (HY000) at line 104: Can't create table 'otrs.#sql-ecf_2e' (errno: 121)
Regards,
Placide
Placide
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Error during migration from 4.0.1 to 5.0.2
duplicate means you've already done that
can't drop because it's not there not a problem
can't create files ... check if you're not running InnoDB.
can't drop because it's not there not a problem
can't create files ... check if you're not running InnoDB.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 11
- Joined: 05 Aug 2012, 15:27
- Znuny Version: 5.0.10
- Real Name: Placide Lysias NJAMI
- Company: GEL
- Contact:
Re: Error during migration from 4.0.1 to 5.0.2
Thanks for you reply.
root@it-gel-01:/opt/otrs# mysqladmin -u root -p variables | grep have_innodb
Enter password:
| have_innodb | YES |
Yes, engine is Innodb.
root@it-gel-01:/opt/otrs# mysqladmin -u root -p variables | grep have_innodb
Enter password:
| have_innodb | YES |
Yes, engine is Innodb.
Regards,
Placide
Placide
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Error during migration from 4.0.1 to 5.0.2
That doesn't necessarily mean the tables are innodb.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 11
- Joined: 05 Aug 2012, 15:27
- Znuny Version: 5.0.10
- Real Name: Placide Lysias NJAMI
- Company: GEL
- Contact:
Re: Error during migration from 4.0.1 to 5.0.2
Then how can i check it Please ?
See below the registration info of my server :
Regards,
See below the registration info of my server :
Regards,
You do not have the required permissions to view the files attached to this post.
Regards,
Placide
Placide
-
- Znuny newbie
- Posts: 11
- Joined: 05 Aug 2012, 15:27
- Znuny Version: 5.0.10
- Real Name: Placide Lysias NJAMI
- Company: GEL
- Contact:
Re: Error during migration from 4.0.1 to 5.0.2
After fixing the PB with the DB :
My dashboard is empty (but the tickets appear in Tickets meu). And below are the error :
----------
Module Kernel/Output/HTML/DashboardEventsTicketCalendar.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:34 2015 error OTRS-CGI-20 Module Kernel/Output/HTML/DashboardTicketGeneric.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:34 2015 error OTRS-CGI-20 Module Kernel/Output/HTML/DashboardTicketGeneric.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:34 2015 error OTRS-CGI-20 Module Kernel/Output/HTML/DashboardTicketQueueOverview.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:34 2015 error OTRS-CGI-20 Module Kernel/Output/HTML/DashboardCalendar.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:34 2015 error OTRS-CGI-20 Module Kernel/Output/HTML/DashboardTicketStatsGeneric.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:12 2015 error OTRS-otrs.Console.pl-Maint::PostMaster::MailAccountFetch-20 There was an error executing Execute() in Kernel::System::Console::Command::Maint::PostMaster::MailAccountFetch: ERROR: OTRS-otrs.Console.pl-Maint::PostMaster::MailAccountFetch-20 Perl: 5.14.2 OS: linux Time: Mon Nov 9 20:20:12 2015
My dashboard is empty (but the tickets appear in Tickets meu). And below are the error :
----------
Module Kernel/Output/HTML/DashboardEventsTicketCalendar.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:34 2015 error OTRS-CGI-20 Module Kernel/Output/HTML/DashboardTicketGeneric.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:34 2015 error OTRS-CGI-20 Module Kernel/Output/HTML/DashboardTicketGeneric.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:34 2015 error OTRS-CGI-20 Module Kernel/Output/HTML/DashboardTicketQueueOverview.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:34 2015 error OTRS-CGI-20 Module Kernel/Output/HTML/DashboardCalendar.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:34 2015 error OTRS-CGI-20 Module Kernel/Output/HTML/DashboardTicketStatsGeneric.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2)
Mon Nov 9 20:20:12 2015 error OTRS-otrs.Console.pl-Maint::PostMaster::MailAccountFetch-20 There was an error executing Execute() in Kernel::System::Console::Command::Maint::PostMaster::MailAccountFetch: ERROR: OTRS-otrs.Console.pl-Maint::PostMaster::MailAccountFetch-20 Perl: 5.14.2 OS: linux Time: Mon Nov 9 20:20:12 2015
Regards,
Placide
Placide
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Error during migration from 4.0.1 to 5.0.2
Items registered but don't exist. Maybe rebuild config or check SysConfig.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask