You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Buenos días, tengo una tabla replicada, pero me da este error: The RPC security information for the Publisher is missing or invalid. Use sp_link_publication to specify it.(42000,21079) Procedure(sp_getpublisherlink)
El error se presenta cuando se intenta insertar un registro desde un procedimiento almacenado, si se ejecuta un Insert directamente no da problemas.
Les agradezco la ayuda que me puedan brindar.
gracias
Miguel
unread,
Dec 3, 2009, 5:12:01 PM12/3/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Ya no es necesaria una respuesta, ya solucioné el problema... era que internamente el sp insertaba en otra tabla que tenía replicacion con suscripcion actualizable... y me faltaba el linked server para que permitiera esto.