Search found 4280 matches

by root
10 Oct 2025, 14:38
Forum: Help
Topic: Funktionsleiste fehlt im Ticket
Replies: 3
Views: 185

Re: Funktionsleiste fehlt im Ticket

Danke das hat geholfen, steht das irgendwo, ich konnte nichts dazu finden? Jein, der Fehler war hier zu finden https://github.com/znuny/Znuny/issues/729 und die Lösung war der verlinkte Pull Request. Ich habe den Workaround rangeschrieben auch entsprechend gelabelt. Die GitHub Issues sind eigentlic...
by root
10 Oct 2025, 11:58
Forum: Help
Topic: Funktionsleiste fehlt im Ticket
Replies: 3
Views: 185

Re: Funktionsleiste fehlt im Ticket

Hallo, das ist ein Bug. Bitte ersetze die Datei Kernel/Config/Files/XML/Ticket.xml durch den diese hier https://raw.githubusercontent.com/SectorNordAG/Znuny/eb9e23357c8352a75c90c9d733d0a08c114448c3/Kernel/Config/Files/XML/Ticket.xml und führe 'bin/znuny.Console.pl Maint::Config::Rebuild --cleanup' a...
by root
07 Oct 2025, 12:11
Forum: Help
Topic: Error while retrieving the messages 'IMAPS': Could not select
Replies: 2
Views: 590

Re: Error while retrieving the messages 'IMAPS': Could not select

Hi,

"Can't connect" usually indicates that there is not network connection from the client (your Znuny server) to the IMAP server. Have you verified and ruled this out?

- Roy
by root
01 Oct 2025, 13:45
Forum: Help
Topic: OAuth token fails, error is inaccessible
Replies: 3
Views: 349

Re: OAuth token fails, error is inaccessible

Hi,

Probably your secret has expired. Check this in the Azure portal.

- Roy
by root
01 Oct 2025, 08:59
Forum: Help
Topic: OAuth token fails, error is inaccessible
Replies: 3
Views: 349

Re: OAuth token fails, error is inaccessible

Hi,

The error might be visible with the OAuth2 configuration if your system is up-to-date. Have you checked the application log?

- Roy
by root
30 Sep 2025, 13:25
Forum: Help
Topic: Solved: Some new tickets are closed automatically
Replies: 2
Views: 388

Re: Some new tickets are closed automatically

Hi,

The ticket history will tell you what happened.

- Roy
by root
30 Sep 2025, 11:02
Forum: Help
Topic: Hide Buttons in AgentTicketZoom
Replies: 2
Views: 383

Re: Hide Buttons in AgentTicketZoom

djsensui wrote: 30 Sep 2025, 07:35 I need to only show the following in AgentTicketZoom

back, people and communication.

Image
https://ibb.co/Swb67Mcp

How can i accomplish this?

Thanks in Advanced
Hi,

Use ACLs and/or permissions

- Roy
by root
29 Sep 2025, 14:07
Forum: Hilfe
Topic: Update auf 7.2.3 Meldung Browser veraltet
Replies: 4
Views: 456

Re: Update auf 7.2.3 Meldung Browser veraltet

rada87 wrote: 29 Sep 2025, 13:57 wenn ich das im Terminal eingebe kommt immer kein File oder directory gefunden.
Die Befehle müssen mit dem Znuny Applikationsenutzer ausgeführt werden.

- Roy
by root
29 Sep 2025, 13:44
Forum: Hilfe
Topic: Update auf 7.2.3 Meldung Browser veraltet
Replies: 4
Views: 456

Re: Update auf 7.2.3 Meldung Browser veraltet

Hi,

was sagen denn
bin/znuny.Console.pl Admin::Config::ListInvalid und bin/znuny.Console.pl Admin::Config::FixMissingFrontendFiles

- Roy
by root
29 Sep 2025, 10:28
Forum: Hilfe
Topic: Kalender Erinnerungsticket erstellen
Replies: 4
Views: 755

Re: Kalender Erinnerungsticket erstellen

Hallo,

schicke doch bitte mal einen Screenshot davon, was du da im Kalender einstellst.

- Roy
by root
19 Sep 2025, 13:16
Forum: Hilfe
Topic: DefaultTheme::HostBased
Replies: 5
Views: 871

Re: DefaultTheme::HostBased

