Search found 24 matches

by ThorstenEckel
25 Feb 2015, 19:51
Forum: Help
Topic: [SOLVED]Znuny4OTRS uploader loses files after upload
Replies: 2
Views: 1725

Re: [SOLVED]Znuny4OTRS uploader loses files after upload

Hi sallami, as I can see you helped yourself to fast for us :lol: Thanks for sharing your solution. We will update our package documentation to have this solution where it belongs. And thank you very much for your kind feedback :) It's really nice to hear that someone actually uses the code I "...
by ThorstenEckel
18 Aug 2014, 16:02
Forum: Hilfe
Topic: Suchergbnis liefert "nur" Ticket_ID nicht Articel_id
Replies: 6
Views: 2372

Re: Suchergbnis liefert "nur" Ticket_ID nicht Articel_id

Hallo zusammen, ich habe mich mal hingesetzt und ein Paket für die 3.3 gebaut: 'Znuny4OTRS-FulltextSearchArticleHighlight'. Es lässt sich bequem über unser Repo-Paket 'Znuny4OTRS-Repo' installieren: http://znuny.com/#!/znuny4otrs Der Quellcode ist hier einsehbar: https://github.com/znuny/Znuny4OTRS-...
by ThorstenEckel
20 Mar 2014, 11:19
Forum: Help
Topic: Synchronization problem from external backend after changing
Replies: 8
Views: 2762

Re: Synchronization problem from external backend after chan

Hi Gunjan,

no. There is no way OTRS can recognize these changes because there is no trigger informing OTRS about them.
by ThorstenEckel
19 Mar 2014, 16:49
Forum: Help
Topic: Synchronization problem from external backend after changing
Replies: 8
Views: 2762

Re: Synchronization problem from external backend after chan

Hi Gunjan,

sure. This event module updates the CustomerID of CustomerUsers if the CustomerID was changed while updating a CustomerCompany record.
by ThorstenEckel
19 Mar 2014, 14:40
Forum: Help
Topic: Synchronization problem from external backend after changing
Replies: 8
Views: 2762

Re: Synchronization problem from external backend after chan

Hi Gunjan,

yes, thats correct. There is no possibility to turn off the cache for certain operations and enable it for others. So you have to decide: CacheDelete or performance affection...
by ThorstenEckel
19 Mar 2014, 14:17
Forum: Developers
Topic: [SOLVED] Link to Customer Panel
Replies: 5
Views: 3003

Re: Link to Customer Panel

Hi baldassare, you can use the SessionCreate ( see # Kernel/GenericInterface/Operation/Session/SessionCreate.pm ) backend functionality of the GenericInterface. You have to configure a Provider that uses that backend. After that you can send the following data to the Provider: UserLogin => 'Agent1',...
by ThorstenEckel
19 Mar 2014, 14:07
Forum: Help
Topic: Synchronization problem from external backend after changing
Replies: 8
Views: 2762

Re: Synchronization problem from external backend after chan

Hi Gunjan,

you can define a TTL for the Cache in your Config.pm. If this TTL is 0, no Cache will be used for the Backends. So turn CustomerCompanyMap -> CacheTTL or CustomerUserMap -> CacheTTL to 0 and you will get the wanted result.
by ThorstenEckel
19 Mar 2014, 13:52
Forum: Hilfe
Topic: TicketArticleCreate in ProzessManagment
Replies: 3
Views: 8248

Re: TicketArticleCreate in ProzessManagment

Hallo zusammen, das beschriebene Verhalten gibt der OTRS Standard so leider nicht her. Es gibt mehrere Möglichkeiten: 1.) Ihr entwickelt eine saubere Lösung für den Standard und contributed ihn via Pull-Request in den Standard 2.) Ihr tragt es auf IdeaScale ein: https://otrsteam.ideascale.com/ 3.) I...
by ThorstenEckel
18 Mar 2014, 20:37
Forum: Hilfe
Topic: technische Feldnamen
Replies: 6
Views: 2285

Re: technische Feldnamen

super, danke Rene - gleich gebookmarked :)
by ThorstenEckel
18 Mar 2014, 19:53
Forum: Help
Topic: Detailed and unnecessary logs
Replies: 2
Views: 1145

Re: Detailed and unnecessary logs

Hi Gunjan, this log lines come from the cache backend and are only printed if the the debug mode of your system is active: OTRS 3.3.4 Kernel/System/Cache.pm line 123: # debug if ( $Self->{Debug} > 0 ) { $Self->{LogObject}->Log( Priority => 'notice', Message => "Set Key:$Param{Key} TTL:$Param{TT...
by ThorstenEckel
18 Mar 2014, 19:39
Forum: Allgemeines
Topic: Eingehende Mails ignorieren, aber mit Autoreply
Replies: 3
Views: 1455

Re: Eingehende Mails ignorieren, aber mit Autoreply

Hi KarlK, du könntest dir eine Queue anlegen in der du diese Tickets sammelst - ich nenne sie mal für mein Beispiel 'NoCaseID'. Für diese Queue würdest du dann eine neue AutoReply anlegen, die den gewünschten Text und Subject enthät um den Kunden auf die fehlende CaseID hinzuweisen. Wahlweise könnte...
by ThorstenEckel
18 Mar 2014, 19:20
Forum: Hilfe
Topic: technische Feldnamen
Replies: 6
Views: 2285

Re: technische Feldnamen

