Search found 14 matches

by BravoStore
12 Mar 2014, 17:51
Forum: Help
Topic: No Permission! Error
Replies: 7
Views: 1695

Re: No Permission! Error

Here is a copy of the system log - to me it seems that someone created a Generic Agent, and used it to purge tickets from the system.. Is there any way that the system can do this on it's own? Could it do this if it was out of space? Or was this all manual?

I have placed in bold the relevant lines ...
by BravoStore
12 Mar 2014, 08:22
Forum: Help
Topic: No Permission! Error
Replies: 7
Views: 1695

Re: No Permission! Error

> No such TicketID (2000)!
there is no such ticket ID that has a value of 2000

> Need QueueID!
Even if ticketID existed, which apparently it does not, it is also not presenting a QueueID

> Permission denied (UserID: 2 'ro' on TicketID: 2000)!
Probably the least of the issues mentioned above ...
by BravoStore
12 Mar 2014, 06:30
Forum: Help
Topic: No Permission! Error
Replies: 7
Views: 1695

No Permission! Error

Came into work today and suddenly older tickets in my system are producing a No Permission! error:

http://i.imgur.com/fcKJgM4.png

System Log:
Tue Mar 11 12:28:59 2014 notice OTRS-CGI-10 Permission denied (UserID: 2 'ro' on TicketID: 2000)!
Tue Mar 11 12:28:59 2014 error OTRS-CGI-10 Need ...
by BravoStore
31 Dec 2013, 03:11
Forum: General
Topic: Customer Ticket Zoom Expand
Replies: 1
Views: 787

Customer Ticket Zoom Expand

I am able to see all of the expanded articles in an internal ticket with this setting:

Ticket::Frontend::ZoomExpand:

This shows all articles to a ticket in the ZoomView without selecting which article to show.

Am I able to accomplish this in the customer tickets? Is there a setting that makes the ...
by BravoStore
31 Dec 2013, 03:02
Forum: Help
Topic: Hide system emails from customer ticket zoom
Replies: 4
Views: 970

Re: Hide system emails from customer ticket zoom

Use the Reply functionality as JoJo suggested.

You can get here by going to SysConfig > Responses.

You should make sure that all of those responses are available in all of your queues.
Responses <---> Queues
by BravoStore
08 Oct 2013, 17:50
Forum: Help
Topic: Restrict Users from Editing Customers
Replies: 9
Views: 1697

Re: Restrict Users from Editing Customers

Thank you thank you!
by BravoStore
08 Oct 2013, 01:59
Forum: Help
Topic: Restrict Users from Editing Customers
Replies: 9
Views: 1697

Re: Restrict Users from Editing Customers

That's a less than helpful reply. I'll assume that you're not sure where it is either, otherwise coulda just said it.

Thanks anyways.
by BravoStore
07 Oct 2013, 17:44
Forum: Help
Topic: Restrict Users from Editing Customers
Replies: 9
Views: 1697

Re: Restrict Users from Editing Customers

I've been all over sysconfig and the manual. Still don't see which page I can use to remove the users group from access.
by BravoStore
03 Oct 2013, 21:26
Forum: Help
Topic: Restrict Users from Editing Customers
Replies: 9
Views: 1697

Re: Restrict Users from Editing Customers

Where can I find the customer management screen? What setting is it under? I cannot seem to find the area where I can remove that group..?
by BravoStore
02 Oct 2013, 23:13
Forum: Help
Topic: Restrict Users from Editing Customers
Replies: 9
Views: 1697

Re: Restrict Users from Editing Customers

Does anyone have any information on this?
by BravoStore
30 Sep 2013, 22:45
Forum: Help
Topic: Restrict Users from Editing Customers
Replies: 9
Views: 1697

Restrict Users from Editing Customers

Hello,

Is there a way that I can restrict my Agents who are in the User's group from access to the Customer Database? I don't want them to be able to see or modify the customers.
How can I turn it off for them?

Thank you.
by BravoStore
31 Aug 2013, 02:01
Forum: Help
Topic: Generic Agent Not Running
Replies: 1
Views: 1332

Generic Agent Not Running

I'm still having issues with my generic agent. I've read various posts from the net and cannot determine why the agent is refusing to run. Here is some data that might help. Also note that I have removed the .dist from all file extensions.

Execute Crontab Command

[root@OTRS ~]# crontab -l -u ...
by BravoStore
22 Aug 2013, 19:48
Forum: General
Topic: Generic Agent
Replies: 3
Views: 800

Re: Generic Agent

Would it look like how I posted it earlier then? Queue => ''

Or just:

Queue =>

Thanks.
by BravoStore
22 Aug 2013, 19:38
Forum: General
Topic: Generic Agent
Replies: 3
Views: 800

Generic Agent

Hello. I'm trying to configure a generic agent to run some of the ticket closing, and status changing jobs automatically. From what I can tell, simply configuring the Generic Agent on the front end does not make him automatically run, and some coding must be added to the Kernel/Config/GenericAgent ...