Cabal Tools error

Results 1 to 4 of 4
  1. #1
    Enthusiast razvikennedy is offline
    MemberRank
    Jun 2010 Join Date
    43Posts

    sad Cabal Tools error

    Hi Ragezone, i have a problem. When i want to create an account with cabal tools i get an error. Can somebody help me?

    There are my settings


    This is the error.


    Here is log.txt

    Code:
    2012-04-10 @ 18:30:00 : com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host 127.0.0.0, port 1433 has failed. Error: Connection timed out: connect. Please verify the connection properties and check that a SQL Server instance is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.
    
    2012-04-10 @ 18:35:41 : com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host 79.113.*.*, port 1433 has failed. Error: Connection refused: connect. Please verify the connection properties and check that a SQL Server instance is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.
    
    2012-04-10 @ 18:36:43 : com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host localhost, port 1433 has failed. Error: Connection refused: connect. Please verify the connection properties and check that a SQL Server instance is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.
    I tried everything, Ip's, LocalHost, DNS and everytime the same error.
    Last edited by razvikennedy; 10-04-12 at 05:42 PM. Reason: Wrong image tag


  2. #2
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: Cabal Tools error

    Can you confirm that the MSSQL service is actually running and listening to the port*?

    * = run
    Code:
    netstat -a -b -n -p TCP
    and check whether or not sqlservr.exe or svchost.exe is listening to 1433

  3. #3
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: Cabal Tools error

    it was my error on me last time, all i did is to apply the xp_md5 and check your linked server too.

  4. #4
    Enthusiast razvikennedy is offline
    MemberRank
    Jun 2010 Join Date
    43Posts

    Re: Cabal Tools error

    i open the port 1433 and the same thing is happen. Error. I executed this in sql EXEC SP_ADDEXTENDEDPROC 'xp_md5','C:\WINDOWS\System32\xp_md5.dll'



Advertisement