When I run SLS_LogShipping_Sync_Subscribers command it fails with the following error:
Server: Msg 50000, Level 16, State 1, Procedure SLS_LogShipping_Sync_Subscribers, Line 376
copy to log shipping share failed
WORKAROUND:
The SLS_LogShipping_Sync_Subscribers stored procedure first copies all of the files to the share, and then is supposed to insert an entry for each file that it copied into the LSBackupLog table on the subscriber. To do this, it creates a sql file with a bunch of insert statements and runs this on the subscriber. It then runs SLS_LogShipping_Restore_Secondary (the same stored proc that the restore job runs) to catch the subscriber up on all the restores.
However, there does appear to be issues with this and it is not working exactly as it should. The development team is currently working on this to correct the procedure. Their advice at the moment is to not to use it until the fix is available, they are trying to schedule this for the next maintenance release. Not using this should not have a great impact because as soon as SLS_LogShipping_Copy_File gets run it should take care of copying all the old backups and inserting the entries into LSBackupLog. The copy procedure gets run every time the backup job is run, so assuming the plans are still running, they should catch themselves up.
STATUS:
This issue has now been fixed in the LiteSpeed For SQL SERVER Version 4.7, which can be downloadedhere:
https://support.quest.com/SUPPORT/index?page=downloads&xmlattribute%3ASOLUTIONS%2FPRODUCTS=PR268442521&question_product=LiteSpeed+for+SQL+Server&Ask.x=18&Ask.y=17