473,802 Members | 2,413 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

access replication problem

I have an access database replicated over a network. Recently and more
often, after I fill one record into the database, and then try to
replicate it, I get this message "scaling of decimal values resulted in
data truncation".
I think there is nothing wrong with my database, because the same
record, introduced on another computer gives me no errors. And after
replacing the faulty replica on that computer, everything works fine.
(for a while)

And I have another question... when I copy a replica (or even the
design master) on another computer, it's the same thing whith creating
replicas from the design master?

Nov 13 '05 #1
5 3058
"st***@acid .ro" <st***@acid.r o> wrote in
news:11******** **************@ g43g2000cwa.goo glegroups.com:
I have an access database replicated over a network. Recently and
more often, after I fill one record into the database, and then
try to replicate it, I get this message "scaling of decimal values resulted in data truncation".
I'm not sure. Have you compacted the problematic replica?
I think there is nothing wrong with my database, because the same
record, introduced on another computer gives me no errors. And
after replacing the faulty replica on that computer, everything
works fine. (for a while)

And I have another question... when I copy a replica (or even the
design master) on another computer, it's the same thing whith
creating replicas from the design master?


Copying replicas ONE TIME is OK. That is, if you have a computer
and
it has no replica on it, you can copy a replica there, and it will
work fine.

However, that replica can *not* then be copied back to some other
location and synched withthe replica set. Once a replica is in its
location it has to stay there -- any copying operation always
creates a new ReplicaID, even if the file is the same (it's the
different location that causes Jet to generate a new RreplicaID).

Replicas created by copying are *not* the same as replicas created
from the Design Master, unless you're actually copying the design
master. THe difference is in the replica priority, which controls
how conflicts are resolved.

If you're copying just to create a new replica, that's fine.

If you're copying over top of an existing replica, then that's
very,
very bad. -- search the microsoft.publi c.access.replic ation
newsgroup for the phrase "dead replicas."

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #2
Thanks. I think this helped a lot.
And I have another question.
Sometimes, when I make a replica from the design master, the macros
(which are also replicated) within that replica doesn't work. I get
this error "the macro or it's macro group (or macro name, I can't
remember) doesn't exist". But the macros are there, I can see them....
but they don't work.

Nov 13 '05 #3
"st***@acid .ro" <st***@acid.r o> wrote in
news:11******** *************@g 49g2000cwa.goog legroups.com:
Sometimes, when I make a replica from the design master, the
macros (which are also replicated) within that replica doesn't
work. I get this error "the macro or it's macro group (or macro
name, I can't remember) doesn't exist". But the macros are there,
I can see them.... but they don't work.


You should never replicate anything but tables and queries.

Forms, reports, macros and modules should be in a separate MDB that
is not replicated.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #4
Ok, now I know that.... at that time I didn't.
I am going to convert the entire dtabase in a front-end and back-end
database. (that's how I should do, no?) But for now I need a quick
solution... Is there a way I can make those macros work?

Nov 14 '05 #5
"st***@acid .ro" <st***@acid.r o> wrote in
news:11******** **************@ g44g2000cwa.goo glegroups.com:
Ok, now I know that.... at that time I didn't.
I am going to convert the entire dtabase in a front-end and
back-end database. (that's how I should do, no?) But for now I
need a quick solution... Is there a way I can make those macros
work?


I don't know. I've never replicated front ends, so have never
encountered any such problem.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 15 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
4334
by: Remco Groot Beumer | last post by:
Hello all, Currently we are implementing an Access database which has to send some (not much) data over a WAN. We are using an Access front end and an Access back end. Basicly the front end runs local, but at the end of the session the front end needs to write the data to the back end on the WAN. The responsible IT manager asked me to use a ODBC linkage between the database, since this sends smalles packages of data (which minimizes the...
33
5957
by: Uwe Range | last post by:
Hi to all! A customer of mine told me some days ago that her IT-people told her ACCESS would not be such a good idea for continuing with our project, because Access will not be continued in the future. I haven't heard of this. Does anybody know more about it? The IT-People usually prefer Oracle. If they really want to go in this direction, could our Access-application (if continued) be used as a front end with an Oracle back end? Does...
6
3889
by: John | last post by:
Hi We have an access app (front-end+backend) running on the company network. I am trying to setup replication for laptop users who go into field and need the data synched between their laptops and the server upon return to the office. I am planning it this; Move all access tables to sql server and then link the tables to access front-end mdb app (using odbc?). Copy the same setup (access front end + sql backend) onto each laptop....
56
5979
by: Raphi | last post by:
Hi, I've been using an Access application I wrote for an office with the front-end stored on all computers and the back-end on one of them serving as an Access file server. Now we're moving to a 2nd office 15 minutes down the road. Only one office will be open at a time, so theoretically it'd be possible to copy the back-end manually every night from one office to another, but frankly, that's pretty annoying.
8
1966
by: Rick | last post by:
I'm running an Access2000 front end mde linked to an Access2000 back end mdb. I need to set up replication and synchronization of only the data tables between the master db on the pc and replicas on numerous laptops. I know that it can be done using the Access replication manager (although without a simple UI in the front end mde), but the question is: If I link the FE to MSDE rather to Access, can I 1.) provide a more
2
4151
by: Danny J. Lesandrini | last post by:
I suspect this isn't possible, but I recently moved a app to SQL Server and it contains a Project table. Now I have a new CRM tool that needs to be mobile, but should also synch with the Project table on SQL Server. I really like the idea of replicating an Access database for the mobile users and somehow synching with the SQL server for the Projects. Is that doable? -- Danny J. Lesandrini
4
3276
by: John | last post by:
Hi Is there a way to synchronise/replicate an access db with sql server 2000 db, short of writing the code oneself? Thanks Regards
18
2709
by: Asif | last post by:
Hi all, I am working on portal which is using MS Access 2003 database. The problem that I am facing is that once I received data from vendors I have to upload whole Access Database file to server. Initially it is not an issue but after increasing the size of database file(nearly to 50 MB) it is now difficult to upload such file on server.
49
4400
by: Allen Browne | last post by:
If you are looking for opinon on what's useful in Access 2007, there's a new article at: http://allenbrowne.com/Access2007.html Covers what's good (useful features), what's mixed (good and bad), what's gone (features removed), what's fixed (old issues solved), what's broken (new bugs), configuration, compatibility, should you buy, and links. It is opinion, so you may disagree, but hopefully it's an informative summary.
15
2743
by: ingejg | last post by:
I am starting to study internet synchronization, and my head is still spinning since internet is not my forte, however my boss is breathing down my neck at the moment. Our company has only one server with fixed IP address provided by our ISP, while the other sites (which I wish in the future hold the replicas databases) have only standard internet connections with Dynamic IP (which means that they change IP addresses, as given by the ISP...
0
9562
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10303
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10282
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10061
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7598
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6838
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5622
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3792
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2966
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.