When you print checks in Payables Management after you update to Microsoft Dynamics, you receive the following error message:
A Get/Change Operation On Table PM_Key_Mstr Could Not Find A Record.
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
select VCHRNMBR as 'voucher number', DOCTYPE, * from PM20000 where DOCTYPE in (1, 2, 3)
and VCHRNMBR not in (select CNTRLNUM from PM00400 where DOCTYPE in (1, 2, 3))
select PMNTNMBR as 'computer check pmt#', * from PM10300 where DOCTYPE in (6)
and PMNTNMBR not in (select CNTRLNUM from PM00400 where DOCTYPE = 6)
select VCHRNMBR as 'voucher number', DOCTYPE, * from PM20000 where DOCTYPE in (4, 5)
and VCHRNMBR not in (select CNTRLNUM from PM00400 where DOCTYPE in (4, 5))
Keywords: kbmbsmigrate, kbmbspartner, kbexpertisebeginner, kbexpertiseinter, kbprb, kberrmsg, kb, kbentirenet, kbfreshness2007, kbmbsgp10,, kbtshoot