Welcome, Guest. Please Login.
06/06/25 at 16:17:03
News:
Home Help Search Login


Pages: 1
Send Topic Print
Posting incomplete on check run (Read 1163 times)
kathySMC
Browser
*




Posts: 40
Posting incomplete on check run
05/20/08 at 07:34:21
 
Something happened while we were cutting checks that caused the transaction to only partly post.  The general ledger posting is out of balance and the check is not showing up on the check register, but a check was printed.  I found part of the transaction (there were 3 invoices paid on one check) in the BKAPCHKF file, all three invoices are listed in the BKAPINVT file, but the corresponding line that indicates the payment is not there.  The invoices do not show up in A/P aging, but it appears to be still "active" when you attempt to enter Pick Vouchers to pay as it indicates that payment has been selected.....
 
I've looked about everywhere I know to look for parts and pieces, but I have no clue as to how to help the system complete itself.  I am hoping someone out there has experienced this problem before and can help me 1) fix it and 2) help me understand what went wrong so we don't do it again  undecided
 
Thanks, in advance, for your help.  I am using DBA classic with IS Tech updates 10/31/06 (I guess I should update, huh?  I'm not a techie and I'm always scared I'll do it wrong and really screw us up!)
Back to top
 
 
  IP Logged
Lynn_Pantic
Administrator
*****


evolution (n) -
gradual change to a
different form

Posts: 5663
Re: Posting incomplete on check run
Reply #1 - 05/20/08 at 08:05:50
 
Hard to say what caused it to die in the middle of posting.  If you want to go into Maintain Database to clean it up, I can send you the detailed steps, or if you like, we can log into your system and do it for you.  The BKAPINVT, BKAPCHKH, BKAPCHKF and BKGLTEMP are all affected at this point.  We could also install the latest update while we are there.
Back to top
 
 

Lynn Pantic
IS Tech Support
lynn@istechsupport.com
Email   IP Logged
kathySMC
Browser
*




Posts: 40
Re: Posting incomplete on check run
Reply #2 - 05/20/08 at 08:21:54
 
Lynn,
 
Thanks for the offer.  I assume you need a VPN to get into my system and as I mentioned before I'm not a techie so I don't have the ability to get you in directly.  I'll have to get ahold of our outside support to get info for you to get in.  What all will you need?  
 
I will contact you off line when I have the info.
 
Thanks again,
Kathy Hughes
Back to top
 
 
  IP Logged
Lynn_Pantic
Administrator
*****


evolution (n) -
gradual change to a
different form

Posts: 5663
Re: Posting incomplete on check run
Reply #3 - 05/20/08 at 08:35:06
 
You do not need to do anything.  We have the software to connect to your system so long as you have access to the internet.  I will call you.
Back to top
 
 

Lynn Pantic
IS Tech Support
lynn@istechsupport.com
Email   IP Logged
Dawn
Full Member
***


I love YaBB 1G -
SP1!

Posts: 156
Gender: female
Re: Posting incomplete on check run
Reply #4 - 05/20/08 at 10:57:07
 
I have had this happen only once to me.  I had to go in and reprint the check.  Then void that check.  Go in and Pick Voucher.  It says it is already selected or "active" (I can't remember exact wording) it will ask you a question about deselecting the voucher.  I said yes.  Posted to the GL and by a miracle it worked out.  Then I could go back in like normal and reselect and print the check.  I don't know what went wrong but that is how I fixed it.  It has not happened to me since.  I use Classic also.
Back to top
 
 

Dawn
Classic - 7/5/10 update
WWW   IP Logged
lmk223a
Senior Member
****


Accountant

Posts: 377
Re: Posting incomplete on check run
Reply #5 - 05/21/08 at 06:20:41
 
Quote from kathySMC on 05/20/08 at 07:34:21:

I've looked about everywhere I know to look for parts and pieces, but I have no clue as to how to help the system complete itself.  I am hoping someone out there has experienced this problem before and can help me 1) fix it and 2) help me understand what went wrong so we don't do it again  undecided

)

 
It happened to me when one user (the boss), left the AP-A, enter Vendors screen, open and active on a vendor name on her computer, and another user was creating a Purchase order.  Only in my case, the checks printed but would not procede to process to the check register due to the record locks.
Back to top
 
 

EVO/ERP 2007.2 3/2708 update, 15 users
Linda Kucan
Email   IP Logged
kkmfg
Senior Member
****


Ghost of the code

Posts: 375
Gender: male
Re: Posting incomplete on check run
Reply #6 - 05/21/08 at 07:27:45
 
Quote from lmk223a on 05/21/08 at 06:20:41:
It happened to me when one user (the boss), left the AP-A, enter Vendors screen, open and active on a vendor name on her computer, and another user was creating a Purchase order. Only in my case, the checks printed but would not procede to process to the check register due to the record locks.

 
This is a really common programming bug. It's easy to forget to validate all of your resources before you start. The two easiest types of programs to do this in are operating systems and database programs.
 
So, what happens is the program gets part way through and then realizes that it can't access all the resources it needs. This leads to nothing but pure evil. Sometimes the program is designed to wait until it gets it's resources. This might take a long time if the boss has the resource locked and doesn't know to give it up. Eventually a timeout would probably occur in that case. If things are designed really well then the whole shooting match will automatically back out and nothing will have been changed. This can be a tricky thing to do in operating systems but not as tricky in database accessing programs.
 
Postgresql has MVCC which can minimize some of this trouble with record locks but maybe not in this case.
Back to top
 
 

Collin
K & K Manufacturing, Inc

EvoERP Version 1-22-10 SP3
5 User Workgroup Pervasive 10
Email WWW   IP Logged
GasGiant
Administrator
*****


How can I help?

Posts: 1517
Gender: male
Re: Posting incomplete on check run
Reply #7 - 05/21/08 at 09:29:34
 
The way DBA was built one brick at a time, and with one program calling the next, You don't find out until one program is nearly done that the next can't run. Happens to us all of the time with serial numbers. WO-I doesn't know until way late in the process that a serial number is not available. By then the part is issued and quitting leaves you with a mess. I've trained my users to complete the process with a bogus serial number and then back out the transaction. Then they wind up calling me to fix their serial number problem.
 
This is an old complaint for me, but I must admit that several small steps have been made IS Tech and the problem comes up much less often these days.
Back to top
 
 


Email WWW GasGiant GasGiant 31012781 swordworlder swordworlder   IP Logged
GasGiant
Administrator
*****


How can I help?

Posts: 1517
Gender: male
Re: Posting incomplete on check run
Reply #8 - 05/21/08 at 09:35:57
 
Wondering out loud...
 
Is the new HH-D (version of WO-I) a better program? Was it written from scratch and does it do a better job of handling problems? Does it at least not lock you out of a serial number if it doesn't work when first selected?
Back to top
 
 


Email WWW GasGiant GasGiant 31012781 swordworlder swordworlder   IP Logged
Pages: 1
Send Topic Print