Group:  Microsoft Access ยป microsoft.public.access.replication

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

Threads Replies Last Post
9 Pages: 1  2  3  4  5  6  7  8  9  
A good book or reference source for Replication in Access 2003
Can any one suggest a good book or reference on Replication in Access 2003? I have "Access 2000 Developers Handbook" by Litwin, Getz and Gilbert and also "Access 2000 Development Unleashed " by Forte, Howe and Ralston which are both good books. However I'm sure there have been improvements since the 2000 version. (or have there been? - can anyone fill me in on the improvements?) Any...
2 08.12.2005 22:46:11
Best stategy
Hi, I'm trying to get familiar with the concept of replica's, but it still confuses me a bit. Here's my situation: 1) my database application, *.mdb file, should be distributed from time to time to a friend of mine. His copy of the database is completely detached from my database (no connection through shared networks, internet etc). 2) I'll keep the design master, my friend should only...
4 08.12.2005 22:18:44
A linked concept for synchronization
Just thought I'd check here in case I haven't covered all my bases. I have a front-end /backend model that is working quite nice right now. Our company has two working situations, 1) at the office with our laptop connected to the network 2) remote access (at home connected VPN to the network) my front-end/backend model is extremely slow when using remote access, so I have decided to ...
4 06.12.2005 16:05:00
"cannot read the system clock" error
When I start the synchronizer, it throws the following error. "The Microsoft Jet database engine could not read the system clock on your computer." I have seen references to the system clock being set to a year higher than 2038, which mine is not. Anyone know of other reasons for this? Thanks, Jack H ...
2 04.12.2005 21:48:52
Error: Not enough free space
I tried to convert a 249 MB Access 2k database to design master. Access reports an error, that there is not enough space in the temporary folder. Although there are several GBs free on C: where the environment variable points to. Does anyone know this effect? Lothar Geyer ...
5 01.12.2005 18:52:08
Installing TSI Synchronizer for jet 4.0
I've downloaded the synch40.zip file from Trigeminal's site and now have a zip file containing a dll, a header file, a help file and a rich text file in my hard drive. The version for 3.5 comes as an exe so I assume that it installs these files correctly. What is the correct way to install the TSI Synchronizer 4.0 version? Thanks ...
4 30.11.2005 20:37:07
Replication problem
Hi NG, I have some strange problems with replication and synchronization. First, I had two MDB-files, one with the UI, some reports and queries, the second one with only tables. The first file, let's say the front end, had links to the tables of the backend. Replication worked fine with the backend. I had two replicas based on the backend file, did some changes and startet synchro...
2 28.11.2005 23:03:08
GUID default value
Greetings We are developing a complex system, which will run on Oracle, MS SQL Server and MS Access databases. All the databases are to be replicated. We are using a single common database scheme. For each table we have a GUID column, which is filled once a new record is inserted. We have default values for the GUID column in Oracle DB and MS SQL. Could you please tell me which is ...
8 17.11.2005 03:14:15
Operations Master Replication Issue Event ID 13562
I have a Windows 2000 Server which is the Operations Master for the domain. This server and others are having problems with replication. This Operations Master server has an event ID 13562 Following is the summary of warnings and errors encountered by File Replication Service while polling the Domain Controller morecambe.screen-finance.com for FRS replica set configuration information...
2 16.11.2005 23:28:22
Wrong ID assigment at subscriber
Hi, all. I'm running SQL Server 2000 and using Access 2000 as front end. I created a transactional replication (for the moment I have 2 computers, one is distributor and publisher, the other subscriber) In my tables I have an IDxxx field, and for the replication, SQL Server has added a GUID field. To avoid collisions I chose "NOT VALID FOR REPLICATION" option and define range for the IDs ...
2 15.11.2005 20:17:29
Removing old data from Rep Mgr
When I open Replication Manager 4.0, I get an invalid path error. this is left over from an old replica set that existed on a defunct share. How can I stop getting this message? TIA Dean ...
7 14.11.2005 13:05:10
Replicat mdb
1.first. Can I make a replica mdb runtime? I mean if I have the XP developer edition and the file to be installed is replica will it work? 2. second. I noticed that XP replica file doesn't work in Access 2000. Is there anyway to run mdb wich the format says access 2000 when I run Access XP and it is replica to run in Access 2000? ...
3 08.11.2005 21:05:47
Contracting
Hello! I am looking for MS ACCESS programmers using Visual Basic and C++ in India or off shore. Anyone out there interested in work? Experience with MS Word, WinFax Pro, Windows XP Fax Solution, and Outlook 2003, is required. Any takers? www.daleallen.com Dale ...
1 08.11.2005 04:30:05
Internet replication via Router Firewall
Is it possible to synchronize replicas via Internet even if the server connects to the internet through a router? What are the settings for router and Repl Manag -- Gabi Munteanu ------------------------------------------------------------------------ Gabi Munteanu's Profile: http://www.hightechtalks.com/m216 View this thread: http://www.hightechtalks.com/t2279026 ...
2 08.11.2005 01:47:44
Is Replication a vaild means to avoid Data Corruption
I've learned incredible amounts from the nice folks in these forums,,but really would like to clarify this. I did post this question in Access General Questions last week but no response yet. The Local Intranet connecting my station to two other stations is unreliable to say the least. I decided to replicate so I can synchronize via the shared folder. I do this manually and during a ...
9 08.11.2005 01:44:28
Exclude a table
I want to exclude a table from replication. How can I do this? Thank you In Advance... Kon ...
4 05.11.2005 03:57:12
can't save arrangement of synchronizer icons
Does anyone know why we would get the message "Microsoft Replication Manager can't save the arrangement of the Synchronizer icons on the map. The arrangement of the Synchronizer icons may be different than you expect." This message comes up everytime you open a database in Repl Mgr and after synchronizations are complete. The icons are always moved around and it is really annoying. We've used Rep...
1 04.11.2005 16:31:33
Unreplicate A97 using Graham Seach utility
Trying to use Graham's utility from http://www.pacificdb.com.au/MVP/Code/UnReplicate.htm Had problems getting the A97 form to import correctly, so I used the A2002 version and downgraded it to A97. I removed references to CurrentProject properly on lines like: If (Me.chkDeleteExistingObject = True) Or Len(CurrentProject.AllForms(rsX!Name).Name) = 0 Then Starting from a fresh database,...
6 03.11.2005 07:21:53
howto copy data from one Access database to another
hi i have Access 2000 database. All id is guid, so it is always unique. several users add data into own copy of this database. then they send .mdb files to me (by e-mail). how to copy the new data in my database from this e-mailed copy? i have just 2 tabes in db, schema is always the same... thank you ...
2 02.11.2005 21:41:41
Removing Replication Manager
How can I remove replication manager from a windows 2000 machine? I installed it using a vb package. TIA Mary...
2 24.10.2005 19:19:53
9 Pages: 1  2  3  4  5  6  7  8  9  

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