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

推荐订阅源

J
Java Code Geeks
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
腾讯CDC
D
Docker
The Cloudflare Blog
量子位
爱范儿
爱范儿
L
LangChain Blog
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
Blog — PlanetScale
Blog — PlanetScale
Jina AI
Jina AI
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
Vercel News
Vercel News
MyScale Blog
MyScale Blog

博客园 - zhanqiangz(闲云野鹤)

在ReportService2005.asmx 找不到 ReportingService2005 类 BizTalk相关的问题,打算持续更新。 恢复被格式化过的硬盘数据 BizTalk - Most possible reason for “is Delimiters are not unique” in EDI transaction XmlSerializer is not trustable BizTalk - How to create custom functoid. BizTalk - Carefully use Send Port Group BizTalk - How to debug map in VS2005 BizTalk-Get to know functoid. BizTalk - String Functoids 一辈子都忘不了的七夕节 Head First Design patterns笔记-Singleton patterns (从“一夫一妻制社会中婚约的达成”看单件模式) Global.asax文件里的Application_Init能触发吗? 使用HttpApplication实例(翻译) Head First Design patterns笔记-Decorator Patterns (从”用不同技能武装自己”看装饰模式) Head First Design patterns笔记-Observer Patterns (从TFS的Project alerts功能看观察者模式) ASP.NET 2.0的编译行为 Head First Design patterns笔记-Strategy Patterns (从不同的人使用不同的交通工具上班看策略模式) 晕菜了,TFS居然把vss里的那个rollback功能cut掉了,还好有人写了工具.
What happens if BizTalk artifacts are not GACed?
zhanqiangz(闲云野鹤) · 2009-01-17 · via 博客园 - zhanqiangz(闲云野鹤)

     A few days ago, one of my co-workers and I had a discussion on non strongly typed BTS artifacts deployment. I just did one simple POC and proved non-GACed BTS artifacts cannot execute.

     BizTalk Administration Console provides you a option to put BizTalk artifacts (map, orchestration, pipeline, schema) into GAC or not.  When you deploy a non-signed BTS artifact into BTS application, you cannot GAC it. On BizTalk Server Administration Console you can find PublicKeyToken=null, certainly you cannot find it in GAC folder. non-strongly typed BTS artifacts can be deployed, but when you you get everything setup and run it, what happens?

     That's the error we normally get.

Event Type: Error
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5753
Date:  2009-1-17
Time:  10:08:02
User:  N/A
Computer: CNZACKZ0001
Description:
A message received by adapter "FILE" on receive location "Receive Location_COMPUSA" with URI "D:\Test\COMPUSAX\In\*.*" is suspended.
 Error details: An output message of the component "Unknown " in receive pipeline "MSIT.EAS.ICOE.Common.Pipelines.EDI_Enrichment_Pipeline, EDI_Enrichment_Pipeline, Version=1.0.0.0, Culture=neutral, PublicKeyToken=be11e8f9ba8a903d" is suspended due to the following error:
     Unknown .
 The sequence number of the suspended message is 1. 
 MessageId:  {54685C21-08B4-4BC0-87A0-758E24D58DA6}
 InstanceID: {F145B8AA-3D41-4AC4-AA7B-36E0A73EACAB}

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Event Type: Error
Event Source: BizTalk Server 2006 EDI
Event Category: None
Event ID: 8114
Date:  2009-1-17
Time:  10:08:00
User:  N/A
Computer: CNZACKZ0001
Description:
Error encountered during parsing. The X12 transaction set with id '' contained in functional group with id '002', in interchange with id '000000002', with sender id '2149824000T    ', receiver id '081466849TEST  ' is being suspended with following errors:

Error: 1 (Miscellaneous error)
 6: Missing or invalid or duplicate Transaction set identifier 'http://MSIT.EAS.ICOE.MOVE.850ORDERS.CompUSA.850X124010#X12_00200_850'


For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Hope I can find out why BTS provide this feature, what is it for and why non-GACed BTS artifacts cannot execute!