A space to discuss FME Flow
Recently active
Hello Before we got the FME server we used a Pyhton script in our FME workbenches to send email notifications to our customers. We sent information like: workbench name, input parameters, error logs, … FME Server has the built in email Notification. By modifying the Email template I was able to send the Job ID, number of written features, time started & time finished, … but wasn't able to send the workbench name. This would be the most important information. Is there a possibility to send the workbench name with the email notification tool? Thanks for any advice. felix
Hi,I would like to connect to FME Server PostgreSQL database repository throught pgAdmin.I could not succeed in making a connection. Is there any configuration changes required before being able to connect? Your suggestions would be appreciated.
Is it possible to export the FME Server schedule? I have looked through multiple FME Server folders, but have not found a file with the schedule. Adding such a feature could be beneficial. Thanks.
Is there a way to control which file types directory watch processes? I have a process set up to run xml files triggered through directory watch. Folders containing jpgs are also copied to this directory (I have no control over this). These folders trigger the process then fail. Is there some way to tell directory watch to only process xmls?
Hi,We are using FME Server 2015. It's installed since a couple of days.TOday, we noticed that some of our datadownload services are sending empty emails (async). Others are sending the emails as configured.Any idea of why we meet that behaviour?Regards.Vincent.
So I have an FME workflow i need to run on a linux machine. I've managed to get the FME engine installed and i can run workbenches via the command line, however when i try to run a python script to run my workbench i get the following error:ImportError: libfmeobj.so: cannot open shared object file: No such file or directoryDoes anyone have any experience running FME workspaces via python on ubuntu?I've copied my python script from a previous post from Ken's. Although i have a small amendment to check the OS which the script is being run on:import sys, os, platform# Set variables based on operating system:operating_system = platform.system()if operating_system == "Windows": sys.path.append("C:\\Program Files\\FME\\fmeobjects\\python27") directory = "E:\FME_Workbenches\PythonTesting"else: sys.path.append("/opt/fme/fmeobjects/python27") directory = "/opt/PythonTesting/"import fmeobjects#initiate FMEWorkspaceRunner Classrunner = fmeobjects.FMEWorkspaceRunner()#Full path to Work
I have mapped with the FME Server 2014 SP4 (build 14430 WIN32) a workflow in which registered users can start a job submitter service that calls after completing a topic, which sends an email notification to the project administrator. In this email should be included 3 important informations: 1. Job ID: {id} 2. Username of the user who ran the process (The users are created directly in the FME - no AD) 3. If possible, the selected value of a published parameter "government_district", which is necessary for the execution of the process Do you know a possible way? • i want to use the name of the logged-on user in my email-template of the email subscription, who executed the JobSubmitter service. Is there a parameter to which I have access in the template (similar to job-id {id})? In the documentary unfortunately i can not find anything. • i like to use the value of the published parameter in my email-template of the email subscription? My first idea is to create another pr
Why is the password of the database is visible in the log ?
Hi, Can you share or create the new FMEServer Reference Manual for 2015 ?http://docs.safe.com/fme/2013/pdf/FMEServer_Refere...Thank you
I have a workspace that watches a specific folder for csv files to be added to it.The workspace then converts the csv file to a shapefile.If i copy just one csv file into the folder it works perfectly.If i copy more than one csv file then server kicks off an instance of the workspace for each csv file added but it reads in the first csv file in the folder to every instance ignoring the rest of the csv files in the folder.Also if the folder already has a csv file in the folder and a second is added, server will kick of the workspace and run it using the csv file that was originally in the folder and not the new one.any ideas what i may be doing wrong?@aaronkoning
I am trying to reset my single fixed license using the licensing assistent. I have a new laptop and I would like to use the same serial number. I am trying to activate fme with the same serial number, but I am receiving errors. How do I fix this issue?
I heard the license server for FME 2016 is going to change from FlexLM to Docker. Is that correct? And how is that going to affect plugins running on FlexLM licenses?
Can you publish a 32-bit workspace to a 64-bit FME server
Can I use fme to ping a website and measure the response time? I want to check the response time / speed of a website and log the results to measure performance.
i am new to FME Server. I have several workspaces that uses the fanout option in the writer. An very basic one is reprojecting coordinates in a excel file. The current workspace takes the input filename (FME_BASENAME) and concatenates CONVERTED_ as a prefix for the new output filename. when I published this to FME Server as data download service, the translation is successful the logs shows no errors, the jobs status show completed successful but I get a failure and no file for download. Also no file in the RequestResults folder.
DataDownload service zip files are being deleted from the DefaultResults directory before users have downloaded them. How can the file deletion time be configured to allow longer to download the file?
Can we do simultaneous loading while making measurement on land with drone?
I cannot get the Strahler generator to work properly unless I put node points on every source leaf instead of on the single destination node. Surely this is all back to front? I have spent a lot of time validating a simple network topology. 2015.1 build 15483 WIN32
Dear all We are using FME server 2015 , monitor topics work fine , we subscripbe to topics , but not reaceive recieve email , where can we check and find out the problem
Hi, Just a simple query to make things easy at the workplace. I am working on Windows7 machine, 8Gb RAM, FME2015 x86 SP1. Sometimes, it takes hours for an FME workbench to run completely. I just want an email notification for the WB completetion(successful or failed) so as to run other process in the queue(internet connection available 24x7). Is that possible with FME.!!? :) Shivam.
Hi all, I've a FMW (test2.fmw) that include a notification. It works and i receive a file error if the traitment issue. Now, i've another FMW (test1.fmw) that execute my test2.fmw with FMEServerJobSubmitter. In this case, if my test2.fmw issue, the notification doesn't work ! Any idea, please? Thanks in advance. FarFar
Hi, I'm on FME Desktop 2013 and am trying to use the Socrata Writer. The documentation says that I need to provide a host, username, password, and app token to access the Socrata dataset, but I can't find an input for my app token. Could anyone help me out to find where it's located?
Hi - I have a larger OD matrix to the file shared below (too big for excel to handle) and would like to aggregate all the duplicate zones together (to produce the matrix shown in the 'summarised' tab. Would anyone be able to provide a solution/script in FME? https://arup.sharefile.com/d-saeccd70feea46d6b Thanks
I have 64 bit FME Floating license server. 64 bit FME floating license installer is installed on the server. Will all version of FME workbench be able to use the license?
I am trying to setup an email notification to be alerted when a scheduled task on FME server fails. I have tried working through the tutorial but nothing is working. Any tips from a user who does this would be great. thanks Dan