Search found 29 matches

by solown
29 Aug 2019, 09:44
Forum: General
Topic: Migrate OTRS 6.0 to another server
Replies: 4
Views: 3991

Re: Migrate OTRS 6.0 to another server

Hi, Thanks for your answer, I give it a try but I'm stuck again. Here is the error of the script DB-Update-to-6.pl as follow in the update doc : Error: Connection was successful, but database content is missing. Error: Not possible to perform DB connection! Nothing to specified where are my backup s...
by solown
28 Aug 2019, 18:05
Forum: General
Topic: Migrate OTRS 6.0 to another server
Replies: 4
Views: 3991

Migrate OTRS 6.0 to another server

Hi OTRS users, I'm migrating OTRS 6.0.16 from an old system to a new system by using backup.pl and restore.pl scripts. I use Apache 2.4.39 and PostgresSQL 11 on my new system and Apache 2.4.27 and PostgresSQL 9.6 on the old system. I had no problem to reinstall OTRS on my new system. I was able to a...
by solown
29 Jul 2019, 13:25
Forum: General
Topic: 100% CPU usage after changing the server
Replies: 25
Views: 11958

Re: 100% CPU usage after changing the server

Hi Snaake,

I had the same problem. The solution for me was to change the MaxRequestWorkers line in the httpd.conf (#MPM Prefork section).

I didn't read everything about your problem but you can try this.


Regards,
Solown.

PS : English is not my native language, sorry if there is misstakes.
by solown
03 Jun 2019, 15:53
Forum: General
Topic: Can't extract body informations - PostmasterFilter- Topic 37482
Replies: 0
Views: 1953

Can't extract body informations - PostmasterFilter- Topic 37482

Hi, I'm trying to extract body information based on this topic : https://forums.otterhub.org/viewtopic.php?t=37482 (really clear and usefull, ty reneeb) but it seems that I can't make it work correctly. I'm using OTRS 6.0, this version include name capture in postmasterfilter. I'm trying to extract ...
by solown
10 Apr 2019, 15:46
Forum: General
Topic: Get the date of first solution time before a follow-up
Replies: 0
Views: 1473

Get the date of first solution time before a follow-up

Hi, My service needs several stats from OTRS. I have an SLA on solution time before followed-up. Is there a way to get this indicator in my statistics ? Currently I only have as indicators 'Closed Time' that gives the time when the ticket is definitely close (no more follow-up from the customer). So...
by solown
29 Mar 2019, 14:46
Forum: General
Topic: LDAP Customer Backend and OTRS Customer[SOLVED]
Replies: 2
Views: 1431

Re: LDAP Customer Backend and OTRS Customer

Thanks for your response,

It works perfectly now.

Regards,
Solown
by solown
28 Mar 2019, 18:00
Forum: General
Topic: LDAP Customer Backend and OTRS Customer[SOLVED]
Replies: 2
Views: 1431

LDAP Customer Backend and OTRS Customer[SOLVED]

Hi, I set up an LDAP Backend for customers and users. Nevertheless, after this change, I'm now unable to create and add customer directly from OTRS. My new customer is not in our LDAP and I don't have the right to add a new entry for him. Is it possible to add customer even if the customer backend i...
by solown
05 Mar 2019, 14:52
Forum: General
Topic: [SOLVED]ACL - Hide field after first response
Replies: 4
Views: 1983

Re: ACL - Hide field after first response

I search IsVisibleForCustomerDefault and change 2 settings :

Code: Select all

Ticket::Frontend::AgentTicketEmailOutbound###IsVisibleForCustomerDefault 

Ticket::Frontend::AgentTicketClose###IsVisibleForCustomerDefault 

Thanks a lot for your quick response and your help.

Solown.
by solown
05 Mar 2019, 12:14
Forum: General
Topic: [SOLVED]ACL - Hide field after first response
Replies: 4
Views: 1983

Re: ACL - Hide field after first response

Hi,

Thanks for the help, the article wasn't external visible article.

I'm not using client side part of OTRS, is there a way to disable the 'Visible for customer' check box and always set article visibility by default ?
by solown
05 Mar 2019, 11:04
Forum: General
Topic: [SOLVED]ACL - Hide field after first response
Replies: 4
Views: 1983

[SOLVED]ACL - Hide field after first response

Hello, I'm looking for an ACL to hide the field 'First Response Time' in Ticket Information after the first response on a ticket. I'm kind of new with ACL and can't figure out how to find the right field (e.g : What's the name of FirstResponseTime for ACL) Is it possible or it's just a wrong configu...
by solown
28 Feb 2019, 12:02
Forum: General
Topic: Insert board in mail body or signature
Replies: 2
Views: 1561

