Hi,
We are trying to distribute FME Workbench through Microsoft Virtualization and for that we would like to know how FME detects that GPSBabel is installed. In our current setup GPS-like readers and writers and their feature types are correctly placed in the workspace, however, running the workspace fails, telling:
FME API version of module 'NULL' matches current internal version (3.8 20160224)Creating reader for format: TomTom POITrying to find a DYNAMIC plugin for reader named `TOMTOM_POI'
Loaded module 'TOMTOM_POI' from file 'E:\App-V_5\D52C8804-9F50-4D7B-A695-142DCEFE7A5E\87B5596E-AF57-4FA1-B219-EA631F902A79\Root\VFS\ProgramFilesX64\FME\plugins/GDAL.dll'
FME API version of module 'TOMTOM_POI' matches current internal version (3.8 20160224)
TOMTOM_POI reader: Opening file 'Z:\Temp\Webfleet\gulocPlStr16.ov2'
TOMTOM_POI reader: Could not create process gpsbabel -i tomtom -f Z:\Temp\Webfleet\gulocPlStr16.ov2 -o gpx,gpxver=1.1 -F C:\Users\ex19111\AppData\Local\Temp\13\16688_0
TOMTOM_POI reader: Could not create process gpsbabel -i tomtom -f Z:\Temp\Webfleet\gulocPlStr16.ov2 -o gpx,gpxver=1.1 -F C:\Users\ex19111\AppData\Local\Temp\13\16688_0
TOMTOM_POI reader: Failed to open the dataset 'GPSBABEL:tomtom:Z:\Temp\Webfleet\gulocPlStr16.ov2'. Please ensure source data is valid and correct reader is selected
A fatal error has occurred. Check the logfile above for detailsFME Session Duration: 1.3 seconds. (CPU: 0.2s user, 0.4s system)
There seems to be not very much documentation on this except that FME needs GPSBabel to read/write GPS-like formats.We are trying to install FME 2016.1.2.1 (20160929 - Build 16674 - WIN64) on
Microsoft Windows Server 2008 R2 Server 4.0, Enterprise Edition 64-bit Service Pack 1 (Build 7601).
We are using app-V 5.1, however, we're not stuck to FME 2016 and even planning to skip this and use FME 2017.1.
Looking at the logging, I would say FME does a blind call to GPSBabel executable, that fails. Anyone has experience in this kind of setups?