Good afternoon,
I am currently experiencing a issue with fme server job submitter and feeding user parameters via a csv file.
I have a workspace on a 2018 server that works fine if the user runs the work space directly from the repository and within the workspace the user can select from a variety of user parameters to extract data based on date, format, projection etc.
when i try to run that workspace via a server job submitter using a csv file containing all the parameter details it appears that the server job submitter is truncating or moving the parameters to the next parameter. This appears to be happening with part of the date formatting.
if i remove the date formatting out of the csv then the server job submitter appears to run correctly.
the date format is needed as our data base is quite particular about extracting in that particular format.
below is a snip from the log file. you can see that the server job submitter appears to moving the data within the parameter to the next parameter.
FMEServerJobSubmitter(ServerFactory): Unable to process parameter '00:00:00' with type 'Perferred_Format'FMEServerJobSubmitter(ServerFactory): Unable to process parameter 'TAB' with type 'File_Path'FMEServerJobSubmitter(ServerFactory): Unable to process parameter '/dsupply/DATADUMP/QA_Output/Nov_2018' with type 'Coordinates'FMEServerJobSubmitter(ServerFactory): http://srv-bx-fmed:8080 - Running workspace 'LGA_DTDB_EXTRACTION_2018_FME_SERVER.fmw' in repository 'Test'...FMEServerJobSubmitter(ServerFactory): http://srv-bx-fmed:8080 - Job #1080 finished running with errorsFMEServerJobSubmitter_Failed: Feature is:Feature Type: `FMEServerJobSubmitter_Failed_LOGGED'Attribute(string) : `Coordinates' has value `MGA94-55'Attribute(string) : `File Path' has value `/dsupply/DATADUMP/QA_Output/Nov_2018'Attribute(string) : `Job Folder' has value `BERRIGAN_topo20181101'Attribute(string) : `Job_Extraction_Date' has value `2018-11-01 00:00:00'Attribute(string) : `LGA' has value `BERRIGAN'Attribute(string) : `Preferred Format' has value `TAB'Attribute(string) : `Topographical Features' has value `aggregatedway_nd'
any help on this would be great.