Search found 3968 matches

by root
14 Dec 2023, 13:21
Forum: Help
Topic: Tickets with no articles get created using API
Replies: 5
Views: 857

Re: Tickets with no articles get created using API

I totally understand, Roy. We are able to solve the issues if there are defects or if it needs some enhancements. As it is ad-hoc, we are confused. Since it is default code, the only new thing that was introduced couple of years ago were to consider dynamic fields. It worked and there was no need f...
by root
14 Dec 2023, 13:19
Forum: General
Topic: X-OTRS-FollowUp-Title - what does it do?
Replies: 6
Views: 1080

Re: X-OTRS-FollowUp-Title - what does it do?

Hi,

Maybe the filter is not working as expected. You can check this with the CommunicationLog and see if you filter is matching or not.


Another question: Is there any specific reason why you don't use the SystemMonitoring add-on?

- Roy
by root
14 Dec 2023, 12:26
Forum: Help
Topic: Tickets with no articles get created using API
Replies: 5
Views: 857

Re: Tickets with no articles get created using API

Thanks Roy. Let me check those too. What is interesting is that it is adhoc. I mean, tickets get created properly ~85% of the time but get zero articles for about ~15% tickets. Hi, As long as you or someone else changes the code, there is nothing ad-hoc. It's a computer. 15% would not be acceptable...
by root
14 Dec 2023, 08:36
Forum: Help
Topic: Tickets with no articles get created using API
Replies: 5
Views: 857

Re: Tickets with no articles get created using API

Hi,

I recommend having a look into the applications log and the Apache error_log too.

Besides that, you should consider switching the operating system and upgrading to a supported version.

- Roy
by root
13 Dec 2023, 21:43
Forum: Help
Topic: Bulk ownership transfer
Replies: 2
Views: 795

Re: Bulk ownership transfer

Hi,

Use the console command

Code: Select all

bin/otrs.Console.pl Maint::Ticket::InvalidUserCleanup
for this.

- Roy
by root
13 Dec 2023, 21:38
Forum: General
Topic: X-OTRS-FollowUp-Title - what does it do?
Replies: 6
Views: 1080

Re: X-OTRS-FollowUp-Title - what does it do?

Hi,

*FollowUp* headers only affect when the email is a follow-up to an existing ticket. Have you tried X-OTRS-Title?

- Roy
by root
13 Dec 2023, 09:14
Forum: Help
Topic: Apache stops working when viewing specific tickets
Replies: 6
Views: 1037

Re: Apache stops working when viewing specific tickets

I have copied the content of the ArticleID in the filesystem and assume the issue must be related to how the HTML is parsed. As the email contains sensitive information I can't share it here. I will try to reproduce the issue with a dummy email, containing the same HTML. If that works, I will after...
by root
12 Dec 2023, 16:11
Forum: Help
Topic: OTRS Error Could not create new Schedule::Cron::Events object!
Replies: 3
Views: 801

Re: OTRS Error Could not create new Schedule::Cron::Events object!

Hi,

You're mistaken here. This is neither the former OTRS community edition nor Znuny. You should check where to get support from the download site.

- Roy
by root
12 Dec 2023, 15:18
Forum: Help
Topic: OTRS Error Could not create new Schedule::Cron::Events object!
Replies: 3
Views: 801

Re: OTRS Error Could not create new Schedule::Cron::Events object!

Hi,

What is your exact version? The content of /opt/otrs/RELEASE or /opt/znuny/RELEASE holds the version.

- Roy
by root
06 Dec 2023, 22:22
Forum: Hilfe
Topic: Performanceproblem debuggen
Replies: 12
Views: 715

Re: Performanceproblem debuggen

Hi,

Nö, das ist nicht wirklich relevant für die Ansicht. Hast Du was zum Cache gefunden?

- Roy
by root
06 Dec 2023, 18:10
Forum: Hilfe
Topic: Performanceproblem debuggen
Replies: 12
Views: 715

Re: Performanceproblem debuggen

