Post-upgrade to 10.2604.2

Attention: If you are upgrading from an earlier version to a higher or the latest version, ensure that you complete the post-upgrade steps for each intermediate release that are listed on the post-upgrade page. If a version is not listed on the page, it means there are no post-upgrade steps required for that release.

After upgrading to the new Optimizer version, complete the following steps before using the Optimizer service.

Note: In the following steps, replace <sip-domain> with your Sterling Intelligent Promising deployment domain and <tenantId> with your tenant ID.

Procedure

  1. Publish node types from Promising to Optimizer.
    POST https://<sip-domain>/private/configuration/<tenantId>/v1/nodeTypes/sync
  2. Publish nodes from Promising to Optimizer.
    POST https://<sip-domain>/private/configuration/<tenantId>/v1/nodes/sync
  3. Retrieve the list of carriers from CAS.
    GET https://<sip-domain>/cas/<tenantId>/v1/configuration/carriers

    Save the carrierId values returned by this API.

  4. Retrieve carrier services for each carrier. For every carrierId obtained in the step 3, invoke:
    GET https://<sip-domain>/cas/<tenantId>/v1/configuration/carriers/<carrierId>/carrierServices

    Save the carrierServiceId values returned by this API.

  5. Recreate carrier service data in Optimizer. For every carrierServiceId obtained in the step 4, invoke:
    PUT https://<sip-domain>/cas/<tenantId>/v1/configuration/carrierServices/<carrierServiceId>
  6. Publish shipping groups to Optimizer.
    POST https://<sip-domain>/private/configuration/<tenantId>/v1/shippingGroups/sync
    With completion of these steps, the Optimizer configuration data is synchronized with the upgraded environment and the Optimizer service is ready for use.