Not sure what your question is, but...
The error message you are getting means that SQL Server is trying to replicate an UPDATE or DELETE command to the subscriber database, and the row it is trying to change doesn't exist in the subscriber database.
It's possible that your subscriber database wasn't properly initialised when you created the subscription.
It's also possible that someone deleted the row in the subscriber database.
Edit. Managed to delete the last sentence when hitting the post button.