Adding an FCS Route to a Store or Location

These are steps to add an FCS route to a store or location:

  1. In MQL, execute the following commands for each store or location in your environment. The syntax for locations is shown. The syntax for sites is the same.

    modify location NAME fcs
    "${CLASS:com.matrixone.fcs.backend.FCSURLSolver)";
    add property externalURL on location NAME value URL;
    add property internalURL on location NAME value URL;
    • NAME is the name of the location to which you are adding the route and URL is the internal or external URL.

    You set up an external URL or internal URL for a CENTRAL site:

    External URL for PARTNER / SUPPLIER site:

    add property externalURL on store plmx value 
    https://icw12s5plp.dsone.3ds.com/internal ;

    Internal URL for CENTRAL site:

    add property internalURL on store plmx value 
    https://icw12s5plp.dsone.3ds.com:444/internal ;
    mod store plmx fcs "$
    {CLASS:com.matrixone.fcs.backend.FCSURLSolver}  –method MxMain" ;

    For more information, see Modify Location.

  2. Print the details of the store or location to verify its configuration. For more information, see Print Location.