Your previous transaction-level posting session has not finished processing
Views (20462)
Trying to open a document in SOP and you get told the following? Your previous transaction-level posting session has not finished processing. Please allow time for it to finish. Second most asked question in support…this occurs when posting routines were interrupted for some reason.
-
Back up your Dynamics and company databases.
-
Note down the GP user ID of the session that is getting the error message. Then get everyone out of GP.
-
Go to MSSQL and open a new query window. Run the following query: Delete dynamics..sy00800
-
Run the following queries against the Company database
-
SELECT * from SY00500 where BACHNUMB = ”
-
If this query returns any rows, then run: Delete SY00500 where bachnumb = ”
-
SELECT * from SY00500 where BACHNUMB = ‘???’ (where ??? is the USER ID of the person getting the problem in GP)
-
If this query returns rows, then run: Delete SY00500 where bachnumb = ‘???’

This was originally posted here.

Like
Report
*This post is locked for comments