I upgraded Bitcoin Core to Version v0.14.2 and Armory to 0.96.0. Bitcoin Core shows the correct number of blocks (479110) but Armory only shows 465366.
Is there a way to force Armory to read all the blocks?
Ed
Check permissions? If Armory and Bitcoind are running as different users on unix-like systems, there can be issues because of Bitcoin's default owner-only permissions. If you're running as different users, you'll need to fix Bitcoin's blocks/ directory to have an other-read (or group-read, if you put them in the same group) bit, then set sysperms=1 in bitcoin.conf