Skip to main content

I used rets-connecter runner to download the source data(CSV file) from vendor , and after that fme will read this file for further process. But My System Caller running forever, it's not coming out, executing continuously..

 

But in command line , it executes immediately and come to the Drive prompt(i mean E:\temp>)

 

fmw file attached.

Can Anyone pls help

 

    Command line to run this workspace:
        "E:\Program Files\FME2021\fme.exe" E:\FME_TEMP\wb-xlate-1647675806459_11696
          --FME_LAUNCH_VIEWER_APP "YES"
    
Starting translation...
Current FME version: FME 2021.2.1.0 (20211203 - Build 21797 - WIN64)
FME_HOME is 'E:\Program Files\FME2021\'
FME Database Edition (node locked-crc)
Serial Number: Z6XB-SJY8-15LX
Permanent License.
Machine host name is: PXLLTPRD276
Locale: en_IN
System Encoding: windows-1252
FME Configuration: FME_BASE is 'no'
FME Configuration: FME_MF_DIR is 'E:\FME_TEMP/'
FME Configuration: FME_MF_NAME is 'wb-xlate-1647675806459_11696'
FME Configuration: FME_PRODUCT_NAME is 'FME(R) 2021.2.1.0'
Operating System: Microsoft Windows 10 64-bit  (Build 19042)
FME Platform: WIN64
System Status: 269.09 GB of disk space available in the FME temporary folder (E:\FME_TEMP\wbrun_1647672465569_11696\fmetmp_1e)
System Status: 31.77 GB of physical memory available
System Status: 100.13 GB of virtual memory available
START - ProcessID: 17496, peak process memory usage: 44472 kB, current process memory usage: 44472 kB
FME Configuration: Command line arguments are `E:\Program Files\FME2021\fme.exe' `E:\FME_TEMP\wb-xlate-1647675806459_11696' `LOG_STANDARDOUT' `YES'
FME Configuration: Connection Storage: 'C:\Users\frq\AppData\Roaming\Safe Software\FME\'
Shared folders for formats are : E:\Program Files\FME2021\datasources;C:\Users\frq\Documents\FME\Formats
Shared folders for transformers are : C:\Users\frq\AppData\Roaming\Safe Software\FME\Packages\21797-win64\transformers;E:\Program Files\FME2021\transformers;C:\Users\frq\AppData\Roaming\Safe Software\FME\FME Store\Transformers
Shared folders for coordinate systems are : C:\Users\frq\Documents\FME\CoordinateSystems
Shared folders for coordinate system exceptions are : C:\Users\frq\Documents\FME\CoordinateSystemExceptions
Shared folders for coordinate system grid overrides are : C:\Users\frq\Documents\FME\CoordinateSystemGridOverrides
Shared folders for CS-MAP transformation exceptions are : C:\Users\frq\Documents\FME\CsmapTransformationExceptions
Shared folders for transformer categories are : C:\Users\frq\Documents\FME\TransformerCategories
FME Configuration: Reader Keyword is `MULTI_READER'
FME Configuration: Writer Keyword is `NULL_DEST'
FME Configuration: Writer Group Definition Keyword is `NULL_DEST_DEF'
FME Configuration: Reader type is `MULTI_READER'
FME Configuration: Writer type is `NULL'
FME Configuration: No destination coordinate system set
FME Configuration: Current working folder is `E:\FME_TEMP'
FME Configuration: Temporary folder is `E:\FME_TEMP\wbrun_1647672465569_11696\fmetmp_1e', set from environment variable `FME_TEMP'
FME Configuration: Cache folder is 'E:\FME_TEMP'
FME Configuration: FME_HOME is `E:\Program Files\FME2021\'
FME Configuration: Start freeing memory when the process exceeds 95.30 GB
FME Configuration: Stop freeing memory when the process is below 71.47 GB
Creating writer for format: NULL (Nothing)
Trying to find a DYNAMIC plugin for writer named `NULL'
Loaded module 'NULL' from file 'E:\Program Files\FME2021\plugins/NULL.dll'
FME API version of module 'NULL' matches current internal version (3.8 20210302)
Creating reader for format: 
MULTI_READER(MULTI_READER): Will fail with first member reader failure
Using Multi Reader with keyword `MULTI_READER' to read multiple datasets
FME API version of module 'NULL' matches current internal version (3.8 20210302)
FME API version of module 'NULL' matches current internal version (3.8 20210302)
Loaded module 'Geometry_func' from file 'E:\Program Files\FME2021\plugins/Geometry_func.dll'
FME API version of module 'Geometry_func' matches current internal version (3.8 20210302)
Loaded module 'InspectorFactory' from file 'E:\Program Files\FME2021\plugins/InspectorFactory.dll'
FME API version of module 'InspectorFactory' matches current internal version (3.8 20210302)
Reading...
Emptying factory pipeline
SystemCaller: Executing `"E:\Program Files\MarketLinx\Rets Connector\RetsConnectorRunner.exe" Sumter_County'

  

Hi @f.kemminje​ ,

 

I would put the start command in front of your executable. This should allow the workbench to continue on after running your command  eg. 

start "myexecutable.exe" "myfile"

 


Thanks, Richard. Very good Answer.

"Like hitting on the head"😀 @richardatsafe​ 

 


Reply