摘要:
如果SAP的PO的域名配置有错误,可能会导致ESR和ID无法进入,报莫名奇怪的错误,例如: 打开Integration Builder的时候,会提示Cannot connect to server using message server:ms://<server>:<port>/P4 类似的错误, 阅读全文
摘要:
Reproducing the Issue Open transaction PE02, Change the SAP Standard rule like IN44, IN54, INTT, IN72, INF1 etc The system presents the error: You onl 阅读全文
摘要:
# -*- coding:utf-8 -*- import threading import time class Producer(threading.Thread): # 生产者函数,重写run()方法 def run(self): global count while True: if con 阅读全文