beta v17.2.7 error on ins payment detach from check

For complex topics that regular users would not be interested in. For power users and database administrators.
Post Reply
User avatar
drtech
Posts: 1647
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

beta v17.2.7 error on ins payment detach from check

Post by drtech » Fri Aug 11, 2017 7:21 am

Looks like another database capitalization error. Crash right when you hit the "detach button" when you try to detach an ins payment from a check while creating the check in a group of claims.

Unhandled exception from ProgramEntry: Table 'opendental.ClaimPayment' doesn't exist
MySql.Data.MySqlClient.MySqlException
at OpenDentBusiness.DataConnection.NonQ(String commands, Boolean getInsertID, OdSqlParameter[] parameters) in C:\SVN\beta\OpenDentBusiness\Db\DataConnection.cs:line 759
at OpenDentBusiness.DataCore.NonQ(String command, Boolean getInsertID, OdSqlParameter[] parameters) in C:\SVN\beta\OpenDentBusiness\Db\DataCore.cs:line 34
at OpenDentBusiness.Db.NonQ(String command, Boolean getInsertID, OdSqlParameter[] parameters) in C:\SVN\beta\OpenDentBusiness\Db\Db.cs:line 89
at OpenDentBusiness.Db.NonQ(String command, OdSqlParameter[] parameters) in C:\SVN\beta\OpenDentBusiness\Db\Db.cs:line 99
at OpenDentBusiness.ClaimProcs.DetachFromPayment(List`1 listClaimNums, Int64 claimPaymentNum) in C:\SVN\beta\OpenDentBusiness\Data Interface\ClaimProcs.cs:line 657
at OpenDental.FormClaimPayBatch.butDetach_Click(Object sender, EventArgs e) in C:\SVN\beta\OpenDental\Forms\FormClaimPayBatch.cs:line 964
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at OpenDental.UI.Button.OnClick(EventArgs ea) in C:\SVN\beta\OpenDental\UI\Button.cs:line 155
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

JoeMontano
Posts: 64
Joined: Thu Aug 20, 2015 11:08 am

Re: beta v17.2.7 error on ins payment detach from check

Post by JoeMontano » Fri Aug 11, 2017 8:32 am

This was fixed in version 17.2.10, please update!
Joe Montaño
Software Engineer
Open Dental Software
Joe@OpenDental.com

User avatar
drtech
Posts: 1647
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: beta v17.2.7 error on ins payment detach from check

Post by drtech » Fri Aug 11, 2017 9:48 am

ahh...didn't check that first, sorry and thanks!
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

Post Reply