Need to modify or remove a 'Wave(s)' and the 'Remove wave function does not work.
Remove wave function does not work at this time
.You can manage migration waves directly from the DSP‑DirSync Pro SQL database by using the steps below.
To list all existing migration waves, run the following query:
SELECT * FROM ADM_Batch;
To Modify a Migration wave title:
update ADM_Batch SET BatchName='New Title of Wave' where BatchName='Name of migration wave'
To delete a batch:
delete from ADM_Batch where BatchName='Name of migration wave'
The migration waves are only an organization tool, so it will just remove the migration wave from any computers/device which were assigned to it, so they will no longer be member of that migration wave and it should display as blank