Update the reference implementation DB

Last update: 2023-10-02

To control usage models under which a license is issued to a designated user, add entries to the reference implementation database.

  1. Add entries to the Customer table.

    The Customer table includes user names and passwords to authenticate users. It also indicates whether a user has a subscription (a license that is issued under the Subscription usage model).

  2. Grant a user access under the Download-to-own or Video-on-demand usage models.

    Add entries to the `CustomerAuthorization` table to specify:
    
    • The usage model
    • Each segment of content that a user can access

For more information on how to populate each table, see the PopulateSampleDB.sql script (included on your Primetime DRM DVD in the Reference Implementation/Server/Reference Implementation Server/dbscript/ directory).

On this page