Process Management

Moderator: crythias

Locked
dstover
Znuny advanced
Posts: 135
Joined: 04 Jun 2013, 23:14
Znuny Version: 3.3.3
Real Name: Dan Stover
Company: EMAC, Inc.

Process Management

Post by dstover »

I am on OTRS 3.2.7 and have been trying to get the Process Management module to work. I have got everything created and a process flowchart in place but the events do not seem to triggering the next transition action. I am not sure if the Generic Agent has to run for this to work or if it is supposed to work automatically when configured as shown in the Admin Guide.

Any info would be appreciated. Let me know what documentation is needed and I will provide. Thanks...Dan.
wurzel
Znuny guru
Posts: 3274
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Process Management

Post by wurzel »

Hi

it works as described in admin book. generic agent is not needed for transition actions.

what is in the logs?

flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
dstover
Znuny advanced
Posts: 135
Joined: 04 Jun 2013, 23:14
Znuny Version: 3.3.3
Real Name: Dan Stover
Company: EMAC, Inc.

Re: Process Management

Post by dstover »

Does Scheduler have to be running for this to work? I have been getting messages that Scheduler is not running. I then force start and the message goes away.

Here is information from /opt/otrs/var/log/otrs.log:

[Wed Jun 5 08:41:19 2013][Notice][/opt/otrs/bin/otrs.Scheduler.pl] Scheduler Daemon start! PID 14896
[Wed Jun 5 08:41:20 2013][Notice][/opt/otrs/bin/otrs.Scheduler.pl] Scheduler Daemon start! PID 14900
[Wed Jun 5 08:41:22 2013][Notice][main::_AutoRestart] Config.pm changed, unsafe to continue!
Scheduler is restarting...!

[Wed Jun 5 08:41:22 2013][Error][main::_AutoStop][591] Process could not be found in the process table!
Scheduler is stopping...!

[Wed Jun 5 08:41:23 2013][Notice][/opt/otrs/bin/otrs.Scheduler.pl] Scheduler Daemon start! PID 14904
[Wed Jun 5 08:41:23 2013][Error][main::_AutoRestart][572] Could not start-up new Scheduler instance.
[Wed Jun 5 08:43:05 2013][Error][Kernel::System::Type::TypeLookup][385] No TypeID for 9 found!
[Wed Jun 5 08:43:05 2013][Error][Kernel::System::Type::TypeLookup][385] No TypeID for 9 found!
[Wed Jun 5 08:43:05 2013][Error][Kernel::System::Type::TypeLookup][385] No TypeID for 9 found!
[Wed Jun 5 08:43:05 2013][Error][Kernel::System::Type::TypeLookup][385] No TypeID for 9 found!
[Wed Jun 5 08:43:05 2013][Error][Kernel::System::Type::TypeLookup][385] No TypeID for 9 found!
[Wed Jun 5 08:43:05 2013][Error][Kernel::System::Type::TypeLookup][385] No TypeID for 9 found!
[Wed Jun 5 08:43:05 2013][Error][Kernel::System::Type::TypeLookup][385] No TypeID for 9 found!
[Wed Jun 5 08:43:05 2013][Error][Kernel::System::Type::TypeLookup][385] No TypeID for 9 found!
[Wed Jun 5 08:43:05 2013][Error][Kernel::System::Type::TypeLookup][385] No TypeID for 9 found!
[Wed Jun 5 08:43:28 2013][Notice][Kernel::System::Ticket::TicketCreate] New Ticket [2013060510000017/Item Change Req] created (TicketID=402,Queue=Raw,Priority=3 normal,State=new)

Please let me know if you need more information. Thanks for your assistance...Dan.
pituca
Znuny advanced
Posts: 131
Joined: 09 Jan 2013, 02:50
Znuny Version: 5.0.9
Company: OmniRedes

Re: Process Management

Post by pituca »

Hi dstover,

In order to get your process running as you expect and moving from one activity you need to verify this:

1. Verify the value of your transitions. The value should match the possible values of the dynamic field you use in the Activity Dialog.
2. Validate the name of the dynamic field in the transition. it should be in the format "DynamicField_Name" and use the type String.
3. If using dropdown kind of dynamic field, use the same name for the key and the value.

If this is ok, you should be fine.

Good luck!
OTRS 5.0.9, , ITSM 5.0.9, MySQL, Ubuntu 14.04, Apache2
dstover
Znuny advanced
Posts: 135
Joined: 04 Jun 2013, 23:14
Znuny Version: 3.3.3
Real Name: Dan Stover
Company: EMAC, Inc.

Re: Process Management

Post by dstover »

Thanks for all your help. I was able to get this to work. Have a nice day...Dan.
OTRS 3.3.3
Ubuntu 12.04
MySQL DB
Locked