Sign up for PayPal and start accepting credit card payments instantly.
Home » Great Plains Solutions - This transaction is being edited by another user

Great Plains Solutions - This transaction is being edited by another user

15 August 2008 1,090 views No Comment Add to Technorati Favorites

When clicking Transactions>Purchasing>Purchase Order Entry and entering an existing PO number, the error "This transaction is being edited by another user" appears even if no one is actually editing the particular PO.

To fix this error , do the following:

  1. Make sure that no one is logged in to Great Plains.
  2. Open a SQL Query editor such as SQL Server Query Analyzer.
  3. Run the following SQL commands:

use DYNAMICS

GO

DELETE SY00800

GO

DELETE tempdb..DEX_LOCK

GO

DELETE tempdb..DEX_SESSION

GO

 

User/s should now be able to open the particular PO number.