Rocco Tocci | 13 May 2013 14:25

ITSM-Info on Value in Incident State

Hi guys, can you tell me why I can not see, during the insertion of an asset, in the combo "incident state"  the value Warning but only Incident and  Operational?
It is necessary to modify something in sysconfig?

thanks
Rocco
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
Rocco Tocci | 13 May 2013 11:16

Help on Apache Log


Hi guys, looking at the file Error.log of Apache I find this error cyclically
[Tue Mar 19 15:36:09 2013] -e: DBD::mysql::st fetchrow_array failed: fetch() without execute() at C:/PROGRA~1/OTRS/OTRS//Kernel/System/DB.pm line 616
Scalar leaked: 1
Do you know why?

We have an OTRS 3.0.10 on Windows Server 2003 from about 6 months with 200 Tickets per day and  we are having a gradual degradation in performance.

Thanks
Rocco


_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
Johannes Nickel | 8 May 2013 12:33
Gravatar

Pull Request: Max Value to Dynamic Fields in AgentTicketZoom via Sysconf

Hi Devs,

I added a config option to change the length of DynamicFields in AgentTicketZoom via Sysconfig.
Any comments on this or can I stage it as pull request to the master?

Link:

regards

Hannes
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
Jan Řežab | 20 Apr 2013 17:44
Picon

Owner First and Last name in CustomerTicketZoom.dtl

Hi.

How is possible add owner firstname and lastname into CustomerTicketZoom.dtl?
I tried edit CustomerTicketZoom.pm, but without success.

Thanks.

Jan
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
Favicon

Savin an OTRS DTL file on LINUX


This is my first implementation on Linux and I'm having some troubles...  

I've just edited the AgentTicketPhone.dtl but I can't save it... I guess its because the OTRS process are
running (just a guess hehe). The file appears with a big lock on it. 

I'm using OTRS 3.1.7 with UBUNTU Linux Server. 

Can you guys help me out??  :) 

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Rocco Tocci | 9 Apr 2013 11:28

Problem with IE 10 on Richtext


Hi guys, we are using version 3.0.10 - ITSM 3.0.6 on Win 2003.
When using IE Ver.10 the richtext format are not editable, you know if 
there a workaround. Unfortunately I can not update OTRS

thanks
Rocco

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Picon

Re: Full name of agents

Hi Michiel,
I'm afraid I ran the cowards race and chose to join last_name and second_last_name into Users.last_name in
UserObject->UserAdd and UserObject->UserUpdate. This way I don't need to change lots of dtl files.

What I would like to do? 
- Change all those «$QData{"UserFirstname"} $QData{"UserLastname"}» with «$QData{"UserFullname"}»,
- UserObject->GetUserData would use UserObject->UserName to create $User{'UserFullname'},
- UserObject->UserList would use UserObject->UserName to build the fullname of the elements of the list,
- I would create a config option which would allow admins to define a UserFullnameTemplate using UserData
fields (maybe several templates: short, long, last_name first, initials, et cetera).
But I don't have time nor resources to do it properly.

Kind regards,
Juan Clavero

OTRS 3.1 on CentOSLinux [Apache and MySQL ]
connected to an Active Directory for Agents and Customers.
-----Mensaje original-----
Date: Sat, 6 Apr 2013 14:22:43 +0200
From: Michiel Beijen <michiel.beijen <at> gmail.com>
Subject: Re: [dev] Full name of agents
To: "Development community of OTRS. org" <dev <at> otrs.org>
Message-ID:
	<CABD0r116z7mi1F8xw+UmgaxHkuOKbb04E-Y1X3rcWN5oHwrfmQ <at> mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

This is an interesting issue. I had a similar problem. In The Netherlands people have a middle name sometimes:

First name: Louis
Middle name: van
Last name: Gaal

The middle name belongs to the last name, you would say "Mr Van Gaal" but some systems store the middle name in
a separate field. This is even required for governmental systems. In that case you can get trouble mapping
the names to OTRS.

It would be the best I think to use the full name function you mentioned, where you can map all fields you want,
to create a Full Name field and include it so you can use it in all the places we now have ?UserFirstname
UserLastname?. What do you think?

Mike
Op 5 apr. 2013 13:13 schreef "Juan Manuel Clavero Almir?n" < juanm.clavero <at> ibsalut.es> het volgende:

> Hi all,
>
> In several countries in the world (among them, Spain), people have a 
> first name (simple or compound) and _two_ family names (one for each parent)...
> there are all sort of variations according to family tradition and 
> nobility, and lately due to different forms of family.
>
> Now I've been asked to customize OTRS agents to the spanish way: ldap 
> stores the information and I can retrieve and store it: firstname and 
> lastname in it usual place (DB->users) and second lastname and any 
> variation as user preference (DB->user_preferences).
>
> My problem is how to show it: UserObject->Username is easy to modify, 
> but is almost never used... and there are too many different places 
> where it's shown using $QData{"UserFirstname"} $QData{"UserLastname"}
>
> Anybody has done something similar?
>
> Kind regards,
> Juan Clavero
>
> OTRS 3.1 on CentOSLinux [Apache and MySQL ] connected to an Active 
> Directory for Agents and Customers.
>
> _______________________________________________
> OTRS mailing list: dev - Webpage: http://otrs.org/

