IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  XTS problem

    Posted Tue February 26, 2008 12:41 PM

    I installed tamino 4.4.1.3 on Red Hat ES4 without problems, but when i try to create a database i get this error:
    XTS refuses database connection, reason 0
    As i understand, XTS is installed automatically, but to me it seems it’s not. I don’t have xts service running, neither any xts folder under tamino installation directory.
    Any suggestions?


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: XTS problem

    Posted Fri February 29, 2008 03:08 PM

    Perhaps you can try restarting the xts daemon, which goes something like this at the command line:
    /usr/SAG/common/bin/xtsdsdmn.sh

    Cheers,
    Gopal


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: XTS problem

    Posted Fri February 29, 2008 03:11 PM

    oh sorry, you said it is probably not installed… may be something else then.

    Regards,
    Gopal


    #Tamino
    #webMethods
    #API-Management


  • 4.  RE: XTS problem

    Posted Wed March 05, 2008 11:59 AM

    Problem solved! /etc/hosts wasnt configured properly. I needed to add this:
    ::1 localhost ipv6-localhost ipv6-loopback
    fe00::0 ipv6-localnet
    ff00::0 ipv6-mcastprefix
    ff02::1 ipv6-allnodes
    ff02::2 ipv6-allrouters
    ff02::3 ipv6-allhosts

    It works fine now.
    Thnx!


    #API-Management
    #Tamino
    #webMethods