Microsoft.Adapters.SAP properties not listed in th

2019-09-12 01:34发布

I am trying to set up a windows 7 64bit enterprise machine as a BizTalk development machine. Everything works well except..

I've installed the necessary adapters from the BizTalk installer, I've also installed the SAP 7.2 adapters as it has been done on the server.

The problem is that when I am trying to create a send port and define my filter I cannot find Microsoft.Adapters.SAP. properties in the drop down.

It is available in the server but not in my development machine. Any clues?

2条回答
Animai°情兽
2楼-- · 2019-09-12 02:00

It's because the Assembly with the SAP Adapter Properties is not deployed to the Group during Setup. Why? Who knows, but it's always been like that.

You have to manually add Microsoft.Adapters.SAP.BiztalkPropertySchema.dll and they'll show up. I always add it to the BizTalk Application 1 Resources but you can put it in any Application.

You will have to add a Reference to use those props in any Port Filter.

Be sure to check GAC on Add.

查看更多
祖国的老花朵
3楼-- · 2019-09-12 02:02

I missed something when looking at our current setup on the server. On the application itself you have to go to resources and Add the BizTalk SAP adapter dlls from C:\Program Files (x86)\Microsoft BizTalk Adapter Pack\bin

I ended up adding; - Microsoft.Adapters.SAP.BizTalk.dll - Microsoft.Adapters.SAP.BiztalkPropertySchema.dll - Microsoft.Adapters.SAP.SAPGInvoker.dll

And sure enough the properties now appear in the filters section of the send port.

查看更多
登录 后发表回答