Group:  Microsoft Access ยป microsoft.public.access.replication
Thread: Cannot set the specified Registry parameter for the Synchronizer

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Cannot set the specified Registry parameter for the Synchronizer
"Ron Fraser" <rfraser[ at ]cchse.org> 12.09.2006 16:28:55
Hello,

Does ANYONE have a clue what this error is about. I am trying to initiate
an internet synch using an asp script on a web server that tells a replica
on that server to synch back to a "URL'd" location.

I can do this on a win2k server running ADO Version: 2.7 and DAO Version:
3.6 using JRO.

When I try the same script on a server running win2k or win2k3 with ADO
version 2.8 I cannot complete the script without getting the following
error:

Cannot set the specified Registry parameter for the Synchronizer

I have tried implementing the synch using DAO rather than JRO, but I get the
identical error!

jro: Rep.Synchronize strServerReplicaURL, 3, 3
dao: dbSource.Synchronize strServerReplicaURL, 16


Bigpost works without problem on all platforms in writing back to the drop
box.

Any ideas much appreciated....

Regards, Ron.


Re: Cannot set the specified Registry parameter for the Synchronizer
"David W. Fenton" <XXXusenet[ at ]dfenton.com.invalid> 13.09.2006 01:14:09
"Ron Fraser" <rfraser[ at ]cchse.org> wrote in
news:bfBNg.38465$43.36785[ at ]nnrp.ca.mci.com!nnrp1.uunet.ca:

[Quoted Text]
> Does ANYONE have a clue what this error is about. I am trying to
> initiate an internet synch using an asp script on a web server
> that tells a replica on that server to synch back to a "URL'd"
> location.
>
> I can do this on a win2k server running ADO Version: 2.7 and DAO
> Version: 3.6 using JRO.
>
> When I try the same script on a server running win2k or win2k3
> with ADO version 2.8 I cannot complete the script without getting
> the following error:
>
> Cannot set the specified Registry parameter for the Synchronizer
>
> I have tried implementing the synch using DAO rather than JRO, but
> I get the identical error!
>
> jro: Rep.Synchronize strServerReplicaURL, 3, 3
> dao: dbSource.Synchronize strServerReplicaURL, 16

What user is your script running as? Does that user have add/edit
permissions on the registry keys used by Jet replication?

> Bigpost works without problem on all platforms in writing back to
> the drop box.

Bigpost tests file system permissions. You're running into registry
permissions.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Re: Cannot set the specified Registry parameter for the Synchronizer
"Ron Fraser" <rfraser[ at ]cchse.org> 13.09.2006 13:08:17
Hello David,

Thanks for getting back about this. The user in question will be in all
cases the IUSR_SERVER account.

That user probably does not have add/edit permissions on the registry keys
used by Jet replication! Do you kown which keys should be touched and in
what way?

Regards, Ron.



"David W. Fenton" <XXXusenet[ at ]dfenton.com.invalid> wrote in message
news:Xns983CD8062D977f99a49ed1d0c49c5bbb2[ at ]127.0.0.1...
[Quoted Text]
> "Ron Fraser" <rfraser[ at ]cchse.org> wrote in
> news:bfBNg.38465$43.36785[ at ]nnrp.ca.mci.com!nnrp1.uunet.ca:
>
>> Does ANYONE have a clue what this error is about. I am trying to
>> initiate an internet synch using an asp script on a web server
>> that tells a replica on that server to synch back to a "URL'd"
>> location.
>>
>> I can do this on a win2k server running ADO Version: 2.7 and DAO
>> Version: 3.6 using JRO.
>>
>> When I try the same script on a server running win2k or win2k3
>> with ADO version 2.8 I cannot complete the script without getting
>> the following error:
>>
>> Cannot set the specified Registry parameter for the Synchronizer
>>
>> I have tried implementing the synch using DAO rather than JRO, but
>> I get the identical error!
>>
>> jro: Rep.Synchronize strServerReplicaURL, 3, 3
>> dao: dbSource.Synchronize strServerReplicaURL, 16
>
> What user is your script running as? Does that user have add/edit
> permissions on the registry keys used by Jet replication?
>
>> Bigpost works without problem on all platforms in writing back to
>> the drop box.
>
> Bigpost tests file system permissions. You're running into registry
> permissions.
>
> --
> David W. Fenton http://www.dfenton.com/
> usenet at dfenton dot com http://www.dfenton.com/DFA/


Re: Cannot set the specified Registry parameter for the Synchronizer
"David W. Fenton" <XXXusenet[ at ]dfenton.com.invalid> 13.09.2006 16:40:03
"Ron Fraser" <rfraser[ at ]cchse.org> wrote in
news:apTNg.38552$43.22070[ at ]nnrp.ca.mci.com!nnrp1.uunet.ca:

