Search found 31 matches
- 20 Sep 2014, 05:45
- Forum: General
- Topic: add Checked Box in Config Item
- Replies: 4
- Views: 2452
Re: add Checked Box in Config Item
Oh I'm sorry. What you can try is the package from the CapeIT group, that will provide you with the ability to define DynamicField-References in a CI-definition. And you're able to create multiselect dynamic fields (though I didn't test it). Hmm.. no default field for checked box or multiple select...
- 18 Sep 2014, 12:45
- Forum: General
- Topic: add Checked Box in Config Item
- Replies: 4
- Views: 2452
Re: add Checked Box in Config Item
There is a checkbox defined in the general catalog, try the class "ITSM::ConfigItem::YesNo". E.g.: { Key => 'examplecheckbox', Name => 'Example of a checkbox field', Input => { Type => 'GeneralCatalog', Class => 'ITSM::ConfigItem::YesNo', Translation => 1, }, }, That is Drop Down Menu not...
- 17 Sep 2014, 16:43
- Forum: General
- Topic: add Checked Box in Config Item
- Replies: 4
- Views: 2452
add Checked Box in Config Item
Hi all,
I'm sorry because i'm newbie here. I just created COnfig Item with General Catalogs but Its only vie DropDown Menu.
Can OTRS using General Catalog but using Checked Box ?
I'm Running OTRS 3.3.6
Thanks
-Ashraf
I'm sorry because i'm newbie here. I just created COnfig Item with General Catalogs but Its only vie DropDown Menu.
Can OTRS using General Catalog but using Checked Box ?
I'm Running OTRS 3.3.6
Thanks
-Ashraf
- 29 May 2014, 08:40
- Forum: Help
- Topic: Notification email issue
- Replies: 1
- Views: 1070
Notification email issue
Hi all, I have an issue regarding notification. 1. I Create email ticket manually from OTRS portal. 2. Then OTRS should send out email notification to customer. 3. I checked no email received from customer but OTRS create new ticket after email bounced back to OTRS. 4. Before this it's working fine ...
- 17 Apr 2014, 11:10
- Forum: Help
- Topic: Email stop fecthing
- Replies: 2
- Views: 1423
Re: Email stop fecthing
Thank you. its working back now. the firewall blocking ports.
- 17 Apr 2014, 09:01
- Forum: Help
- Topic: Email stop fecthing
- Replies: 2
- Views: 1423
Email stop fecthing
Dear all, I have an issue regarding email fetching, after upgrade to 3.3.6 and the email not working anymore. see error below otrs@CHBSOTRS01:/> /opt/otrs/bin/otrs.PostMasterMailbox.pl ERROR: OTRS-otrs.PostMasterMailbox.pl-10 Perl: 5.10.0 OS: linux Time: Thu Apr 17 08:50:05 2014 Message: IMAP: Can't...
- 15 Apr 2014, 11:21
- Forum: General
- Topic: Error Message: CustomerTicketOverview.pm not found!
- Replies: 12
- Views: 4857
Re: Error Message: CustomerTicketOverview.pm not found!
Thank you for your help. The problem is already upgraded the package to the latest version and not able to reinstalled with the same version . I cloning my OTRS server to test the result, 1. Backup OTRS database using mysqldump 2. Uninstalled all ITSM package. 3. Installed one by one package follow ...
- 14 Apr 2014, 04:53
- Forum: General
- Topic: Error Message: CustomerTicketOverview.pm not found!
- Replies: 12
- Views: 4857
Re: Error Message: CustomerTicketOverview.pm not found!
Still unable to create new services. Can I re-install package manager ? I mean reinstall without uninstall.
If I uninstall and reinstall back does it effect everything ?
If I uninstall and reinstall back does it effect everything ?
- 12 Feb 2014, 05:25
- Forum: General
- Topic: Error Message: CustomerTicketOverview.pm not found!
- Replies: 12
- Views: 4857
Re: Error Message: CustomerTicketOverview.pm not found!
Thanks, I go to Package Manager, but got this issue, any idea?
- 10 Feb 2014, 11:29
- Forum: General
- Topic: Error Message: CustomerTicketOverview.pm not found!
- Replies: 12
- Views: 4857
Re: Error Message: CustomerTicketOverview.pm not found!
Hi,
Upgrade done. problem solved.
But when I want to create new service, dropdown button not available for "Critically" field. see below .
Upgrade done. problem solved.
But when I want to create new service, dropdown button not available for "Critically" field. see below .
- 09 Feb 2014, 13:56
- Forum: General
- Topic: Error Message: CustomerTicketOverview.pm not found!
- Replies: 12
- Views: 4857
Re: Error Message: CustomerTicketOverview.pm not found!
I revert back to the original file. Then I download CustomerTicketOverview.pm from otrs portal otrs version 3.1.8. Then at Modules folder, i got both files (CustomerTicketOverview.pm & CustomerTicketOverView.pm). Login into Customer.pl and then i got error as shown below Server error! The server...
- 07 Feb 2014, 06:30
- Forum: General
- Topic: Error Message: CustomerTicketOverview.pm not found!
- Replies: 12
- Views: 4857
Error Message: CustomerTicketOverview.pm not found!
Dear all. I got error message after login to Customer.pl. Im using OTRS 3.1.8. Error Message: Module Kernel/Modules/CustomerTicketOverview.pm not found! I checked my file name CustomerTicketOverView.pm, then i change it to CustomerTicketOverview.pm. After login, all related ticket not show in there....
- 07 Jan 2014, 03:38
- Forum: Help
- Topic: Change Management Condition set up
- Replies: 7
- Views: 4088
Re: Change Management Condition set up
Hi all,
I have a question, how to set a condition automatically? This is because when we create a new change ticket, we need to set condition into it manually.
I know we can set in templates, is there any solution instead of using template?
Thanks in advance
-Ashraf
I have a question, how to set a condition automatically? This is because when we create a new change ticket, we need to set condition into it manually.
I know we can set in templates, is there any solution instead of using template?
Thanks in advance
-Ashraf
- 24 Dec 2013, 09:32
- Forum: Help
- Topic: Upgrading issue from 3.1.8 to 3.2.6
- Replies: 23
- Views: 16283
Re: Upgrading issue from 3.1.8 to 3.2.6
Update:
having an issue when login.
error : Session invalid. Please log in again.
upgrade version from 3.1.8 to 3.2.13.
Any idea? saw thread said to add below script into Config.pm.
$Self->{SessionModule} = 'Kernel::System::AuthSession::FS';
is it possible ?
Thanks in advance.
having an issue when login.
error : Session invalid. Please log in again.
upgrade version from 3.1.8 to 3.2.13.
Any idea? saw thread said to add below script into Config.pm.
$Self->{SessionModule} = 'Kernel::System::AuthSession::FS';
is it possible ?
Thanks in advance.
- 20 Dec 2013, 12:26
- Forum: Help
- Topic: Upgrading issue from 3.1.8 to 3.2.6
- Replies: 23
- Views: 16283
Re: Upgrading issue from 3.1.8 to 3.2.6
Hi Giulio and all, Thanks a lot for your help. I'm able to change from MyISAM to INNOdb as shown below. mysql> SHOW ENGINES; +--------------------+---------+------------------------------------------------------------+--------------+------+------------+ | Engine | Support | Comment | Transactions | ...
- 20 Dec 2013, 12:00
- Forum: Help
- Topic: Change Management Condition set up
- Replies: 7
- Views: 4088
Re: Change Management Condition set up
I got the step to change state by set "Conditional" in Change Management.
and need to follow sequence from Request > Approved > In Progress > Successful.
It cannot jump from Request to Successful.
OK thanks a lot from all your help.
-Ashraf
and need to follow sequence from Request > Approved > In Progress > Successful.
It cannot jump from Request to Successful.
OK thanks a lot from all your help.
-Ashraf
- 18 Dec 2013, 10:43
- Forum: Help
- Topic: Change Management Condition set up
- Replies: 7
- Views: 4088
Re: Change Management Condition set up
Hi, Change Management (and the OTRS Implemenatation) is a tricky one. If you have problems here, you should consider to get professional support. You can change the State Machine in the admin section for Changes and Workorders. But you have to configure sysconfig, too. The manual sais: 'The impleme...
- 18 Dec 2013, 04:54
- Forum: Help
- Topic: Change Management Condition set up
- Replies: 7
- Views: 4088
Re: Change Management Condition set up
No body don't know about this or not able to help ?
Frustrated
Frustrated
- 03 Dec 2013, 07:33
- Forum: Help
- Topic: Upgrading issue from 3.1.8 to 3.2.6
- Replies: 23
- Views: 16283
Re: Upgrading issue from 3.1.8 to 3.2.6
Thanks.. but I dont know how to change to InnoDB. Is there any steps I need to foollow?
- 20 Nov 2013, 09:47
- Forum: Help
- Topic: Change Management Condition set up
- Replies: 7
- Views: 4088
Re: Change Management Condition set up
Can anyone help ? I have the same issues .
Unable to change "CHANGE" state from "Requested" to "Pending Approval" or "Approval"
Unable to change "CHANGE" state from "Requested" to "Pending Approval" or "Approval"
- 13 Nov 2013, 06:04
- Forum: General
- Topic: pending reminder
- Replies: 8
- Views: 11727
Re: pending reminder
Any help ? Ticket::EventModulePost###150-TicketPendingTimeReset [u]Key[/u] Event TicketStateUpdate Module Kernel::System::Ticket::Event::TicketPendingTimeReset I set one ticket to pending, then ticket reached time. then update note and close the ticket. I still receive an email notification said &qu...
- 16 Jul 2013, 04:02
- Forum: General
- Topic: pending reminder
- Replies: 8
- Views: 11727
- 09 Jul 2013, 04:01
- Forum: General
- Topic: pending reminder
- Replies: 8
- Views: 11727
Re: pending reminder
Same here, How about when we set pending reminder and we receive 1st reminder from otrs after reached pending date and time. We update the note and the state changed and then we close the ticket. After that we still receive same notification pending reminder after we close the ticket. This notificat...
- 21 May 2013, 04:56
- Forum: Help
- Topic: Upgrading issue from 3.1.8 to 3.2.6
- Replies: 23
- Views: 16283
Re: Upgrading issue from 3.1.8 to 3.2.6
Can I stick with MyISAM?eyucks wrote:I heard that INNODB slower than MyISAM. is there any solution if i dont wnat to switch to INNODB?crythias wrote:Which means he's going to need to switch to INNODB.inwiwo wrote:You're using MySQL 5.0 with MyISAM.
Thank you.
- 09 May 2013, 12:22
- Forum: Help
- Topic: Upgrading issue from 3.1.8 to 3.2.6
- Replies: 23
- Views: 16283
Re: Upgrading issue from 3.1.8 to 3.2.6
I heard that INNODB slower than MyISAM. is there any solution if i dont wnat to switch to INNODB?crythias wrote:Which means he's going to need to switch to INNODB.inwiwo wrote:You're using MySQL 5.0 with MyISAM.
Thank you.
- 09 May 2013, 12:21
- Forum: Help
- Topic: Automating Ticket Reports
- Replies: 5
- Views: 2650
Re: Automating Ticket Reports
Thank you. but i follow from this thread viewtopic.php?f=61&t=20415&p=80811&hilit=report#p80811KlausNehrer wrote:http://doc.otrs.org/3.1/de/html/stats-m ... admin.html
Thanks
- 09 May 2013, 08:39
- Forum: Help
- Topic: Automating Ticket Reports
- Replies: 5
- Views: 2650
Re: Automating Ticket Reports
how to use that? please advise.jojo wrote:yes, with the help of cron or at and the bin/otrs.GenerateStats.pl script
- 26 Apr 2013, 12:18
- Forum: Help
- Topic: Upgrading issue from 3.1.8 to 3.2.6
- Replies: 23
- Views: 16283
Re: Upgrading issue from 3.1.8 to 3.2.6
yes Thank you. how about these issue ? Trying to connect to database DSN: DBI:mysql:database=otrs;host=localhost; DatabaseUser: otrs Connected. Your storage engine is MyISAM. These tables use a different storage engine: dynamic_field dynamic_field_value gi_debugger_entry gi_debugger_entry_content g...
- 26 Apr 2013, 12:01
- Forum: Help
- Topic: Upgrading issue from 3.1.8 to 3.2.6
- Replies: 23
- Views: 16283
Re: Upgrading issue from 3.1.8 to 3.2.6
go directly from 3.1.8 to 3.2.6 I take this note from http://doc.otrs.org/3.1/en/html/upgrading.html Within a single minor version you can skip patch level releases if you want to upgrade. For instance you can upgrade directly from OTRS 3.1.1 to version 3.1.4. If you need to do such a "patch l...
- 26 Apr 2013, 11:42
- Forum: Help
- Topic: Upgrading issue from 3.1.8 to 3.2.6
- Replies: 23
- Views: 16283
Upgrading issue from 3.1.8 to 3.2.6
Hello all, I would like to had an advise because im running otrs 3.1.8 with no issues. I would like to upgrade to the latest version of otrs. Can I upgrade to 3.1.15 -> 3.2.1 -> 3.2.6 ? I tried in my lab there an issues when 3.1.5 to 3.2.1. i unable to login using same credential anymore. I'm sorry ...
- 11 Jul 2012, 05:26
- Forum: Help
- Topic: Only selected type can view services
- Replies: 0
- Views: 818
Only selected type can view services
Hello all, I want to create new type with selected services only. For example, I create type's name "Internal" then i create Service's name "Computer","Router" and "Switch". When we want to create ticket, we choose Type=Internal, then at service section , I wa...