Search found 17 matches

by fpaco
21 Apr 2020, 17:17
Forum: Help
Topic: Web service - failed certificate verification
Replies: 1
Views: 1384

Web service - failed certificate verification

Hello all, We are facing difficulties to setup a web service in OTRS. OTRS should contact other tools through REST API but trying to do so, we got the following in our logs: Response content: 'Can't connect to archer-val.steria.fr:443 (certificate verify failed) Response content: 'Can't connect to m...
by fpaco
12 Mar 2020, 18:17
Forum: General
Topic: Reject Ticket
Replies: 1
Views: 2609

Re: Reject Ticket

Hello Meriem,

See this topic here: viewtopic.php?f=62&t=41506
It may be of help to you.
by fpaco
27 May 2019, 11:47
Forum: Help
Topic: Filter on empty value in a dynamic field
Replies: 0
Views: 1423

Filter on empty value in a dynamic field

Hello, I have created a drop-down dynamic field in which I enabled the empty selectable value. Now my customers want to be able to filter ticket on all values : the one I manually added plus the empty one. Even though the empty value is selectable in a field, it is not selectable for a search or for...
by fpaco
24 Aug 2018, 11:01
Forum: Help
Topic: Customer can't update ticket with Web Services
Replies: 1
Views: 1227

[SOLVED] Re: Customer can't update ticket with Web Services

Well I founded an workaround if it's not the solution. I just gave the "note" right on the concerned queue to the root account (the one with the UserId = 1) and it did the trick.
by fpaco
17 Aug 2018, 15:36
Forum: Help
Topic: Customer can't update ticket with Web Services
Replies: 1
Views: 1227

Customer can't update ticket with Web Services

Hello everyone, I got a strange problems with otrs 6.0.5. My customer is trying to update a ticket in otrs using a web services and keep getting the following error: "TicketUpdate: Does not have permissions to create new articles!" I find it rather strange as the customer can still update ...
by fpaco
12 Jun 2018, 10:31
Forum: General
Topic: Max Login Failed
Replies: 2
Views: 18609

Re: Max Login Failed

Hello Emin, I' m sorry for replying so late, I just saw your answer !

Many thanks for your great answer, it's concise and spot on !!
by fpaco
14 May 2018, 17:24
Forum: General
Topic: Max Login Failed
Replies: 2
Views: 18609

Max Login Failed

Hello everyone, Some short questions on this subject : - When a user failed to log in and reach the PasswordMaxLoginFailed number, his account is set to 'invalid-temporarily'. Does it need to be set to valid by an admin or can it be done, let's say, automatically 30 minutes after the event ? - On wh...
by fpaco
04 Jan 2018, 08:32
Forum: Help
Topic: Modify GenericInterface.xml on OTRS 6.0.3
Replies: 5
Views: 3459

[SOLVED]Re: Modify GenericInterface.xml on OTRS 6.0.3

Many many thanks renneb !! It works!!

But I wonder how I did before without using this command ...
by fpaco
03 Jan 2018, 17:19
Forum: Help
Topic: errors after upgrade to V 6.0.3
Replies: 6
Views: 3518

Re: errors after upgrade to V 6.0.3

Hi Octane, Not sure if it will help you but when I did the same thing as you, I ran the migration script and it told me that the DateTime perl module was missing. Did it append to you ? You may also try yo run the script perl /opt/otrs/bin/otrs.CheckModules.pl to see if you are not missing a package.
by fpaco
03 Jan 2018, 16:59
Forum: Help
Topic: Modify GenericInterface.xml on OTRS 6.0.3
Replies: 5
Views: 3459

Modify GenericInterface.xml on OTRS 6.0.3

Hello everyone :) I recently upgraded my version of OTRS from 5 to 6 and I want now to add to it a module I wrote for the 5th version. My problem is that the sysconfig panel does not show the settings I added to the GenericInterface.xml file. In brief, I want to add a new transport module. So follow...
by fpaco
28 Nov 2017, 18:01
Forum: Help
Topic: Send notifications when agents answer
Replies: 4
Views: 1524

Re: Send notifications when agents answer

Ok :)

I noticed that ArticleCreate was fired on a reply but I also noticed that ArticleAgentNotification was fired when a customer reply to a ticket when using the web interface ... So that's why I want to use the ArticleCustomerNotification.

So back to my question: how can I use this event ? :)
by fpaco
28 Nov 2017, 17:33
Forum: Help
Topic: Send notifications when agents answer
Replies: 4
Views: 1524

Re: Send notifications when agents answer

You mean this event is fired by the invoker when preparing the request ?
by fpaco
28 Nov 2017, 15:49
Forum: Help
Topic: Send notifications when agents answer
Replies: 4
Views: 1524

Send notifications when agents answer

Hello everyone :) I am currently configuring OTRS to receive tickets coming from an external source. Those tickets are created through a web services and I would like to send answers the same way :) So when I was configuring the invoker for my web service, I noticed the event ArticleCustomerNotifica...
by fpaco
28 Nov 2017, 14:00
Forum: Developers
Topic: Requester: choose your queue
Replies: 3
Views: 60933

Re: Requester: choose your queue

Hello, I found an other way to do that, I'm a dummy for not thinking about it sooner. In the invoker I created, I only have to test if the ticket belong to the appropriated queue and if not stop the PrepareRequest() function by returning : return { Success => 1, # 0 or 1 StopCommunication => 1, # in...
by fpaco
16 Nov 2017, 19:02
Forum: Developers
Topic: Requester: choose your queue
Replies: 3
Views: 60933

Re: Requester: choose your queue

Oh thanks jojo !

But I will try to look further into things before using the business solution ;)
by fpaco
14 Nov 2017, 16:43
Forum: Developers
Topic: Requester: choose your queue
Replies: 3
Views: 60933

Requester: choose your queue

Hello everyone, I have installed an instance of OTRS to handle tickets coming from multiple sources. A major part of the tickets are coming from users using the customer interface but some of them will be generated in another tool and send to OTRS using webservices. For that part we have no problem....
by fpaco
20 Sep 2017, 14:42
Forum: Developers
Topic: RSA Archer GRC Plateforme & OTRS
Replies: 0
Views: 29221

RSA Archer GRC Plateforme & OTRS

Hello everyone, I have recently developed for my company a demo to make RSA Archer communicate with OTRS and I am looking for help so that my work integrate fully with OTRS and won't be erased by an update. And if you think my works could be integrated in a future release of OTRS, that's fine with m...