Hi, welche Sicht ist aktiv in AgentTicketQueue? S, M oder L? Die CacheTTL steht findest Du bei den CustomerUser Konfigurationen. Eigene stehen i.d.R. in der Kernel/Config.pm So sieht das in der Default.pm aus für das DB-Backend nach einer Setup: https://github.com/znuny/Znuny/blob/dev/Kernel/Config/...
by root
06 Dec 2023, 17:35
Forum: Hilfe
Topic: Performanceproblem debuggen
Replies: 12
Views: 715

Re: Performanceproblem debuggen

Hi,

Frage #1: Haben alle Kundenbackends eine aktive CacheTTL oder stehen die bzw. einige auf 0? Das macht sich besonders bei LDAP-Backends bemerkbar.

Frage #2: Das ist auch auf dem Dashboard so, richtig?

Frage #3: Wieviele (aktive) Agenten sind ca. im System vorhanden?

- Roy
by root
06 Dec 2023, 17:32
Forum: Help
Topic: Apache stops working when viewing specific tickets
Replies: 6
Views: 1037

Re: Apache stops working when viewing specific tickets

Hi,

These steps are fine so far. If you have any chance to reproduce it without sharing sensitive information let us know.
Thank you.

- Roy
by root
05 Dec 2023, 13:25
Forum: Help
Topic: Apache stops working when viewing specific tickets
Replies: 6
Views: 1037

Re: Apache stops working when viewing specific tickets

Hi, The Performance Log won't help here. If you can identify the tickets that cause the problem, it might be a problem during parsing for displaying. This might be related to sanitizing the content before displaying it to prevent XSS and other attacks. With the causing email, we could probably fix t...
by root
04 Dec 2023, 16:23
Forum: General
Topic: split ticket do not attach files if size > 4MB
Replies: 5
Views: 1109

Re: split ticket do not attach files if size > 4MB

Hi,

Have you checked the support assessment if everything is green?

- Roy
by root
04 Dec 2023, 11:22
Forum: Help
Topic: Unable to update from Znuny LTS 6.4.2 to LTS6.5.4
Replies: 3
Views: 906

Re: Unable to update from Znuny LTS 6.4.2 to LTS6.5.4

Hi,

iCal::Parser needs to be installed via CPAN on EL8. I do not know any source for a RPM.
Execute as root:

Code: Select all

$ dnf install cpanminus make gcc
$ cpanm iCal::Parser
- Roy
by root
01 Dec 2023, 10:13
Forum: General
Topic: split ticket do not attach files if size > 4MB
Replies: 5
Views: 1109

Re: split ticket do not attach files if size > 4MB

Well,

It's pretty outdated, but there is no known issue with this. Any errors in
- the application log,
- the apache error_log, and
- in the browser console.

- Roy
by root
30 Nov 2023, 23:21
Forum: General
Topic: split ticket do not attach files if size > 4MB
Replies: 5
Views: 1109

Re: split ticket do not attach files if size > 4MB

Hi,

Not that I'm aware of. What version do you talk about?

- Roy
by root
30 Nov 2023, 13:42
Forum: Developers
Topic: OTRS6 - Eigenes OTRS Modul - die ersten Schritte :)
Replies: 1
Views: 2013

Re: OTRS6 - Eigenes OTRS Modul - die ersten Schritte :)

Hi,

I moved the topic to the appropriate section. This is a better place for development related questions.
Regarding your link: this documentation does not belong to Znuny 6.0 or newer and might differ.

- Roy
by root
29 Nov 2023, 14:36
Forum: Help
Topic: Znuny stopped fetching our Mails
Replies: 14
Views: 1862

Re: Znuny stopped fetching our Mails

We got the same issue here: Znuny stopped fetching mails from our O365-Account, because the Token expired. We set up a new token, but we also get " 2 BAD User is authenticated but not connected" and no mails are fetched. did you find out a reason or solution? And again: the permissions.
by root
29 Nov 2023, 13:30
Forum: Hilfe
Topic: Mailabruf Office365
Replies: 1
Views: 452

Re: Mailabruf Office365

Hallo,

