Search found 32 matches

by kevinpattison
06 Sep 2018, 10:11
Forum: General
Topic: OTRS Performance Slow
Replies: 10
Views: 5325

Re: OTRS Performance Slow

Log into the database and run:

Code: Select all

optimise table ticket_history;
by kevinpattison
24 Aug 2018, 10:20
Forum: General
Topic: GenericAgent not finding tickets after upgrade
Replies: 1
Views: 1015

GenericAgent not finding tickets after upgrade

So I had many GenericAgent scheduled tasks running in Version 5 that ran fine. Since upgrading to 6 some of them no longer find tickets that are clearly there. I've attached an example whereby when searching for a certain type of report if I include "No violations" in the fulltext field th...
by kevinpattison
14 Aug 2018, 14:50
Forum: General
Topic: GenericAgent doesn't find tickets that normal search does
Replies: 3
Views: 1543

GenericAgent doesn't find tickets that normal search does

I'm having a problem recently where the GenericAgent is not selecting tickets that are returned in a standard search using the same criteria. Has anyone else experienced this? For example a very simple GenericAgent job that seaches for : * From: *@uptimerobot.com * Status: New finds no tickets even ...
by kevinpattison
14 Aug 2018, 14:47
Forum: General
Topic: URGENT: No search results after upgrade to 6.0.10
Replies: 2
Views: 1084

Re: URGENT: No search results after upgrade to 6.0.10

Ah it turned out it was rebuilding the search index from the oldest back to the newest. All came back eventually.
by kevinpattison
14 Aug 2018, 12:37
Forum: General
Topic: OTRS Performance Slow
Replies: 10
Views: 5325

Re: OTRS Performance Slow

I ended up resolving this by optimising the ticket_history table.

Possibly have incorrect schema. May consider rebuilding.

Upgraded to 6.0.10 now on a new machine and having other issues.
by kevinpattison
14 Aug 2018, 12:25
Forum: General
Topic: URGENT: No search results after upgrade to 6.0.10
Replies: 2
Views: 1084

URGENT: No search results after upgrade to 6.0.10

I upgraded from 5.0.16 to 6.0.3 and then to 6.0.10 (included a server move also). Everything seems to be running fine now but when I search tickets are not being found. If I search for a certain subject it's finding ticket older than 733 days but these tickets exist every day. Why is it only finding...
by kevinpattison
01 Feb 2018, 11:48
Forum: General
Topic: OTRS Performance Slow
Replies: 10
Views: 5325

Re: OTRS Performance Slow

mysql> EXPLAIN SELECT COUNT(DISTINCT(st.id)) FROM ticket st INNER JOIN queue sq ON sq.id = st.queue_id INNER JOIN ticket_history th ON st.id = th.ticket_id WHERE 1=1 AND sq.group_id IN (14,15,16,19,20) AND th.history_type_id IN (1, 27) AND th.state_id IN (10, 2, 3) AND th.create_time <= '2018-01-26...
by kevinpattison
31 Jan 2018, 18:55
Forum: General
Topic: OTRS Performance Slow
Replies: 10
Views: 5325

Re: OTRS Performance Slow

Updated my profile now!!!
by kevinpattison
29 Jan 2018, 16:59
Forum: General
Topic: OTRS Performance Slow
Replies: 10
Views: 5325

Re: OTRS Performance Slow

I'm having the same problem with the same query: # Time: 180129 14:33:08 # Query_time: 1360.566931 Lock_time: 0.001636 Rows_sent: 1 Rows_examined: 4908808 SET timestamp=1517236388; SELECT COUNT(DISTINCT(st.id)) FROM ticket st INNER JOIN queue sq ON sq.id = st.queue_id INNER JOIN ticket_history th ON...
by kevinpattison
21 Feb 2017, 13:41
Forum: Help
Topic: Re-login when source IP changes
Replies: 2
Views: 1340

Re: Re-login when source IP changes

