Previous Topic

Next Topic

Inhoudsopgave

Book Index

Registering mobile devices

All mobile devices (scanners) must be logged on. You can log them on by disclosing the unique device numbers of the scanners to Isah ML. To look up these numbers, follow the steps below:

  1. Start Isah ML on the mobile device. Skip the step where you are prompted for the address of Isah Mobile Sync Service.
  2. Navigate to Info in the main menu of the application. This form shows the unique device number (Device ID).
  3. Click the device ID. The file 'DeviceID.txt' is now created in the folder on the mobile device in which Isah ML was installed (the default folder is ..\Program Files\Mobile). You can simply retrieve the number from here without having to type it manually.

To register a mobile device, follow the steps below:

  1. Start SQL Server Management Studio and log on.
  2. Select the Isah database and execute the following two SQL statements:

insert into MT_User values (<device_nr>, '__<device_id>', 0, 0, Null, GETDATE(), GETDATE());

insert into MT_Login values(<device_nr>, '', '<device_id>', '', '', Null, Null, Null, Null, Null, Null, Null, Null);

For each device, replace <device_nr> by a sequence number and replace <device_id> by the unique device number. Sequence number 1 is reserved; you can start from number 2.