Hi TomaszMichałek,
Thank you for posting in the Microsoft Community Forums.
Based on the error message you provided, you are experiencing problems when trying to enable the Database 32k Page Feature in an Active Directory forest. The error indicates that the Active Directory JET database page sizes on all domain controllers (DCs) in this forest do not match and are currently 8192 bytes (i.e., 8K) instead of the required 32K.
Enabling the 32K database page size is an irreversible operation that requires all DCs in the forest to use the same page size. If an attempt is made to enable this feature with inconsistent page sizes, the operation will fail because Active Directory needs to ensure that the database structure is consistent across all DCs to maintain data integrity and synchronization.
Solution Step:
Confirm the requirement:
Ensure that you do need to upgrade to a 32K page size. This is often done to support larger objects or to improve performance, but may also create additional resource requirements (such as more disk space).
Back up your data:
Before making any changes, make sure you have backed up the Active Directory database and system state on all DCs.
Unify page sizes:
You need to change the database page size to 32K on all DCs. this usually involves reinstalling or reconfiguring Active Directory on each DC because once a database is created, its page size cannot be changed.
One method is to use DCPROMO (Domain Controller Upgrade Wizard) to downgrade the DC (if possible), change the page size setting, and then re-upgrade it to a DC. However, this method may result in data loss or service interruption, so it should be used with caution and make sure you have a full backup.
Another safer method is to add new DCs, configure them to use 32K page sizes, then transfer the roles on the existing DCs to the new DCs, and finally deprecate the old DCs.
Test environment:
Verify the entire migration and upgrade process in a test environment before implementing in a production environment.
Best regards
Neuvi