Schedules, triggers, events, alerts, and notifications.
Recently active
Hi dears. Read this article on FMEpedia. http://fmepedia.safe.com/articles/How_To/Email-Configuration-for-FME-Server-2011-2012 It is possible to configure e-mail to FME Server 2013? Thank in advance. Kind regards. Ramon Wallace.
Hi, The data download service on our FME server has started to return URLs with http://localhost:8080 instead of the server name. I can correct the URL in my app, but I'd rather get the service to return a correct URL. I remember seeing an article about how to change the download URLs back for Server 2012 but I can't find it now. Where do I find the settings for changing the URL? (I've already tried changing the URL pattern in the services settings). Thanks!
Hey there, First time using FME Community to help with a Server related problem, but I have been wrestling with this road block for the better part of a couple days. Within FME's Server Notification service, is there a way to set up a variable to read users as the "email to" portion of the subscription? What I am looking for is something similar to $(FME_SECURITY_USER), but within the notification outlet. I am working on a project that goes through chained FME jobs and returns a location to a file for colleagues within the office to receive (as in they will go on and activate the job themselves) via email. I have a shutdown python script on the last job at the end of the process that works fine, but I wanted to make the fail message apart of a notification service. Having a hardwired email address would be pointless for this idea. Tl;Dr- Is there a way to integrate a universal "email to" parameter within the Notification service? Thanks for the time.
What is the best way to read multiple feature types, from multiple different data sources for data download service? I expect there will be 75+ feature types, mostly coming from one or two different SDE databases, but there will also be file-based (likely file geodatabases and/or shapefiles) coming from different sources via http/ftp. All the examples I've seen for data download have the feature types coming from one reader and use the Feature Types to Read parameter to give the user the ability to choose which feature types to download. Based on what I've found I'm thinking I need to use a FeatureReader(s) but I couldn't find examples on how to implement it for multiple data sources. I hope that's clear and I apologize if the answer is already out there, I just couldn't find it. Thanks, Michael
Hi All, I am just starting to use FME server and immediately want to make use of some fancy options :)I have already been reading up the documentation and this article explains the method clearly. I basically need FME server to receive a mail with a url to a download service, download the data and trigger a database update. The example json contains :"email_publisher_content{0}": "MyBody\\r\\n", I guess this is where the url will be present (?) does anybody have some tips/experience to share about this? Any help is appreciated, Cheers, Itay.
Hi all, We had a notification service setup and running on our FME Server but over the weekend the topics all disappeared. How could this have happened, any thoughts on the matter? Best wishes, Annet
Hi, I find a way to substract ALL overlapping polygons after a buffer operation from lines. Has anyone a solution? Thanks in advanced!
Hi there, I have a problem to trigger FME job from url. The URL ask a login name and password. Can i disable it? Here are the URL http://xx.xx.xx.xx:8080/fmeserver/invoke/fmedatadownload/Automation/new_automation_07012013.fmw? Thanks
I have a workspace using a "Swiss Interlis" writer that produces an XML file. The writer takes the full path of the file from a parameter. I have linked this destination parameter to a Python scripted parameter that generates the file names dynamically depending on user input. That workspace works fine in FME Desktop and as a Job Submitter service on FME Server. If I publish the workspace as Data Download service it fails with the error message: "The filename, directory name, or volume label syntax is incorrect" and also returning the source code of the Python parameter. It looks like the Python source code is used as a file path rather than running the script and using its result. I changed the script to only return a filename instead of the full path, but I still get the same error message. If I enter a hardcoded file name into the writer destination parameter (instead of the Python script) everything works fine and the file name is used in the downloadable zip
Hi everyone, I am pretty new with FME and I am using it to manipulate data that is delivered to my company on a quarterly basis. Because of this, there is a 'date stamp' on the folder name (for example "Current/Transport/Roads NOVEMBER 2012/Standard/") where NOVEMBER can have four different month names, depending on release date. What I am trying to do is to 'generalise' the directory path in the readers with some wildcards if that's possible? I'd like to create a directory path that finds the files, no matter what's the date as long as the data is stored inside the 'Current' folder, for example 'Current/Transport/Roads */Standard/' Hope I am being clear in this? Any help/suggestion would be greatly appreciated. Thank you Gianluca