研究、分享我学习零售业SAP的历程
------------打造中国第一个零售SAP博客

随笔分类 -  SAP XI/PI

上一页 1 2 3 4 下一页
XI queue type
摘要:PrefixShort Descript. XBT1 High Priority Sender/IS Inbound EO Queue XBT9 Low Priority Sender/IS Inbound EO Queue XBQ1 High Priority Sender/IS Inbound EOIO Queue XBQ9 Low Priority Sender/IS Inbound... 阅读全文
posted @ 2009-07-21 21:28 会东 阅读(5982) 评论(0) 推荐(0) 编辑
SAP XI/PI UDF Global Container and Trace
摘要:GlobalContainer gc = container.getGlobalContainer(); // 获得全局对象 Interger counter =(Interger) gc.getParameter(“counter”); if (counter == null) { counter = new Integer(0); gc.setParameter(“counter”,coun... 阅读全文
posted @ 2009-07-10 10:50 会东 阅读(1309) 评论(0) 推荐(1) 编辑
XI/PI Dynamic Change File Receiver File Name
摘要:Dynamic Change File Receiver File Name 在实际的业务需求中,有很多需要动态的改变写出的文件名称,比如根据一些判断逻辑,写不同的文件名称等等, 方法有几种,可以用在ID端用XPATH方式,下面列举其中一种办法,UDF方式, 在Message Mapping 时自定义函数,代码如下: DynamicConfiguration conf = (DynamicConf... 阅读全文
posted @ 2009-06-19 22:45 会东 阅读(1177) 评论(0) 推荐(0) 编辑
XI 安装MS SQLSERVER JDBC 驱动
摘要:安装MS SQLSERVER JDBC 驱动首先下载,aii_af_jmsproviderlib.sda 启动SDM 选择Deployment 选择 Next Next 我第一次部属时也出现这个问题,不知道为何已经存在,进入VA检查 deploy 只能看到aii_af_jmsproviderlib 看不到里面驱动内容,不管那么多了,先把aii_af_jmsproviderlib undeployment,选择undeployment Start undeployment,在卸载时会重启server node, 然后重新安装,安装时也会自动重启server node。 安装完之后进入VA检查 P 阅读全文
posted @ 2009-06-05 09:50 会东 阅读(945) 评论(1) 推荐(0) 编辑
表空间统计
摘要:方法1: select ff.s tablespace_name, ff.b total, (ff.b - fr.b) usage, fr.b free, round((ff.b - fr.b) / ff.b * 100) || '% ' usagep from (select tablespace_name s, sum(bytes) / 1024 / 1024 b from dba... 阅读全文
posted @ 2009-06-04 09:21 会东 阅读(590) 评论(0) 推荐(0) 编辑
XI/PI No access to system landscape at present
摘要:在执行SXMB_ADM->Integration Engine Configuration –>Check(F7)时报错, “No access to system landscape at present” Sldcheck 报错: No corresponding business system found for system RET clie... 阅读全文
posted @ 2009-06-04 09:20 会东 阅读(1415) 评论(0) 推荐(0) 编辑
XI J2EE background processing Job
摘要:#813993 - FAQ: Message status in the adapter frameworkFor more explanation:we have four types of background processing jobs in the J2EE AdapterEngine.1) The Delete Job, which removes all final Msgs fr... 阅读全文
posted @ 2009-05-18 13:57 会东 阅读(715) 评论(0) 推荐(0) 编辑
PI java stack Archiving and Delete
摘要:Message Security Archiving Monitor 可以设置归档参数,归档监控 地址: http://<host>:5<sys#>00/mdt 定义 Background Processing (归档及删除job) 保留天数在VA可以配置,job定义在此处定义 阅读全文
posted @ 2009-03-19 16:24 会东 阅读(774) 评论(0) 推荐(0) 编辑
Editing Messages and Message Lock
摘要:Message Editer 可以修改Message,ROLE:SAP_XI_MESSAGE_MODIFY and SAP_XI_BPE_MONITOR_ABAP . SAP_XI_MONITOR_ENHANCED 当修改时如果Message Lock , ErrorAdmin action: Redelivering the message failed, due to: java.lang... 阅读全文
posted @ 2009-03-10 16:15 会东 阅读(778) 评论(0) 推荐(0) 编辑
Exchange Infrastructure Problem Analysis Scenarios
摘要:http://help.sap.com/saphelp_nw04s/helpdata/en/29/e0194120ddf223e10000000a155106/frameset.htm · Performance Analysis with Single Message · Sending an IDoc through XI Failed · Message Failed on the Adap... 阅读全文
posted @ 2009-03-10 11:48 会东 阅读(477) 评论(0) 推荐(0) 编辑
XI Monitor Analysis
摘要:Main Tools Transactions SXMB_MONI SXMB_ADMIN SXI_CACHE SICF SUIM SU01 SM59 SM58 PFCG Integration Builder: Design/Configuration Runtime Workbench Exchange Profile Visual Administrator Analysis The fol... 阅读全文
posted @ 2009-03-10 11:44 会东 阅读(1632) 评论(1) 推荐(0) 编辑
PI数据库空间监控
摘要:数据库空间监控 t-code:db02old current sizes 找到tablesapce 找到object 查找这个object所属那个表及列名 St04, 阅读全文
posted @ 2009-03-02 20:01 会东 阅读(832) 评论(0) 推荐(0) 编辑
XI Adapter service properties
摘要:登录VA->service->SAP XI Adapter: XI inbound 属性 Property Name = [default] xiadapter.inbound.numberRetries.default = 3 出错之后重试次数 xiadapter.inbound.persistDuration.default = 2592000000 [ms] 保留时间(30天) x... 阅读全文
posted @ 2009-03-02 19:35 会东 阅读(1229) 评论(2) 推荐(0) 编辑
MSGSTATE in SXMSPMAST table
摘要:001 --- Recorded 002 --- Being Processed 003 --- Processed Successfully 007 --- Archieved 008 --- Deleted 009 --- Automatic Restart 010 --- Message Branched 011 --- No Receiver Found 012 --- Recorded ... 阅读全文
posted @ 2009-02-14 10:22 会东 阅读(703) 评论(0) 推荐(0) 编辑
XI/PI Tables LIST
摘要:ABAPABAP schema Database Transaction Codes SE11 SE16SXMSPMAST XI Messages - Master SXMSPHIST XI Messages - Master History table SXMSPEMAS Integration Engine: Enhanced Message Queue (Master) SXMSPFADDRESS Addresses Master SXMSPVERS Integration Engine: Message Version SXMSPERROR XML Message Broker: Me 阅读全文
posted @ 2009-02-10 17:41 会东 阅读(1456) 评论(0) 推荐(0) 编辑
XI/PI ftp.FTPEx: 426 Connection closed
摘要:Audit Log for Message: 494175bc-0a39-0040-e100-8000c00006cc Time Stamp ... 阅读全文
posted @ 2008-12-15 15:27 会东 编辑
[转]什么是SAP PA培训和考试?
摘要:最近在关心PA认证的事,可是不参加培训就不能考试,可惜,下面是在网上找到的一个简介,对PA有一点认识。 我参加了3月10日到5月19日的SAP PA培训,MM模块的。 昨天(5月19日)考试,可惜落榜了,呵呵。并不意外,看书的时间太少了。 不过通过培训,英语有了质的飞跃,能看懂英语句子了(以前只看单词,例Player、HP、Game over),SAP的知识也学了不少,收获还是很大的。 那么给... 阅读全文
posted @ 2008-12-03 11:51 会东 阅读(5846) 评论(0) 推荐(0) 编辑
How do you activate ABAP Proxies?
摘要:Have you got the error message "Unable to connect to the Integration Builder, when you are trying to create a ABAP PROXY from a R/3 system? This blog enumerates the process of Configuration require... 阅读全文
posted @ 2008-11-19 00:15 会东 阅读(1318) 评论(0) 推荐(0) 编辑
PI 7.1 最新接触
摘要:看到了SDN上关于PI7.1的介绍,视觉冲击很大,PI7.1现在已成为SAP SOA 的中间件,是SAP业务处理平台,PI最重要的角色就是支持SOA,原PI是基于JAVA平台,7.1之后大部分转入ABAP平台,用ABAP来建模,实施,配置,发行和使用企业服务,在PI7.1中企业的信息系统的集成推荐使用Web serivce 与SAP交互(为了体现SOA),把原来XI的“失败”产品BPM又重新实现,... 阅读全文
posted @ 2008-11-12 23:57 会东 阅读(1230) 评论(0) 推荐(0) 编辑
PI/XI 常用数据表
摘要:IDXSNDPOR:存储IDOC与XI MessageID对应,对应IDX5,字段分别是IDOCNUMBER,GUID,GUID对应是原message ID,也就是用sxi_monitor 查看message 的Parent Message ID. SMPPREL3:存储Message的发送和接收,interface一些信息,Mapping 名称等 SMPPMAP3:存储Mapping 类型,是... 阅读全文
posted @ 2008-11-10 10:13 会东 阅读(1467) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 下一页