/
Yearly rollover hangs
Yearly rollover hangs
Problem
Running a yearly roll-over hangs the application and the process does not complete. Applies to 7.00157 and 7.00.149 only.
Solution
SQL skills are required
Sound SQL skills are required to complete this task.
The issue is caused by a posting account linking back to itself. Here is a script to identify and then correct the data. The General Ledger Roll Over will then execute as expected. Trial Balances balances before and after the roll over.
--identify incorrect linkings
select * from GL_Ledger where AccountNo = ParentAccNo
-- correct incorrect linkings
update GL_Ledger set ParentAccNo = '' where AccountNo = ParentAccNo
Related articles
, multiple selections available,
Related content
Ageing of transactions during Period Rollover can apply Period Rollover Date
Ageing of transactions during Period Rollover can apply Period Rollover Date
More like this
Posting to a General Ledger year that has been rolled
Posting to a General Ledger year that has been rolled
More like this
Error performing a yearly roll-over in a Azure 7.00.157 database 'Master.dbo.SysProcess .. is not supported in this version of SQL'
Error performing a yearly roll-over in a Azure 7.00.157 database 'Master.dbo.SysProcess .. is not supported in this version of SQL'
More like this
Retained earnings account issues when upgrading from 6.5.13 to 7.00.xxx
Retained earnings account issues when upgrading from 6.5.13 to 7.00.xxx
More like this
Debtor Sales tab errors where the General Ledger periods are non standard 'Object reference not set ...' 7.00.175
Debtor Sales tab errors where the General Ledger periods are non standard 'Object reference not set ...' 7.00.175
More like this
General Ledger posting to incorrect periods in 7.00.149
General Ledger posting to incorrect periods in 7.00.149
More like this