Setting Expiration Time for Web Service URL Dynamic Discovery

When starting TIBCO Business Studio or BusinessWorks Engine, the latest data center URL is used. However, the data center URL will expire when it reaches the expiration time; then the plug-in will fetch the latest URL to use. You can set up expiration time at run time.

Procedure

  1. Start TIBCO Business Studio.
  2. Click Run > Run Configurations.
  3. In the Run Configurations dialog, click the Arguments tab, and input the following argument and its value in the VM arguments panel:

    -Dcom.tibco.bw.palette.netsuite.datacenterURL.timeToExpire=600000

    Note: The value of the parameter is in millisecond, you can replace the value with your own data.
  4. Click Apply.
  5. In TIBCO Enterprise Administrator at run time, navigate to the TIBCO_HOME\bw\version_number\bin\bwcommon.tra file, and add the following argument and its value:

    java.property.com.tibco.bw.palette.netsuite.datacenterURL.timeToExpire=600000

    Note: The value of the parameter is in millisecond, you can replace the value with your own data.