Log shipped has been working. I get the message:
Error: The log in this backup set begins at LSN 193489000090302900001, which is too recent to apply to the database. An earlier log backup that includes LSN 192973000046320700001 can be restored.
I checked using Restore HEADERONLY
and found the file that LSN is in and performed:
RESTORE LOG MicrosoftDynamicsAX
FROM DISK = N'F:\RLASQL07\MicrosoftDynamicsAX\MicrosoftDynamicsAX_20170813161501.trn' WITH NORECOVERY;
This restored fine but when I rerun the LSRESTORE
and it fails. What am I missing?