Mimic Task Scheduler Migrate with a Custom Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
All,
I am working on a large file migration project with lots of folders that contain 1 or 2 files in each, so it is impractical to select each folder and the migration task keeps failing when I try to migrate the entire overarching folder. Therefore, I decided to go down the route of a custom task based on a blog post that I read (here is the post) and can get most of the way there with a ton of assistance from one of my programming colleagues. However, I am a little stuck because I get different results if I migrate with this custom task versus using the task scheduler.
In this case, I migrated a fileset of 678 IPT files with the custom task and all the files passed successfully. However, when I migrated the same set of files as a test, I get three failures via the Task Scheduler migration task. These failures are based on a mass update failure. This got me thinking that I am probably not checking the same criteria that the task migration task is checking. Does anyone know the criteria that one should be checking to closely mimic task scheduler when doing custom file migration?
Currently I am opening, rebuilding, saving and closing each file in a CSV file list. I will look to add criteria to update the mass, but want to make sure that there isn't something else that I am missing. If you have any questions, please do not hesitate to contact me. Hope all is well and have a most blessed night!
Peace,
Pete
Please give a kudos if helpful and mark as a solution if somehow I got it right.