der User mit dem der Token angefordert wurde hatte bzw. hat inzwischen keine Berechtigung auf das Postfach.
by root
28 Nov 2023, 16:31
Forum: Hilfe
Topic: perl Update -> Komische Fehler im znuny
Replies: 1
Views: 430

Re: perl Update -> Komische Fehler im znuny

Hallo,

Auf jeden Fall sollte auch der Daemon auch neu gestartet werden.

Schau Dir doch mal DPkg::Pre-Install-Pkgs an, das dürfte helfen, bzw. APT-Hooks in /etc/apt/apt.conf.d/

- Roy

P.S.: Für EL8/9 Systeme ist das mit dem DNF plugin post-transaction-actions möglich.
by root
24 Nov 2023, 10:53
Forum: Help
Topic: kerberos auth problem
Replies: 6
Views: 1452

Re: kerberos auth problem

Hi,


Exactly what I'm telling you. You need to fix your Kerberos authentication that is performed by the Apache httpd.

- Roy
by root
23 Nov 2023, 23:01
Forum: Help
Topic: kerberos auth problem
Replies: 6
Views: 1452

Re: kerberos auth problem

Hi,

The zzz_otrs.conf has, without modification, nothing to do with Kerberos. OTRS just takes the username from the request's environment.
You can see the username in the web server access log and there should be a domain component in it.

- Roy
by root
23 Nov 2023, 17:10
Forum: Help
Topic: kerberos auth problem
Replies: 6
Views: 1452

Re: kerberos auth problem

Hi,

Before you continue with the Znuny configuration, you have to fix the Kerberos part with the Apache. Multi-domain requires afaik Trusts between the domains. Your domain administrator should be able to shine light on this.

- Roy
by root
22 Nov 2023, 10:11
Forum: Hilfe
Topic: [Gelöst] Telefonnummer des Agents in Signatur verwenden
Replies: 2
Views: 1951

Re: Telefonnummer des Agents in Signatur verwenden

Hi,

Du versuchst eine Konfiguration für eine mehr als 10 Jahre alte OTRS Version auf Znuny 7 anzuwenden. Such mal hier im Forum, das gab's schon oft genug.

- Roy
by root
21 Nov 2023, 22:34
Forum: General
Topic: ITSM field - attachment type
Replies: 1
Views: 1269

Re: ITSM field - attachment type

Hi,

Try the CIAttachment type (available since Znuny LTS 6.5/ITSMConfigurationManagement 6.5):

Code: Select all

- Key: 'CIAttachment'
  Name: 'Additional Attachment'
  Searchable: 0
  Input:
    Type: 'CIAttachment'
  CountMin: 0
  CountMax: 10
- Roy
by root
21 Nov 2023, 01:52
Forum: Hilfe
Topic: Unregelmäßiger OOM-Killer nach Upgrade (OS/Znuny)
Replies: 4
Views: 893

Re: Unregelmäßiger OOM-Killer nach Upgrade (OS/Znuny)

Ich habe jetzt erstmal die Lösung von Johannes konfiguriert. Bis jetzt läuft seit einer Woche alles. Das ist aber leider noch nicht aussagekräftig genug. Ich werde das weiter beobachten und wenn wieder der OOM-Killer läuft die Konfiguration von schulmann einrichten. Hallo, nur mal so am Rande: das ...
by root
11 Nov 2023, 20:07
Forum: General
Topic: Kernel/System/MailAccount/IMAP.pm => how to set $Param{Timeout}
Replies: 2
Views: 1343

Re: Kernel/System/MailAccount/IMAP.pm => how to set $Param{Timeout}

Hi, There's no code change required. You can adjust the system configuration Daemon::SchedulerCronTaskManager::Task###MailAccountFetch by adding the parameter --timeout xxx. Add two items to the params array. One is --timeout, and the other one your timeout in seconds. Don't put them into one item! ...
by root
09 Nov 2023, 18:55
Forum: Hilfe
Topic: Alle ausgehenden Mails signieren und nicht verschlüsseln
Replies: 3
Views: 1269

Re: Alle ausgehenden Mails signieren und nicht verschlüsseln

