email autofetch help

Moderator: crythias

Locked
juliom
Znuny newbie
Posts: 11
Joined: 11 Jul 2011, 18:00
Znuny Version: 3.0
Real Name: Julio
Company: Reply.com

email autofetch help

Post by juliom »

I set up email and I can see that OTRS is fetching the email properly within a 2min interval but it doesnt create a ticket.... any ideas?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: email autofetch help

Post by crythias »

The system Log should tell you (likely you changed the default priority).
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
juliom
Znuny newbie
Posts: 11
Joined: 11 Jul 2011, 18:00
Znuny Version: 3.0
Real Name: Julio
Company: Reply.com

Re: email autofetch help

Post by juliom »

how exactly does one change default priority? I know I made changes to make it single sign on but been trying to figure out what I did to cause it not to generate tickets. I will look into Log see if I can find anything
juliom
Znuny newbie
Posts: 11
Joined: 11 Jul 2011, 18:00
Znuny Version: 3.0
Real Name: Julio
Company: Reply.com

Re: email autofetch help

Post by juliom »

Below is the most recent log, couldn't figure out which one actually pointed to not creating a ticket. I sent a test ticket into system and after I noticed it fetched the email I pulled the following from the logs.

Code: Select all

[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:StateGetStatesByType::StateType::open!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Set] Set Key:0130-TicketOpen-10-1-2-Summary TTL:30!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Set] Set Key:0130-TicketOpen-10-1-2-All-List TTL:30!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:Lookup::2!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:StateGet::ID::4!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:QueueGetID::10!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:TicketFlagGet::21::2!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:QueueGetID::8!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:TicketFlagGet::18::2!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:QueueGetID::13!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:TicketFlagGet::16::2!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:http://otrs.org/product.xml-en-OTRS-3.0.9!
[Mon Aug  8 08:14:44 2011][Notice][Kernel::System::Cache::Get] Get cached Key:StateGetStatesByType::Type::Viewable!
[Mon Aug  8 08:14:45 2011][Debug][Kernel::System::Web::InterfaceAgent::DESTROY][900] Global handle stopped.
[Mon Aug  8 08:14:45 2011][Debug][Kernel::System::AuthSession::DB::_SyncToStorage][353] DB.pm->Do (2) SQL: 'UPDATE sessions SET  session_value = ? WHERE session_id = ?'
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: email autofetch help

Post by crythias »

None of that log seems to represent ticket retrieval.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
juliom
Znuny newbie
Posts: 11
Joined: 11 Jul 2011, 18:00
Znuny Version: 3.0
Real Name: Julio
Company: Reply.com

Re: email autofetch help

Post by juliom »

that was all that was there, these default priorities you mentioned; know how I can change them or what file they are located in? I checked my config.pm and it looks fine, don't see anything there where I could have made a change that affected it.
renee
Znuny expert
Posts: 241
Joined: 06 Feb 2009, 11:15
Znuny Version: 3.0.x
Company: Perl-Services.de
Contact:

Re: email autofetch help

Post by renee »

The default priority is set in SysConfig at Ticket -> Core::PostMaster -> PostmasterDefaultPriority.
Need a Perl/OTRS developer? You can contact me at info@perl-services.de
juliom
Znuny newbie
Posts: 11
Joined: 11 Jul 2011, 18:00
Znuny Version: 3.0
Real Name: Julio
Company: Reply.com

Re: email autofetch help

Post by juliom »

Yup! i changed priority name, I made it match with this section and it worked. You are the man! thanks
Locked