Within 10.0.9 Application release, Platform Update 33 (PU33) Small parcel shipping (SPS) feature has been added. In order to activate this feature you would need to complete the following steps:
Step 2: Restart IIS
Open command-line(cmd) as System administrator and at the command prompt, type:
iisreset
- Insert Flight name (aka Feature name) into SYSFLIGHTING
- Restart IIS
- Check for updates in the Feature management
- Enable Small parcel shipping (SPS) in the Feature management
Step 1: Insert Flight name into SYSFLIGHTING
Open SQL Server Management Studio as Administrator and execute the following SQL statement to insert the TMSSmallParcelShippingFeature flight into the SYSFLIGHTING table.
insert into dbo.SYSFLIGHTING(FLIGHTNAME, ENABLED, FLIGHTSERVICEID) values ('TMSSmallParcelShippingFeature', 1, 12719367)
iisreset
Step 3: Check for updates in the Feature management
Navigate to System administration > Workspaces > Feature management
Click Check for updates button
Step 4: Enable Small parcel shipping (SPS) in the Feature management
Find Small Parcel Shipping feature within Transportation management module and click Enable button.
Navigate to System administration > Workspaces > Feature management
Click Check for updates button
Step 4: Enable Small parcel shipping (SPS) in the Feature management
Find Small Parcel Shipping feature within Transportation management module and click Enable button.
No comments:
Post a Comment