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.  Connect to Tamino timeout

    Posted Wed August 20, 2003 11:23 PM

    in a asp.net page i try to connect to tamino 4.1.4, but connection times out
    with following stacktrace :

    Exception Details: System.Net.WebException: The operation has timed-out.

    Source Error:


    Line 30: {
    Line 31: TaminoUserInfo userInfo = new TaminoUserInfo(“confiX”, “confix”);
    Line 32: TaminoConnection connection = new TaminoConnection(“http://localhost/tamino/xCMS”, userInfo);
    Line 33:
    Line 34: connection.Close();


    Source File: c:\inetpub\wwwroot\xcmsweb\default.aspx.cs Line: 32

    Stack Trace:


    [WebException: The operation has timed-out.]
    SoftwareAG.Tamino.Api.Common.Command.Execute()
    SoftwareAG.Tamino.Api.TaminoConnection.Diagnose(String what)
    SoftwareAG.Tamino.Api.TaminoConnection.GetDbVersion()
    SoftwareAG.Tamino.Api.TaminoConnection.CheckDbVersion()
    SoftwareAG.Tamino.Api.TaminoConnection…ctor(String connectionUri, TaminoUserInfo userInfo, TaminoPreference preference)
    SoftwareAG.Tamino.Api.TaminoConnection…ctor(String connectionUri, TaminoUserInfo userInfo)
    xCMSWeb.WebForm1.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\xcmsweb\default.aspx.cs:32
    System.Web.UI.Control.OnLoad(EventArgs e)
    System.Web.UI.Control.LoadRecursive()
    System.Web.UI.Page.ProcessRequestMain()


    the same code called from shell app is functioning. the ASPNET and confiX user are tamino administrators, also impersonating confiX windows user and connecting to database fails also. Need URGENT help
    TIA dom


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 2.  RE: Connect to Tamino timeout

    Posted Thu August 21, 2003 11:39 AM

    Is it possible that the ASP environment is blocking general web access? I.e. is it permissible to do a “WebRequest.Create()” from within an ASP environment?


    #webMethods-Tamino-XML-Server-APIs
    #webMethods
    #API-Management


  • 3.  RE: Connect to Tamino timeout

    Posted Fri August 22, 2003 05:15 PM

    no the asp environment is not blocking the requests, also connections from another workstations succeed, but I can not connect neither to local tamino nor to the instance on another workstation,

    bye Dom


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 4.  RE: Connect to Tamino timeout

    Posted Tue September 02, 2003 11:59 AM

    When you say “connections from other workstations succeed” does that mean from within ASP or the command line?


    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management