[Solved] Insufficient Rights after restore

Moderator: crythias

Locked
robcar
Znuny newbie
Posts: 40
Joined: 23 Oct 2015, 15:41
Znuny Version: 5.0.3
Real Name: Roberto Carraro
Company: FAIV

[Solved] Insufficient Rights after restore

Post by robcar »

As per thread viewtopic.php?f=62&t=32741,
after a system crash, which apparently erased all previous tickets, I did an in-place restore (with restore.pl).

The restore ran fine; now in Status view I can see the list of previous opened/closed ticket, but when I click on some of them I got:
Insufficient Rights
Message: We are sorry, you do not have permissions anymore to access this ticket in its current state.
And in the logs:
Tue Jun 28 09:33:42 2016 error OTRS-CGI-91 No such TicketID (1793)!
Tue Jun 28 09:33:42 2016 error OTRS-CGI-91 No such TicketID (1793)!
Tue Jun 28 09:33:42 2016 error OTRS-CGI-91 No such TicketID (1793)!
Tue Jun 28 09:33:42 2016 error OTRS-CGI-91 Need QueueID!
Tue Jun 28 09:33:42 2016 error OTRS-CGI-91 No such TicketID (1836)!
Tue Jun 28 09:33:42 2016 error OTRS-CGI-91 No such TicketID (1836)!
Can someone please help me?
thanks

--
rob
Last edited by robcar on 28 Jun 2016, 11:12, edited 1 time in total.
OTRS 5 on Linux with MySQL and LDAP A.D. backend.
robcar
Znuny newbie
Posts: 40
Joined: 23 Oct 2015, 15:41
Znuny Version: 5.0.3
Real Name: Roberto Carraro
Company: FAIV

Re: Insufficient Rights after restore

Post by robcar »

I followed this instructions and now everything seems fine :D

https://otrs.github.io/doc/manual/admin ... ading.html

More specifically:

Code: Select all

su - otrs -s /bin/bash
Password:

$ bin/otrs.Console.pl Maint::Config::Rebuild
Rebuilding the system configuration...
Done.

$ bin/otrs.Console.pl Maint::Cache::Delete
Deleting cache...
Done.
OTRS 5 on Linux with MySQL and LDAP A.D. backend.
Locked