yywx001 发表于 2019-2-2 11:48:39

SAP r3trans命令的用法

  r3trans生产的log文件可以分析SAP启动过程中的问题,非常有用。
  如果根据error code查SAP的官方notes,一般都能找到解决方案。
  用法: r3trans []
  The control_file describes what R3trans has to do.
  The following options are possible:
  -c f1 f2 : Copy file f1 to f2 with character set conversion.
  -d       : DB connect. Test if SAP database is available. 测试SAP数据库是否可用。
  -i file: Import from file without using a control file.
  -l file: List the contents of file to the log file.
  -m file: List the contents of file to allow tp to create a cofile.
  -t       : Test. All database changes are rolled back.
  -t4      : Trace level 4. Switch on developer trace.
  -u: Unconditional modes. See below.
  -v       : Verbose. Write more details to the log file. 详细log文件。
  -w file: Log file. The default log file is 'trans.log'. 生成指定文件名的log。
  -x       : DB connect without access on any SAP table. 不访问SAP数据表而进行数据库连接测试。
  收藏于 2011-02-18
  来自于百度空间

页: [1]
查看完整版本: SAP r3trans命令的用法