problem with assigning TicketType and Service

Moderator: crythias

Locked
plexxusits
Znuny newbie
Posts: 9
Joined: 15 Apr 2013, 17:31
Znuny Version: 3.0.5
Real Name: Buck
Company: Plexxus

problem with assigning TicketType and Service

Post by plexxusits »

Hi all,

i have a question as how to enable agents to assign ticket type and serivces. I tried to change the setting using Admin -> SysConfig -> Ticket. However it seems that the moment I enabled TicketType and Service in any of the following views I get a error message from trying to access these views logged in as an agent(no problem accessing them using root admin account):
Frontend::Agent::Ticket::ViewResponsible
Frontend::Agent::Ticket::ViewOwner
this is the error message i'm getting: "Invalid version format (non-numeric data) at D:/PROGRA~2/OTRS/OTRS//Kernel/System/Log.pm line 160."

the moment i disabled TicketType and Service, these view became accessable to agents again.
what am i missing? I need the agents to be able to assign ticket type and services.

thank you in advance for any help!
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: problem with assigning TicketType and Service

Post by crythias »

version of otrs
what do the logs say?
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
plexxusits
Znuny newbie
Posts: 9
Joined: 15 Apr 2013, 17:31
Znuny Version: 3.0.5
Real Name: Buck
Company: Plexxus

Re: problem with assigning TicketType and Service

Post by plexxusits »

version 3.05

and this is what i see in the log file:
[Fri Apr 19 10:28:07 2013][Error][Kernel::System::CustomerUser::LDAP::_Connect][179] Can't connect to electra: IO::Socket::INET: Bad hostname 'electra'
[Fri Apr 19 10:28:13 2013][Error][Kernel::System::CustomerUser::LDAP::_Connect][179] Can't connect to electra: IO::Socket::INET: Bad hostname 'electra'
[Fri Apr 19 10:28:19 2013][Error][Kernel::System::CustomerUser::LDAP::_Connect][179] Can't connect to electra: IO::Socket::INET: Bad hostname 'electra'
[Fri Apr 19 10:29:30 2013][Error][Kernel::System::CustomerUser::LDAP::_Connect][179] Can't connect to electra: IO::Socket::INET: Bad hostname 'electra'

our otrs system seems to be pointing to an older domain control "electra". where in otrs does it make an reference to windows domain control and how can we change it.

Thanks!
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: problem with assigning TicketType and Service

Post by crythias »

plexxusits wrote:CustomerUser
Config.pm or Sysconfig.
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
plexxusits
Znuny newbie
Posts: 9
Joined: 15 Apr 2013, 17:31
Znuny Version: 3.0.5
Real Name: Buck
Company: Plexxus

Re: problem with assigning TicketType and Service

Post by plexxusits »

found it under config.pm and updated it to the new domain and it works!!

thank you so much!
Locked