Share Documents

ccnp_Server的专栏

用户操作
[即时聊天] [发私信] [加为好友]
ccnp_ServerID:ccnp_Server
150469次访问,排名523好友0人,关注者56
Success is never final
ccnp_Server的文章
原创 107 篇
翻译 1 篇
转载 36 篇
评论 46 篇
ccnp_Server的公告

Welcome To Share Documents

Language Corner hosted by ccnp_server.

Join now


Chat about what's on your mind. More about public chats.

最近评论
li:为什么我不能下载
li:为什么我不能下载
sap99:http://www.sap99.com/
,SAP免费资料下载
SAP99资料多多

http://www.sap99.com

有很多的学习资料,推荐一下,
chenjuchuan:查看很多资料说是Oracle占用内存太大,我进行优化后仍然这样,按照您的方式恢复控制文件无法也无法恢复,很郁闷,不知道如何办?
chenjuchuan:我的是启动R3系统后,系统consol发现disp+work.exe进程启动一分钟后自动变成黄色,除了msg_server.exe还是绿色外,其他都是黄色。使用saplogon也无法登录,查看dev_disp后发现一下错误:
Wed Sep 10 09:28:23 2008
***LOG Q0I=> NiPRead: recv (10054: WSAECONNRES……
文章分类
收藏
    相册
    2004年度设计·龙卷风T恤
    CSDN相关
    windows 2003 Tech
    会计网校教学视频捕获教程
    Advanced Engineers
    CSDN.Aceryt双子星
    CSDN.chang_bo.MVP
    CSDN.gnaw0725.MVP
    CSDN.icuc88.MVP
    CSDN.liuxiaoyi666.MVP
    CSDN.scz123小章
    Csdn.Spark_li.BAT
    SecureCode.icuc88.MVP
    软件测试工程师
    非典型程序员.AlbertLee
    Csdn Links
    Csdn.net Blog
    Csdn.net Blog News
    Csdn.net Blog Top100
    MVP links
    Micrsoft China
    Cartoon.MSN
    Microsoft Live Blog
    Microsoft TechNet
    获取事实主页
    mySite
    ccnpServer itpub Blog
    ccnpServer.Gmail
    DiOS.cn (do it oneself)
    Google Doc
    msnSpaces Top10
    NewAge
    ilDivo
    Vitas 中国
    xiaLaLa
    Others
    [动画]圣斗士·冥王篇
    [动画]头文字D 全4季
    [动画]机器帽·多拉A梦109集
    [动画]灌篮高手107集
    [动画]蜡笔小新553集
    GoogleMapStreeView
    i4u.com.cn
    NewConceptEn[volume 1]
    virtualUnix AIX模拟器
    virtualUnix hp-UX模拟器
    virtualUnix Solaris模拟器
    YouTube
    在线扫描病毒服务·荐
    法制进行时·在线
    PhotoGrapher
    QuentinPhotoGraphy.shi
    VisionWork.king
    思潮色彩.V00108896
    瑞子de摄影BLOG.RUIZ
    SAP Consultant
    Harry.Zhuang 'FI/CO'
    WWW.SAPLABS.ORG
    东楚山夫
    小Z日志.icuc88版权所有
    一囘.初显身手.小Z路遇帝恩俄斯挡路
    七囘.Z氏拳术,对敌三招
    三囘.利器,我的DHCP
    二囘.得高人指点,小Z再战帝恩俄斯
    五囘.名称解析的痛苦
    八囘.祸兮福之所倚,福兮祸之所伏
    六囘.DHCP让你爱我不容易
    四囘.抵挡,就可以完成任务
    中文资源
    VMware cn site
    中国IT实验室
    中国下载 1st
    中國DOS聯盟ccnpserver
    免费电子书推荐
    多语言在线翻译
    好用的浏览器Maxthon2
    存储时代·谈RAID
    木蚂蚁社区
    模拟DDoS
    网络爱好者
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 SAP.暴力破解SAP系统DDIC账户密码收藏

    新一篇: SAP.T-code:ST01使用手册 及SAP.com官方帮助文档 | 旧一篇: Oracle.Schema

    参考文档:
    Data from searchsap.com. :)
    Here is how to find lost SAP* and DDIC passwords:
    1.) Logon as DB admin (on oracle: ora, for informix: informix)
    2.) Run the SQL program of your database (on oracle: sqlplus, for informix: dbaccess)
    3.) IMPORTANT: Make a current snapshot of the table. Do an export on table USR02
    (Oracle: use the command exp, Informix: use dbexport) ... Alternative: Create a
    table copy of USR02 This will be used if anything goes wrong.
    4.) Now do a SELECT command on table USR02. The idea is to check if SAP* is present
    in the client you want. (Command: SELECT * FROM USR02 WHERE MANDT='XXX' and
    BNAME='SAP*' ... MANDT here is the client) ... this is an optional step ...
    5.) The next step is to make a copy of the SAP* table record (to be used on step
    #9). For Oracle, create a temporary table with USR02 structure and insert the value
    SAP* from the client that you want. For Informix, you may just copy the exported
    USR02 data and edit it using vi to delete other records other than SAP* .. or use
    the same steps as in Oracle.
    6.) Delete the record SAP* ON THE REQUIRED CLIENT ONLY on table USR02. (Command:
    delete from USR02 where MANDT='XXX' and BNAME='SAP*').
    Commit the changes, if needed.
    7.) Now logon to SAP. Use the ID SAP* and password PASS (or 06071992). You can now
    edit the password for the DDIC user ID. You have to create a user ID or give
    authorization to DDIC (if needed) to access transaction SU01.

    感谢 Dragon.lan

    测试环境:
    windows 2003 sp1
    SAP R/3 IDES 4.71 <SID:R3D>
    ORACLE 9.2.0.1
    client 800 (DDIC:123456)
    client 100 (DDIC:123456) 拷贝800

    通过exp对R3D数据表进行导出:
    C:\>exp

    Export: Release 9.2.0.2.1 - Production on Fri Feb 1 21:58:00 2008

    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.


    Username: sapr3d  'schema默认SAP<SID>
    Password:

    Connected to: Oracle9i Enterprise Edition Release 9.2.0.2.1 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.2.0 - Production
    Enter array fetch buffer size: 4096 >

    Export file: EXPDAT.DMP > 200802012158_USR02.dmp

    (2)U(sers), or (3)T(ables): (2)U > T

    Export table data (yes/no): yes > Y

    Compress extents (yes/no): yes > Y

    Export done in WE8DEC character set and UTF8 NCHAR character set

    About to export specified tables via Conventional Path ...
    Table(T) or Partition(T:P) to be exported: (RETURN to quit) > USR02

    . . exporting table                          USR02       2138 rows exported

    查询DDIC账户在CLIENT100的记录:
    C:\>sqlplus /nolog                                          

    SQL*Plus: Release 9.2.0.2.0 - Production on Fri Feb 1 22:01:33 2008                                                         

    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.       

    SQL> conn sapr3d/sap@r3d                                                                                                    
    Connected.
    SQL> select * from usr02 where bname='DDIC' and mandt=100;  '注意大小写敏感

    MAN BNAME        BCODE            GLTGV    GLTGB    U CLASS             LOCNT
    --- ------------ ---------------- -------- -------- - ------------ ----------
         UFLAG ACCNT        ANAME        ERDAT    TRDAT    LTIME  OCOD1
    ---------- ------------ ------------ -------- -------- ------ ----------------
    BCDA1    C OCOD2            BCDA2    C OCOD3            BCDA3    C
    -------- - ---------------- -------- - ---------------- -------- -
    OCOD4            BCDA4    C OCOD5            BCDA5    C VER C TZONE  Z
    ---------------- -------- - ---------------- -------- - --- - ------ -
    PASSCODE
    ----------------------------------------
    100 DDIC         404CDE71EE977FDE 00000000 00000000 A SUPER                 0
             0              SAP*         19920619 20071108 205051 61D26428640DBAB5
    20270712 B 26C6795EEEFB72A9 20021028 B 5FC8939AB19D23CA 20000713 B

    MAN BNAME        BCODE            GLTGV    GLTGB    U CLASS             LOCNT
    --- ------------ ---------------- -------- -------- - ------------ ----------
         UFLAG ACCNT        ANAME        ERDAT    TRDAT    LTIME  OCOD1
    ---------- ------------ ------------ -------- -------- ------ ----------------
    BCDA1    C OCOD2            BCDA2    C OCOD3            BCDA3    C
    -------- - ---------------- -------- - ---------------- -------- -
    OCOD4            BCDA4    C OCOD5            BCDA5    C VER C TZONE  Z
    ---------------- -------- - ---------------- -------- - --- - ------ -
    PASSCODE
    ----------------------------------------
    0398BC76DDC790AB 20000713 B 5FC8939AB19D23CA 19991116 B     B
    0000000000000000000000000000000000000000

    删除DDIC用户记录:
    SQL> delete from usr02 where bname='DDIC' and mandt=100;
    ***************

    启动SAP系统,应用DDIC账户成功登陆,此时使用的密码依旧是123456,也许是因为client100是拷贝client800,切在拷贝之前client800中的DDIC密码已经被改为123456;

    再次查询DDIC用户记录:
    SQL> select * from USR02 where bname='DDIC' and mandt=100;        

    no rows selected       

    停止SAP系统后,查询DDIC用户记录:

    SQL> select * from usr02 where bname='DDIC' and mandt=100;  '注意大小写敏感

    MAN BNAME        BCODE            GLTGV    GLTGB    U CLASS             LOCNT
    --- ------------ ---------------- -------- -------- - ------------ ----------
         UFLAG ACCNT        ANAME        ERDAT    TRDAT    LTIME  OCOD1
    ---------- ------------ ------------ -------- -------- ------ ----------------
    BCDA1    C OCOD2            BCDA2    C OCOD3            BCDA3    C
    -------- - ---------------- -------- - ---------------- -------- -
    OCOD4            BCDA4    C OCOD5            BCDA5    C VER C TZONE  Z
    ---------------- -------- - ---------------- -------- - --- - ------ -
    PASSCODE
    ----------------------------------------
    100 DDIC         404CDE71EE977FDE 00000000 00000000 A SUPER                 0
             0              SAP*         19920619 20071108 205051 61D26428640DBAB5
    20270712 B 26C6795EEEFB72A9 20021028 B 5FC8939AB19D23CA 20000713 B

    MAN BNAME        BCODE            GLTGV    GLTGB    U CLASS             LOCNT
    --- ------------ ---------------- -------- -------- - ------------ ----------
         UFLAG ACCNT        ANAME        ERDAT    TRDAT    LTIME  OCOD1
    ---------- ------------ ------------ -------- -------- ------ ----------------
    BCDA1    C OCOD2            BCDA2    C OCOD3            BCDA3    C
    -------- - ---------------- -------- - ---------------- -------- -
    OCOD4            BCDA4    C OCOD5            BCDA5    C VER C TZONE  Z
    ---------------- -------- - ---------------- -------- - --- - ------ -
    PASSCODE
    ----------------------------------------
    0398BC76DDC790AB 20000713 B 5FC8939AB19D23CA 19991116 B     B
    0000000000000000000000000000000000000000

    应用exp输出USR02数据表 ... ...

    此后为什么查不到DDIC这个帐户记录了? 登陆系统也无法使用DDIC了,应用SU01也查不到DDIC用户的存在... 

     


     

    次日向高手请教, 提示: 只能删除SAP*, 但不要删除DDIC

    相关操作记录:

    SQLPLUS 输出记录,删除SAP*记录在USR02表;
    退出SQLPLUS;
    启动SAP系统;
    登陆SQLPLUS 查询SAP*记录
    C:\>sqlplus /nolog                                                         

    SQL*Plus: Release 9.2.0.2.0 - Production on Sun Feb 3 21:09:12 2008        

    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

    SQL> conn sapr3d/sap@r3d                                          
    Connected.
    SQL> select * from USR02 where bname='SAP*' and mandt='100';      

    no rows selected       
    通过GUI登陆SAP;
    SAP* : PASS 登陆系统, 并通过SU01查询SAP*账户,此时无法查到相关信息,但此时已经可以修改DDIC的密码;

    发表于 @ 2008年02月01日 22:17:00|评论(loading...)|编辑

    新一篇: SAP.T-code:ST01使用手册 及SAP.com官方帮助文档 | 旧一篇: Oracle.Schema

    评论

    #ccnp_server 发表于2008-05-07 11:07:24  IP: 219.142.122.*
    本文事例纯熟误导,请删除'SAP*',不要删除'DDIC'
    发表评论  


    登录
    Csdn Blog version 3.1a
    Copyright © ccnp_Server