There are invalid users with locked tickets

Hilfe zu OTRS Problemen aller Art
Post Reply
kinshasa
Znuny newbie
Posts: 27
Joined: 16 May 2017, 15:52
Znuny Version: 5.0.19

There are invalid users with locked tickets

Post by kinshasa »

Hi,
ich habe eine unschöne Fehlermeldung im Support Data Connector.
habe alle invaled Angent überprüft, leider keine Tickets gefunden. Also Sauber.
Cache habe ich auch geleert, aber die Meldung bleibt.
Habt ihr Idee, wie ich direkt aus der DB löschen kann.
Danke für die Hilfe
You do not have the required permissions to view the files attached to this post.
root
Administrator
Posts: 3961
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: There are invalid users with locked tickets

Post by root »

Hi,

na die Meldung wir schon stimmen. Damit kannst Du das in der SQL-Box mal prüfen und sehen welche Tickets das sind:

SELECT id,tn,title
FROM ticket
WHERE user_id IN (SELECT id FROM users WHERE valid_id<>(SELECT id FROM valid WHERE name='valid'))
AND ticket_lock_id IN (SELECT id FROM ticket_lock_type WHERE name='lock')

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
kinshasa
Znuny newbie
Posts: 27
Joined: 16 May 2017, 15:52
Znuny Version: 5.0.19

Re: There are invalid users with locked tickets

Post by kinshasa »

Hallo Roy,

Dankeschön, hat funktioniert. :) :)
root
Administrator
Posts: 3961
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: There are invalid users with locked tickets

Post by root »

kinshasa wrote: 02 Feb 2022, 16:24 Dankeschön, hat funktioniert. :) :)
Hi,

schön zu hören. War dann wohl nicht so sauber ;-)

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Post Reply