--- title: "Error EULA for BHM Console application must be accepted" slug: "error-type-isreadyforbhmexecution-check-failed-error-eula-for-mbv-console-application-must-be-accepted-1" updated: 2024-12-19T12:40:13Z published: 2024-12-19T12:40:13Z canonical: "docs.biztalk360.com/error-type-isreadyforbhmexecution-check-failed-error-eula-for-mbv-console-application-must-be-accepted-1" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.biztalk360.com/llms.txt > Use this file to discover all available pages before exploring further. # Error EULA for BHM Console application must be accepted This issue mainly happens on a 64-bit machine. When you accept the EULA displayed by BHM, it writes the acceptance setting in the 64 bit registry hive. ```shell [HKEY_LOCAL_MACHINE\SOFTWARE\MBVConsole\EULA] "EULAAccepted"="YES" ``` But BizTalk360 is 32-bit, due to restrictions imposed by dependency objects like ExplorerOM. Hence, it always looks at the 32-bit hive (WoW64 in a 64 bit machine). To fix this issue, please create following entry in the registry. ```shell [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MBVConsole\EULA] "EULAAccepted"="YES" ``` You can either create the above Key's manually by opening regedit.exe ("Run as Administrator") or download the attached .reg file and then [click here](https://biztalk360devblob.blob.core.windows.net/sharedfiles/BHM_EULA.reg) to import.