
Just for debugging purposes if you are sure that the password is right.
from your otrs host:
telnet 10.20.30.7 110
(wait for promt)
user support
(wait for answer)
pass *****
If anything goes wrong here is the same reason for otrs.
On Mon, Sep 14, 2009 at 3:18 PM, Karthick B
HI Kovacs Krisztian thanks for your reply I configured PostMasterMail account .when i run the script i'm getting the following errors. ERROR: OTRS-CGI-10 Perl: 5.8.8 OS: linux Time: Mon Sep 14 06:43:21 2009
Message: POP3: Auth for user support/10.20.30.7 failed!
Traceback (9050): Module: Kernel::System::MailAccount::POP3::Fetch (v1.6) Line: 86 Module: Kernel::System::MailAccount::MailAccountFetch (v1.9) Line: 380 Module: Kernel::Modules::AdminMailAccount::Run (v1.7) Line: 62 Module: main::Fetch (v1.9) Line:180 Module: Kernel::System::Web::InterfaceAgent::Run (v1.43) Line: 819 Module: /opt/otrs/bin/cgi-bin/index.pl (v1.88) Line: 48 Module: ./bin/PostMasterMailbox.pl(v1.9)Line:94
On Mon, Sep 14, 2009 at 5:09 PM,
wrote: Send otrs mailing list submissions to otrs@otrs.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.otrs.org/cgi-bin/listinfo/otrs or, via email, send a message with subject or body 'help' to otrs-request@otrs.org
You can reach the person managing the list at otrs-owner@otrs.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of otrs digest..."
Today's Topics:
1. Re: otrs:problem in recieving mail (Kovacs Krisztian) 2. Re: Fw: perl migration script help (Emily Flynn) 3. begginers question - what ticket locking is? (Grzegorz Marsza?ek)
----------------------------------------------------------------------
Message: 1 Date: Mon, 14 Sep 2009 13:28:34 +0200 From: Kovacs Krisztian
Subject: Re: [otrs] otrs:problem in recieving mail To: "User questions and discussions about OTRS." Message-ID: <662695859.20090914132834@generalmedia.hu> Content-Type: text/plain; charset=iso-8859-1 You don't need fetchmail for OTRS!!! (You can use it, but it's nothing to do with OTRS.) Just use the built-in mail account feature of OTRS.
eg. Use the data which your internet provider is given to you.
And please, don't include the whole dialy digest in your mail !
Greets Krisz
--------- HI all/ i have installed otrs sucessfully.and i have a mail server with real domain. i want to fetch the mail from that domain. so i configured PostMasterMailAccount i have give the username and password of my mail server TYPE:POP3 username:support password:****** Host:10.20.30.7 now as per the doccument i copied the .fetchmailrc.dist to .fetclmail.rc poll 10.20.30.7 protocol POP3 user support password ***** is sujeet then i set the file permission as chmod 710 .fetchmailrc.
when i execute fetchmail -a command it showing error as fetchmail:no mailservers has been specified pls help me... am literally going mad because of this .... my domain is :lifespring.in and sujeet is a user in otrs and he belongs to a queue(Agent) he has admin rights also`
when people sends mail to support@lifespring.in using fetchmail i should fetch that mails and it should comes to otrs user(sujeet) .
------------------------------
Message: 2 Date: Mon, 14 Sep 2009 12:29:46 +0100 From: Emily Flynn
Subject: Re: [otrs] Fw: perl migration script help To: "User questions and discussions about OTRS." Message-ID: < OF25E43C81.EC22723F-ON80257631.003ED8D5-80257631.003F266B@email.zurich.com Content-Type: text/plain; charset="iso-8859-1"
Many thanks for your help Rory... silly I should have thought of trying that.
Got it working using command line anyways, thanks again!
From: Rory
To: "User questions and discussions about OTRS." Date: 11/09/2009 18:59 Subject: Re: [otrs] Fw: perl migration script help Sent by: otrs-bounces@otrs.org MySQL thinks the DBUpdate-to-2.4.pl is an sql file and is trying to run it as such. Its not qsl rho so that's why you're getting the "error in you SQL syntax" response. You need to run the file from the command line. Try this,
perl DBUpdate-to-2.4.pl
You might need to use the full path to the perl.exe if its not in your path. Once that's run log back into your mysql and run the DBUpdate-to-2.4-post.mysql.sql the same as the first .sql script. Hopefully that will get the DB updated for you.
Rory
Support my 365 Challenge in aid of the Irish Cancer Society
www.365challenge.ie
2009/9/11 Emily Flynn
Hiya,
Thanks a million for your reply.. I'm still having a problem and I
suspect it is to do with something else. Here is what I input into MySQL Query Browser, logged in as root to otrs:
use otrs; source "C:\Program Files\OTRS\OTRS\scripts\DBUpdate-to-2.4.pl";
and this is what I get no matter what I type in..
You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near "'C:\Program Files\OTRS\OTRS\scripts\DBUpdate-to-2.4.pl'" at line 1
I have tried a couple of variations on the code but still no luck :(
Emily
From: Rory
To: "User questions and discussions about OTRS." Date: 11/09/2009 14:45 Subject: Re: [otrs] Fw: perl migration script help Sent by: otrs-bounces@otrs.org ________________________________ Hi,
Yes, $HOME_OTRS should be the full path to the OTRS directory. On my windows machine this is C:\Program Files\OTRS\OTRS You could either use quotation marks around the entire path e.g. source "C:\Program Files\OTRS\OTRS\scripts\DBUpdate-to-2.4.mysql.sql";
The perl script should run just fine as you have to have a perl interpreter to run otrs in the first place. I'm not sure if it will work on Windows tho as I think the upgrade scripts were written for Linux based machines.
Take it easy, Rory
Support my 365 Challenge in aid of the Irish Cancer Society
www.365challenge.ie
2009/9/11 Emily Flynn
Sorry, just bumping this... really need the help! ________________________________
Hiya,
Sorry I'm doing this on an XP box just to test the upgrade process...
prod box is on Windows Server 2003.
I am using MySQL Query Browser to run these scripts, I log into it
using root, and then I can browse to the actual SQL script to run that and that is ok...
But as far as the Perl script goes, I don't know what to do with that
as MySQL Query Browser won't run Perl... and I have no Perl experience so am really not sure how to go about it!
On a side... below where you write source
$HOME_OTRS/scripts/DBUpdate-to-2.4.mysql.sql; do you mean me to paste that directly into the browser or do I amend $HOME_OTRS to the actual path, and if so, what it the best way to write this, i.e, the 'program files' bit?
Apologies for my silly questions and thanks.
Emily
MMoj@timocom.com Sent by: otrs-bounces@otrs.org
09/09/2009 17:55
Please respond to "User questions and discussions about OTRS."
To "User questions and discussions about OTRS."
cc Subject Re: [otrs] perl migration script help Hey,
just login into your mysql as 'root' and then do the following.
use otrs;
source $HOME_OTRS/scripts/DBUpdate-to-2.4.mysql.sql;
source $HOME_OTRS/scripts/DBUpdate-to-2.4.pl; Here you?ll get some error?s just ignore them and go on with the
following command.
source $HOME_OTRS/scripts/DBUpdate-to-2.4-post.mysql.sql;
Then you can quit from mysql and restart the services. Now just login
into your OTRS System with an administrators account, go to the Admin panel and click on the sysconfig.
Have fun ;)
Mit freundlichen Gr??en / Kind regards Markus Moj IT Infrastructure & Services
TimoCom Soft- und Hardware GmbH In der Steele 2 D-40599 D?sseldorf Tel: +49 211 88 26 80 14 Fax: +49 211 88 26 70 14 eMail: MMoj@TimoCom.com www.TimoCom.com Gesch?ftsf?hrer: Jens Thiermann, Gunther Matzaitis Amtsgericht D?sseldorf, HRB 34489
Emily Flynn ---09.09.2009 18:48:07---Hello! I am trying to upgrade
from 2.3.4 to 2.4.3, and I'm a bit lost on what to
From: Emily Flynn
To: otrs@otrs.org Date: 09.09.2009 18:48 Subject: [otrs] perl migration script help Sent by: otrs-bounces@otrs.org ________________________________
Hello!
I am trying to upgrade from 2.3.4 to 2.4.3, and I'm a bit lost on what to do for running the perl migration script
http://faq.otrs.org/otrs/public.pl?Action=PublicFAQ&Subaction=Print&Category...
I have MySQL Tools installed and so have used MySQL Admin to backup
and restore, and MySQL Query Browser to run the first upgrade script (DBUpdate-to-2.4.mysql.sql ). I am not sure how to run the Perl migration script, can someone please give me a couple of pointers?
Thanks in advance
Emily---------------------------------------------------------------------
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
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/ --------------------------------------------------------------------- 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
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
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
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
--------------------------------------------------------------------- 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
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
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
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
--------------------------------------------------------------------- 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
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
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
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/