I am writing a script configuration for a BizTalk server, I need to create several adapters.
In the BizTalk Server Administration application, this is done by going to Biztalk Server Group / Platform Settings / Adapters and selecting "New / Adapter" from the right-click menu.
I would like to somehow automate this process using a Powershell script or SQL script. I tried using the adm_Adapter_Create stored procedure in Biztalk DB, but it does not work completely, since the send / receive handlers are not configured.
Is there a way to automate the creation of this adapter?
source
share