DrRamazzotti wrote: 19 Sep 2025, 09:56 Habe ich auch... Je nach dem welchen Host man zuerst aufgerufen hat, wurde dieser dann wohl scheinbat gecachet und für beide Variante ausgepsielt...
Das ist das ein Bug, das muss auch mit aktivem Templatecache funktionieren.

- Roy
by root
19 Sep 2025, 08:24
Forum: Help
Topic: REST invoker web service synchronization by ticket state
Replies: 4
Views: 838

Re: REST invoker web service synchronization by ticket state

Hi, And the receiving system is also a Znuny that handles this with the endpoint /Ticket, the following payload? { "fields": { "TicketID": "1223", "TicketNumber": "202509191092829", "StateID": 1, "State": "new" } } I gue...
by root
19 Sep 2025, 08:17
Forum: Hilfe
Topic: DefaultTheme::HostBased
Replies: 5
Views: 871

Re: DefaultTheme::HostBased

Hi,

ich hätte es ja zuerst mal mit Cache löschen versucht...

- Roy
by root
18 Sep 2025, 11:22
Forum: Help
Topic: REST invoker web service synchronization by ticket state
Replies: 4
Views: 838

Re: REST invoker web service synchronization by ticket state

Hi,

Did the outgoing data match the format the receiving site expected? What does the web service log say?

- Roy
by root
16 Sep 2025, 18:09
Forum: Hilfe
Topic: Füge Tickets basierend auf DynamicField zusammen
Replies: 6
Views: 1097

Re: Füge Tickets basierend auf DynamicField zusammen

Wie genau würde das funktionieren? Gibt es da Dokumentation? Hallo, nein, für die Erstellung einer Ticketoperation für's GenericINterface gibt es keine Dokumentation. Da kann man nur https://github.com/znuny/Znuny/blob/dev/Kernel/GenericInterface/Operation/Ticket/TicketUpdate.pm als Referenz nutzen...
by root
14 Sep 2025, 19:06
Forum: Hilfe
Topic: Update 6.5.10 nach 6.5.16 Error Migrate Script
Replies: 2
Views: 713

Re: Update 6.5.10 nach 6.5.16 Error Migrate Script

Hallo,

Prüfe deine Ticketbenachrichtigungen, das ist eine nicht vollständige auf Englisch dabei. Ergänze oder lösche die einfach. Wenn ich das korrekrt erkenne ist des die Benachrichtigung wenn der E-Mail-Versand fehlschlägt.

- Roy
by root
12 Sep 2025, 23:04
Forum: Hilfe
Topic: Füge Tickets basierend auf DynamicField zusammen
Replies: 6
Views: 1097

Re: Füge Tickets basierend auf DynamicField zusammen

Danke. Schade. Kann ich mit einem Generic Agent mich zwischen "via API wird ein Request für ein Ticket abgesetzt" und "ein Ticket wird erstellt" dazwischen klemmen mit einem Custom Module? Hallo, Nein, das wird nicht funktionieren. Du brauchst eine eigene Operation für das Gener...
by root
12 Sep 2025, 14:45
Forum: Hilfe
Topic: Füge Tickets basierend auf DynamicField zusammen
Replies: 6
Views: 1097

Re: Füge Tickets basierend auf DynamicField zusammen

Hallo,

Per E-Mail wäre das mit dem Filter ExternalTicketnumberRecognition möglich, aber per Webservice gibt es diese Funktion nicht in Znuny.

- Roy
by root
04 Sep 2025, 11:56
Forum: Hilfe
Topic: Wie könnnen externe dynamiche Kalender Daten integriert werden?
Replies: 4
Views: 1462

Re: Wie könnnen externe dynamiche Kalender Daten integriert werden?

Hallo,

einmal ohne --type xx löschen, also den gesamten Cache. Allerdings ist das nichts für den produktiven Betrieb.

Die View hat exakt die gleichen Spalten wie die calendar_appointment?

- Roy
by root
03 Sep 2025, 22:49
Forum: General
Topic: After migrating to new server User no longer has queues or Admin privledges
Replies: 7
Views: 3033

Re: After migrating to new server User no longer has queues or Admin privledges

