Category Archives: Lync

Error 8224 when deploying Lync

If you are receiving an error on Step 1 when deploying Lync:
Upload C:\Program Files\Microsoft Lync Server 2010\Deployment\Setup\BackCompatSchema.ldf fails. The exit code is "8224".

Here are a few things to try/verify:
1. Make sure your DCs are running
2. Make sure your computer is joined to the domain
3. Make sure your account is part of the Enterprise Admins and Schema Admins groups.
4. Right click, Run as other user, and type in your credentials to the account you have added yourself to the groups above.

Right click, running the Configuration Wizard seemed to solve the problem for me. Not sure why it doesn't work just logged in as the user, but what the hey, the installer ran successfully and extended the schema.

Lync Server Installation - ERROR_NEED_MAJOR_UPGRADE_USE_IMP_EXP

If you are getting an error like:
Error: Script failed (code "ERROR_NEED_MAJOR_UPGRADE_USE_IMP_EXP") when installing "CentralMgmtStore" on ...

When installing Lync 2010, try dropping the "xds" table from your database and letting it cleanly install:

C:\>sqlcmd -S.\RTC
1> DROP DATABASE xds
2> GO
1> QUIT