Re: Insert board in mail body or signature

It did the tricks, thanks a lot, I can now insert board in body and signature. I have another question, I found a topic from 2010 on the forum to change or add fonts in OTRS : https://forums.otterhub.org/viewtopic.php?t=4838 I added the value 'Calibri' in Frontend::RichText::DefaultCSS but I can't f...
by solown
28 Feb 2019, 11:10
Forum: General
Topic: Insert board in mail body or signature
Replies: 2
Views: 1561

Insert board in mail body or signature

Hi guys,

I'm looking for a way to insert board in body mail.

I tried to use the html soure code editor of OTRS but it sems that OTRS just remove tag

Code: Select all

<table> <tr> and <td>
Is there a way to insert tab in mail body or in a signature ?

Regards,
Solown
by solown
25 Feb 2019, 17:47
Forum: General
Topic: [SOLVED]Stop escalation time running out of workings hours
Replies: 2
Views: 1420

Re: Stop escalation time running out of workings hours

Hi,

Sorry for the late response, I wasn't at the office.

I fixed it, I just forgot to change my calendar configurations after the migration to 6.0.

Sorry for this and thanks for your response.


Regards,
Solown
by solown
14 Feb 2019, 15:34
Forum: General
Topic: [SOLVED]Stop escalation time running out of workings hours
Replies: 2
Views: 1420

[SOLVED]Stop escalation time running out of workings hours

Hi, Currently, I set up escalation time on several queues. The main problem is the escalation time keep running during the night. For example, if OTRS receives a ticket at 7pm with an escalation scheduled in 1h, the ticket is escalated during the night. I'm looking for an addon or a setting which ma...
by solown
12 Feb 2019, 18:01
Forum: General
Topic: [SOLVED]Display Owned Tickets instead of 'Locked Ticket' OTRS Dashboard
Replies: 6
Views: 2708

Re: Display Owned Tickets instead of 'Locked Ticket' OTRS Dashboard

I solved my problem. I used WinSCP to put downloaded packages on my server and then use the otrs.Console.pl to install package.

Code: Select all

otrs.Console.pl Admin::Package::Install 
Thanks for your help.

Regards,
Solown.
by solown
12 Feb 2019, 17:09
Forum: General
Topic: [SOLVED]Display Owned Tickets instead of 'Locked Ticket' OTRS Dashboard
Replies: 6
Views: 2708

Re: Display Owned Tickets instead of 'Locked Ticket' OTRS Dashboard

Yeah I didn't check the log sorry :( It seems that's a problem with the configured proxy from OTRS : Message: Can't perform POST on https://cloud.otrs.com/otrs/public.pl: 500 Can't connect to proxy.sn.no:8001 RemoteAddress: **.**.**.** RequestURI: /otrs/index.pl Traceback (85391): Module: Kernel::Sy...
by solown
12 Feb 2019, 13:09
Forum: General
Topic: [SOLVED]Display Owned Tickets instead of 'Locked Ticket' OTRS Dashboard
Replies: 6
Views: 2708

Re: Display Owned Tickets instead of 'Locked Ticket' OTRS Dashboard

Hi reneeb, After upgrading OTRS to 6.0.16 I have an issue with package manager, I'm unable to install package. I upload the .opm file and click on continue,the screen displays only the name of the package and that's all. Nothing about installation, continue etc... I change settings in SysConfig to e...
by solown
07 Feb 2019, 12:29
Forum: General
Topic: [SOLVED]Display Owned Tickets instead of 'Locked Ticket' OTRS Dashboard
Replies: 6
Views: 2708

Re: Display Owned Tickets instead of 'Locked Ticket' OTRS Dashboard

Thanks !!

That's look good, i'm upgrading OTRS to 6.0 and I come back to you.


Regards,
Solown
by solown
06 Feb 2019, 16:43
Forum: General
Topic: [SOLVED]Display Owned Tickets instead of 'Locked Ticket' OTRS Dashboard
Replies: 6
Views: 2708

[SOLVED]Display Owned Tickets instead of 'Locked Ticket' OTRS Dashboard