[Quoted Text]
> Thanks for getting back about this. The user in question will be
> in all cases the IUSR_SERVER account.
>
> That user probably does not have add/edit permissions on the
> registry keys used by Jet replication! Do you kown which keys
> should be touched and in what way?

No, I don't, but if the replication script is run by the IUSR_SERVER
account and the error you are getting is a registry-related issue,
then you have to give that user appropriate permissions on the
replication manager registry keys. I don't know what the appropriate
permissions are and can't tell you which keys are involved. But
giving full control to the IUSR_SERVER account is the first thing
you need to try.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Re: Cannot set the specified Registry parameter for the Synchronizer
"Ron Fraser" <rfraser[ at ]cchse.org> 13.09.2006 20:25:49
Thanks very much David. We'll see what we can find.

"David W. Fenton" <XXXusenet[ at ]dfenton.com.invalid> wrote in message
news:Xns983D80DC08931f99a49ed1d0c49c5bbb2[ at ]127.0.0.1...
[Quoted Text]
> "Ron Fraser" <rfraser[ at ]cchse.org> wrote in
> news:apTNg.38552$43.22070[ at ]nnrp.ca.mci.com!nnrp1.uunet.ca:
>
>> Thanks for getting back about this. The user in question will be
>> in all cases the IUSR_SERVER account.
>>
>> That user probably does not have add/edit permissions on the
>> registry keys used by Jet replication! Do you kown which keys
>> should be touched and in what way?
>
> No, I don't, but if the replication script is run by the IUSR_SERVER
> account and the error you are getting is a registry-related issue,
> then you have to give that user appropriate permissions on the
> replication manager registry keys. I don't know what the appropriate
> permissions are and can't tell you which keys are involved. But
> giving full control to the IUSR_SERVER account is the first thing
> you need to try.
>
> --
> David W. Fenton http://www.dfenton.com/
> usenet at dfenton dot com http://www.dfenton.com/DFA/


Re: Cannot set the specified Registry parameter for the Synchronizer
"Ron Fraser" <rfraser[ at ]cchse.org> 15.09.2006 18:41:15
Hello,

Instead of:

"Cannot set the specified Registry parameter for the Synchronizer"

I am now getting another error that I cannot find anything about:

"A system error has occurred or your swap file has reached its limit"

Anyone able to shed some light on this one?

Regards, Ron.

"Ron Fraser" <rfraser[ at ]cchse.org> wrote in message
news:bfBNg.38465$43.36785[ at ]nnrp.ca.mci.com!nnrp1.uunet.ca...
[Quoted Text]
> Hello,
>
> Does ANYONE have a clue what this error is about. I am trying to initiate
> an internet synch using an asp script on a web server that tells a replica
> on that server to synch back to a "URL'd" location.
>
> I can do this on a win2k server running ADO Version: 2.7 and DAO Version:
> 3.6 using JRO.
>
> When I try the same script on a server running win2k or win2k3 with ADO
> version 2.8 I cannot complete the script without getting the following
> error:
>
> Cannot set the specified Registry parameter for the Synchronizer
>
> I have tried implementing the synch using DAO rather than JRO, but I get
> the identical error!
>
> jro: Rep.Synchronize strServerReplicaURL, 3, 3
> dao: dbSource.Synchronize strServerReplicaURL, 16
>
>
> Bigpost works without problem on all platforms in writing back to the drop
> box.
>
> Any ideas much appreciated....
>
> Regards, Ron.
>


Re: Cannot set the specified Registry parameter for the Synchronizer
"David W. Fenton" <XXXusenet[ at ]dfenton.com.invalid> 15.09.2006 21:36:24
"Ron Fraser" <rfraser[ at ]cchse.org> wrote in
news:ktCOg.38834$43.30750[ at ]nnrp.ca.mci.com!nnrp1.uunet.ca:

[Quoted Text]
> Instead of:
>
> "Cannot set the specified Registry parameter for the Synchronizer"
>
> I am now getting another error that I cannot find anything about:
>
> "A system error has occurred or your swap file has reached its
> limit"
>
> Anyone able to shed some light on this one?

What method are you using for this? TSI Synchronizer? JRO? DAO? My
observation is that the JRO error messages are more removed from the
real error causes than the corresponding DAO error messages (if
there are any -- DAO doesn't include all the functionality that's in
JRO; you need the TSI Synchronizer + DAO to match (and exceed) the
functionality of JRO).

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net