Hallo, ist es vollkommen abwegig, was ich vor habe? Nein, wieso auch. Unserer Meinung nach wäre es sinnvoll, dass die Znuny-Benachrichtigungen signiert sind, schon damit sie sich von jedem von gut gemachten Phishing-Mails unterscheiden. Verschlüsselung ist absolut nachrangig. Wichtiger ist, dass sic...
by root
08 Nov 2023, 17:07
Forum: Hilfe
Topic: Postmaster-Filter funktioniert nicht mehr
Replies: 8
Views: 2693

Re: Postmaster-Filter funktioniert nicht mehr

Hi,

also doch umbenannt. Sobald's wieder gleich ist wird's auch wieder funktionieren.

- Roy
by root
08 Nov 2023, 16:50
Forum: Hilfe
Topic: Postmaster-Filter funktioniert nicht mehr
Replies: 8
Views: 2693

Re: Postmaster-Filter funktioniert nicht mehr

SCR-20231108-nyvq.png
oder im Admin-Bereich.

- Roy
by root
08 Nov 2023, 16:28
Forum: Help
Topic: Random LDAP auth problem
Replies: 1
Views: 1547

Re: Random LDAP auth problem

Hi,

Increase MinimumLogLevel and probably change the debug in Kernel/System/Auth/LDAP.pm

$Self->{Debug} = 0;

and set it to 1.

But don't keep this setting for ever.

- Roy
by root
08 Nov 2023, 12:52
Forum: Help
Topic: Modify a field when generating a url
Replies: 2
Views: 1381

Re: Modify a field when generating a url

Hi,

