| Event Information | CAUSE: When you create a publication, Microsoft SQL Server creates a publication access list (PAL) for the publication. The PAL contains a list of logins that are granted access to the publication. You received this error because the current login is not in the PAL for the publication on which you are trying to perform the requested operation. Please refer to the Books Online topic, "Publication Access Lists."
RESOLUTION: To add or delete logins in the PAL for any publication, use SQL Server Enterprise Manager or the sp_grant_publication_access and sp_revoke_publication_access stored procedures. |