随笔分类 -  BizTalk

[BTS] WCF-SQL : You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels
摘要:Issue The adapter "WCF-SQL" raised an error message. Details "Microsoft.ServiceModel.Channels.Common.AdapterException: You can only specify the READPA 阅读全文

posted @ 2022-09-09 17:15 徐中 阅读(117) 评论(0) 推荐(0)

[BTS] BizTalk WCF-SQL Adapter 高级应用
摘要:9102年岁尾,41岁的我居然还在搞 BizTalk,感觉就是一种悲伤。 国内用户少之又少,能坚持一直在使用的“忠实”用户那就更少了。 不是它不好用,而是微软全线转向云服务,这个产品也已经快10年没有微信技术专家的支持了。哎~~ 针对 WCF-SAP Adapter 的简单使用,网上已经有专家介绍过 阅读全文

posted @ 2019-12-23 16:48 徐中 阅读(398) 评论(1) 推荐(1)

[BTS] BizTalk EDI character set and separator settings
摘要:最近一个项目上遇到需要对EDI头、分隔符、小数点等配置项进行设置。 这里只记录一下结果,原理不记了,多看MSDN。 UNB1中的信息在BizTalk中是不会体现在EDI输出文件中的,双方协商好即可。 下面是一个EDI文件的例子 UNB+UNOC:3+SOURCE.NAME+DESTINATION.N 阅读全文

posted @ 2017-02-19 13:20 徐中 阅读(537) 评论(0) 推荐(0)

[BTS] BizTalk EDI AS2 Error 1
摘要:A message sent to adapter "HTTP" on send port "XZ.Test.AS2" with URI "https://server.infineon.com/invoke/wm.EDIINT/receive" is suspended. Error detail 阅读全文

posted @ 2016-12-17 21:02 徐中 阅读(379) 评论(0) 推荐(0)

[BTS] BizTalk With EF
摘要:System.TypeInitializationException: The type initializer for 'System.Data.Entity.Internal.AppConfig' threw an exception. > System.Configuration.Config 阅读全文

posted @ 2016-05-09 18:05 徐中 阅读(357) 评论(0) 推荐(0)

[BTS] Exception occurred when persisting state to the database
摘要:Error 1 Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'JD.EAI.POCheck(e8eb59a4-87f2-1933-5d4f-3bef0d073ae9 阅读全文

posted @ 2016-05-08 07:08 徐中 阅读(714) 评论(0) 推荐(0)

[BTS] The adapter "SQL" raised an error message. Details "The Messaging Engine is shutting down. ".
摘要:Get a warning in event log.Log Name: ApplicationSource: BizTalk ServerDate: 3/5/2015 9:23:59 AMEvent ID: 5740Task Category: BizTalk ServerLevel: Warni... 阅读全文

posted @ 2015-03-05 15:51 徐中 阅读(403) 评论(0) 推荐(0)

[BTS]The join order has been enforced because a local join hint is used.;Duplicate key was ignored.".
摘要:在一个客户的BizTalk Server 2013 R2环境中会报如下的ERROR,查找相关资料后,先试试停掉所有Trace。Log Name: ApplicationSource: BizTalk ServerDate: 3/3/2015 7:59:12 AMEvent ID: 6912Task ... 阅读全文

posted @ 2015-03-03 12:57 徐中 阅读(1471) 评论(0) 推荐(0)

[BTS] The external credentials in the SSO database are more recent.
摘要:For test some interface. We change BizTalk Server time to a feature date. For example, change to next month.When I start or stop some receive location... 阅读全文

posted @ 2015-01-28 12:15 徐中 阅读(476) 评论(0) 推荐(0)

[BTS] SQL Adapter. New transaction cannot enlist in the specified transaction coordinator
摘要:The adapter "SQL" raised an error message. Details "New transaction cannot enlist in the specified transaction coordinator. ". 阅读全文

posted @ 2014-12-02 22:31 徐中 阅读(620) 评论(0) 推荐(0)

[BTS] Deploy Command
摘要:BizTalkDeploymentTools.AddResource.bat@Echo OFFSET ApplicationName=%~1SET ComponentType=%~2SET ComponentName=%~3Echo.Echo.Echo #######################... 阅读全文

