RNIF BAM Tracking Error

解决办法:

503: Service Unavailable

解决办法:IIS 应用程序池运行账户用户名或密码错误,用户名不能是domain\username格式,直接使用username

public initiator terminated on time out to receive a signal for the async action message

解决办法:只安装Certification Authority Web Enrollment

访问CA-web站点,出现500错误
HTTP Error 500.19 – Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
解决办法:Application Pool改为 .NET v2.0

解决办法:重新打开BTARN管理控制台

Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. C:\Program Files (x86)\Microsoft BizTalk 2013 R2 Accelerator for RosettaNet\SDK\LOBWebApplication\Web.config
创建 WebApplication 而不是虚拟目录

**"http://localhost:80/BTARNApp/RNIFSend.aspx" Reason: The revocation status is unknown for the certificate used to sign the message. This might be because the certificate authority is offline. **
CA CRL 不能被访问,
解决办法:使用自搭建的证书服务器时禁用CRL检查,需要关闭发送端口CONTOSO.Async,CONTOSO.Sync,接收位置:Async_Http_Receive,Sync_Http_Receive等涉及到整个流程上的接收和发送管道。交易的两台服务器都需要设置

CRL路径查看

Net Information: 0 : [6912] SecureChannel#66166301 - Remote certificate has errors:
DateTime=2017-02-13T01:49:17.6796872Z
System.Net Information: 0 : [6912] SecureChannel#66166301 - Certificate name mismatch.
DateTime=2017-02-13T01:49:17.6796872Z
System.Net Information: 0 : [6912] SecureChannel#66166301 - Remote certificate was verified as invalid by the user.
DateTime=2017-02-13T01:49:17.6796872Z
System.Net Error: 0 : [6912] Exception in HttpWebRequest#17653682:: - The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel..

远程服务器需要使用IIS 服务器证书不能使用CA证书,注意查看远程指是的哪台服务器

**Failed to get an active Trading Partner Agreement between parties **
解决方案:激活agreement

Unable to locate an authorized TPA for this message. Details: PIP Code=3A7, PIP Version=V02.00.00, PIP InstanceId=3A7_Test2, Source Partner=554433221, Dest Partner=112233444, MessageType=Action, MessageSignatureHash=31DECFC0DD5275BA0235C656D2DF7A50CACED2F0.
Responser 的Home Role 错误

Responder Role specified does not match the PIP specification. code specified does not match the PIP specification for Initiator_Service. code specified does not match the PIP specification for Responder_Service.
服务名称写错了,只有Buyer 和Seller

最新文章

  1. 基于dubbo构建分布式项目与服务模块
  2. Asp.Net MVC4 + Oracle + EasyUI 学习 第一章
  3. Nginx详解(一)
  4. 基于 ANSIBLE 自动化运维实践
  5. IOS 沙盒机制 浅析
  6. HTTPAnalyzer截获SoapUI发送的接口报文
  7. 二叉树学习笔记之二叉查找树(BSTree)
  8. Parallax Occlusion Mapping
  9. Java基础知识强化之IO流笔记66:Properties的概述 和 使用(作为Map集合使用)
  10. windows下使用MinGW的调试工具gdb.exe调试C程序
  11. rcp(插件开发)The type XXX cannot be resolved. It is indirectly referenced from required .class files解决办法
  12. Combination Sum III —— LeetCode
  13. iOS-获取UIView的全部层级结构
  14. Guava API学习之Multimap
  15. Android SDK 更新时修改hosts文件仍然无法更新,可试试这个方法……
  16. 【Leetcode】Set Matrix Zeroes
  17. centos 5.8 x64Jetty的安装以及项目部署配置
  18. 华为s5700 添加与删除vlan
  19. ShaderLab 之 UNITY_INITIALIZE_OUTPUT
  20. Git & github 使用指南

热门文章

  1. shell delete with line number
  2. 原生JavaScript支持6种方式获取元素
  3. ppt标签打开文件 word标签打开文件 窗口打开文件 粘贴默认方式
  4. 常用的Lambda表达式
  5. Ubuntu环境中的Android源代码下载
  6. C++程序设计方法3:虚函数
  7. Map不同具体实现类的比较和应用场景的分析
  8. 深入理解JVM(8)——类加载的时机
  9. bzoj 1005
  10. 关于UITableView的一些老是忘记的小杂碎