Hallo willipolin, sorry - da hab ich dich falsch verstanden, ich dachte du meintest nur die dynamischen Felder. Eine Übersicht von allen internen Feldnamen gibt es meines Wissens nach so nicht. Du kannst dir eine Liste aller Ticket-Attribute in der perldoc der TicketGet Funktion in der Datei 'Kernel...
by ThorstenEckel
18 Mar 2014, 19:11
Forum: General
Topic: Data in agent dashboard not updated !
Replies: 1
Views: 1082

Re: Data in agent dashboard not updated !

Hi talu, thats kinda odd... The dashboard uses the same database connection as any other functionality in your OTRS. So you say everything in the dashboard is freezed or are some of the widgets updated propery? Did you already have deleted your browser cache? If not it would be worth a try... How ab...
by ThorstenEckel
18 Mar 2014, 19:06
Forum: Help
Topic: [SOLVED] Performance - Edit customer user search query
Replies: 3
Views: 1670

Re: Performance - Edit customer user search query

Hi Luca, you were on the right path :) The query is build in the DB-Backend of the CustomerUser module in 'Kernel/System/CustomerUser/DB.pm' in the function 'CustomerSearch' somewhere near line 192. The query is build with some conditions and out of some configurations so it won't be that easy to ad...
by ThorstenEckel
18 Mar 2014, 18:54
Forum: Help
Topic: Statistics: all graph-* output formats are missing
Replies: 4
Views: 2160

Re: Statistics: all graph-* output formats are missing

Hi pabouk,

can you show me show me a screenshot of your SysConfig 'Stats::Format'?
by ThorstenEckel
18 Mar 2014, 18:51
Forum: Hilfe
Topic: Masterticket
Replies: 3
Views: 1510

Re: Masterticket

Hallo willipolin,

das wird dir ohne Anpassung / Erweiterung des Codes nicht möglich sein. Das Standard OTRS Framework gibt eine solch spezielle Funktionalität nicht her.
by ThorstenEckel
18 Mar 2014, 18:49
Forum: Hilfe
Topic: Logo in Signatur einbinden funktioniert nicht (mehr)
Replies: 3
Views: 1858

Re: Logo in Signatur einbinden funktioniert nicht (mehr)

Hallo zusammen, ich habe mir das Problem mal näher angesehen. Es liegt daran, dass sich das Verhalten ab CKEditor 4.1 bezüglich erlaubter Inhalte verändert hat: http://ckeditor.com/release/CKEditor-4.1-Release-Candidate. OTRS hat ab 3.3.0 beta1 2013-08-27 den CKEditor von 4.0 auf 4.2 aktualisiert un...
by ThorstenEckel
18 Mar 2014, 17:20
Forum: Hilfe
Topic: technische Feldnamen
Replies: 6
Views: 2285

Re: technische Feldnamen

Hi willipolin, die findest du in der Administrationsansicht (Ticket-Einstellungen Block ) der dynamischen Felder ( AdminDynamicField ). Da siehst du eine Liste aller Felder. In der linken Spalte steht der interne/technische Name ohne das DynamicField_ Prefix. In der zweiten Spalte von Links siehst d...
by ThorstenEckel
16 Mar 2014, 15:17
Forum: Allgemeines
Topic: Email Adresse aus der Config statt der richtigen aus Queue
Replies: 9
Views: 2461

Re: Email Adresse aus der Config statt der richtigen aus Que

Die SysConfig 'SendmailEnvelopeFrom' überschreibt die Absenderadresse aller ausgehenden Emails. Darum wird auch nicht die an deiner Queue konfigurierte Adresse verwendet.
by ThorstenEckel
16 Mar 2014, 14:36
Forum: Allgemeines
Topic: Email Adresse aus der Config statt der richtigen aus Queue
Replies: 9
Views: 2461

Re: Email Adresse aus der Config statt der richtigen aus Que

Welche SysConfig unterhalb von 'Core::Sendmail' meinst du genau? In welchem Fall verwendet er denn die falsche Adresse? Generell - also immer? Wenn du ein Ticket in dieser Queue hast und auf es mit einer beliebigen Antwortvorlage antworten willst, welche Adresse wird dir neben 'Von' in der Eingabema...
by ThorstenEckel
16 Mar 2014, 13:40
Forum: Allgemeines
Topic: Email Adresse aus der Config statt der richtigen aus Queue
Replies: 9
Views: 2461

Re: Email Adresse aus der Config statt der richtigen aus Que

Hi xbrain111,

welche OTRS Version setzt du ein? Besteht das Problem auch nachdem du den OTRS Cache geleert hast?

Grüße,
Thorsten
by ThorstenEckel
16 Mar 2014, 13:31
Forum: Developers
Topic: OTRS dev enviroment configuration
Replies: 3
Views: 2920

Re: OTRS dev enviroment configuration

Hi paladinzhy, I attached a release of the OTRS devel/debugging tool 'Fred' to my post. You can install it via the package manager. After that you'll get a red box in the upper right corner on every page. By default there are just a few of its features activated, STDERR is one of them. It allows you...
by ThorstenEckel
16 Mar 2014, 13:06
Forum: Developers
Topic: Change Sysconfig via sopm package
Replies: 8
Views: 2972

Re: Change Sysconfig via sopm package

Since OTRS ready the config XML files in alphabetic order the last config wins. This might cause some troubles so it's recommended to use a propriate init attribute in your XML config:
http://doc.otrs.org/developer/3.0/en/ht ... xml-config

//Edit: Translated to english - sorry!