WCCOAtoolCMactivation - License Handling Offline

Offline operations are performed when there is no access to the License Portal. Container contents are always prepared in the License Portal by project workflow and transferred via file-based operations.

Offline transfer is done file-based in dedicated steps. Container contents are always prepared in the License Portal by project workflow. When a license project is published (Button "Release Changes"), the result can be transferred to container either by auto-update (online) or via download/file transfer (offline).

Note:
All mentioned operations work also for remote license servers – just amend the -server <IP> option to each call.

Offline Operation Steps

  1. Prepare container contents in the License Portal. "Release changes" prepares the container updates in the background
  2. On any online PC, call WCCOAtoolCMactivation with -download to retrieve the updates as file
  3. Transfer the update files back to offline station
  4. Import update into container
  5. Create receipt on offline station
  6. Transfer receipt to online PC
  7. Upload receipt to portal

Steps 2, 4, 5, 7 can be done with WCCOAtoolCMactivation.

Offline Operations

Import update file into container (offline)

After downloading and transferring the update file (.rau) to the offline PC, just import it.

WCCOAtoolCMactivation -import -update license-update.rau -serial 130-987654321
Create receipt (offline)

Create a receipt file (.rac) to confirm the license transfer.

WCCOAtoolCMactivation -create -context license-receipt.rac -serial 130-987654321

Complete Offline Workflow Example

Here is a complete example of the offline licensing workflow:

  1. Online PC: Download license update file for container
    WCCOAtoolCMactivation -download -update license-update.rau -serial 130-987654321 https://license-portal.example.com/12345-dev/portal
  2. Transfer: Copy license-update.rau file to the offline PC (e.g., via USB drive)
  3. Offline PC: Import the update file
    WCCOAtoolCMactivation -import -update license-update.rau -serial 130-987654321
  4. Offline PC: Create receipt file
    WCCOAtoolCMactivation -create -context receipt.rac -serial 130-987654321
  5. Transfer: Copy receipt.rac file back to the online PC
  6. Online PC: Upload receipt to confirm the operation
    WCCOAtoolCMactivation -confirm -context receipt.rac -serial 130-987654321 https://license-portal.example.com/12345-dev/portal