/
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'
Problem
Jiwa 7.00.157 Azure database errors when performing the Yearly Roll Over function
Solution
The issue is being caused by a check to see if other users are logged into the system:
"SELECT Count(Distinct HostProcess) [OtherUserCount] FROM Master.Dbo.SysProcesses WHERE Program_Name = 'Jiwa Financials' AND convert(varchar,db_name(dbid)) = @DatabaseName"
This is a function that can't be done in SQL Azure and a patch is attached to correct the issue for 7.00.157
Download and extract the attached RAR file
Copy the DLL into the Jiwa Program directory (no need to register the DLL)
Login to Jiwa and perform the Yearly Roll Over
Related articles
, multiple selections available,
Related content
Upgrading from an earlier version to Jiwa 7.00.175 or 7.01.00 may error with a DB_Notes issue on script 34114
Upgrading from an earlier version to Jiwa 7.00.175 or 7.01.00 may error with a DB_Notes issue on script 34114
More like this
Yearly rollover hangs
Yearly rollover hangs
More like this
Opening Debtor System Template form after update may error with "Could not load file or assembly 'JiwaApplication, Version=7.1.0.0"
Opening Debtor System Template form after update may error with "Could not load file or assembly 'JiwaApplication, Version=7.1.0.0"
More like this
Insert into SY_MenuItemReport error on upgrade to a later Version 7 release
Insert into SY_MenuItemReport error on upgrade to a later Version 7 release
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
Debtors statements to print un-aged fully allocated transactions
Debtors statements to print un-aged fully allocated transactions
More like this