aimtool icon indicating copy to clipboard operation
aimtool copied to clipboard

Warning in Log File when using SendPort with Http Adapter

Open probertdaniel opened this issue 3 years ago • 0 comments

Description

Receiving this error when running the tool, when the BizTalk Application contains a SendPort using the HTTP adapter: [22:52:40 WRN] The template file endpoints/http/send/httpsendadapter.logicapp.dev.parameters.json.liquid was not found in any provided template path.

Environment and tool versions

  • AIM Tool Version (aim --version): v1.0.0
  • Windows Version (systeminfo): 10
  • Shell: PowerShell
  • Shell Version ($PSVersionTable | bash --version): N/A

Repro steps

Migrate a BizTalk application that uses a send port with an HTTP adapter.

Expected result

No errors or warnings in the log file.

Current result

Receive an error saying that the "httpsendadapter.logicapp.dev.parameters.json.liquid" template file can not be found. This is because there is a spelling error in the file name - the file in the folder is called "httpsnedadapter.logicapp.dev.parameters.json.liquid" (note incorrect spelling of the word "send").

Temp Fix

The temp fix is to navigate to this template folder: C:\ProgramData\chocolatey\lib\biztalkmigrator-azure\tools\templates\endpoints\http\send (assuming chocolatey is installed to default location)

And rename the file "httpsnedadapter.logicapp.dev.parameters.json.liquid" to "httpsendadapter.logicapp.dev.parameters.json.liquid"

probertdaniel avatar Oct 07 '21 11:10 probertdaniel