Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bank Services error from upgrade from 5.5. to 5.6 2

Status
Not open for further replies.

vbdbcoder

Programmer
Nov 23, 2006
247
US
We are trying to upgrade from 5.5 to 5.6 and we got errors from Bank Services.

The error message is:

Bank GENERAL has damaged withdrawal data. You must clear withwrawal # 16567 and post the bank reconciliation before you can upgrade Bank Services.

We checked that that check was clear.

Whatelse should we look at to get the Bank Services upgrade throught?

Thanks
 
It does not show up on Bank Reconciliation. It was clear 2 years ago.
 
We also looked at Payment Register Report. The status is clear.
 
Look in the BKCHK table and see if it is still in that table.
 
Yes, that specific record (withdrawal # 16567 ) is in that table.
 
Great! it works. Thank you tuba2007.

Just out of curiosity, what caused the transactions in BKCHK hang??? any idea?




 
Nope, and after doing it two or three dozen times, I don't care either, it was dirty data from obsolete programs.
 
Things are good and we have upgraded to version 6.0A. Since we removed those dirty records in BKCHK table in version 5.6A.

Now BKCHK table is gone in 6.0A.

How do I get BKCHK table back, by running what modules and transactions in Accpac? - this might be a very simple questions.

I am a developer, not an Accpac consultant, and one of the applications I have to deal with is to read from BKCHK table. Now I am getting "invalid object - 'BKCHK'" error.

Thanks

 
What modules to run in Accpac to create BKCHK table?
 
BKCHK is no longer used in 6.0. You'll get those transactions that used to be in BKCHK from BKTRANH.
 
oh!!!

We wrote to BKCHK table records from our application as well. How do we deal with this change? Do we need to populate the BKTRANH and BKTRAND both?

As previous versions, I don't believe VBA code can provide any hints on views...

 
Macros don't record in Bank Services so you'll likely have to go the long way and turn on rvSpy and manually work through the code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top