Re: I cant open Sales transaction Window
Hi Jenny, the invoice you tried to post has become locked. Are you familiar with Query Analyser?
If you are, you need to do the following. Get everyone out of GP. Take a back up of your Dynamics database and the database of the company where the problem exists. Then go to query analyser and complete the following:
Run DELETE SY00800 against the Dynamics database.
Run the following queries against the company database:
SELECT * FROM SY00500 WHERE BACHNUMB = ''
SELECT * FROM SY00500 WHERE BACHNUMB = 'AAAA' (where AAAA = your user ID)
If you get results to eithre of these queries then run a delete query as follows:
DELETE FROM SY00500 WHERE BACHNUMB = '' or BACHNUMB = 'AAAA' as appropriate.
Go back into GP and test that you can open the Sales Transaction Entry window, and select existing transactions and create new ones. Also search for the Invoice you posted before you got this error and make sure you can enquire on it.
If after the above, you are still having an issue, post here again.
Ian Stewart - feel free to email me if you need help with the above.