Ok, I think I understand. So this is what I believe my upgrade path should be: Origial OTRS5 (on Ubuntu14) -> Migrate to New Server OTRS5 (on Ubuntu 24.04 - with MariaDB) After I get above working I can do the following: New Server OTRS5 (on U24.04 w/ Maria DB) -> upgrade to Znuny 6.1 (MariaDB) Yes...
by root
02 Sep 2025, 21:43
Forum: General
Topic: After migrating to new server User no longer has queues or Admin privledges
Replies: 7
Views: 3033

Re: After migrating to new server User no longer has queues or Admin privledges

That is correct. It is the latest MySQL. So do I upgrade my migrated OTRS to Znuny 6.1? and I'll have all my users with the right permissions back? Technically, yes, but you can't upgrade the system with MySQL 8. Switch to MariaDB or an older MySQL version like 5.7 until you're at Znuny 6.1 - Roy
by root
02 Sep 2025, 18:16
Forum: Hilfe
Topic: Wie könnnen externe dynamiche Kalender Daten integriert werden?
Replies: 4
Views: 1462

Re: Wie könnnen externe dynamiche Kalender Daten integriert werden?

Hallo,

probiere es mal mit dem Befehlen

Code: Select all

bin/otrs.Console.pl Maint::Cache::Delete --type Calendar
bin/otrs.Console.pl Maint::Cache::Delete --type CalendarList
- Roy
by root
02 Sep 2025, 18:09
Forum: General
Topic: Next LTS Release comming?
Replies: 2
Views: 1325

Re: Next LTS Release comming?

Hi,

There will be an LTS release planned for the end of Q4 2025.

- Roy
by root
02 Sep 2025, 16:10
Forum: Help
Topic: How to Update to higher Minor Version
Replies: 5
Views: 1548

Re: How to Update to higher Minor Version

paulfolkers wrote: 02 Sep 2025, 09:05 When doing minor updates, should the db-migrate script be called as well?
Always. Recommended for patch level updates (I never do it without), mandatory for minor and major upgrades.

- Roy
by root
01 Sep 2025, 19:31
Forum: General
Topic: After migrating to new server User no longer has queues or Admin privledges
Replies: 7
Views: 3033

Re: After migrating to new server User no longer has queues or Admin privledges

Hi,

If the admin permission disappears, you have probably installed MySQL 8.0 or newer. Support for this version starts with Znuny 6.1

- Roy
by root
29 Aug 2025, 17:43
Forum: Help
Topic: [solved] possible to delete SLA/Service?
Replies: 3
Views: 2381

Re: possible to delete SLA/Service?

FantasticNerd wrote: 28 Aug 2025, 12:05 Hi Kai,

so I just deactivate them and meybe use them later as I can edit every setting afterwards.

Thanks for your fast reply.
Please keep in mind if you reuse them that ticket with these SLA or Services will also show the new name.

- Roy
by root
22 Aug 2025, 23:02
Forum: General
Topic: Special characters encoding issue
Replies: 3
Views: 8419

Re: Special characters encoding issue

Hello,

It sounds like you want to connect to ServiceNow via email. I would rather move to use the GenericInterface; this is one way to prevent the MIME encoded subject line.

- Roy
by root
18 Aug 2025, 13:35
Forum: Help
Topic: Assistance Needed: Exporting Customers & Users from Znuny 6.5 to 7.0 and Logo Size Adjustment
Replies: 3
Views: 7338

Re: Assistance Needed: Exporting Customers & Users from Znuny 6.5 to 7.0 and Logo Size Adjustment

Hi,

You can use mysqldump and mysql to export and import the data. If you haven't customized the tables or use custom tables then the relevant tables are customer_user and customer_company. There is no schema difference between the 6.5 and 7.0 regarding these tables.

- Roy
by root
13 Aug 2025, 16:23
Forum: Hilfe
Topic: DashBoard Ansicht
Replies: 6
Views: 10527

Re: DashBoard Ansicht

Hallo,

Lösung siehe oben.

- Roy
by root
04 Aug 2025, 15:22
Forum: Hilfe
Topic: Prozess "/opt/otrs/bin/c" triggert OOM Killer
Replies: 3
Views: 7828

Re: Prozess "/opt/otrs/bin/c" triggert OOM Killer

