Here is some helpful information for anyone that needs to setup IX messaging.
The following are REQUIRED for installation to be successful.
Before the installation perform the following:
1. Disable the windows firewall for domain, private, and public. This may need to be set by group policy. I had issues with the installation even though the windows firewall showed disabled. I recommend running the following commands in powershell: Get-NetFirewallProfile | select name enabledGet-NetFirewallProfile | select name enabled
Domain, Private, and Public should be blank.
Execute the following command: Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled false
2. Disable UAC. Again this may need to be set by group policy
Disable the following: User Account Control: Run all administrators in Admin Approval Mode
Set UAC to never notify
3. You can enable UAC and windows firewall after the installation
4. Check to see if FIPS is enforced by group policy. FIPS is required to be disabled permanently! Below is how you can find out if it is enabled or not.
Local Security Policy - Security Settings - Local Policies - Security Options - System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing in the computers local Security Policies.
Navigate to “HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy\ in registry and check the value in “Enabled”.