Skip to main content
Skip table of contents

Join home domain

This report shows the Set Top Boxes (STB) linked to JoinHomeDomain. Additionally it provides details on both the source and target device that was linked to the HomeDomain

Report columns 

Column NameSource DB fieldDescription
CASNCOR_DEVICE_STB_LINK.CA_SNCASN (Serial Number) of the STB.
NUIDCOR_DEVICE_STB_LINK.NUIDNUID (Nagra UID) of the STB.
Account NumberCOR_ACCOUNT.ACC_NUMAccount Number to which the device belongs.
Link To CASNCOR_DEVICE_STB_LINK.LINK_TO_CA_SNThe CASN of the target device being linked.
Link To NUIDCOR_DEVICE_STB_LINK.LINK_TO_NUIDThe NUID of the target device being linked.
Join DateCOR_DEVICE_STB_LINK.CREATION_DATEDate on which the device joined the Home Domain.

Input parameters for report generation

ParameterTypeDescription
Lower date threshold of report periodDateTimeStart Date for the report, including the specified value.
Upper threshold of report periodDateTimeEnd Date for the report, including the specified value.

Service Provider ID

StringThe report can be generated only for a specific service provider.

>

Data extraction file

device_stb_join_homedomain_kettle.ktr

Query

CODE
CREATE OR REPLACE FORCE VIEW "KB_10JUL_O"."COR_DEVICE_STB_JOIN_RPT_V" ("CA_SN", "NUID", "ACC_NUM", "LINK_TO_CA_SN", "LINK_TO_NUID", "JOIN_DATE", "SPID")
                       AS
  SELECT LINK.CA_SN    AS CA_SN,
    LINK.NUID          AS NUID,
    ACC.ACC_NUM        AS ACC_NUM,
    LINK.LINK_TO_CA_SN AS LINK_TO_CA_SN,
    LINK.LINK_TO_NUID  AS LINK_TO_NUID,
    LINK.CREATION_DATE AS JOIN_DATE,
    LINK.SPID          AS SPID
  FROM COR_DEVICE_STB_LINK LINK
  LEFT OUTER JOIN COR_ACCOUNT ACC
  ON LINK.ACC_UID     =ACC.ACC_UID
  WHERE LINK.LINK_TYPE='S' ;

BIRT design template file

device-stb-join-homedomain.rptdesign

Sample report

The following image shows an example of a Join Home Domain report:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.