Error to manually add subscription to an article

Tech-Archive recommends: Fix windows errors by optimizing your registry




When trying to add an article back to an existing publication thats active
in transactional replication I get the following error

Server: Msg 14100, Level 16, State 1, Procedure sp_addsubscription, Line 240
Specify all articles when subscribing to a publication using concurrent
snapshot processing.

Apparently concurrent snapshot is enabled and when I did issue the
sp_addsubscription and specified the @article parameter with the table name
, it didnt like it and threw the above error..

It wanted 'all' .. and I was afraid it would do some reinitializing,etc..

Just curious to know why we need that 'all'.. Seems kinda buggy



.