Did the trick, thanks!
by kevinpattison
21 Feb 2017, 12:48
Forum: Help
Topic: Re-login when source IP changes
Replies: 2
Views: 1340

Re-login when source IP changes

Hello,

In work I often have to connect and disconnect from various VPNs and each time I do so I have to log back into OTRS. No other UI I use has this requirement. How can I remove this requirement?
by kevinpattison
13 Feb 2017, 12:36
Forum: Help
Topic: Lost all attachments after moving to file system storage?
Replies: 2
Views: 2208

[RESOLVED] Re: Lost all attachments after moving to file system storage?

Correct, this resolved the issue. It seems the StorageModule got reset to DB when I did the upgrades. Setting both of these settings and all is working again.

Thanks!
by kevinpattison
13 Feb 2017, 00:35
Forum: Help
Topic: Lost all attachments after moving to file system storage?
Replies: 2
Views: 2208

Lost all attachments after moving to file system storage?

Hey, Recently I've been working a lot on OTRS. I've done: 1. Moved all attachments to the filesystem in OTRS 3.0.10 using "bin/otrs.ArticleStorageSwitch.pl" 2. Upgraded to 3.1.21 3. Upgraded to 3.2.18 4. Upgraded to 3.3.15 5. Upgraded to 4.0.16 6. Upgraded to 5.0.7 7. Upgraded to 5.0.16 I'...
by kevinpattison
07 Feb 2017, 13:11
Forum: Help
Topic: Spell Check - aspell
Replies: 8
Views: 4324

Re: Spell Check - aspell

Fixed by using aspell instead of ispell.
by kevinpattison
07 Feb 2017, 12:58
Forum: Help
Topic: Spell Check - aspell
Replies: 8
Views: 4324

Re: Spell Check - aspell

I'm still having the same problem with OTRS 5.0.16 on Ubuntu Lucid (old, I know) with ispell installed. Anyone resolve?
by kevinpattison
11 Jul 2012, 10:26
Forum: Help
Topic: reCAPTCHA for 3.0.X
Replies: 2
Views: 1192

Re: reCAPTCHA for 3.0.X

crythias,

I think I just needed to clear the cache. Seems to be working fine now.

Kevin
by kevinpattison
10 Jul 2012, 18:02
Forum: Help
Topic: reCAPTCHA for 3.0.X
Replies: 2
Views: 1192

reCAPTCHA for 3.0.X

Sorry about that crythias!

Having problems getting this working. Please see this post for progress to date: viewtopic.php?f=60&t=5941
by kevinpattison
10 Jul 2012, 10:20
Forum: Howtos
Topic: Howto add reCAPTCHA to Create Account on CustomerLogin
Replies: 19
Views: 89591

Re: Howto add reCAPTCHA to Create Account on CustomerLogin

Actually, now I am intermittently getting Perl errors that say: Software error: Can't locate object method "new" via package "Kernel::Output::HTML::Layout" at /opt/otrs//Kernel/System/Web/InterfaceAgent.pm line 775. For help, please send mail to the webmaster (webmaster@localhost...
by kevinpattison
09 Jul 2012, 18:30
Forum: Howtos
Topic: Howto add reCAPTCHA to Create Account on CustomerLogin
Replies: 19
Views: 89591

Re: Howto add reCAPTCHA to Create Account on CustomerLogin

I also had to change all nistalnces of "$Self->{LayoutObject}" with "$LayoutObject" in InterfaceCustomer.pm
by kevinpattison
09 Jul 2012, 17:07
Forum: Howtos
Topic: Howto add reCAPTCHA to Create Account on CustomerLogin
Replies: 19
Views: 89591

Re: Howto add reCAPTCHA to Create Account on CustomerLogin

