The message is telling you that you cannot forward the currently executing work item, which is correct.
If it previously worked then it must have been asynchronous - i.e. the report executes independently of the work item. Backtrack what has changed to work out where the problem is. Check all transports related to the work item and method (asynch->sync task, execution as a secondary method perhaps?).