mkStats.pl Not Creating stats correctly

When running the /opt/otrs/bin/mkStats.pl file I get this output: Can't locate GD/Graph.pm in @INC (@INC contains: /opt/otrs/Kernel/cpan-lib /opt/otrs /usr/lib/perl5/5.8.1/i586-linux-thread-multi /usr/lib/perl5/5.8.1 /usr/lib/perl5/site_perl/5.8.1/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.1/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl .) at ./mkStats.pl line 37. BEGIN failed--compilation aborted at ./mkStats.pl line 37. I'm wondering if I need to install some more perl modules or CPAN modules. what do you guys recommend? thanks marshall

Sorry, I found the fix. ignore this message everyone marshall -----Original Message----- From: Marshall28 [mailto:marshall28@juno.com] Sent: Wednesday, June 16, 2004 11:28 AM To: otrs@otrs.org Subject: mkStats.pl Not Creating stats correctly When running the /opt/otrs/bin/mkStats.pl file I get this output: Can't locate GD/Graph.pm in @INC (@INC contains: /opt/otrs/Kernel/cpan-lib /opt/otrs /usr/lib/perl5/5.8.1/i586-linux-thread-multi /usr/lib/perl5/5.8.1 /usr/lib/perl5/site_perl/5.8.1/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.1/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl .) at ./mkStats.pl line 37. BEGIN failed--compilation aborted at ./mkStats.pl line 37. I'm wondering if I need to install some more perl modules or CPAN modules. what do you guys recommend? thanks marshall

I am using OTRS v1.2.3 to support many clients. My supervisor would like to know how we can view "locked" tickets in the queue view and zoom view for all agents. Is this a setting I somehow missed? Thanks! ryan

Yes, such a feature is not available, or at least I am just another person who can not find it. However you can change the SQL query for ticketview to remove the filtering of unlocked tickets. On Friday 18 June 2004 20:57, D. Ryan Spott wrote:
I am using OTRS v1.2.3 to support many clients.
My supervisor would like to know how we can view "locked" tickets in the queue view and zoom view for all agents.
Is this a setting I somehow missed?
Thanks!
ryan
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
-- Best regards, Teodor Georgiev Information Services Plc. Tel : +359 2 96562008 Mobile: +359 887 508989

On Friday, June 18, 2004 7:57 PM
D. Ryan Spott
My supervisor would like to know how we can view "locked" tickets in the queue view and zoom view for all agents. Is this a setting I somehow missed?
Yes and no. We designed -or better: pre-configured OTRS so that it only displays a certain type of tickets. This is determined by these setting: # ViewableLocks # default: ["'unlock'", "'tmp_lock'"] $Self->{ViewableLocks} = ["'unlock'", "'tmp_lock'"]; # ViewableStateType # (see http://yourhost/otrs/index.pl?Action=AdminState -> StateType) $Self->{ViewableStateType} = ['new', 'open', 'pending reminder', 'pending auto']; Another way is to use the search utility. You cannot search for locks explicitly, but the utility spits out locked tickets nonetheless. hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

Robert, I am obviously very dense here. I scrounged all around looking to see how I could make locked tickets show up in the general queue instead of being hidden. What change should I make to make this happen? My boss is adamant that we be able to see all tickets regardless of status, all the time. Thanks! ryan
-----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Robert Kehl Sent: Tuesday, June 22, 2004 1:09 PM To: User questions and discussions about OTRS. Subject: Re: [otrs] Queue View: Showing locked tickets.
On Friday, June 18, 2004 7:57 PM D. Ryan Spott
wrote: My supervisor would like to know how we can view "locked" tickets in the queue view and zoom view for all agents. Is this a setting I somehow missed?
Yes and no.
We designed -or better: pre-configured OTRS so that it only displays a certain type of tickets. This is determined by these setting:
# ViewableLocks # default: ["'unlock'", "'tmp_lock'"] $Self->{ViewableLocks} = ["'unlock'", "'tmp_lock'"];
# ViewableStateType # (see http://yourhost/otrs/index.pl?Action=AdminState -> StateType) $Self->{ViewableStateType} = ['new', 'open', 'pending reminder', 'pending auto'];
Another way is to use the search utility. You cannot search for locks explicitly, but the utility spits out locked tickets nonetheless.
hth,
Robert Kehl
-- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/

On Friday, June 25, 2004 8:19 PM
D. Ryan Spott
I am obviously very dense here. I scrounged all around looking to see how I could make locked tickets show up in the general queue instead of being hidden. What change should I make to make this happen?
Set $Self->{ViewableLocks} = ["'lock'", "'unlock'", "'tmp_lock'"]; You're rendering your mailbox unuseful thereby. hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (4)
-
D. Ryan Spott
-
Marshall28
-
Robert Kehl
-
Teodor Georgiev