I published a schema as a web service on BizTalk 2020 with the BizTalk WCF Service Publishing Wizard.
On DEV environment (all-in-one), everything is fine and I can access the wsdl when I browse my service through IIS.
Then I deployed it on UAT environment (multi-server) and when I browse the service I got this error:
The Messaging Engine failed to register the adapter for "WCF-WSHttp" for the receive location "/Scheduler/SchedulerServices/Service1.svc". Please verify that the receive location exists, and that the isolated adapter runs under an account that has access to the BizTalk databases.*
Here is the things I already checked :
On DEV environment, the SP return some value but not in UAT environment.
Yet the data are there :
Can someone tell me why the SP doesn't return any value ?
Do I missed something during installation of BizTalk Server ?
Server name was badly encoded probably due to a bad copy-paste. When IIS try to run the adm_getSettingsForIsolatedHostInstance stored procedure, it tries to compare SRV-BIZ-SQL to SRV(square)BIZ(square)SQL.
Server name has been corrected and everything is fine now.