You can check the Device Update Service log files and verify that your test device successfully connected with Device Update Service and received valid information.

To verify the connection for a test device

  1. Locate the current audit log files as follows:

    • For Office Communications Server 2007 R2 Enterprise Edition, log files are located in the Logs\Server\Audit\imageUpdates folder under the shared updates folder that was created for client and device updates.

    • For Office Communications Server 2007 R2 Standard Edition, the logs are located in %ProgramFiles%\Office Communications Server 2007 R2\Web Components\DeviceUpdateFiles\Logs\Server\Audit\imageUpdates\.

  2. Open the audit log file in either a text editor or Microsoft Excel.

  3. Locate the entry for your device.

    Note:
    Devices are identified by either their Media Access Control (MAC) addresses or their serial numbers. Each Front End Server in the pool has a separate folder in imageUpdates to contain its audit log files. You may need to look in more than one audit log file to find the entry for your device.
  4. In the Responsefield of the entry for your device, verify that you see a response similar to the following:

    In the following example, the request does not receive a response from the server because the device is running the current version.

    Copy Code
    12/17/2008
    10:11:07,user@litware.com,10.35.46.104,UCPhone,12/17/2008 10:10:03
    AM,"0004F2BAAD88","C1843007859","Polycom","CX700","A","ENU",cpe.nbt;3.5.6897.0;12/8/2008
    8:25:50 PM,
    

    In the following example, the request receives a response from Device Update Service because the device is running an older operating system version than the most recent version available on the server:

    Copy Code
    12/17/2008
    11:00:50,shuzun@microsoft.com,10.35.44.26,UCPhone,12/17/2008
    10:59:46
    AM,"0004F2BA4537","C17CA002887","Polycom","CX700","A","ENU",cpe.nbt;3.0.6765.0;7/28/2008
    2:15:18
    PM,http://Server1.litware.com/DeviceUpdateFiles_Int/UCPhone/Polycom/CX700/A/ENU/3.5.6897.0/CPE/CPE.nbt;3.5.6897.0;12/8/2008
    8:25:50 PM
    

See Also