赛跑网

 找回密码
 注册

QQ登录

只需一步,快速开始

快捷登录

查看: 2313|回复: 7

[其他问题] sap Ecc6 oralce数据库的初始管理用户名及密码?

[复制链接]
发表于 2012-7-6 12:52:29 | 显示全部楼层 |阅读模式
3赛跑币
虚拟机800client端的初次使用时,登陆 DDIC 和sap* 多次,导致此两个用户被锁住,
错误信息:password logon no longer possible --too many failed attempts.
其他的client(000,001)端的sap*及DDIC都可正常使用....
我想通过登陆oralce数据库去解决800client无法登陆的问题,但不知道密码,求助!
如果有其他方法,解决登陆此800client的方法也可(此虚拟机版本为赛跑网版本)

最佳答案

查看完整内容

我帮你写了个程序,你试试,到000下SE38里运行下面的程序 report ZTEST. Tables: USR02. Select single * from USR02 where bname = 'SAP*'. usr02-mandt = '800'. Modify usr02 client specified. IF sy-subrc = 0. WRITE: 'Success!'. else. WRITE: 'Failure!'. ENDIF. 程序原创,呵呵

最近访客

  • Henuy123
    2020-08-24




上一篇:VL01N为什么不能发货呢?
下一篇:是否需要关联到金税系统?
本楼点评(0) 收起
发表于 2012-7-6 12:52:30 | 显示全部楼层
我帮你写了个程序,你试试,到000下SE38里运行下面的程序

report ZTEST.

Tables: USR02.

Select single * from USR02 where bname = 'SAP*'.

usr02-mandt = '800'.

Modify usr02 client specified.

IF sy-subrc = 0.

  WRITE: 'Success!'.
else.
  WRITE: 'Failure!'.
ENDIF.

程序原创,呵呵
本楼点评(0) 收起
回复

使用道具 举报

发表于 2012-7-6 13:11:14 | 显示全部楼层
我们在刚装好虚拟机后,一般有三个默认集团,如果其他集团的SAP*密码丢失了怎么办? If you have forgotten the SAP* password how do you recover?
Option 1  
Set profile parameter 'login/no_automatic_user_sapstar' with value '0'
This will allow you to reset sap* password. Do not forget to stop/start
your sap system in order to take this parameter into account. When
restarted, you will be able to login within default password 'PASS'

Option 2
Run the following report from a client you can logon to.
Either from SE38 in a client where ABAP development is available,
transport the report or use the function module
'RFC_ABAP_INSTALL_AND_RUN' and put the report in the program
table and enter debug with replace to remove the SAP checks.
Report t.
Tables: USR02.
Select single * from USR02 where bname = 'SAP*'.



Modify usr02 client specified.
本楼点评(0) 收起
回复

使用道具 举报

 楼主| 发表于 2012-7-6 17:59:51 | 显示全部楼层
admin 发表于 2012-7-6 12:52
我帮你写了个程序,你试试,到000下SE38里运行下面的程序

report ZTEST.

你这个方法,简单易用,只是我这边abap编辑器,没有设置对,总是编译不通过,还好最终搞定,多谢!
本楼点评(0) 收起
回复

使用道具 举报

发表于 2012-7-6 18:01:39 | 显示全部楼层
jashen_jiang 发表于 2012-7-6 17:59
你这个方法,简单易用,只是我这边abap编辑器,没有设置对,总是编译不通过,还好最终搞定,多谢!

一步到位,比网上的解决方案好,所以有空还是学点ABAP,有好处的。
本楼点评(0) 收起
回复

使用道具 举报

 楼主| 发表于 2012-7-6 18:46:10 | 显示全部楼层
qdggnjj 发表于 2012-7-6 13:11
我们在刚装好虚拟机后,一般有三个默认集团,如果其他集团的SAP*密码丢失了怎么办? If you have forgotten ...

在我的系统里,我在rz10里没有找到'login/no_automatic_user_sapstar' 参数,要新建参数?
本楼点评(0) 收起
回复

使用道具 举报

发表于 2013-7-24 22:47:08 | 显示全部楼层
谢谢,学习
本楼点评(0) 收起
回复

使用道具 举报

发表于 2013-7-24 22:47:24 | 显示全部楼层
学习,谢谢
本楼点评(0) 收起
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|联系我们|赛跑网 ( QQ:108519493QQfsq

GMT+8, 2024-5-17 03:02 , Processed in 0.291416 second(s), 54 queries .

Powered by 91SAP X3.4

© 2001-2023 91sap Team.

快速回复 返回顶部 返回列表