Search found 15 matches

by JDOS
17 Nov 2010, 15:36
Forum: Help
Topic: [SOLVED] Apache::DBI after upgrading to 2.4.9
Replies: 3
Views: 3302

Re: Apache::DBI after upgrading to 2.4.9

Thank you Wolfgang! I forgot to remove the "#" in front of "use Apache::DBI ();", should have noticed this ... :wink:

Code: Select all

use Apache::DBI ();
Apache::DBI->connect_on_init('DBI:mysql:otrs', 'otrs', '********');
use DBI ();
Things run fine now; thanks again.
JDOS
by JDOS
17 Nov 2010, 14:45
Forum: Help
Topic: [SOLVED] Apache::DBI after upgrading to 2.4.9
Replies: 3
Views: 3302

[SOLVED] Apache::DBI after upgrading to 2.4.9

Hi all, After upgrading from 2.4.7 to 2.4.9 (or to 2.4.8 but I noticed this since 2.4.9 is installed) I'm unable to enable Apache::DBI in apache2-perl-startup.pl. First, I get this message in error_log: [Wed Nov 17 12:02:19 2010] [error] Can't locate object method "connect_on_init" via pac...
by JDOS
26 Oct 2010, 16:53
Forum: Developers
Topic: How to transfer a ticket subject in customer reply
Replies: 5
Views: 3514

Re: How to transfer a ticket subject in customer reply

Thanks Mike! I'll test version 3 as soon as the first stable version comes out.

JDOS
by JDOS
20 Oct 2010, 13:37
Forum: Developers
Topic: How to transfer a ticket subject in customer reply
Replies: 5
Views: 3514

Re: How to transfer a ticket subject in customer reply

I'm having this problem also; any news about this?

Kind regards,
JDOS
by JDOS
07 Oct 2010, 10:31
Forum: Help
Topic: Set customer_id to use company tickets
Replies: 9
Views: 5240

Re: Set customer_id to use company tickets

Well, I suppose this solution isn't possible so I changed this: CustomerID => 'physicalDeliveryOfficeName', and: [ 'UserCustomerID', 'CustomerID', 'physicalDeliveryOfficeName', 0, 1, 'var', '', 0 ], In AD I changed Office in the userobjects into company.com and things work as they should. Still, I h...
by JDOS
01 Oct 2010, 13:01
Forum: Help
Topic: Set customer_id to use company tickets
Replies: 9
Views: 5240

Re: Set customer_id to use company tickets

In that case I get the description of the user-object while I need the description of the domain-object. So, first I have to retrieve that information and store this in DomainID: # CustomerUser # (customer user ldap backend and settings) $Self->{CustomerUser} = { Name => 'LDAP AD Windows 2003', Modu...
by JDOS
29 Sep 2010, 16:03
Forum: Help
Topic: Set customer_id to use company tickets
Replies: 9
Views: 5240

Re: Set customer_id to use company tickets

Dear crythias, Please forgive me my ignorance but I'm not quite into Perl. Suppose, I'd like to test my scenario, what syntax do I have to use? I modified the description of our domain into "company.com"; the string that should be the customer_id for every user and every new ticket created...
by JDOS
29 Sep 2010, 08:49
Forum: Help
Topic: Set customer_id to use company tickets
Replies: 9
Views: 5240

Re: Set customer_id to use company tickets

Thanks for your reply crythias. If the tickets already have the same customer_id, you need to make certain that the Users all have that customer_ID. Exactly! But how should I do this? For new tickets, you want to be certain that your Users each have that information correctly applied in the Customer...
by JDOS
28 Sep 2010, 15:17
Forum: Help
Topic: Set customer_id to use company tickets
Replies: 9
Views: 5240

Re: Set customer_id to use company tickets

I know but I want the customer_id to get modified from john.doe@company.com to company.com so all the customer's can view each-other's tickets.
by JDOS
28 Sep 2010, 14:37
Forum: Help
Topic: Set customer_id to use company tickets
Replies: 9
Views: 5240

Set customer_id to use company tickets

Hi all, I'd like to do this: All our customers need to be able to find each-other's tickets; they all belong to the same company. So, OTRS uses customer_user_id to keep track of the customer (person) whom the ticket belongs to and customer_id is stored with the company name. I used the example in pr...
by JDOS
20 Sep 2010, 11:03
Forum: Help
Topic: [SOLVED] How to set customer info when sending email
Replies: 9
Views: 5250

RE: How to set customer info when sending email

That's it! Thanks a lot guys!
by JDOS
17 Sep 2010, 12:53
Forum: Help
Topic: [SOLVED] How to set customer info when sending email
Replies: 9
Views: 5250

Re: How to set customer info when sending email

Hi ferrosti, This is my Config.pm; should I make adjustments in the Map=> area? # -- # Kernel/Config.pm - Config file for OTRS kernel # Copyright (C) 2001-2009 xxx, http://otrs.org/ # -- # $Id: Config.pm.dist,v 1.21 2009/02/16 12:01:43 tr Exp $ # -- # This software comes with ABSOLUTELY NO WARRANTY....
by JDOS
17 Sep 2010, 10:59
Forum: Help
Topic: [SOLVED] How to set customer info when sending email
Replies: 9
Views: 5250

Re: How to set customer info when sending email

I think this is exactly what I did ...
by JDOS
15 Sep 2010, 15:16
Forum: Help
Topic: [SOLVED] How to set customer info when sending email
Replies: 9
Views: 5250

Re: How to set customer info when sending email

Thanks ferrosti for your reply. If this is not possible, so be it. But maybe this is an option: When a ticket is created by a customer using the webinterface the field From of that ticket is displayed as Firstname Lastname <emailaddress>, when the ticket is created by sending an email it's displayed...
by JDOS
15 Sep 2010, 14:47
Forum: Help
Topic: [SOLVED] How to set customer info when sending email
Replies: 9
Views: 5250

[SOLVED] How to set customer info when sending email

Hello OTRS-admins, This is my configuration: OTRS 2.4.7 running on openSuSE 11.2 and using AD Windows 2003 as a LDAP backend. When a customer creates a ticket using the default customer webinterface everything works as expected and user information is automatically generated / retrieved (Firstname, ...