A SD Job Container for a staging SD package remains in "SW Delivery Ordered" status.
In delivery trace, DTS transfer is done successfully :
Client Automation - All Versions.
A possible cause is that there are a lot of SD Job Containers in priority 1 or 2. TaskMan is spending all time to process these job containers and has not time to process the "Data Transport Monitor" task (it is in priority 5)
Following SQL Query
SELECT
dateadd(ss, creationtime, convert(datetime, '19700101')) 'Creation Time',
dateadd(ss, activationtime, convert(datetime, '19700101')) 'Activation Time',
priority,* FROM usd_task
WHERE tasktype=14
returns the creation and activation time of "Data Transport Monitor" task.
If activation time is old, it means that TaskMan has not executed this task for a long time.