Search found 24 matches

by mimai
Wed Nov 16, 2011 11:18 am
Forum: Advanced Topics
Topic: Replication broken version 11.0
Replies: 3
Views: 6478

Replication broken version 11.0

Replication in version 11.0 was broken with the following error: Error 'Duplicate entry '0' for key 'PRIMARY'' on query. Default database: 'opendental'. Query: 'INSERT INTO tempused SELECT patplan.PatPlanNum, SUM(IFNULL(claimproc.InsPayAmt,0)) FROM claimproc LEFT JOIN patplan ON patplan.PatNum = cla...
by mimai
Wed Oct 05, 2011 10:31 am
Forum: Advanced Topics
Topic: Twain driver for taking Digital Xray
Replies: 3
Views: 7089

Re: Twain driver for taking Digital Xray

I tried it yesterday and it worked! I clicked the scan photo button on the image screen. First, I was asked to choose the TWAIN driver (equipment). Then, I got an error message from Open Dental saying that the equipment is not compatible. I closed that and was transferred to the TWAIN driver (Sirona...
by mimai
Fri Sep 23, 2011 5:30 am
Forum: Advanced Topics
Topic: Twain driver for taking Digital Xray
Replies: 3
Views: 7089

Twain driver for taking Digital Xray

Can Open Dental acquire image from digital X-ray equipment and store it in the patient's image folder if that equipment has a Twain driver (Sirona)? If not, what is the different between that and acquiring images from scanner? If it can, what is the procedure to acquire the image if the driver has b...
by mimai
Thu Jun 24, 2010 11:02 am
Forum: Advanced Topics
Topic: Web service and Replication
Replies: 1
Views: 4759

Web service and Replication

We are doing replication between offices and interested in setting up Web Services to deal with possible server outage at one office. Can each office have a web service running on the local database? How is updating going to work with replication running? The data folders are also on real times wind...
by mimai
Wed Nov 04, 2009 9:57 pm
Forum: Advanced Topics
Topic: Random Primary Key
Replies: 1
Views: 4335

Random Primary Key

Can we get out of using random key to use key range for servers featured in version 6.8.? Is there any advantage to do so if it is possible to switch to using key range?
by mimai
Wed Sep 16, 2009 1:24 pm
Forum: Advanced Topics
Topic: Version 6.6 breaks daisy chain replication
Replies: 3
Views: 7171

Re: Version 6.6 breaks daisy chain replication

Thank you Dr. Sparks.
by mimai
Mon Sep 14, 2009 7:43 am
Forum: Advanced Topics
Topic: Version 6.6 breaks daisy chain replication
Replies: 3
Views: 7171

Version 6.6 breaks daisy chain replication

We recently updated from 6.4 to 6.6. Since then, we have experienced two breaks in our daisy chain servers. It appears to be related to aging activity and specifically creating or deleting temporary tables. The MySQL error log from the down stream server (the server not running the aging activities)...
by mimai
Wed Jul 22, 2009 3:44 pm
Forum: Advanced Topics
Topic: Dual server
Replies: 4
Views: 8602

Re: Dual server

You can set up a circular replicating servers system. If one server goes down then connect to the other server to continue to work.
by mimai
Sat Jun 06, 2009 5:54 am
Forum: Advanced Topics
Topic: Web Service Under Linux
Replies: 5
Views: 9146

Re: Web Service Under Linux

I thought the model was that a MySQL database capable of being connected directly from any Windows workstation as well as ANY web service server. Then, any work station can connect to any Web Service Server. Am I mistaken?
by mimai
Thu Jun 04, 2009 7:03 am
Forum: Advanced Topics
Topic: Web Service Under Linux
Replies: 5
Views: 9146

Re: Web Service Under Linux

In a Linux MySQL server and Windows Web Service setup which computer need more processing power? Can multiple Web Service servers run simultaneously for load distribution and redundancy? How do we handle billing for multiple offices with different addresses on one database? Can we choose office addr...
by mimai
Sat May 30, 2009 9:02 pm
Forum: Advanced Topics
Topic: Web Service Under Linux
Replies: 5
Views: 9146

Web Service Under Linux

Can Web Service be run on a Linux Server? We have MySQL and Samba ( for image folder) running under Linux and they are working extremely well. We wish to replace chain replication some day with Web service as the solution to Multiple Offices. It would be nice if we don't have to invoke a Windows Ser...
by mimai
Tue May 06, 2008 1:56 am
Forum: Advanced Topics
Topic: Data path specific for work station feature does not work
Replies: 3
Views: 7932

Re: Data path specific for work station feature does not work

No, it did not work. Probably because of the bug itself.
OD actually will look at the folder entered in the first (all computers) box only for images.
by mimai
Fri May 02, 2008 1:55 am
Forum: Advanced Topics
Topic: Data path specific for work station feature does not work
Replies: 3
Views: 7932

Data path specific for work station feature does not work

Dr. Sparks: We are using OD version 5.6.14. If we leave the data path for all workstations blank and just specify the correct data path in the box that is specific for each workstation, we are able to start OD(it recognizes the data folder). However, once we are in and try to access an image files, ...
by mimai
Sun Mar 16, 2008 4:02 pm
Forum: Advanced Topics
Topic: Report: Error code breaking circular replication
Replies: 3
Views: 7918

Re: Report: Error code breaking circular replication

Sorry, Version 5.5.14
by mimai
Sat Mar 15, 2008 7:28 am
Forum: Advanced Topics
Topic: Report: Error code breaking circular replication
Replies: 3
Views: 7918

Report: Error code breaking circular replication

Circular replication was broken with the following code: 080314 14:07:57 [ERROR] Slave: Error 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1',BaseUnits = '0',SubstitutionCode = '',SubstOnlyIf = '0' WHERE CodeN...
by mimai
Sun Dec 09, 2007 11:35 pm
Forum: Advanced Topics
Topic: Table tempfambal breaks circular replication Version 5.3.17
Replies: 2
Views: 6479

Table tempfambal breaks circular replication Version 5.3.17

Table tempfambal still breaks circular replication in version 5.3.17. Will it need random key if not clear out after use ?
by mimai
Fri Nov 16, 2007 11:05 am
Forum: Developers
Topic: Replication
Replies: 28
Views: 50461

I like to plug for circular replication. Inter-sites communication is getting faster, cheaper and more reliable all the time. Propagation times will be better and therefore A>>B>>....>>Z or beyond may be practical in the near future. Set up also much easier since each site have to communicate only t...
by mimai
Wed Nov 14, 2007 9:15 pm
Forum: Advanced Topics
Topic: Table tempfambal breaks circular replication
Replies: 2
Views: 6504

I had to look to the log files to see which slave was stopped. Then, I used the global skip-counter / slave start statements until slave is running again (it skipped creating the tempfambal table and 3 records of that table). Now knowing that the table can be deleted, I can simply drop the table and...
by mimai
Tue Nov 13, 2007 3:40 pm
Forum: Advanced Topics
Topic: Table tempfambal breaks circular replication
Replies: 2
Views: 6504

Table tempfambal breaks circular replication

Table tempfambal breaks circular replication with the following error in mysqld.log: 071112 9:21:05 [ERROR] Slave: Error 'Table 'tempfambal' already exists' on query. Default database: 'opendental'. Query: 'CREATE TABLE tempfambal( FamBalNum int NOT NULL auto_increment, PatNum int NOT NULL, ProvNum ...
by mimai
Thu Nov 01, 2007 3:33 pm
Forum: Advanced Topics
Topic: Billing for multiple offices with one database
Replies: 2
Views: 6554

Thank you

You analysis is absolutely on the point! Yes, we use circularly link databases and automatically replicating image folders. We have not used the clinic feature and will look into turning it on. Features 1 and 2 would be great for us. We already have two separate accounts for the clearing house so 1 ...
by mimai
Sat Oct 27, 2007 8:57 am
Forum: Advanced Topics
Topic: Upgrade to 5.1 causing marked slowdown in appointment module
Replies: 4
Views: 9963

update to 5.2

We had similar massive slow down after upgrading to 5.0 and the to 5.1.
After the appointment module was optimized for speed in version 5.2, the problem is gone. Thank you Dr. Sparks.
by mimai
Sat Oct 27, 2007 8:47 am
Forum: Advanced Topics
Topic: Billing for multiple offices with one database
Replies: 2
Views: 6554

Billing for multiple offices with one database

We can not centralize billing operation in one office because we can not specify which office address to go on the e-claim (Claim-Connect) nor can we select the clearing house to send the claim to. The default setting dictates the address and which clearing house to send claims. The only way to do i...
by mimai
Sat Oct 13, 2007 1:10 pm
Forum: Advanced Topics
Topic: Update Code
Replies: 0
Views: 4870

Update Code

Dr. Spark: Can you E-mail me the update code for version 5.2. I would like to check the improvement of the appointment module speed. I must do update to new version at weekend but it is impossible to get the update code then. Can you start a service of sending subscribers announcement of new product...
by mimai
Wed Aug 01, 2007 3:35 am
Forum: Advanced Topics
Topic: Multiple Offices, Multiple Image Folders
Replies: 1
Views: 6525

Multiple Offices, Multiple Image Folders

We have two offices A and B. They use the same OD database replicated circularly. However, office A computers point to local image folder IA and office B computers point to local image folder IB for speed purpose. People in office A can see data and images of patients seen in their office and can se...