A space to discuss FME Flow
Recently active
I have a script in FME Server that gets called by a URL with parameters for the WHERE clause. The querystring on the URL looks like this:some_example.fmw?Year=2010&Neighbourhood;=Kensington-Cedar%20CottageThe WHERE clause in the database reader then looks like this:neighbourhood = '$(Neighbourhood)' AND year(event_date) = $(Year)Are these placeholders "parameterized" in the sense that an SQL injection would fail? If not, is there a way to do this?Thanks
I'm new to notifications in FME server and I'm trying to create a service that notifies our helpdesk each time a Data Download job fails on our fme server.I've set up a subscription with the appropriate email settings and subscribed to the DATADOWNLOAD_ASYNC_JOB_FAILURE topic.I then start topic monitoring on the DATADOWNLOAD_ASYNC_JOB_FAILURE topic and when I test the topic, the email is received exactly as expected. The problem I have is that topic monitoring stops as soon as I navigate from the manage notifications page or if I refresh the page. Is this supposed to happen? I was assuming that once started, topic monitoring would continue until explicitly told to stop.Thanks in advance for you help(Using FME server 2015.1.1)
What happened to FME Server 2016 being available on January 29th? It would be nice to see a message on that page if there are issues. Typically you get told why something has been delayed.
I upgraded from v2015 to v2016 today, and I have noticed that a user parameter that is derived from another user parameter is not upgraded properly.In the attached Workspace, I am creating a SiteName parameter based on the input filename. And I also create a SiteNameGDB parameter for the output filename, based on the SiteName parameter. Unfortunately, when opening this workspace - which worked fine in v2015.0 - in v2016, it has replaced the expression $(SiteNameGDB) with the literal string "__SiteNameGDB_"Is this a bug?
I was just curious if anyone might be able to shed some light on an issue that has now popped up after switching everything to smtp.(company name).com yesterday under Manage --> Notifications --> Subscriptions.We get daily updates from jobs that run overnight, and we were still getting them from smtp.(company name).local. But since changing all of the values yesterday to smtp.(company name).com, we got no messages or updates from FME Server last night. Can anyone shed light on why this might be happening? Can you look at the attachment containing the before and the after settings (SMTP Server is all that was changed) and let me know if we need to change anything else about them to allow the messages from FME Server to come through? Thanks in advance for any help you can provide.Tony
My FME floating licence is installed on Windows2008 R2 Standard server. IT would like to upgrade the server to Windows2008 R2 Enterprise version. Would FME licence still works after changing the server to Enterprise version?
Hi,I would like to know if it is possible to change the default Temporary location in FME Server.The documentation does mention how to add a new shared resource location, but couldn't find any info on changing the default location (C:\\Windows\\Temp\\fmeengines) Thanks in advance,Itay
Good afternoon. I am running a series of workbenched (FME 2014) and these workbenches typically take 20 minutes to run. They have been running fine until a recent oracle patch and it is now causing my workbenches to hang continually until I cancel them through the FME Server UI. The error is: ResourceManager: Optimizing Memory Usage. Please wait...I would appreciate any ideas, although I have tried the following:Purge logsRestarted FME serverCheck all DB accounts being used
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?