A space to discuss FME Flow
Recently active
Hello I would like to know if it is possible to transfer my free "Single-Fixed License" to a new computer. My old computer is in trouble and I need to transfer the license to another one. I thank you for your return. Leugim
Cento = 100 Um = 1 Raw DataI wantFme_resultCento Um1011001 How resolve These type of numbers
HI,I have upload multiple folders which contian thousands of *.osgb files to Resources->Data of FME Cloud. All the files need to be converted to specific format.How can I select the folders or plenty of files just once rather than click individual file one by one as source files?
I am trying to push a HTTP Request notification to a client machine using a Text Writer with MIME Mode set to 'application\\json'. The issue we're running into is that we get extra "\\" in the 'subscriber_content' section. It appears that the notification is converting the 'subscriber_content' to a string vs. leaving it in the JSON format.It should like this:{"Title":"Test WARS JSON Message","Message":"Simple Message","ActivityCode":[{"ActivityUID":"M336_34687_4592_08000AOH000","ActivityCode":"M336"}]}However, it is coming thru like this in both FME Sever Topics Monitoring and on the client machine receiving the message:{ "workspace": "ITD_WARS_JSON_MessageTest.fmw", "timeRequested": "Wed-02-Oct-2019 01:14:55 PM", "ws_topic": "WARS_JSON_Message", "NumFeaturesOutput": "1", "job
Hi folks,I have a question of a customer :We are preparing the FME version upgrade for the coming weeks / months.In this context we ask ourselves the question of how to obtain a new license file for the new license server.Is it possible that the two versions coexist during the tests and the final changeover?
Hi - I wanted to find out if a trial license will be lost if FME Server is upgraded? Is an uninstall/re-install and then restore config backup.Will this loose the trial license? If so - how does one continue the trial?e.g. FME Server 2020 installed and wanted to upgrade to 2020.0.01 which I see was just released.Thanks
We have a series of workspaces that use a File/Directory Reader, do some magic, then Move the files to a new directory. Stored UNC example: "\\\\projectdir\\My Folder Is Here" The job runs fine in Workbench and when executed manually in FME Server -as the path retains the double quotee bounding. The problem we are finding is how Automations are interpreting the parameter Source Folder and File Pathnames Folder (PATH for simplicity). When the workspace is first added to the Automation, it initially interprets the PATH (UNC) as:''''\\\\projectdir\\My Folder Is Here''''4x single quotes{PATH}4x single quotesThis fails. I override this parameter in the Automation to use bounding double quotes ("\\\\projectdir\\My Folder Is Here") and it runs without issue. However; after this success, the Automation changes the the PATH to:'''' \\\\projectdir\\My Folder is Here ''''4x single quotes and a space{PATH}space and
Hello, I was looking into FME Server when I noticed that there was a vulnerability listed for the software. It can be found here: https://nvd.nist.gov/vuln/detail/CVE-2018-20402 Has this been acknowledged?
We are using the FME Desktop 2017.1.1.1 on Windows 10 machine, it works when connected to the Office network, however, when trying to access over the DirectAccess VPN solution, it is not able to connect to the License serverClient Machine - Windows 10Direct Access Server - Windows 2016
Hello,we are using FmeServerJobSubmitter. Fme version 2019. There is a strange problem: job is submitted, I can see it on the jobs list. So on the jobs list there are 2 jobs: main one and submitted. In the logs of main there is information: 2019-07-28 22:56:41| 1.0| 0.0|INFORM FMEServerJobSubmitter (ServerFactory): http://fmetest.com:80 - Running workspace2019-07-28 23:01:41| 1.1| 0.1|WARN FMEServerJobSubmitter (ServerFactory): http://fmetest.com:80 - Failed to submit request to run workspace2019-07-28 23:01:41| 1.1| 0.0|ERROR |FMEServerJobSubmitter (ServerFactory): Reason - ''So it looks that after 5 min main workspace decided that it could not submit request, it logged what is above and finished. But child job was actually still running for 15 min more (as expected as this job takes 20 min) and then it finished. I use settings in fme server job submitter:SubmitJobs: In sequenceWait for jobs to complete: Yes Funny thing is that if child workspace finishes before 5 min then e
We are new to migration from Windows FME to Linux and welcome suggestions and recommendations.
Hello I am trying to install FME-desktop-2019 and I am getting dependency error as follows: Could you help to instal FME in Linux? or this is a no go OS for FME?
After logging in, the user can successfully run the job and download the data.
Hi,I'm trying to setup a script to download a set of zip files from a website that requires logging of username/password. After logging in, I need to select from 3 different zip files from the list. From what I've read so far, it looks HTTPCaller transformer with GET method is what I should use. The 3 zip files that I need to download each week is changing every week with a new # in a filename. How do I use HTTPCaller to select the zip files each week regardless of what number is in the filename?
Hi, I have another FME Server query!I have successfully uploaded an FME workbench to FME Server 2019.1 with a Data Download Service. When I run the workspace in FME Server the Data Download Service works fine.I would also like the Data Download Service to work with a scheduled job which I have set up using Automations. However whenever this scheduled job runs, the Data Download Service does not work and the files are output to the shared directory rather than a zip file to download. Is it actually possible for the Data Download Service to work in a scheduled Automation? I thought maybe I could add the hyperlink to the zip file to an email, but I can't work out how to do that.Thanks
Hi,Once I receive the new safe.lic file and activate the new license server, what happen with the old one ? Does it still remain active until I shut it down or will it immediately stop to work ?Thanks
Since a recent upgrade to FME Server 2019.2, I am having trouble inititialising a workspace following receipt of an email. The workspace uses several features from the email that it receives.Ideally, I'd like to just read the email into my workspace as a JSON file that is populated from the Email trigger on the automations page of FME Server. Annoyingly, it seems that I can only populate published parameters with individual attributes of the received email (e.g. Email Subject, Email Body, etc.) rather than bringing the whole email through to a JSON FeatureReader. You can see below that I can't populate the "Email" Parameter with the whole Email, I have to select one of the attributes of the email:Is there a way to populate a JSON FeatureReader with the entirety of the email that FME Server receives, including attachments and metadata?
We've got a real head scratcher here. We are collecting data in Survey123 for ArcGIS and are using FME to listen for the submissions. Everything works perfectly for receiving the JSON. We've taken that JSON and built a workspace around looking at the data as it is pulled from ArcGIS Online without any issue. We even deal with repeats associated with Survey123. Here's the part we can't seem to get past. We have set up all of the attachment parameters and the job clearly pulls the attachments and it saves them in our specified directory. We even have it saving under FME Server in the resources-data directory. So there is no issue with the attachments being pulled. Our issue is we cannot get them to properly attach to the email being sent. When we remove the attachment parameters from the FMEServerEmailGenerator (Leaving attachments blank) the email comes through perfectly. It contains all of the HTML formatting we set up. But the second we reference the attachment the em
Can someone help me resolve the following error when I try installing FME Desktop:An error occurred while attempting to create the directory: C\\...\\Document\\FME
License server runs on a Windows machine. We have 20 floating licenses. When a user tries to borrow a license from within Workbench we get the following message (both on pc and Mac)
Only Identified End with Upper case latter For example identified below highlighted yellow color indicated words wordsNameIdentification 2 A 2 A 3 D 3 Dhbsv 5 G hbsv 5 G g 6 Gsgdsgg 6 Gsgdsgt 56 Fgdsgt 56 Fgdsgtd 9 Dtd 9 D
Just out of interest: How does FME detect, that a directory has changed? Does it store the information about the files in the directory at a given time in a file? So that when the directory watch is triggered it can compare the new informations of the files in the directory at that time to that file?Or how else does it keep track?Thanks, Vera
Hello, I've updated FME server V2018 to V2019.2.3Unfortunately nou the scheduling does not run. There are no scheduled tasks in the que.If I manually start a job at the server it appears in the que but does not run at all.Wich services are responsble for the schedular. Do they have to run with SYSTEM?Or do all the services have to run with SYSTEM? thanks for your reply
Hello,Trying to combine log files that are created from workspaces that are being executed via an automation/schedules in 2019.2.Any thoughts please? Thanks!