Microsoft.Adapters.SAP properties not listed in the filters section when creating a send port

假装没事ソ 提交于 2019-12-12 05:17:45

问题


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?


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/34776378/microsoft-adapters-sap-properties-not-listed-in-the-filters-section-when-creatin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!