I am not really sure what is causing this. I have done this many times and not run into this type of issue. Can you give me the exact error you get at the failure point ? and any errors in the app log and system log please.
it may be a cert problem as well.
Modular Messaging (MM) Release 5.1 with SP2 patch3
Web Subscriber Options 9.0.500.2006
Message Storage Server Backend
The time on Message Application Server & Message Storage Server are same
Verified the masinfo.cfg file is set correctly in C:\Program Files\Avaya Modular Messaging\Web Subscriber Options. For example, it is set to
FQDN of MAS:55443/wso
Web Subscriber options is installed on MAS
Problem Clarification
When subscribers use the
FQDN/wso gets the login page but when they enter the username and password, an error "Unable to connect to Remote Server" comes.
Cause
Corporate Fully Qualified Domain Name (FQDN) is incorrect in the MAS "hosts" file.
Please note this is an example.
The host file on WSO is as following:
MSS Corporate FQDN: mss.abc1.com
MSS Corporate IP: 172.16.253.77
MSS Private FQDN: mss.abc.local
MSS Private IP: 192.168.1.1
MAS Corporate FQDN: mas.abc1.local
MAS Corporate IP: 172.16.253.78
MAS Private FQDN: mas.abc1.local
MAS Private IP: 192.168.1.250
MAS Corporate FQDN is wrong. It should be "mas.abc1.com".
Solution
Correct the Host file on MSS and send it on to MAS.
Regenerate the certificate using correct MAS Corporate FQDN.
Correct the MAS Corporate FQDN on "MAS host setup" page.
Send the "MAS Host send" on MSS.
Verify the host file on MAS is now correct. (You can do the Start\Run & type "drivers" & Enter. Then go to "etc" folder. In this etc folder you will see the hosts file).
Then follow the below steps to regenerate the new Certificates:
Clear all certificates that had been previously installed.
Click on Start -> Run -> mmc -> Add snapin -> Certificates.
1. Remove certificates with MAS FQDN and
from personal and trusted root certificate folders.
2. Click on Start -> Programs -> Administrative Tools -> Internet Information Services (IIS) Manager.
Go to properties on Default Web Site -> Directory Security -> Server Certificate -> Remove current certificate.
Go to properties on MM_WebService -> Directory Security -> Server
Certificate -> Remove current certificate.
3. Create and import new certificates:
One the WSO server Click on Start -> Run -> cmd - When the Command Prompt Window opens type the following:
cd C:\Avaya_Support\Scripts
CreateNInstallCert /FQDN (space) FQDNofServer(Corporate)
When that completes, continue with the following:
1. Open current user temp folder (Start -> Run -> %temp%.)
2. Copy ca.cer and x509.cer to the desktop (CreateNInstallCert script creates these.)
3. Right click -> on ca.cer and select install certificate, install in the "Trusted Root" folder.
4. Right click -> on x509.cer and select install, install in the "Personal" folder.
5. Verify both certs have no issues (red x or yellow exclamation.)
Associate IIS Default Web Site and MM_WebService to the certificates you just created:
(Click on Start -> Programs -> Administrative Tools -> Internet Information Services (IIS) Manager.)
1. Go to properties on Default Web Site -> Directory Security -> Server Certificate -> Assign an existing certificate -> Select the certificate you created. This should be the one with the FQDN of the server you are installing WSO on.
2. Go to properties on MM_WebService -> Directory Security -> Server Certificate -> Assign an existing certificate -> Select the certificate you created. This should be the one with the FQDN of the server you are installing WSO on.
Verify MAS File settings:
1. Go to C:\Program Files\Avaya Modular Messaging\Web Subscriber Options\masinfo.cfg.
2. Open masinfo.cfg in notepad.
3. Verify MAS entry is
(Even if this in on as standalone server, it must be the FQDN of MAS 1.)
4. Save masinfo.cfg file - You may have to stop IIS to save.
Verify IIS Settings:
(Click on Start -> Programs -> Administrative Tools -> Internet Information Services (IIS) Manager.)
Under IIS Web Sites\Default Web Pages - The SSL Port must be 443.
Under IIS Web Sites\MM_Web Service - The SSL Port must be 55443.
1. Reset IIS (right click Internet Information Services -> All tasks -> Reset IIS.)
Ken Means
"I find that the harder I work, the more luck I seem to have."
- Thomas Jefferson (1743-1826)