Hi all,
We've got an operational dynamics 2013 implementation that has two nodes for the web servers using NLB for the cluster. Works fairly well. We also have ADFS/IFD installed and operational, and the dev/test/prod sites are secured with SSL certificates.
I find that when I need to post data to the CRM through an automated process, all of the data winds up going through just one node. Instead, I'd like to spread the load to both frontend servers.
If I visit https://crm.example.com (the NLB name) with a browser, I can login and use the system.
If I visit https://node1.example.com (first node) with a browser, I receive a fairly generic error:
There was a problem accessing the site. Try to browse to the site again.
If the problem persists, contact the administrator of this site and provide the reference number to identify the problem.
Authentication failed. Close the browser and try again, or contact your administrator for more information.
I presume something is misconfigured - but what are the most likely possibilities? I checked the SPN for the app server account and the node names are listed.
Is it possible to direct requests at each frontend node with an active NLB? How can I do so?
Thanks for any advice you can offer.
Regards,
Rich