> Archive: http://lists.otrs.org/pipermail/dev

> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.otrs.org/pipermail/dev/attachments/20130406/bdfc51c7/attachment-0001.html>

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
Picon

Full name of agents

Hi all,

In several countries in the world (among them, Spain), people have a first name (simple or compound) and
_two_ family names (one for each parent)... there are all sort of variations according to family
tradition and nobility, and lately due to different forms of family. 

Now I've been asked to customize OTRS agents to the spanish way: ldap stores the information and I can
retrieve and store it: firstname and lastname in it usual place (DB->users) and second lastname and any
variation as user preference (DB->user_preferences).

My problem is how to show it: UserObject->Username is easy to modify, but is almost never used... and there
are too many different places where it's shown using $QData{"UserFirstname"} $QData{"UserLastname"}

Anybody has done something similar?

Kind regards,
Juan Clavero

OTRS 3.1 on CentOSLinux [Apache and MySQL ]
connected to an Active Directory for Agents and Customers.

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Martin Gruner | 3 Apr 2013 12:13
Gravatar

Critical bug

Hi all,

FYI: we had a bad regression in 3.2.4:
http://bugs.otrs.org/show_bug.cgi?id=9307.
It is currently possible to install packages from FTP which are only
available for older framework versions.

I reverted the offending commit, and will schedule a 3.2.5 release very
soon.

Regards, mg

-- 
Martin Gruner
Senior Developer R&D

OTRS AG
Europaring 4
94315 Straubing

T: +49 (0)6172 681988 0
F: +49 (0)9421 56818 18
I:  www.otrs.com/

Geschäftssitz: Bad Homburg, Amtsgericht: Bad Homburg, HRB 10751, USt-Nr.: DE256610065
Aufsichtsratsvorsitzender: Burchard Steinbild, Vorstand: André Mindermann (Vorsitzender),
Christopher Kuhn, Sabine Riedel

Mehr als ein Help Desk-System – Prozess- und Kundenmanagement mit OTRS 3.2 – Jetzt Frühbucherrabatt sichern:
http://www.otrs.com/de/loesungen/promotion/otrs-help-desk-32-special/

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
McMahon, Mike (HQP | 2 Apr 2013 21:34
Favicon

PostgreSQL and OTRS Performance

Howdy All,

 

I’m trying to figure out some major performance issues I am having.  It seems that in one of our queues we have about 50 tickets (not many) but for some reason when I try to bring up the status screen for this queue (as the tickets are all locked to their respective owners) it takes anywhere from 10-20 seconds to load this page. 

 

The system is a 2 proc 2.2GHz system with about 4GB of ram.  It is running both apache2 and postgres and I’ve followed everything in the performance docs and done a lot of fine tuning on the postgres end.  It doesn’t make sense for everything to be as slow as it is!  I tried the performance module and I’m failing the insert/update/delete/select tests miserably.  =\

 

Please help!

 

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
Martin Gruner | 2 Apr 2013 09:52
Gravatar

Changed required Perl version for OTRS 3.3

Hi all,

OTRS 3.3 will require at least Perl 5.10.0 to be installed (rather than
5.8.6). Here is a list of the changes / new language features in Perl
5.10 that can now be used in OTRS' code base:
http://search.cpan.org/~rjbs/perl-5.16.3/pod/perl5100delta.pod
<http://search.cpan.org/%7Erjbs/perl-5.16.3/pod/perl5100delta.pod>
Personally I like the defined-or operator (// and //=) very much:
http://search.cpan.org/~rjbs/perl-5.16.3/pod/perl5100delta.pod#Defined-or_operator
<http://search.cpan.org/%7Erjbs/perl-5.16.3/pod/perl5100delta.pod#Defined-or_operator>
Best regards, mg

-- 
Martin Gruner
Senior Developer R&D

OTRS AG
Europaring 4
94315 Straubing

T: +49 (0)6172 681988 0
F: +49 (0)9421 56818 18
I:  www.otrs.com/

Geschäftssitz: Bad Homburg, Amtsgericht: Bad Homburg, HRB 10751, USt-Nr.: DE256610065
Aufsichtsratsvorsitzender: Burchard Steinbild, Vorstand: André Mindermann (Vorsitzender),
Christopher Kuhn, Sabine Riedel

Mehr als ein Help Desk-System – Prozess- und Kundenmanagement mit OTRS 3.2 – Jetzt Frühbucherrabatt sichern:
http://www.otrs.com/de/loesungen/promotion/otrs-help-desk-32-special/

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Gmane