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).
-server
<IP> option to each call.Offline Operation Steps
- Prepare container contents in the License Portal. "Release changes" prepares the container updates in the background
- On any online PC, call WCCOAtoolCMactivation with
-downloadto retrieve the updates as file - Transfer the update files back to offline station
- Import update into container
- Create receipt on offline station
- Transfer receipt to online PC
- 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:
-
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 - Transfer: Copy license-update.rau file to the offline PC (e.g., via USB drive)
-
Offline PC: Import the update file
WCCOAtoolCMactivation -import -update license-update.rau -serial 130-987654321 -
Offline PC: Create receipt file
WCCOAtoolCMactivation -create -context receipt.rac -serial 130-987654321 - Transfer: Copy receipt.rac file back to the online PC
-
Online PC: Upload receipt to confirm the operation
WCCOAtoolCMactivation -confirm -context receipt.rac -serial 130-987654321 https://license-portal.example.com/12345-dev/portal
