Help i get error T_T.

Results 1 to 12 of 12
  1. #1
    Apprentice zellelfreak is offline
    MemberRank
    Dec 2008 Join Date
    11Posts

    Help i get error T_T.

    Hey guys, Im trying to do my own server for some friends and me, and I need help.
    Because when i try to connect to database i get this error.

    http://img223.imageshack.us/my.php?image=dibujofgj.jpg

    [I have windows XP, my background is only an skin XD]

    thanks to all.


  2. #2
    Apprentice zellelfreak is offline
    MemberRank
    Dec 2008 Join Date
    11Posts

    Re: Help i get error T_T.

    Some1 can help plz? T_T.

  3. #3
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: Help i get error T_T.

    Maybe you;ve entered the wrong password ?

  4. #4
    Apprentice zellelfreak is offline
    MemberRank
    Dec 2008 Join Date
    11Posts

    Re: Help i get error T_T.

    Quote Originally Posted by Trilest View Post
    Maybe you;ve entered the wrong password ?
    Where i get my password? :S

  5. #5
    Enthusiast Geowil is offline
    MemberRank
    May 2006 Join Date
    Phoenix, AZ, USLocation
    31Posts

    Re: Help i get error T_T.

    did you run the Surface Area Tool after installing mssql?

    if not:

    Click on Start > all programs > microsoft sql server 2005 > configuration tools > surface area configuration

    then click on Surface Area Configuration for Services and Connections.

    Next under Database Engine, click on the Remote Connections option, then select the second radio button, and the last radio button on the list that will become selectable.

    Click on apply, then click on the Service option, then click on stop, then on start. Click ok and close any other windows.

    If you already have done that, then try logging into the Management studio with Windows Authentication instead of SQL auth.

    your password is what you set it up to be when you installed mssql, if you didnt choose to setup the password, its probably set to the default admin password, dont know what that would be though, try googling for it.

  6. #6
    Apprentice zellelfreak is offline
    MemberRank
    Dec 2008 Join Date
    11Posts

    Re: Help i get error T_T.

    @Geowil
    Nope, i cant i get other error.. :S

    Code:
    The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine
    Some guys says i need do this: put this in notepad.
    @echo on
    cd /d c:\temp
    if not exist %windir%\system32\wbem goto TryInstall
    cd /d %windir%\system32\wbem
    net stop winmgmt
    winmgmt /kill
    if exist Rep_bak rd Rep_bak /s /q
    rename Repository Rep_bak
    for %%i in (*.dll) do RegSvr32 -s %%i
    for %%i in (*.exe) do call :FixSrv %%i
    for %%i in (*.mof,*.mfl) do Mofcomp %%i
    net start winmgmt
    goto End

    :FixSrv
    if /I (%1) == (wbemcntl.exe) goto SkipSrv
    if /I (%1) == (wbemtest.exe) goto SkipSrv
    if /I (%1) == (mofcomp.exe) goto SkipSrv
    %1 /RegServer

    :SkipSrv
    goto End

    :TryInstall
    if not exist wmicore.exe goto End
    wmicore /s
    net start winmgmt
    :End
    and run in CMD. (BAT)
    I do that and my problem doesnt solves...T_T



    Thanks :S

  7. #7
    Account Upgraded | Title Enabled! JuanMedina is offline
    MemberRank
    Feb 2009 Join Date
    VenezuelaLocation
    227Posts

    Re: Help i get error T_T.

    uninstall the MSQL and install it again..

  8. #8
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Help i get error T_T.

    Quote Originally Posted by Geowil View Post
    did you run the Surface Area Tool after installing mssql?

    if not:

    Click on Start > all programs > microsoft sql server 2005 > configuration tools > surface area configuration

    then click on Surface Area Configuration for Services and Connections.

    Next under Database Engine, click on the Remote Connections option, then select the second radio button, and the last radio button on the list that will become selectable.

    Click on apply, then click on the Service option, then click on stop, then on start. Click ok and close any other windows.

    If you already have done that, then try logging into the Management studio with Windows Authentication instead of SQL auth.

    your password is what you set it up to be when you installed mssql, if you didnt choose to setup the password, its probably set to the default admin password, dont know what that would be though, try googling for it.
    what? I don't think I have ever used the Surface Area thing, what is it?
    man, why is everybody doing unnecessary steps nowadays?

  9. #9
    Apprentice zellelfreak is offline
    MemberRank
    Dec 2008 Join Date
    11Posts

    Re: Help i get error T_T.

    Quote Originally Posted by JuanMedina View Post
    uninstall the MSQL and install it again..
    I tryed that...
    T_T

  10. #10
    Apprentice zellelfreak is offline
    MemberRank
    Dec 2008 Join Date
    11Posts

    Re: Help i get error T_T.

    so, nobody know how to fix it? ._.

  11. #11
    Proficient Member Zewa is offline
    MemberRank
    Nov 2009 Join Date
    EstoniaLocation
    183Posts

    Re: Help i get error T_T.

    try username sa

  12. #12
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: Help i get error T_T.

    Do NOT install MSSQL under Windows Authentication. Reinstall with Mixed Mode.



Advertisement