Hallo, also der Verbrauch ist wirklich recht hoch. Hast du mal geprüft ob in der Zeit irgendwelche Slow Queries der Datenbank auftreten? Evtl. wartet der Webserver auch nur auf die DB. Mit 32GB kann man schon 100-200 User auf einem Server gleicheitigt drauflassen. Nächster Check: Support Paket und p...
by root
01 Aug 2025, 00:15
Forum: Help
Topic: Znuny mixing up tickets
Replies: 3
Views: 6662

Re: Znuny mixing up tickets

Hello,

Please check the communication log for the wrong follow-ups. You will find probably the reason there why are mixed.

- Roy
by root
25 Jul 2025, 08:24
Forum: General
Topic: Special characters encoding issue
Replies: 3
Views: 8419

Re: Special characters encoding issue

Hello,

What exactly do you want to control regarding the MIME encoding?

- Roy
by root
22 Jul 2025, 21:19
Forum: General
Topic: Znuny in containers (experience?)
Replies: 8
Views: 8219

Re: Znuny in containers (experience?)

What is the reason (if you can share) why containers are not a valid way to distribute OTRS? Hi, We require that the most common customization methods be available. This includes installing and upgrading add-ons, using SAML SSO, and performing patch-level updates. Also, the necessary debugging meth...
by root
22 Jul 2025, 14:07
Forum: General
Topic: Znuny in containers (experience?)
Replies: 8
Views: 8219

Re: Znuny in containers (experience?)

My last state from Znuny itself was, they are not interested in containers. (about 12-18months ago) Hi, The existing approaches do not fulfill our requirements, based on the use-cases we handle. TBH, for a experienced teams is does not matter if Znuny runs as a classic application or from a contain...
by root
14 Jul 2025, 16:56
Forum: Allgemeines
Topic: Änderung Bereich Anordnung bleibt nicht bestehen
Replies: 1
Views: 9714

Re: Änderung Bereich Anordnung bleibt nicht bestehen

Hallo,

das ist ein Bug in der Version. Das kann geändert werden in dem bei der System-Konfiguration AgentPreferences::AJAXUpdate::AllowedKeys###Framework folgenden Werte ergänzet werden:

- \AUserToolBar\z
- \AUserNavBarItemsOrder\z

- Roy
by root
14 Jul 2025, 16:54
Forum: General
Topic: Top NavBar Custom Order Not Working?
Replies: 3
Views: 8113

Re: Top NavBar Custom Order Not Working?

Hello Andrew,

My bad, the change is part of the next release. You can fix this in the meantime by adding these entries to the system configuration AgentPreferences::AJAXUpdate::AllowedKeys###Framework:

- \AUserToolBar\z
- \AUserNavBarItemsOrder\z

- Roy
by root
14 Jul 2025, 11:20
Forum: General
Topic: Top NavBar Custom Order Not Working?
Replies: 3
Views: 8113

Re: Top NavBar Custom Order Not Working?

Hi,

I just tried it with a freshly installed 6.5.15 and the feature works. Do you have any errors in the browser's JavaScript console?

- Roy
by root
04 Jul 2025, 23:17
Forum: Hilfe
Topic: Agentname nicht änderbar
Replies: 2
Views: 7822

Re: Agentname nicht änderbar

Hallo,

vermutlich habt ihr ein AuthSync mit einem LDAP/Active Directory konfiguriert. Da werden dann, bei gleichen Loginnamen, andere Attribute beim Anmelden aktualisiert. Da hilft nur AuthSync aus oer, besser, im Verzeichnisdienst die Daten korrigieren.

- Roy
by root
02 Jul 2025, 14:39
Forum: General
Topic: [solved] XSLT incomming mapping with base64 payload
Replies: 3
Views: 8308

Re: [solved] XSLT incomming mapping with base64 payload

Hello,

This seems to be a bug.

- Roy
by root
02 Jul 2025, 13:34
Forum: Help
Topic: Generic agents are running on a different schedule than configured
Replies: 5
Views: 9197

Re: Generic agents are running on a different schedule than configured

Hello iclaude,

What is the value of your OTRSTimeZone, the servers timezone and the output bin/otrs.Console.pl Maint::Daemon::Summary?

- Roy
by root
01 Jul 2025, 10:48
Forum: General
Topic: Microsoft (outlook.office365.com) POP3 timeouts
Replies: 1
Views: 8212

Re: Microsoft (outlook.office365.com) POP3 timeouts

Hi,

