当前位置: 首页 > news >正文

81.SAP ME - SAP SMGW Getway Monitor

目录

1.起因

2.SMGW

Displaying Logged On Clients 

Displaying Remote Gateways

Display and Control Existing Connections

Deleting a Connection

Displaying Gateway Release Information

Displaying Parameters and Attributes of the Gateway

Change Gateway Parameters

Activating Traces

Expert Functions

Using the Gateway Monitor Outside the SAP System

Troubleshooting


1.起因

        为了建立SAP ERP和SAP ME的IDOC传输通道,在SAP ERP一端使用SM59建立TCP连接,在SAP ME的IDOC配置对应程序。然后再SM59测试链接,出现连接错误。后续使用SMGW查看连接情况。闲下来之后,查了下这个TCODE。

2.SMGW

The Gateway Monitor (transaction SMGW) is used for analyzing and administrating the gateway in the SAP system

Path(S/4 HANA):

Displaying Logged On Clients 

You can display a list of currently logged on systems by choosing [Goto-Logged on systems ] 

 

 通过这里可以查看到,SAP ME已经连接到 SAP ERP,TP Name就是SM59里注册的程序标识。

  • LU Name: With CPIC connections via TCP/IP, this field describes the host on which the partner program is running or is to run

  • TP Name: Name of the transaction program or the name of the program that was started by the gateway.

  • System Type. The following values are permitted:

    • NORMAL_CLIENT: Normal client (external program)

    • LOCAL_R3: Local SAP System

    • REMOTE_GATEWAY: Connection to remote gateway

    • FROM_REMOTE_GATEWAY: Connection from a remote gateway

    • REGISTER_TP: Registered transaction program

  • Host Name: Name of host client is running on

  • Host address: All TCP/IP names on the host. If there are several network cards then there may be several entries here. Usually 5 alternative host names are supported.

  • Last Request: Time of last activity

  • Connection Status: Connection status to a client or another gateway at TCP/IP level. The default value is Connection OK.

    In the following cases connections are highlighted in color in the gateway monitor.

    • Connections with status Connection Pending (handshake while opening the connection) are colored orange

    • If the data packets could not be fully written in the network connections, the connection is colored green. If this status lasts for a while, it indicates network problems, or the partner program cannot read any data from the network, because it is busy with other tasks that take time (for example, BRBACKUP).

  • Reg. Status: Status of a registered RFC server program. Following statuses are possible:

    • Logged on: The program is logged on, but is not accepting any requests

    • Waiting: The program is waiting for calls from the system

    • Running: The program is processing a request from the system

这只是其中之一,我这边经常使用的。还有更多,例如: 

Displaying Remote Gateways

Display and Control Existing Connections

Deleting a Connection

Displaying Gateway Release Information

Displaying Parameters and Attributes of the Gateway

Change Gateway Parameters

Activating Traces

Expert Functions

Using the Gateway Monitor Outside the SAP System

Troubleshooting

http://www.lryc.cn/news/416038.html

相关文章:

  • SAPUI5基础知识24 - 如何向manifest.json中添加模型(小结)
  • 操作系统---文件管理
  • C语言指针详解(三)目录版
  • 【AI资讯早报】AI科技前沿资讯概览:2024年8月6日早报
  • 等保测评中的密码技术与密钥管理
  • go语言flag库学习
  • 2024年必备技能:智联招聘岗位信息采集技巧全解析
  • 《机器学习by周志华》学习笔记-决策树-02
  • centos Python3.6升级3.8
  • 文章解读与仿真程序复现思路——电网技术EI\CSCD\北大核心《基于竞价空间预测的虚拟电厂日前竞价策略》
  • Simulink模型开发中的一些自动化方法
  • RabbitMQ消费者消费消息失败处理
  • Apache Kylin分布式的分析数据仓库
  • informer中DeltaFIFO机制的实现分析与源码解读
  • 树莓派下,centos7amr64下,搭建目标检测开发环境,java语言
  • SpringBoot+Redis 发布与订阅
  • huggingface无法访问怎么办?一招教你解决,使用hf-mirror.com镜像站快速下载各种大模型
  • 如何用密码保护你的 WordPress 管理员 (wp-admin) 目录
  • java 程序包org.junit.jupiter.api不存在
  • 简单的docker学习 第4章 docker容器
  • 零基础入门转录组数据分析——机器学习算法之SVM-RFE(筛选特征基因)
  • Python酷库之旅-第三方库Pandas(067)
  • Spring快速学习
  • 【Web开发手礼】探索Web开发的秘密(十五)-Vue2(2)AJAX、前后端分离、前端工程化
  • Phalco安装过程以及踩的一些坑(mac环境)
  • Ubuntu修改双系统默认启动顺序
  • 高仲富:49岁搞AI,白天种菜卖菜,晚上学数学搞程序
  • 光线追踪(纹理映射)
  • 传统产品经理VS现在AI产品经理,你要学习的太多了,超详细收藏我这一篇就够了
  • C#使用Socket实现TCP服务器端