webMethods BPM Exception while running user task

I get this exception each time i try to debug a process with a user task

2015-01-25 18:15:47 GMT+02:00 [BPM.0102.0196I] 920b3890-44b4-133c-8db7-b84b88f0624d:1, MID=CorporateProcess/HandleNewOrder, MVer=1: process started
2015-01-25 18:15:50 GMT+02:00 [BPM.0102.0002E] Exception: com.wm.app.prt.ProcessException
2015-01-25 18:15:50 GMT+02:00 [BPM.0102.0376E] 920b3890-44b4-133c-8db7-b84b88f0624d:1, S39: exception invoking service none: [PRT.0101.9125] Service CorporateProcess.HandleNewOrder.HandleNewOrder_1.Default:Review_My_Bad_Order_InputMapService failed.
2015-01-25 18:15:51 GMT+02:00 [BPM.0102.0002E] Exception: com.wm.app.b2b.server.UnknownServiceException
2015-01-25 18:15:51 GMT+02:00 [BPM.0102.2001E] 920b3890-44b4-133c-8db7-b84b88f0624d:1: exception invoking wm.task.taskclient:controlTasks service: [ISS.0026.9201] Unknown service: wm.task.taskclient:controlTasks
2015-01-25 18:15:51 GMT+02:00 [BPM.0102.0199I] 920b3890-44b4-133c-8db7-b84b88f0624d:1, MID=CorporateProcess/HandleNewOrder, MVer=1: process failed

Appreciate any help

As per the error I see it is unable to find the service/invoke wm.task.taskclient:controlTasks. Make sure WmTaskClient package is installed and enabled on IS.

thank you M@he$h, you are a life saver :slight_smile:

the problem as you suggested was that i didn’t install this package from the installer.

thanks again