sap 服务器启动时的问题
2021腾讯云限时秒杀,爆款1核2G云服务器298元/3年!(领取2860元代金券),
地址:https://cloud.tencent.com/act/cps/redirect?redirect=1062
2021阿里云最低价产品入口+领取代金券(老用户3折起),
入口地址:https://www.aliyun.com/minisite/goods
推荐:SAP的netweaver应用服务器控制台之二---启动控制台
Use By default, the standalone SAP Microsoft Management Console is automatically launched after completing the installation procedure. Procedure Start
1 如果SAP server 启动时报 连接数据maxdb错误 一般可能是连接数据库的用户名和密码不对
通过这个工具来修改server 启动时加载的连接数据用户名及其它信息
<sapj2eeengine_install_dir></sapj2eeengine_install_dir>\config\configtool.bat
选择secure store , admin/password/<sid></sid>entry
修改值 并add按键
再保存
重启机器
2 数据日志満也会造成服务启动不来
这时就要把maxdb 的日志设成覆盖式
sap server 启动
1 数据库maxdb是以服务方式启动
2 MMC 工具启动时的用户是要有此权限的用户
3 它服务包括 消息报务器,序列服务,发布服务器,分发服务器,应用服务器 这几部分组成
命令行方式启动
startsap [db|r3|j2ee|ccms|all|check} [<instance></instance>] [<virtual hostname=""></virtual>]
start:
C:\usr\sap\J2E\JC00\exe>sapstart.exe name=J2E nr=JC00 SAPDIAHOST=localhost
stop:
C:\usr\sap\J2E\JC00\exe>stopsap.exe name=J2E nr=JC00 SAPDIAHOST=localhost
目的: The SAP Management Console provides a common framework for centralized system management. It allows you to monitor and perform basic administrat
相关阅读排行
- 1SAP的netweaver应用服务器控制台之一
- 2ABAP-读取应用服务器目录信息的函数代码摘抄
- 3ABAP--编写应用服务器执行外部命令的程序示例
- 4根据return code判断SAP服务器连接问题
- 5sap 服务器启动时的问题