Collection Contents Previous Next PDF

MobiLink Administration Guide

MobiLink System Tables

ml_listening


This table is used only for server-initiated synchronization. It maps a MobiLink user name to a device name for use by device tracking.

Column Description
ml_user VARCHAR(128). Primary key. Not null.
device_name VARCHAR(255). Foreign key references dbo.ml_device. Not null.
listening CHAR(1). Not null.
ignore_tracking CHAR(1). Not null.
source VARCHAR(255). Not null.
Description 
Remarks 

The MobiLink system tables ml_device, ml_device_address, and ml_listening contain tracked information about devices for server-initiated synchronization. DeviceTracker gateways use this information to address target devices by MobiLink user name.

In most cases, you should not need to alter these tables. However, if your device does not support device tracking or if you want to override device tracking for troubleshooting purposes, you can add or delete rows in this table using pre-defined stored procedures. For more information, see Using device tracking with Listeners that don't support it.

If you want to stop automatic tracking, set override_tracking to Yes. In this case, it is also recommended that you use a source name other than tracking.

See also 

Collection Contents Previous Next PDF