zoukankan      html  css  js  c++  java
  • 解决“WSS3.0的重装问题,提示ssee 数据库出错”的方法

    今天遇到WSS3.0的重装问题,提示ssee 数据库出错。就在technet上搜答案,结果搜到有很多人在问同样的问题(sharepoint),而且没有完整的答案。而我正好参考部分资料,解决了此问题,就回了一个。在此记到blogger上,同样在csdn和cnblogs上也贴上。让更多的朋友容易解决。由于方法比较简单,就直接将blogger上的英文内容贴下面了。我写的基本是中国英文,相信,读起来,容易理解。
     
    today I fall across WSS 3.0 reinstall problem. So find it from technet. see a question like same. I solve it done finaly.
    and I post the answer to the thread. write it in my blog. want to share for more friends.
     
    the question like this:
    SHAREPOINT INSTALLATION ERROR
       
     
    Hi,
        I tried to install sharepoint 3.0 in win 2k3 sp1 with all Req hardware.While installing the setup files are extracted properly.But when i run the configuration wizard,i encounter an error,
           Failed To Start database service MSSQL$Microsoft##SSEE.Repair this product by selecting it from theAdd/RemovePrograms menu.
       At this particular step the installation terminates....
     I have tried by 1.Uninstalling all related programs and reinstalling
                            2. repairing the sharepoint  package.
                            3.Even using regedit to remove the installation files of MSSQl .....
    Guys plz provide me a solution coz i got fiddled with this installation.....Suggest me what i have to do . i even tried with command line utilities.I have successfully installed and worked in sharepoint 2.0 also.......
     
         help me out...........................
     
     
    and I answer like this:
     
    I fail in the same problem. and I find this
    http://coppercoins.spaces.live.com/blog/cns!E15FE96DB520E62C!136.entry
     
    "Issue 33: Uninstalling WSUS 3.0 does not uninstall SQL Server Embedded Edition (Windows) If WSUS 3.0 is uninstalled, SQL Server 2005 Embedded Edition (Windows) will not be uninstalled. If it is necessary to uninstall SQL Server 2005 Embedded Edition (Windows), the following commands will uninstall the application:
    (on 32-bit platforms)
    msiexec /x {CEB5780F-1A70-44A9-850F-DE6C4F6AA8FB} callerid=ocsetup.exe
    (on 64-bit platforms)
    msiexec /x {BDD79957-5801-4A2D-B09E-852E7FA64D01} callerid=ocsetup.exe
    However, the removal of the application may not remove the default .mdb and .ldb files, which will cause a subsequent WSUS 3.0 installation to fail. These files can be deleted from the %windir%\SYSMSI\SSEE directory. Note: SQL Server 2005 Embedded Edition (Windows) should not be uninstalled on Windows Server "Longhorn", since it is a shared instance with other roles."
     
    so , I run "msiexec /x {CEB5780F-1A70-44A9-850F-DE6C4F6AA8FB} callerid=ocsetup.exe " in CMD windows.
     
    and to uninstall WSS3.0
     
    AND to uninstall WSS langpack.
     
    while ALL about WSS has uninstalled.
     
    I'm starting to install the WSS3.0 again.
     
    at this time, It's all OK.
     
    if you don't solve it.
    welcome to contact me. http://metababy.blogspot.com
     
     
  • 相关阅读:
    盒子跟随鼠标移动而移动(兼容IE8)
    JavaScript捕获鼠标坐标
    JavaScript判断滚动条是否滚动到底部
    JavaScript自定义getStyle方法获取元素样式
    JavaScript实现简单的图片切换功能
    SpeedReader
    JavaScript定时器
    远程登陆ubantu服务器 .bashrc文件每次打开终端都需要source的问题
    阿里云服务器Ubantu16.04升级python3.6
    阿里云服务器ubantu创建新用户登录显示问题
  • 原文地址:https://www.cnblogs.com/meta/p/1034965.html
Copyright © 2011-2022 走看看