Discussion:
Sales transaction posting
(too old to reply)
marie
2009-05-06 13:49:01 UTC
Permalink
One of our users had an inturruption when she posted a Sales invoice at the
transaction level and when I try open the transaction in sales transaction
entry it says the transaction has been posted.

I have beed looking on customersource and I have deleted the activity table
as wel as the sy00800 and ran check links on sales but I found another
article that I think will resove it Article:852623 Error message when you try
to open the Sales Transaction Entry window in Sales
Order Processing in Microsoft Dynamics GP: "Your previous transaction-level
posting session has not finished processing"

Has anyone ever expereienced this?
Janakiram M.P.
2009-05-06 17:46:20 UTC
Permalink
Hi Mark

This is a common issue in SOP entry. Whenever You have this issue, You
have to cross check SY00500 table in Company database and SY00800
table in Dynamics and then delete the locked users experiencing the
same. Do not forget to take backups prior doing database level
maintenances always.

Thanks
Janakiram M.P.
MCP-GP
Post by marie
One of our users had an inturruption when she posted a Sales invoice at the
transaction level and when I try open the transaction in sales transaction
entry it says the transaction has been posted.
I have beed looking on customersource and I have deleted the activity table
as wel as the sy00800 and ran check links on sales but I found another
article that I think will resove it Article:852623 Error message when you try
to open the Sales Transaction Entry window in Sales
Order Processing in Microsoft Dynamics GP: "Your previous transaction-level
posting session has not finished processing"
Has anyone ever expereienced this?
Richard Whaley -- MVP 2006-2008
2009-05-06 22:30:01 UTC
Permalink
When you post from the transaction level, the system creates a batch using a
symbol and the user id. Find this batch and delete it.
--
Richard L. Whaley
Author / Consultant / MVP 2006-2008
Documentation for Software Users

Get our Free Tips and Tricks Newsletter and check out our books at
http://www.AccoladePublications.com
Post by marie
One of our users had an inturruption when she posted a Sales invoice at the
transaction level and when I try open the transaction in sales transaction
entry it says the transaction has been posted.
I have beed looking on customersource and I have deleted the activity table
as wel as the sy00800 and ran check links on sales but I found another
article that I think will resove it Article:852623 Error message when you try
to open the Sales Transaction Entry window in Sales
Order Processing in Microsoft Dynamics GP: "Your previous transaction-level
posting session has not finished processing"
Has anyone ever expereienced this?
c***@gmail.com
2012-07-12 09:49:54 UTC
Permalink
Post by marie
One of our users had an inturruption when she posted a Sales invoice at the
transaction level and when I try open the transaction in sales transaction
entry it says the transaction has been posted.
I have beed looking on customersource and I have deleted the activity table
as wel as the sy00800 and ran check links on sales but I found another
article that I think will resove it Article:852623 Error message when you try
to open the Sales Transaction Entry window in Sales
Order Processing in Microsoft Dynamics GP: "Your previous transaction-level
posting session has not finished processing"
Has anyone ever expereienced this?
perform this operation at the sql

Delete dynamics..sy00800
SELECT * from SY00500 where BACHNUMB = ''
Delete SY00500 where bachnumb = ''
SELECT * from SY00500 where BACHNUMB = 'sa'
Delete SY00500 where bachnumb = 'sa'

Loading...