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.  Option to increase timeout value for asset upload in CentraSite

    Posted Wed November 14, 2012 11:57 AM

    When I attach WSDL that has many assoicated XSD files, the process of importing those XSDs takes time. Centrasite, at the end, experiences the timeout before the process can finish. Is there an option to increase the timeout value for asset upload in CentraSite?

    Thanks,
    Terry


    #CentraSite
    #webMethods
    #API-Management


  • 2.  RE: Option to increase timeout value for asset upload in CentraSite

    Posted Wed November 14, 2012 12:05 PM

    Terry,
    the default for transactions is 300 seconds. It can be changed from the command line. Open a shell and go to the folder \CentraSite\bin. Either call “call centrasite_setenv.bat” for Windows or “. centrasite_setenv.sh” for Linux/Unix and thenexecute the following command:
    inoadmin set CentraSite “maximum transaction duration” 500 norestart
    replacing the 500 with the number in seconds you like. Then try again please.
    Regards,
    Gerald


    #API-Management
    #webMethods
    #CentraSite


  • 3.  RE: Option to increase timeout value for asset upload in CentraSite

    Posted Wed November 14, 2012 12:10 PM

    Gerald,

    Thank you for your prompt reply. I just found this same option under SMH. I updated it to 600 seconds. Will see if I encounter the timeout next time then.

    Thanks again,
    Terry


    #CentraSite
    #webMethods
    #API-Management


  • 4.  RE: Option to increase timeout value for asset upload in CentraSite

    Posted Fri May 15, 2015 06:33 AM

    Hi ,

    To incereae the time out value i try to run the ionadmin cmd but getting no such file found .Am a missing some thing .

    $./centrasite_setenv.sh
    $inoadmin showactivity CentraSite
    -ksh: inoadmin: not found [No such file or directory]

    do we need any other setting to be done before.


    #webMethods
    #API-Management
    #CentraSite


  • 5.  RE: Option to increase timeout value for asset upload in CentraSite

    Posted Fri May 15, 2015 06:37 AM

    Hi,
    you have to source the environment script - not execute it.
    So dependent on your shell, try either “. ./centrasite_setenv.sh” or “source ./centrasite_setenv.sh” and then inoadmin setproperty…

    Daniel


    #webMethods
    #API-Management
    #CentraSite


  • 6.  RE: Option to increase timeout value for asset upload in CentraSite

    Posted Fri May 15, 2015 06:41 AM

    Thanks Daniel for the prompt reply . It works.


    #webMethods
    #API-Management
    #CentraSite