Without checking, I would try to use trunce (http://template-toolkit.org/docs/manual/Filters.html) from before URI.

Code: Select all

 [% Data.Created | truncate(16, '') |uri %]
- Roy
by root
06 Nov 2023, 11:36
Forum: Hilfe
Topic: Postmaster-Filter funktioniert nicht mehr
Replies: 8
Views: 2693

Re: Postmaster-Filter funktioniert nicht mehr

Hallo,

hast Du das Kommunikationslog für die E-Mail mal gecheckt? Da steht ggf. mehr drin.

- Roy
by root
01 Nov 2023, 19:53
Forum: Hilfe
Topic: Postmaster-Filter funktioniert nicht mehr
Replies: 8
Views: 2693

Re: Postmaster-Filter funktioniert nicht mehr

Hallo,

ich tippe auf den Klassiker: Service umbenannt. Schon gecheckt?

- Roy
by root
31 Oct 2023, 20:50
Forum: Hilfe
Topic: Header für ausgehende Mails erweitern?
Replies: 3
Views: 1399

Re: Header für ausgehende Mails erweitern?

Hallo,

ich bin mir ziemlich sicher das wird nichts. Ohne(!) es geprüft zu haben, aber warum sollte Dir ein MUA X-Header zurücksenden?
Das einzige was evtl. einen Versuch Wert wäre die Ticketnummer in der Absenderadresse mit dem recipient_delimiter zu verstecken.

- Roy
by root
31 Oct 2023, 20:43
Forum: Hilfe
Topic: Feldernamen der Kundeninformation ändern
Replies: 1
Views: 1053

Re: Feldernamen der Kundeninformation ändern

Hallo,

der Adminbereich nach dem Du suchst heisst Konsole und die Datei Kernel/Config.pm
Ich gehe mal davon aus das ein Active Directory genutzt wird, aber das kann ich nur vermuten.

- Roy
by root
31 Oct 2023, 17:04
Forum: General
Topic: Customer can't connect to OTRS
Replies: 12
Views: 6613

Re: Customer can't connect to OTRS

@Skullz, this is not a valid LDAP filter

- Roy
by root
30 Oct 2023, 11:13
Forum: Hilfe
Topic: Postmaster Filter / Prefilter / X-OTRS-Header: CustomerUser anhand E-Mailadresse in Formular ermitteln (Login <> Mail)
Replies: 4
Views: 1366

Re: Postmaster Filter / Prefilter / X-OTRS-Header: CustomerUser anhand E-Mailadresse in Formular ermitteln (Login <> Mai

Hallo,

Setze doch in der E-Mail die aus dem Formular generiert wird den From-Header auf die Adresse des Kundenbenutzers und den Envelope auf die Adresse die Du auch jetzt nutzt.

- Roy
by root
27 Oct 2023, 16:42
Forum: Hilfe
Topic: Benachrichtigung nach Ticketalter
Replies: 2
Views: 1267

Re: Benachrichtigung nach Ticketalter

Hallo,

Du kannst de SLA auch per GenericAgent und/oder Postmaster-Filter automatisiert setzen. Alternativ ist kann die Reaktionszeit auch per Queue statt SLA gesetzt werden, dann gilt Sie auch sofort.

- Roy
by root
25 Oct 2023, 15:02
Forum: Help
Topic: Update otrs5.0.42 to znuny6.0.48
Replies: 2
Views: 1570

Re: Update otrs5.0.42 to znuny6.0.48

Hi,

From 5 to 6.0 it's the ZZZAuto.pm

- Roy
by root
25 Oct 2023, 08:14
Forum: Developers
Topic: Custom modules for Generic Agent
Replies: 4
Views: 4495

Re: Custom modules for Generic Agent

Hi,

Why don't you use the web service of Znuny to perform the web request?

- Roy
by root
24 Oct 2023, 17:16
Forum: Help
Topic: After pending time the state of the ticket is still "pending auto close+"
Replies: 7
Views: 2288

Re: After pending time the state of the ticket is still "pending auto close+"

Hi,

Please post the result of these two queries:

- SELECT * FROM ticket_state
- SELECT * FROM ticket_state_type

- Roy
by root
24 Oct 2023, 15:43
Forum: Developers
Topic: Custom modules for Generic Agent
Replies: 4
Views: 4495

Re: Custom modules for Generic Agent

Hi, Starting with the version where CMD can't be configured via the GUI is an example file available: https://github.com/znuny/Znuny/blob/rel-6_5/Kernel/System/GenericAgent/SystemCommandExecution.pm.dist 1. Copy this file and choose a name that matches the use case, without the .dist 2. Update the l...
by root
20 Oct 2023, 17:49
Forum: Help
Topic: After pending time the state of the ticket is still "pending auto close+"
Replies: 7
Views: 2288

Re: After pending time the state of the ticket is still "pending auto close+"

HI,

After you showed us all what you got, do you have a description of your error? What is not working, what do you expect?

And for the start: 'closed successful' is a state and not a state type. You can reset Ticket::PendingAutoStateType to the default value.

- Roy
by root
20 Oct 2023, 15:20
Forum: Hilfe
Topic: OTRS Version 5.0.3 mit Perl/Postgrensql
Replies: 3
Views: 1319

Re: OTRS Version 5.0.3 mit Perl/Postgrensql

Hallo, also was es genau ist steht in der Regel dann im Apache error_log. Bzgl. "Die Datenbank ist einfach voll gelaufen" wäre ich zurückhaltend, ausser bei Oracle ist mir noch nichts untergekommen wo ein Tablespace nicht automatisch vergrössert wird. Also erstmal die Ursache finden, vorhe...
by root
20 Oct 2023, 14:18
Forum: Help
Topic: Update otrs to Znuny - ldap Config.pm
Replies: 4
Views: 3076

Re: Update otrs to Znuny - ldap Config.pm

Hi, That's what you wrote, sounds like you changed something too me: If I change something in the Config.pm afterwards, I can't log in via LDAP anymore, unless I set the setting correctly again. So were the settings in the Config.pm incorrect from the beginning by "CustomerUser" instead of...
by root
20 Oct 2023, 13:33
Forum: Help
Topic: Update otrs to Znuny - ldap Config.pm
Replies: 4
Views: 3076

Re: Update otrs to Znuny - ldap Config.pm

Hi, Since you do not have your CustomerAuth settings in the Kernel/Config.pm (for whatever reason), you need to change them via System Configuration. I always recommend having them in the Kernel/Config.pm and via System Configuration. Without knowing what you change in the Config.pm after it worked ...