Remove wave function does not work at this time
Workaround:
Connect to your DSP-Dirsync Pro SQL database and do the following.
You can view all of you waves by running:
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.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center