DEV 和 PRO 使用 /usr/sap/trans 的区别
我正在配置传输系统,PRO是域控制器。
我最近将 46C 系统从 PRO(生产)复制/安装到 DEV(开发/测试)系统,需要重新配置传输系统。复制后,存在两个域控制器,一个在 DEV 中,另一个在 PRO 中。我这里有 2 个问题:
使用
STMS
,我是否应该删除 DEV 域控制器并创建另一个仅集成到 PRO 域控制器的域控制器?此后,DEV 中的
/usr/sap/trans
是否会填充该系统中生成的新运输订单/任务?或者只有 PRO 的/usr/sap/trans
才会填充 DEV 运输订单/任务?
I am configuring transport System, PRO is the domain controller.
I recently made a 46C system copy/installation from PRO (production) to DEV (development/test) system and need to reconfigure transport system. After the copy two domain controllers exists, one in DEV and another in PRO. I have 2 questions here:
Using
STMS
, should I delete DEV domain controller and create another that only integrate to PRO domain controller?After this, will the
/usr/sap/trans
in DEV be populated with new transport orders/tasks generated in this system? or only/usr/sap/trans
of PRO will be populated with DEV transport orders/tasks?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更新:关于您在评论中提出的问题。 两个系统应该查看相同的目录。 SAP 永远不会将文件从一个 trans 目录传输到另一个目录。过程是:
不涉及文件移动。由于两个系统都查看相同的目录树。
这是有关 stms 的 SAP 文档。这并不简单。但您可以测试并使用它,直到您掌握了这个概念。
**更新之前:**通常的做法是:
Update: Regarding your question in the comment. Both system should look at the same directory. Sap is never transfering files from one trans directory to another. The process is:
There is not file movement involved. Since both system look at the same directory tree.
Here is Sap documentation on stms. Its not simple. But you can test and play with it untile you grasp the concept.
**Before update:**The usual practice is: