Search found 39 matches

by maro584
14 Dec 2020, 16:13
Forum: Help
Topic: SSO AD OTRS 7
Replies: 11
Views: 6767

Re: SSO AD OTRS 7

Does anybody have a good guide how to configure mod_auth_mellon for OTRS?
by maro584
14 Dec 2020, 11:37
Forum: Help
Topic: SSO AD OTRS 7
Replies: 11
Views: 6767

Re: SSO AD OTRS 7

One more question before closing a topic. How to configure a webserver to retrieve and pass this header: $ENV{REMOTE_USER} or $ENV{HTTP_REMOTE_USER} I think this is not a case for only OTRS version 7 ;) In few other topics on this forum I saw that forum users somehow find a solution for this problem...
by maro584
11 Dec 2020, 13:48
Forum: Help
Topic: SSO AD OTRS 7
Replies: 11
Views: 6767

Re: SSO AD OTRS 7

Many thanks for clue. If OTRS version 7 is not a topic here on this forum you can move this thread to trash.
by maro584
11 Dec 2020, 12:29
Forum: Help
Topic: SSO AD OTRS 7
Replies: 11
Views: 6767

SSO AD OTRS 7

Hello all, I am trying to implement SSO for OTRS to do that I have add in Config.pm following lines: $Self->{'AuthModule'} = 'Kernel::System::Auth::HTTPBasicAuth'; $Self->{LoginURL} = 'https://<some url>/otrs/index.pl'; $Self->{LogoutURL} = 'https://<some url>/otrs/index.pl'; After implementing this...
by maro584
13 Jul 2020, 16:19
Forum: Help
Topic: Sending logs/mail when connection to DB will be down
Replies: 2
Views: 1055

Sending logs/mail when connection to DB will be down

Is anybody know how to configure mail sending when connection to DB will go down? If it is not a feature of OTRS then send logs is good also.
by maro584
13 Jul 2020, 16:06
Forum: Help
Topic: Creating ticket in a ticket
Replies: 7
Views: 2480

Re: Creating ticket in a ticket

Thanks for also version 6 :)
by maro584
08 Jul 2020, 14:58
Forum: Help
Topic: Creating ticket in a ticket
Replies: 7
Views: 2480

Re: Creating ticket in a ticket

I have found a solution So I will share it for community: In your process ticket you have to create a sequence flow action with TicketCreate. Link shows the required and optional parameters: https://doc.otrs.com/doc/api/otrs/7.0/Perl/Kernel/System/ProcessManagement/Modules/TicketCreate.pm.html The s...
by maro584
07 Jul 2020, 13:38
Forum: Help
Topic: Creating ticket in a ticket
Replies: 7
Views: 2480

Re: Creating ticket in a ticket

Do you have any tutorial or well explained topic for it?
by maro584
01 Jul 2020, 13:22
Forum: Help
Topic: Creating ticket in a ticket
Replies: 7
Views: 2480

Re: Creating ticket in a ticket

It works for phone ticket and email ticket. Which is great.

But how to do that in process ticket? There is no option there to split an article.
by maro584
01 Jul 2020, 12:40
Forum: Help
Topic: Creating ticket in a ticket
Replies: 7
Views: 2480

Creating ticket in a ticket

Hello Everyoody is somebody know how to create a new ticket from existing ticket?
by maro584
13 May 2020, 08:56
Forum: Help
Topic: OTRS 6.0.27 broken build, cannot find Moo perl module
Replies: 20
Views: 18924

Re: OTRS 6.0.27 broken build, cannot find Moo perl module

Old topic but I will put a resolution here, maybe someone will use it. OTRS user did not have permision to perl modules. Below commands solves a problem.

cd /usr/local/share/perl5
find . -type d -exec chmod 0755 {} +

Thanks for help and suggestions.
by maro584
07 Apr 2020, 18:33
Forum: Help
Topic: OTRS 6.0.27 broken build, cannot find Moo perl module
Replies: 20
Views: 18924

Re: OTRS 6.0.27 broken build, cannot find Moo perl module

Execute 'cpan' as root user and run the initial configuration. Finally, execute 'install Module:Name' and you're good to go. You don't need to install anything into otrs/Custom. uid=0(root) gid=0(root) groups=0(root) cpan install Moo Reading '/root/.cpan/Metadata' Database was generated on Tue, 07 ...
by maro584
07 Apr 2020, 18:07
Forum: Help
Topic: OTRS 6.0.27 broken build, cannot find Moo perl module
Replies: 20
Views: 18924

Re: OTRS 6.0.27 broken build, cannot find Moo perl module

When I am installing modules as root than their are not available for other users. I have Installed the mentioned above modules as root user and when I have run a scripts/DBUpdate-to-6.pl script then I ahev got an error that those modules are not install or their are not in @INC. I have installed th...
by maro584
07 Apr 2020, 17:30
Forum: Help
Topic: OTRS 6.0.27 broken build, cannot find Moo perl module
Replies: 20
Views: 18924

