--- title: "Error Type: IsReadyForBHMExecution check failed. Error EULA for MBV Console application must be accepted" slug: "error-type-isreadyforbhmexecution-check-failed-error-eula-for-mbv-console-application-must-be-accepted" updated: 2024-12-27T03:49:37Z published: 2024-12-27T03:49:37Z canonical: "docs.biztalk360.com/error-type-isreadyforbhmexecution-check-failed-error-eula-for-mbv-console-application-must-be-accepted" --- > ## 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 Type: IsReadyForBHMExecution check failed. Error EULA for MBV Console application must be accepted This issue mainly happens on a 64-bit machine. When you accept the EULA displayed by MBV, it writes the acceptance setting in the 64 bit registry hive. ```plaintext [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. ```plaintext [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/MBV_EULA.reg) to import.