Skip to main content
Question

Excel migration

  • February 26, 2026
  • 2 replies
  • 32 views

Forum|alt.badge.img

I have a migration for the transport task at execute sequence 10 that is set to “on first row”, with the purpose that each time the Excel file runs, only one transport task is created.

Currently, I want the transport task to be updated if the subsequent records contain changes in values. However, I have tried many different approaches, and the system keeps returning errors.

I hope someone can guide me on how to resolve this issue.

 

2 replies

Forum|alt.badge.img+4
  • Sidekick (Partner)
  • February 26, 2026

Please check if “TRANSPORT_TASK_ID” field is getting the value of transport  task id as that is essential to update an existing transport task. Also verify the proceedure name on the header of Migration job.


Forum|alt.badge.img
  • Author
  • Do Gooder (Customer)
  • February 26, 2026

Please check if “TRANSPORT_TASK_ID” field is getting the value of transport  task id as that is essential to update an existing transport task. Also verify the proceedure name on the header of Migration job.

The system has created the ‘TRANSPORT_TASK_ID’. However, when I try to update it, the system returns the error:

ORA-20110: TransportTask.UPDEXEC: Transport Task 90658 cannot be modified because the Transport Task has already been executed.

Currently, there is a note text in the Transport Task. Initially, when creating it, the first row had the value A. In the next record, I want to update it to B, but I am unable to do so.