Our accounts payable person, when entering a transaction through the Payables Management window gets a error pop up that states "The Document Number already exists" and then can't continue the transaction. I believe this error occurs when they try to enter in the docnumber. I've looked through the PM00400 table and found the voucher number in the CNTRLNUM field. It has no vendorid or docnumber associated with it and the due date is 1900-01-01. This happens to them at least once a week. We are on GP9 with the latest/last service pack. I've looked thru the knowledge base and all I could find is 863247. Anyone else have a problem similar to this?
Thanks,
Chris
*This post is locked for comments
I compared the problematic transaction with normal one and found differences in 2 columns:
1. USERID
2. DCSTATUS
Updating the User ID to empty and Doc status to 1 helped me.
update a set USERID = '' , DCSTATUS = 1
from PM00400 a where CNTRLNUM = 'YOUR_PM_DOC'
You need to rebuild the table. First backup the db. Then empty the table (Delete from PM00400). Then run checklinks and reconcile.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156