Checking Host Name

The NetSuite Record Listener activity can check the host name at run time, if you want to check the incoming host name, you have to set the host name to the com.tibco.bw.palette.netsuite.match.hostname parameter.

Procedure

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

    -Dcom.tibco.bw.palette.netsuite.match.hostname=webservices.nal.netsuite.com

    Note: You can set more than one host name to the parameter, use a semicolon to separate the host names, such as:

    -Dcom.tibco.bw.palette.netsuite.match.hostname=

    webservices.nal.netsuite.com;23.61.194.178;192.168.1.100

  5. Click Apply.
  6. 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.match.hostname=webservices.nal.netsuite.com