posted @ 2014-11-25 18:01 徐中 阅读(425) 评论(0) 推荐(0)

[BTS] WCF-OracleDB
摘要:When I insert some data to Oracle, BizTalk WCF-OracleDB throw this error.A message sent to adapter "WCF-OracleDB" on send port "SaveOrder" with URI "o... 阅读全文

posted @ 2014-07-21 13:39 徐中 阅读(756) 评论(0) 推荐(0)

[BTS] Error biztalk arguments null exception string reference not set to an instance of a string. parameter name
摘要:biztalk arguments null exception string reference not set to an instance of a string. parameter name: sSolution:Recreate a sendport for SOAP adapter. 阅读全文

posted @ 2013-10-23 12:05 徐中 阅读(2047) 评论(0) 推荐(0)

[BTS] RFC IDOC_INBOUND_ASYNCHRONOUS
摘要:Error Message:Log Name: ApplicationSource: BizTalk ServerDate: 9/10/2013 3:56:07 PMEvent ID: 5740Task Category: BizTalk ServerLevel: WarningKeywords: ... 阅读全文

posted @ 2013-09-10 16:02 徐中 阅读(1570) 评论(0) 推荐(0)

[BTS] Action demo In BizTalk WCF-SAP Adapter
摘要:I use following xml config in BizTalk 2010 WCF-SAP adapter. View Code It was useful for me. 阅读全文

posted @ 2013-09-04 09:39 徐中 阅读(388) 评论(0) 推荐(0)

[BTS] Correct the specified Action, or refer to the documentation on the allowed formats for the Actions
摘要:A message sent to adapter "WCF-SAP" on send port "CNILG.iHouse.SAP.WCFSAP" with URI "sap://CLIENT=280;LANG=EN;@a/SAP.COMPANY.COM/00?GWHOST=SAP.COMPANY... 阅读全文

posted @ 2013-09-02 16:46 徐中 阅读(460) 评论(0) 推荐(0)

[BTS] System.Xml.Schema.XmlSchemaException: The complexType has already been declared when generate IDoc schema.
摘要:I use wcf-sap adapter for generate the schema of IDoc that named "YHREMPMASTER". but throw following error message.System.Xml.Schema.XmlSchemaException: The complexType 'http://Microsoft.LobServices.Sap/2007/03/Types/Idoc/2/YHREMPMASTER//731:YHREMPMASTER' has already been declared. 阅读全文

posted @ 2013-08-29 12:14 徐中 阅读(1066) 评论(0) 推荐(0)

[BTS] Faulting application name: BTSNTSvc.exe, version: 3.9.469.0, time stamp: 0x4c547e09
摘要:Log Name: ApplicationSource: Application ErrorDate: 8/22/2013 1:28:35 AMEvent ID: 1000Task Category: (100)Level: ErrorKeywords: ClassicUser: N/AComputer: CN-S-VQBTS01.cn.abb.comDescription:Faulting application name: BTSNTSvc.exe, version: 3.9.469.0, time stamp: 0x4c547e09Faulting module name: ntdll. 阅读全文

posted @ 2013-08-22 13:22 徐中 阅读(1095) 评论(0) 推荐(0)

[BTS] BizTalk Oracle Adapter Error 02
摘要:--------------------------- WCF-Custom Transport Properties --------------------------- Error saving properties.(System.ArgumentException) Invalid binding. (System.IO.FileNotFoundException) Could not load file or assembly 'Oracle.DataAccess, Version=2.111.7.0, Culture=neutral, PublicKeyToken=89b 阅读全文

posted @ 2013-06-16 14:16 徐中 阅读(695) 评论(0) 推荐(0)

[BTS] BizTalk Oracle Adapter Error 01
摘要:日志名称: Application 来源: XLANG/s 日期: 2013/6/16 13:41:56 事件 ID: 10034 任务类别: 无 级别: 错误 关键字: 经典 用户: 暂缺 计算机: BTS2010 描述: xlang/s engine event log entry: Uncau... 阅读全文

posted @ 2013-06-16 13:58 徐中 阅读(666) 评论(0) 推荐(0)

导航