all groups > sql server replication > august 2003 >
You're in the

sql server replication

group:

Replication Error when I try to use Pull Replication.


Replication Error when I try to use Pull Replication. solar115
8/7/2003 3:35:12 AM
sql server replication:
The specified subscription type is invalid.


The specified subscription type is invalid.
(Source: Merge Process (Agent); Error number: -2147201020)
------------------------------------------------------------------------
----------------------------------------

--
Re: Replication Error when I try to use Pull Replication. Mahesh [MSFT]
8/7/2003 12:45:16 PM
From your post heading, looks like you want a pull subscription.

Could you confirm that the merge agent parameter -SubscriptionType is
correct..

Pull susbscriber: -SubscriptionType 1
Anonymous subscriber: -SubscriptionType 2

Hope that helps.
--Mahesh

This posting is provided "as is" with no warranties and confers no rights.


[quoted text, click to view]

Re: Replication Error when I try to use Pull Replication. solar115
8/8/2003 6:30:26 AM

I'm new for replication. How can I check it?

--
Re: Replication Error when I try to use Pull Replication. Mahesh [MSFT]
8/8/2003 12:21:33 PM
If you are using a command line merge agent, you can pretty much specify
what you want on the command line.

If not, if you are using jobs to run the merge agent, then look at the job
steps and see what is specified in the job description.
In Enterprise manager, select Management-->Jobs-->
Right click on the job displayed on the right hand side, select properties,
select "Steps" tab, double click on the "Run Agent"
and see the description in "Command"

Verify that you specified a pull subscription and it is SubscriptioType 1 in
the Command (as mentioned above)

Another way you could check is:
verify that column subscriber_type in the system table sysmergesubscriptions
at both the publisher and subscriber database is the same. In this case,
since it is pull, it should show value as 1.

Hope that helps.
--Mahesh

This posting is provided "as is" with no warranties and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button