This pretty much worked for me also on 3.0.10. I don't run cpan, so in Ubnutu I also ran: apt-get install libcaptcha-recaptcha-perl I had to also change all instances of "260px" to "400px" in var/httpd/htdocs/skins/Customer/default/css/Core.Login.css for it to display properly wi...
by kevinpattison
13 Mar 2012, 11:49
Forum: General
Topic: Custom Widget in Agent Dashboard
Replies: 6
Views: 4972

Re: Custom Widget in Agent Dashboard

Updated already!

Added other (default viewable) StateTypeIDs.
by kevinpattison
13 Mar 2012, 11:30
Forum: General
Topic: Custom Widget in Agent Dashboard
Replies: 6
Views: 4972

Re: Custom Widget in Agent Dashboard

Thanks vkandersv,

That worked fine for me. I've created the attached package for others to use if they have the same requirements.
PriorityDashlets1.0.opm
by kevinpattison
09 Mar 2012, 18:09
Forum: Help
Topic: Raised priority dashlet
Replies: 1
Views: 960

Raised priority dashlet

I tried to do this by creating a file called Kernel/Config/Files/PriortyDashlet.xml with the contents: <?xml version="1.0" encoding="utf-8"?> <otrs_config version="1.0" init="Application"> <ConfigItem Name="DashboardBackend###0110-PriorityTickets" Re...
by kevinpattison
09 Mar 2012, 18:06
Forum: General
Topic: Custom Widget in Agent Dashboard
Replies: 6
Views: 4972

Re: Custom Widget in Agent Dashboard

I've looked through all the relevant .pm files for this and I can't find why it's not working. Can anyone help?
by kevinpattison
08 Mar 2012, 19:39
Forum: General
Topic: Custom Widget in Agent Dashboard
Replies: 6
Views: 4972

Re: Custom Widget in Agent Dashboard

I tried to do this by creating a file called Kernel/Config/Files/PriortyDashlet.xml with the contents: <?xml version="1.0" encoding="utf-8"?> <otrs_config version="1.0" init="Application"> <ConfigItem Name="DashboardBackend###0110-PriorityTickets" Re...
by kevinpattison
07 Mar 2012, 16:13
Forum: Help
Topic: Sort by Last Update - OTRS 3.0.1
Replies: 12
Views: 6092

Re: Sort by Last Update - OTRS 3.0.1

Dan,

Thanks a million for this, very useful! Can I mention something about the included PDF? The Sysconfig setting names a re a little out of date. It also doesn't mention in the Installation section that you have to manually run the .pl file via the console. It's an excellent package though.

Kevin
by kevinpattison
05 Oct 2011, 17:59
Forum: Help
Topic: Pending customer response
Replies: 1
Views: 1452

Pending customer response

Hey all, I'm quite confused about the predefined pending states. My helpdesk does technical support for developers to integrate into our systems. Because of this there can be long delays where we don't need to remind anyone of anything, and we don't want the tickets appearing on our lists. They will...
by kevinpattison
03 Oct 2011, 15:32
Forum: Help
Topic: Customer groups, CustomerIDs, agents, queues and groups
Replies: 1
Views: 1070

Customer groups, CustomerIDs, agents, queues and groups

Hey, I'm having trouble figuring out the best relationship between these. Situation: The helpdesk does two types of support for two different companies. The two types of support are: "Integrations" and "Standard Support" Companies are "Company A" and "Company B&quo...
by kevinpattison
26 Sep 2011, 11:17
Forum: Help
Topic: Removing some fields from Customer portal
Replies: 2
Views: 1567

Re: Removing some fields from Customer portal

Got it all sorted thanks to that.

Cheers.
by kevinpattison
23 Sep 2011, 15:47
Forum: Help
Topic: Removing some fields from Customer portal
Replies: 2
Views: 1567

Removing some fields from Customer portal

Hello, This is my first question on here. I'm finding OTRS excellent and I have nearly got my whole helpdesk set up with out asking any questions yet! I do have this one though: I would like to remove some functionality from the customer portal. I don't want customers to be able to set the next stat...