Good day. We are trying to create a process that will add order lines to an existing order based on some of the items already on the order. I have created an IDO method that runs successfully as a background task. I would like to initiate this task multiple times to run together, however I get an error message if I try to initiate the second task while the first one is still running. The only input parameter to the method is the order number, and this would be unique for each task. The method reads several IDO's some that are SLItems and SLJobmatls which might be the same between tasks. The error message I get is :The @application_debug_log.sequence, @application_debug_log.source_type combination entered already exists. I think I have missed something that I am not aware of. Can anyone shine some light on what I am missing? Thank you for the help.