惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Exploit Database - CXSecurity.com
F
Fortinet All Blogs
U
Unit 42
F
Full Disclosure
雷峰网
雷峰网
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
The Cloudflare Blog
Last Week in AI
Last Week in AI
罗磊的独立博客
D
DataBreaches.Net
C
Check Point Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
O
OpenAI News
C
CXSECURITY Database RSS Feed - CXSecurity.com
aimingoo的专栏
aimingoo的专栏
S
Security @ Cisco Blogs
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
SegmentFault 最新的问题
NISL@THU
NISL@THU
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Hacker News
The Hacker News
Webroot Blog
Webroot Blog
Security Latest
Security Latest
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
N
News | PayPal Newsroom
P
Proofpoint News Feed
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
C
Cybersecurity and Infrastructure Security Agency CISA
N
News and Events Feed by Topic
Google Online Security Blog
Google Online Security Blog
H
Help Net Security
Spread Privacy
Spread Privacy
T
Threat Research - Cisco Blogs
GbyAI
GbyAI
I
Intezer
Application and Cybersecurity Blog
Application and Cybersecurity Blog
M
MIT News - Artificial intelligence
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
MyScale Blog
MyScale Blog
腾讯CDC

博客园 - Gary Zhang

Human-in-the-Loop (HITL) 设计文档-学习笔记 MiniMind 从零训练 LLM — 详细学习笔记 C端产品的三个关键词和B端产品的一个关键词 人工智能相关概念 经济活动原理推导 使用Matlab对账期客户订单的逾期率进行预测 BizTalk RosettaNet 解决方案 - Gary 存储HTTP请求Body部分到文件中 BizTalk Visual Studio 各版本自动部署GAC命令 RosettaNet PIP 清单 BizTalk RosettaNet解决方案与项目调研 ChatGPT可能的影响与机会 使用Google Bigquery快速用SQL查询Excel数据 Azure logic App 构建低成本EDI解决方案(英文) 从 BizTalk 跟踪数据库中清除数据 自助批量下载Confluence文档内容 Elsa 工作流引擎 Hello World Azure 升级订阅服务及服务区别 MIME 消息 BizTalk性能优化配置(建议) Azure Logic APP 与 EDIFACT/X12/RosettaNet/AS2解决方案概述
BizTalk 安装管理 API
Gary Zhang · 2021-05-30 · via 博客园 - Gary Zhang

BizTalk/Azure Logic APP/EDIFACT/X12/RosettaNET/AS2 培训或项目开发需求, 欢迎随时联系:Email:cbcye@live.com ,微信(WeChat)/Tel: 18511575973

BizTalk 2016 及之后的版本提供了Management Service 和 Operation Service 两服务,一个是可以通过REST-API的方式便捷的对BizTalk程序进行操作,一个是可以获取BizTalk运行情况及消息实例详情等结合PowerBI等工具可以生成多样的报表。

1、安装

a. 将Powershell使用管理员身份运行,并输入如下命令

cd 'C:\Program Files (x86)\Microsoft BizTalk Server 2016\'

--安装Management Service
FeaturePack.ConfigureServices.ps1 -Service management -WebSiteName 'Default Web Site' -ApplicationPool BAMAppPool -AuthorizationRoles 'BTS2016\BizTalk Server Administrators'

--安装Operation Service
FeaturePack.ConfigureServices.ps1 -Service operationaldata -WebSiteName 'Default Web Site' -ApplicationPool BAMAppPool -AuthorizationRoles 'BTS2016\BizTalk Server Administrators'

b. 安装完后在IIS中可以看到新增如下应用,注意需要打开Windows 集成身份认证,并关闭匿名验证。

2、Management Services

访问:http://localhost/BizTalkManagementService/swagger/ui/index ,提供了基于Swagger标准的非常友好的API访问方式,可以在线直接尝试调用API。

3、Operation Service

进入C:\Program Files (x86)\Microsoft BizTalk Server 2016\OperationalDataService,打开BizTalkOperationalData.pbit (需要安装PowerBI桌面版本),已经内置了一个报表,可以根据自己需要进行裁剪。

BizTalk/Azure Logic APP/EDIFACT/X12/RosettaNET/AS2 培训或项目开发需求, 欢迎随时联系:Email:cbcye@live.com ,微信(WeChat)/Tel: 18511575973