I'm running a test conversion from 2009R2 to 2013. After opening the database in 2013 I get the standard prompts to convert and everything starts normally. After about 10 hours I've been getting "Locked by another user" errors and can't get past them. It's been the Value Entry, Ledger Entry Dimension tables. No one is logged into the stand alone server except for myself. Also, the database is in Single User mode so I'm not sure how these errors could be happening. When the error occurs I've checked SSMS and have found 2 Session id's with Administrator assigned to them. I'm assuming this is normal??
Any suggestions on troubleshooting would be helpful.
0
Comments
The dimension conversion uses SQL. Does your user have sufficient SQL Server rights to that database to update tables? The process does not use the service tier since it is using sql statements for the dimension upgrade process.
http://mibuso.com/blogs/davidmachanick/
1. How large is your database?
2. How large (# of records) are the tables you mention?
3. What Edition of SQL are you using?
1. 700 GB.
2. We ended up having issues with G/L Entry (200M records), Value Entry ( 63M records), and Ledger Entry Dimension (315M records). We purged a lot of the old data just to get it to convert. We're looking at possibly starting with a new blank database and bringing in 2 years of historical data. We run 24/7 so we're not able to shut down for days to complete the upgrade.
3. Our test box is SQL 2014 with 90 GB of RAM and 4 TB of SSD drives.
Was this on advice, or did you have that memory lying around?
We had contacted our partner and Microsoft and they weren't able to help us except to point us to blogs they had found. We're looking at getting direct Microsoft support in the future.