Have you outbound firewalls rule applied and if so how do the look for POP3?
The message "Can't connect xx" is pretty straightforward: there is no (technical) connection possible. The root cause can be outbound restriction, inbound at Microsoft (rate limit?) or DNS related.

- Roy
by root
27 Jun 2025, 10:58
Forum: Hilfe
Topic: GELÖST Eingabe des Kundennamen erzwingen
Replies: 9
Views: 11769

Re: Eingabe des Kundennamen erzwingen

wobei jedes Ticket in der Regel eine CustomerID hat, selbst ein neues Ticket hat das. Hallo wurzel, so mal abseits des Themas: Das muss nicht sein, da hatte sich jemand mal PostMaster::NewTicket::AutoAssignCustomerIDForUnknownCustomers ausgedacht dessen Defaultwert auch mal schwanke - je nach Patch...
by root
25 Jun 2025, 15:41
Forum: Hilfe
Topic: GELÖST Eingabe des Kundennamen erzwingen
Replies: 9
Views: 11769

Re: Eingabe des Kundennamen erzwingen

Hallo,

die Lösung ist mittels ACL das Schliessen und die Schliessen-Status zu unterbinden solange das Feld nicht befüllt ist.

- Roy
by root
17 Jun 2025, 16:57
Forum: Help
Topic: Inbound follow-up email is not added to ticket
Replies: 5
Views: 8980

Re: Inbound follow-up email is not added to ticket

Hi,

Have you checked the communication log for one of these emails? There should be a hint why none of the FollowUp modules worked.

- Roy
by root
17 Jun 2025, 15:33
Forum: Hilfe
Topic: Problem bei Upgrade auf Znuny 7.1.7 – Migration auf utf8mb4 scheitert bei article_data_mime_attachment
Replies: 3
Views: 8525

Re: Problem bei Upgrade auf Znuny 7.1.7 – Migration auf utf8mb4 scheitert bei article_data_mime_attachment

Hallo,

Also mein Tipp wäre jetzt das der Plattenplatz nicht reicht. Das schon geprüft?

- Roy
by root
17 Jun 2025, 13:14
Forum: Hilfe
Topic: PostgreSQL Datenbank mit alternativem Port anbinden
Replies: 2
Views: 7828

Re: PostgreSQL Datenbank mit alternativem Port anbinden

Hallo, also das mit der Umgebungsvariablen kann, muss aber nicht gutgehen. Ich würde mich nicht darauf verlassen. Die Konfiguration des Ports hat auch nichts mit Znuny selber zu tun sondern mit dem verwendeten Datenbanktreiber, DBD::Pg. In der Doku (https://metacpan.org/pod/DBD::Pg) kann man auch na...
by root
17 Jun 2025, 09:30
Forum: Hilfe
Topic: Gelöst: Probleme mit Attachments
Replies: 6
Views: 9194

Re: Probleme mit Attachments

Ja, gab es. Ich konnte sehen, dass die Session verloren ging. Das hatte damit zu tun, dass wir das System nicht vollständig auf znuny umgebogen hatten; in den Tiefen schlummerte immer noch ein /otrs/ im Pfad. Hallo, ist das jetzt korrigiert? Das könnte schon ein ein Grund für das Verhalten sein. - ...
by root
16 Jun 2025, 14:14
Forum: Hilfe
Topic: Gelöst: Probleme mit Attachments
Replies: 6
Views: 9194

Re: Probleme mit Attachments

Hallo,

Gibt es denn eine Fehlermeldung in der Browser-Konsole?

- Roy
by root
13 Jun 2025, 21:13
Forum: Hilfe
Topic: Gelöst: Probleme mit Attachments
Replies: 6
Views: 9194

Re: Probleme mit Attachments

Hi,

Please try to run these console commands with the Znuny user:
bin/znuny.Console.pl Admin::Config::FixMissingFrontendFiles
bin/znuny.Console.pl Maint::Loader::CacheCleanup
bin/znuny.Console.pl Maint::Loader::CacheGenerate
- Roy
by root
13 Jun 2025, 21:08
Forum: Developers
Topic: Issues understanding output filter module well
Replies: 9
Views: 24573

Re: Issues understanding output filter module well

What is your goal here? For a widget on the right side in ATZoom, no output filter is required. my goal is to try to understand the output filter and to understand how to and where to use it. I was just referring to the code you posted, and I assumed you wanted a sidebar widget. If we're talking ab...