Re: OTRS 6.0.27 broken build, cannot find Moo perl module

Hey somebody know why when I am trying to install Moo module via cpan as otrs user I have got this: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!! ERROR: Can't create '/usr/local/share/man/man3' Do not have write permissions on '/usr/local/share/man/man3' !!!!!!!!!!!!!!!!...
by maro584
07 Apr 2020, 17:07
Forum: Help
Topic: OTRS error after update to 6.0.27
Replies: 4
Views: 1958

Re: OTRS error after update to 6.0.27

To install perl modules I have used this command echo 'eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)' >>~/.bashrc then run cpan shell this way perl -MCPAN -Mlocal::lib -e shell As I had the same problem like in this topic: https://www.perlmonks.org/?replies=1;displaytype=print;node_id=967116
by maro584
04 Apr 2020, 07:42
Forum: Help
Topic: OTRS error after update to 6.0.27
Replies: 4
Views: 1958

Re: OTRS error after update to 6.0.27

During an update I have installed modules from thread for both users, root and otrs. To make sure I have do the command above for root user, the result is the same.

One thing bothers me, why otrs user do not have access to that .pm file from apache logs. Maybe this is a case?
by maro584
03 Apr 2020, 20:37
Forum: Help
Topic: OTRS error after update to 6.0.27
Replies: 4
Views: 1958

Re: OTRS error after update to 6.0.27

Code: Select all

bash-4.2$ whoami
otrs
bash-4.2$ cpan Module::Runtime
Reading '/opt/otrs/.cpan/Metadata'
  Database was generated on Fri, 03 Apr 2020 11:41:03 GMT
Module::Runtime is up to date (0.016).
by maro584
03 Apr 2020, 19:47
Forum: Help
Topic: OTRS error after update to 6.0.27
Replies: 4
Views: 1958

OTRS error after update to 6.0.27

Hello everybody, I have update an OTRS from version 6.0.15 to 6.0.27 during the whole update procedure I have forund only one problem with Moo.pm, but I have solved this using this thread: https://forums.otterhub.org/viewtopic.php?f=62&t=41579 After a quick module installation I have continued a...
by maro584
20 Mar 2020, 17:24
Forum: Help
Topic: Ldap Authenticated customers are not noted in DB
Replies: 10
Views: 2995

Re: Ldap Authenticated customers are not noted in DB

Unfortunatelly it is not working as I thought, something is going wrong.

Now in the the table customer_user there are a users from AD but no password in pw column. Does anybody know what is wrong here?
by maro584
20 Mar 2020, 16:53
Forum: Help
Topic: Can not create a ticket in customerportal
Replies: 1
Views: 795

Can not create a ticket in customerportal

Hello there,

Lastly I made some few changes in configuration, after that I can not create a ticket from customerportal view. After choosing a type in new ticket form I can not choose nothing in To filed.
by maro584
20 Mar 2020, 12:40
Forum: Help
Topic: Ldap Authenticated customers are not noted in DB
Replies: 10
Views: 2995

Re: Ldap Authenticated customers are not noted in DB

Yes, you have right, silly me :)

I have tested this script, and yes it duplicate a users from ldap to DB.

I think we can close a topic and enjoy this solution :)

Have a happy quarantine ;)
by maro584
20 Mar 2020, 11:28
Forum: Help
Topic: Ldap Authenticated customers are not noted in DB
Replies: 10
Views: 2995

Re: Ldap Authenticated customers are not noted in DB

One more thing , support for the same problem advise me something like below, so I will share it and maybe it helps anybody in any case: //But is there any way to configure ldap authentication of customers that customers will be stored in db? you can use the script /opt/otrs/scripts/contrib/otrs.Syn...
by maro584
20 Mar 2020, 11:25
Forum: Help
Topic: Ldap Authenticated customers are not noted in DB
Replies: 10
Views: 2995

Re: Ldap Authenticated customers are not noted in DB

You suggent to put in field: CustomerID => 'customer_id', Some name of customerID but it will caused that all customers will have the same customerId and a effect of thi will be that every customer user will have a ability to see all of the tickets. What I want to achieve is that all customers will ...
by maro584
19 Mar 2020, 17:30
Forum: Help
Topic: Ldap Authenticated customers are not noted in DB
Replies: 10
Views: 2995

Re: Ldap Authenticated customers are not noted in DB

There is no sync In all version of OTRS? Maybe with some background there will be easier to find a solution. I have a lot of customers on my OTRS instance who is authenticating via LDAP. All of that users - because they are authenticating via LDAP - have a CustomerID as their mail mentioned in AD, o...
by maro584
19 Mar 2020, 16:41
Forum: Help
Topic: Ldap Authenticated customers are not noted in DB
Replies: 10
Views: 2995

Ldap Authenticated customers are not noted in DB

