Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning in Log File when using SendPort with Http Adapter #30

Open
probertdaniel opened this issue Oct 7, 2021 · 0 comments
Open

Warning in Log File when using SendPort with Http Adapter #30

probertdaniel opened this issue Oct 7, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@probertdaniel
Copy link
Collaborator

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 probertdaniel added the bug Something isn't working label Oct 7, 2021
@probertdaniel probertdaniel self-assigned this Oct 7, 2021
@probertdaniel probertdaniel changed the title Warning in Log File when using SendPort with HttpAdapter Warning in Log File when using SendPort with Http Adapter Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant