How to modify the Ricoh Xlet

This task describes the steps to modify the Ricoh Xlet so that it can communicate with the DRS server.

  1. Verify that you installed the Combined Client for Ricoh on the device as described in Install the Combined Client for Ricoh .
  2. Unzip the 33956099.zip file (or renamed instance of this file) located in the DRS installation directory.
    Example Default location: C:\Program Files\Nuance\Device Registration Service\Service\Plugins\NSi.DeviceManagement.Plugins.Ricoh.
  3. Open the UnifiedESAXlet.dalp file in a text editor.
  4. At the bottom, modify the deviceRegServer and deviceRegPortScroll arguments as follows:
    
    <argument>deviceRegServer=DRS server address</argument>
    <argument>deviceRegPort=DRS port number</argument>
                   
    Example The following shows an example configuration.
    
    <argument>deviceRegServer=15.166.37.151</argument>
    <argument>deviceRegPort=8753</argument>