1. Open Windows Explorer and navigate to the folder the RES services were installed. By default, this is C:\DRTrackRouteExportTool\.
  2. Open the RouteExportTool.exe.config with a text editor application such as Notepad++.
  3. On Line 40, replace the https://localhost:62705 portion of the address value with your DRTrack site followed by /tracking. Be sure to include the DRTrackWebService.svc portion (Figure 2). For example, the full address value should read https://mydrtracksite.drtrack.trimblemaps.com/tracking/DRTrackWebService.svc. This should look similar to the string from Step 5 under Edit RouteExportService.exe.config file (Figure 3).
  4. On Line 48, replace the DRTUsername value with the same username provided to you by Trimble Support or your ITC from Step 3 under Edit RouteExportService.exe.config file (Figure 3).
  5. On Line 51, replace the DRTPassword value with the password provided to you by Trimble Support or your ITC from Step 4 under Edit RouteExportService.exe.config file (Figure 3).
  6. Save the file.Figure 3. Fields in RouteExportTool.exe.config to change