Hello Guys, Finally I have made a proper configuration of LDAP for our OTRS instance but unfortunatelly when any customer is logging in to customer view he has not leave any entry or trace in DB. Do you know how to configure LDAP authentcation to duplicate customers in the database? I made a configu...
by maro584
19 Mar 2020, 16:34
Forum: Help
Topic: View a Field To in customer Note
Replies: 4
Views: 1497

Re: View a Field To in customer Note

Ok thanks for reply Guys.
by maro584
19 Mar 2020, 09:40
Forum: Help
Topic: View a Field To in customer Note
Replies: 4
Views: 1497

Re: View a Field To in customer Note

But When I am creating a new note from Ticket customer view I see that there is no option to add recipients, there is just option for priority and next state.
by maro584
19 Mar 2020, 09:36
Forum: Help
Topic: Add another customer to ticket by primary customer
Replies: 3
Views: 1267

Re: Add another customer to ticket by primary customer

Thanks Guys for answers
by maro584
18 Mar 2020, 17:35
Forum: Help
Topic: View a Field To in customer Note
Replies: 4
Views: 1497

View a Field To in customer Note

Hello there, When I am creating a new Ticket as a customer I can choose a Queue, after ticket creation in the first note I see in the header of a note, field "To" with queue name. But when I created a second note in the header of created note there is no any "To" field . Is there...
by maro584
18 Mar 2020, 17:28
Forum: Help
Topic: Add another customer to ticket by primary customer
Replies: 3
Views: 1267

Add another customer to ticket by primary customer

Hello there,

After creation of ticket by lets say Customer1 is there any way to add a new customer like Customer2 by a Customer1?

Customer are authenticate via LDAP so the CustomerID by default is their email address.

Thanks for any answers.
by maro584
21 Feb 2020, 09:44
Forum: Help
Topic: Error Log OTRS-otrs.Console.pl-Maint::Email::MailQueue-59
Replies: 0
Views: 1448

Error Log OTRS-otrs.Console.pl-Maint::Email::MailQueue-59

Hello everybody, I have cofigure a proper accounts for SMTP protocol and also for IMAP, but I have receiving in System Log following error: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx OTRS-otrs.Console.pl-Maint::Email::...
by maro584
20 Feb 2020, 13:59
Forum: Help
Topic: Split multiples articles to one ticket
Replies: 6
Views: 1504

Re: Split multiples articles to one ticket

I am attaching a screen:
by maro584
20 Feb 2020, 13:58
Forum: Help
Topic: Split multiples articles to one ticket
Replies: 6
Views: 1504

Re: Split multiples articles to one ticket

Another problems occurs after package installation.
1. I can only copy a note to some other ticket, there is no any actions like delete or move.
2. Mentioned above actions I can do only for one note which is the first not in the ticket.
by maro584
20 Feb 2020, 12:28
Forum: Help
Topic: Split multiples articles to one ticket
Replies: 6
Views: 1504

Re: Split multiples articles to one ticket

Ok I have found a solution to my problem with package installation.

I had to configure a proxy on OTRS GUI, without that my OTRS could not update a list of packages and I think that without that also not install a new not verified packages. :)
by maro584
20 Feb 2020, 11:55
Forum: Help
Topic: Split multiples articles to one ticket
Replies: 6
Views: 1504

Re: Split multiples articles to one ticket

Thanks for quick reply.

When I am trying to install it via Package manager I got this: [Please Check an attachement]
by maro584
19 Feb 2020, 17:15
Forum: Help
Topic: Split multiples articles to one ticket
Replies: 6
Views: 1504

Split multiples articles to one ticket

Hello Everybody, My question is, how to split multiple articles and create a new ticket with that articles. For example, we have ticketA: TicketA = { Article1 Article2 Article3 Article4 } And I would like to Devide this ticket to two tickets: TicketA will remain with 2 articles and TicketB will get ...
by maro584
05 Feb 2020, 14:47
Forum: Help
Topic: Ticket Attachments add-on installation problem
Replies: 5
Views: 1816

Re: Ticket Attachments add-on installation problem

Thanks for the sources :)

According to the main problem is somebody has a problems with add-on installation in OTRS 6.0.24?
by maro584
05 Feb 2020, 12:18
Forum: Help
Topic: Ticket Attachments add-on installation problem
Replies: 5
Views: 1816

Re: Ticket Attachments add-on installation problem

Unfortunatelly, it does not change a result of instalation of module.

I have attached a scrren from installation page:


One question should we threat a downloaded .opm file from site https://otrsaddons.com/products/ticketattachments as a third party module? Isn't it a official otrs website?
by maro584
05 Feb 2020, 11:19
Forum: Help
Topic: Ticket Attachments add-on installation problem
Replies: 5
Views: 1816

Ticket Attachments add-on installation problem

This is my first post on the forum so firstlly I would like to say "Hello" to everybody here. :) When I am trying to install an TicketAttachments add-on on my OTRS 6.0.24 like in the instruction: https://otrsaddons.com/products/ticketattachments Nothing happens. In the step 5. of the above...