Default Owner
Moderator: crythias
-
- Znuny advanced
- Posts: 136
- Joined: 04 Oct 2010, 14:14
- Znuny Version: 3.0.10; 3.1.4
- Location: US, SC
- Contact:
Default Owner
When I first started using OTRS the default owner of any new ticket was Admin OTRS, since I have upgraded to 3.0.10 I notice that the default owner is always my account. For example it lists jfreeman2nc instead of Admin OTRS.
This hasn't caused any issues but I just want to make sure that this will not cause problems down the road. The Admin OTRS account is still there and valid, could this be caused by something being corrupted in the MySQL database?
This hasn't caused any issues but I just want to make sure that this will not cause problems down the road. The Admin OTRS account is still there and valid, could this be caused by something being corrupted in the MySQL database?
OTRS 3.1.4
Windows Server 2008 R2
MySQL
OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
Windows Server 2008 R2
MySQL
OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
-
- Znuny advanced
- Posts: 136
- Joined: 04 Oct 2010, 14:14
- Znuny Version: 3.0.10; 3.1.4
- Location: US, SC
- Contact:
Re: Default Owner
Just wanted to bump this, wondering if anyone had any idea why OTRS is making my account the default owner for all incoming tickets processed.
OTRS 3.1.4
Windows Server 2008 R2
MySQL
OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
Windows Server 2008 R2
MySQL
OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
-
- Znuny advanced
- Posts: 119
- Joined: 12 Jan 2011, 22:35
- Znuny Version: 4.x.x.x.x
- Company: Self-Employed
Re: Default Owner
is your account set as the admin in sysconfig / config.pm?
OTRS 4.0.11
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
-
- Znuny advanced
- Posts: 136
- Joined: 04 Oct 2010, 14:14
- Znuny Version: 3.0.10; 3.1.4
- Location: US, SC
- Contact:
Re: Default Owner
I am not seeing in the config.pm where an account is set as admin, however our system is setup to use LDAP. Still I would not think that this would cause myself to become the admin. This seemed to occur when I upgraded to OTRS 3.0.10.
Can you tell me which module the admin account information is located in Sys Config?
Can you tell me which module the admin account information is located in Sys Config?
OTRS 3.1.4
Windows Server 2008 R2
MySQL
OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
Windows Server 2008 R2
MySQL
OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
-
- Znuny expert
- Posts: 191
- Joined: 05 Jul 2011, 16:10
- Znuny Version: 3.2.2
- Real Name: Micshi
- Location: Beijing
- Contact:
Re: Default Owner
Hi,
Pleas check the table of user in OTRS database, the user id which equals 1 should be the default owner for all tickets.
Mshi
Pleas check the table of user in OTRS database, the user id which equals 1 should be the default owner for all tickets.
Mshi
OTRS 3.2.2, ITSM 3.2.2, SystemMonitor
Ubuntu, Apache2, MySQL 5
My OTRS Blog
OTRS Basic Concept Training
OTRS Demo Instance
Ubuntu, Apache2, MySQL 5
My OTRS Blog
OTRS Basic Concept Training
OTRS Demo Instance
-
- Znuny advanced
- Posts: 136
- Joined: 04 Oct 2010, 14:14
- Znuny Version: 3.0.10; 3.1.4
- Location: US, SC
- Contact:
Re: Default Owner
User ID 1 is set for root@localhost, so I would think that would still make root the default owner for all incoming tickets.
OTRS 3.1.4
Windows Server 2008 R2
MySQL
OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
Windows Server 2008 R2
MySQL
OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
-
- Znuny advanced
- Posts: 119
- Joined: 12 Jan 2011, 22:35
- Znuny Version: 4.x.x.x.x
- Company: Self-Employed
Re: Default Owner
we are using 2.4 and config is under Config Options: Framework -> Core::AdminEmail:
config.pm also contains admin config which I believe overrides sysconfig
# ---------------------------------------------------- #
# data inserted by installer #
# ---------------------------------------------------- #
# $DIBI$
$Self->{'SystemID'} = 12;
$Self->{'SecureMode'} = 1;
$Self->{'Organization'} = 'CHIN';
$Self->{'LogModule::LogFile'} = '/tmp/OTRS.log';
$Self->{'LogModule'} = 'Kernel::System::Log::SysLog';
$Self->{'FQDN'} = 'dev.intranet2.domainehere';
$Self->{'DefaultLanguage'} = 'en_CA';
$Self->{'AdminEmail'} = 'alias@domainehere';
$Self->{'DefaultCharset'} = 'utf-8';
I remember our sys admin installed OTRS and they had set themselves as admin and consequently all new tickets were assigned to them ...
Could be something with 3.x
config.pm also contains admin config which I believe overrides sysconfig
# ---------------------------------------------------- #
# data inserted by installer #
# ---------------------------------------------------- #
# $DIBI$
$Self->{'SystemID'} = 12;
$Self->{'SecureMode'} = 1;
$Self->{'Organization'} = 'CHIN';
$Self->{'LogModule::LogFile'} = '/tmp/OTRS.log';
$Self->{'LogModule'} = 'Kernel::System::Log::SysLog';
$Self->{'FQDN'} = 'dev.intranet2.domainehere';
$Self->{'DefaultLanguage'} = 'en_CA';
$Self->{'AdminEmail'} = 'alias@domainehere';
$Self->{'DefaultCharset'} = 'utf-8';
I remember our sys admin installed OTRS and they had set themselves as admin and consequently all new tickets were assigned to them ...
Could be something with 3.x
OTRS 4.0.11
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
-
- Znuny advanced
- Posts: 136
- Joined: 04 Oct 2010, 14:14
- Znuny Version: 3.0.10; 3.1.4
- Location: US, SC
- Contact:
Re: Default Owner
Our system has the admin email account setup as the generic network support email we use company wide, it is not tied into my account but by me being on the distribution list. So I do not see how this would make me the default owner for all incoming tickets.
Not unless there is something happening due to us being connected to LDAP that is causing this to be the case.
Not unless there is something happening due to us being connected to LDAP that is causing this to be the case.
OTRS 3.1.4
Windows Server 2008 R2
MySQL
OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
Windows Server 2008 R2
MySQL
OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
Re: Default Owner
AdimEmail is not used for assigning tickts. Tickets will be assigned to user id 1 (if not changed in Core::Postmaster) and if this user is not valid it should asign it to the next valid user id
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny advanced
- Posts: 119
- Joined: 12 Jan 2011, 22:35
- Znuny Version: 4.x.x.x.x
- Company: Self-Employed
Re: Default Owner
True ... that is where we had our problem originally!! Sorry for the confusion ...
That should fix your problem!!
That should fix your problem!!
OTRS 4.0.11
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)