您的位置:首页 > 编程语言 > PHP开发

SAP传输停止错误:Test call of transport control program (tp) ended with return code 0208!

2009-12-16 08:31 716 查看
今天在项目中突然接到同事请求,说无法释放请求,错误如下:

Test call of transport control program (tp) ended with return code 0208
Message no. TK094

Diagnosis
Your transport request could not be exported, since all requirements were not fulfilled.

Calling the transport control program tp
"tp EXPCHK DEVK903476 pf=//sapdev/sapmnt/trans/bin/TP_DOMAIN_DEV.PFL -Dtransdir=//sa"

which checks the export requirements, returned the following information:

Return code from tp: 0208

Error text from tp: ERROR:

System Response
Further processing is terminated.

Procedure
Check the following points:

Feasibility of the transport control program tp
Parameter settings in the transport profile
Availability of the transport directory and the subdirectories (cofiles, data, log, sapnames, bin)
Write authorization for the subdirectories
Write authorization for the files of the subdirectories cofiles, data, log, sapnames
Release the request again when the error has been removed

查过Notes215176之后得知,需要更新TP程序(其实也就是更新Kernel)。SAP论坛上说,有可能是目录读写权限有问题,这启发了我,查看SAP系统/usr/sap文件夹果然没有了共享权限。于是想给这个目录重新share出去。但是奇怪的事发生了,右键菜单中连"share"都没了。到网上查资料得知,可能是Services中的Server服务停了。到系统中一看果然如此,把这个Server服务起来后,SAP传输系统正常。这真是奇怪,也没有人去动它,不知道是不是中毒了。晚上查杀一下!

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/jamesxsy/archive/2009/04/17/4087861.aspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