Re: MS Security Patches Breaks Internet Synchronization
From: Mike Wachal (mikewa_at_online.microsoft.com)
Date: 04/20/04
- Next message: Peter Jones: "RE: Copy tables"
- Previous message: jamiescot_at_su.shawcable.net: "Lola Eurobabe getting her tits out"
- In reply to: Kim Loeb: "Re: MS Security Patches Breaks Internet Synchronization"
- Next in thread: Vitalijus J. Karalius: "Re: MS Security Patches Breaks Internet Synchronization"
- Reply: Vitalijus J. Karalius: "Re: MS Security Patches Breaks Internet Synchronization"
- Reply: Kim Loeb: "Re: MS Security Patches Breaks Internet Synchronization"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 20 Apr 2004 14:25:49 -0700
Hi Kim,
Are you by chance using partial replicas when you are having problems with
your syncronization? We have discovered an issue related to the Jet
security update that cause problems when synchronizing partial replicas
when the filter property that defines the partial uses field names that are
not surounded by brackets. The Partial Replica wizard included in Access
automatically includes the brackets, so this issue would only occur if you
created your partial replica via VBA code and did not delimite your field
names in the filter with brackets.
For example, if you created a partial replica using a filter such as:
Country = "USA"
it would cause the problem you are seeing. We are working on a fix for this
issue, but it will take some time to be released. In the mean time, you
should be able to correct this problem by modifying the filters in any
affected partial replicas to include brakets around your field names and
then call the PopulatePartial method to re-populate the replica. For
example, the above described filter would be changed to:
[Country] = "USA"
If you are not using a partial replica when seeing this problem, let me
know and we'll continue work this problem.
-- Regards, Mike Wachal Microsoft Corporation This posting is provided "AS IS" with no warranties, and confers no rights. On Sat, 17 Apr 2004 10:22:47 -0700, Kim Loeb wrote: > OK, I've isolated the culprit. It is MS04-014 > Vulnerability in the Microsoft Jet Database Engine Could > Allow Code Execution (837001). > > http://www.microsoft.com/technet/security/bulletin/ms04- > 014.mspx > > I unistalled this patch and synchronization works again. > > Hello Michael, who should I contact at MS to make them > aware of this problem? > > Thanks, > Kim > krloeb@-remove-envirosolve.com > >> >>Hope you post back when you determine which is the > culprit. >> >> >>. >>
- Next message: Peter Jones: "RE: Copy tables"
- Previous message: jamiescot_at_su.shawcable.net: "Lola Eurobabe getting her tits out"
- In reply to: Kim Loeb: "Re: MS Security Patches Breaks Internet Synchronization"
- Next in thread: Vitalijus J. Karalius: "Re: MS Security Patches Breaks Internet Synchronization"
- Reply: Vitalijus J. Karalius: "Re: MS Security Patches Breaks Internet Synchronization"
- Reply: Kim Loeb: "Re: MS Security Patches Breaks Internet Synchronization"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|