Hi, My team decides to not use lock functionnality of ticket. I want to know if it's possible to display owned tickets instead of locked tickets for each widgets of the Dashboard. As far as I searched, I saw a way to create a new Widget but nothing about changing the value avalaible in that sub-menu...
by solown
05 Feb 2019, 16:25
Forum: General
Topic: [SOLVED]No execution : CronTaskManager-Unlock timeout
Replies: 1
Views: 1176

[SOLVED]No execution : CronTaskManager-Unlock timeout

Hi, I set up my queues with the Unlock Timeout at 5 min. I modified the value of : Daemon::SchedulerCronTaskManager::Task###TicketUnlockTimeout like this : Function: Execute MaximumParallelInstances: '1' Module: Kernel::System::Console::Command::Maint::Ticket::UnlockTimeout Params: [] Schedule: */5 ...
by solown
23 Jan 2019, 12:37
Forum: General
Topic: Update LDAP Authentication system
Replies: 3
Views: 4490

Re: Update LDAP Authentication system

Hi Roy and thanks for replying. I tried to update the LDAP Configuration by changing only the account and the logging but it's not working. I tried to log in but without result. I looked at : otrs.Console.pl Maint::Log::Print /tmp/otrs.log There is noting into the log saying something failed. Nevert...
by solown
21 Jan 2019, 15:04
Forum: General
Topic: Update LDAP Authentication system
Replies: 3
Views: 4490

Update LDAP Authentication system

Hi everyone,

I set up my LDAP Authentication backend for Customer and Agents. My colleagues logged in and everything worked fine.

What happens if I update the LDAP Configuration(eg: new LDAP account and new mapping) in Config.pm for existing Agents ?

Thanks !
by solown
21 Dec 2018, 16:42
Forum: General
Topic: Missunderstanding LDAP Configuration [SOLVED]
Replies: 0
Views: 3118

Missunderstanding LDAP Configuration [SOLVED]

Hello, I can't understand the operation of LDAP in OTRS. In the documentation, it says 'you cannot edit your user data via the agent management interface'. Do OTRS creates one agents for each people in LDAP groups or I have to create my agents then LDAP is used only for the authentication. It sounds...
by solown
05 Dec 2018, 12:38
Forum: General
Topic: Script assign signature to a Queue[SOLVED]
Replies: 1
Views: 2036

Script assign signature to a Queue[SOLVED]

Hi everyone, I'm working on bash script using otrs.Console.pl to add a large number of queues. I saw how to assign a mail adress system to a queue but not how to assign a signature to queue. This is the help output from otrs.Console.pl [otrs-socgroupe@NOEYYCTB bin]$ otrs.Console.pl Admin::Queue::Add...
by solown
03 Dec 2018, 16:25
Forum: General
Topic: Rigth to create Queues [SOLVED]
Replies: 4
Views: 2964

Re: Rigth to create Queues

Thanks for your response,

It works.
by solown
03 Dec 2018, 11:09
Forum: General
Topic: Rigth to create Queues [SOLVED]
Replies: 4
Views: 2964

Re: Rigth to create Queues

Hi, Thanks for your reply but this is the current output for the command otrs.Console.pl Admin::Queue::Add of OTRS5.0. It doesn't give any informations about the possibility to give the rigth to create queues except by managing groups maybe ? Usage: otrs.Console.pl Admin::Queue::Add --name ... --gro...
by solown
28 Nov 2018, 17:34
Forum: General
Topic: Rigth to create Queues [SOLVED]
Replies: 4
Views: 2964

Rigth to create Queues [SOLVED]

Hi,

I searched on this forum but I haven't find the answer of my question.

I need to give the permissions for an user to create a queue. Is this possible or do i need to give him the admin role ?


Thanks,
PS : Sorry if there is misstakes, English is not my native language.
by solown
13 Nov 2018, 11:07
Forum: General
Topic: Queues and expression of requirements
Replies: 2
Views: 1587

Re: Queues and expression of requirements

Hi,

Thanks for you response, it helps me to reduce the number of queues from the expression of requirements.
by solown
12 Nov 2018, 11:10
Forum: General
Topic: Queues and expression of requirements
Replies: 2
Views: 1587

Queues and expression of requirements

Hi, I'm working on otrs for my company, I never used it before. After the expression of requirements, my collaborators asks for 25 queues, few of them are sub-queues. I don't know if OTRS can handle a such number of queues and if it's easy to work with that kind of structure. Can you tell me if it's...