Schedules, triggers, events, alerts, and notifications.
Recently active
Hello, I have a script that is creating an email notification via FMEServerEmailGeneration. I am feeding that to a topic through the FmeServerNotifier. Works perfectly fine. I have monitored the topic and the notification comes up. I set up an email Subscription using the following information: https://knowledge.safe.com/articles/1455/configure-fme-server-services-to-use-gmail-1.html I keep getting this error when I try to save the subscription. I have checked if firewall was blocking port 465. No problem thereFunny thing is. This worked once. I was able to save the subscription. I tested it out by running the first workspace and an email was sent correctly. I opened the subscription up and made a change to the subject line only. Ever since then, it stopped saving. And no email is being sent. Can anyone shed light on this temperamental issue? Any help is appreciated. Thanks :)
Hi,I am using FME Server 2015, is it possible, while logging in as admin, to schedule a task to be run under specific FME server user?
Hi,We have many schedules with FME Server. I disable a schedule in http://.../fmeserver/schedules but the job starts anyway. If i restart the windows service, the job is not started.May be there is a glitch in subprocess of scheduler. How to fix this issue ?Thx
HI all, I want to add a processing bar on my application for time-consuming services so users know the process is still running. I am using FMEServer.runDataDownload(this._repository, this._workspaceNames[2], params, this._displayResult)); How to implement this?
Hi,I am new to FME Server and have been experimenting with creating email notifications when a job succeeds or fails. I have done this in two ways for the one workspace:1. Using the FMEServerEmailGenerator within the workspace:2. Applying Notification Settings while setting a scheduled time for the workspace to run in FME Server:When I run the workspace unscheduled and it fails, the failure email that is sent seems to change - sometimes it is the one that I set up using Method 1, and sometimes the one that I created in when subscribing to notifications in Method 2. Can someone please explain the difference between the two methods, and when one method takes priority over another method?Thanks,
Good morning, in FME Server by default there are notifications for JOB_FAILURE and JOB_SUCCESS and I wonder if is possible to create a notification for JOB_SUBMITTER. Let me explain, I am developing an application for downloading data, I need to inform the user by email when his request was taken over by the system.Thanks.Paolo
Hello!I have a question about the usage of Notifications for FME Server 2016. I created a Notification with a Publication and a Subscription. The Publication is working and collects the attachments of e-mails in a dedicated folder. From there a Workspace should be triggered to start reading the folder paths, making use of de FileDirectory Reader and process the files that are read. For the triggering of the Workspace a Subscription is created and for some reason, it does not work or does not work all the time. In some cases the restarting of FME Server can help but this is obviously not a solution.The Workspace that is triggered does not have a JSON-reader. In Tutorials I saw a JSON-reader was part of the solution to trigger a Workspace. In the example parameters of the e-mail were read and would be handy to read for example e-mail parameters. Since these parameters are not needed, as all the information comes from the files read using the FileDirectory Reader, I am using a simple Cr
Does anyone have a routine or know how to build a routine to access a webpage, make a selection from a dropdown menu, and then select save at a pop up window? I'm sure this can be done in Python, but I do not have the background.
I need to detect if there is a mismatch in the number of polylines that adjoin each other. For example one polyline in the middle, four either side (or it could be any number of mismatches: 3-2-3 for example. Polylines aren't snapped together; it's for a powerline project so it's not a requirement.I can group the lines together and assign them grouped id's together using the attached process. One final point; I only need to calculate the relationship of polylines that have 'neighbours' on either side and not on polylines with only one set of 'neighbours' (see below)
Hi allI've had a read of related topics and still need some clarification. What I'd like to do is kick off a jobsubmitter service via http POST and use the file uploaded (csv or shape file) via the POST as the source data for the reader in the service. I'm testing using Postman and this is what I'm trying to post:This article states that you can't use form-data in the body, only raw data. Does this mean the method I'm using won't work or has someone managed to get it to work? If this is possible, how do you set the FME Cloud location the file upload will be uploaded to?If this method is not possible, I was thinking of using the upload service to upload the file then run the workspace when the upload arrives in the destination folder in FME Cloud (kick off process via notifications).Any other suggestions would be most welcome.ThanksRob
Documentation for SECURITY_LOGIN_TYPE in FME Server 2016 says:"Identifies the authentication (login) method to use: database, activedirectory, or custom"What does "custom" mean? We would like to user Active Directory AND database authentication if possible. This would allow us to create users with passwords that don't expire, unlike with Active Directory account.Thanks
Hello all,I am getting an error message stating that the email sent via the Emailer transformer does not contain a header (From).Here is a description of the error:SMTP error from remote mail server after end of data: 550-5.7.1 [2a00:4e40:1:1::9:4 11] Our system has detected that this message 550-5.7.1 is not RFC 5322 compliant: 550-5.7.1 'From' header is missing. 550-5.7.1 To reduce the amount of spam sent to Gmail, this message has been 550-5.7.1 blocked. Please visit 550-5.7.1 https://support.google.com/mail/?p=RfcMessageNonCompliant 550 5.7.1 and review RFC 5322 specifications for more information. o16si20691209edc.165 - gsmtpI am actually specifying a From in the emailer but it seems not to come through:Does anybody know if its a known issue? I am using FME 2017.0.0.0 (20170228 - Build 17259 - WIN64)Thanks in advance.
Hello, we are observing a strange behaviour with an FME server (v2015) in production.The publisher watches a main folder with subfolder flag set to yes only for new files.Several subfolder (more or less 20) under the main one.Sometime the watcher stop working without notices.If we reset FME services it start working again for few hours then it stop again.We only upload zip files in the folders.Unfortunately for a month or so we can't upgrade to the new version.Suggestions on how to solve this issue?Too many subfolders?Other suggestions or best practices to follow?TIARoberto
I am running data download service using fme server. As it takes long time I need to send email to the user "your data download is completed and download the data from so and so path and filename". This is the link to download. fme server webpage gives that (some bla bla filename and path) how this is generated. I am using my own webpage , from where i get this download path and filename. or how can i restrict the path and filename to fme server. so that i can use this path and filename to my email content later. Now i can only generate constant email msg that " data download completed" . i dont know what is the filename?Please help.
I have set up an email notification to fire me an email when the workspace has successfuly run. I am curious as to how I get the name of the workbench that has run to be my subject line? Do I need to creat a seperate email notification for everyworkspace I want published? NOTE: I do not want to use python.
I followed this directory-watch-tutorial:https://knowledge.safe.com/articles/31475/tutorial-fme-server-watch-publisher-2016.htmlIn my recent Version of FME-Server ( FME Server 2017.0.0.2 - Build 17280 - linux-x64 ) the directory watch does not work.This is the error message:I think the problem is that in the tutorial there is a step where the setting "Send Notification Data to Reader" is set to "somefile[TEXTLINE]":But in the recent version of FME you cant set this option:Any idea how this problem could be solved?
Good day!The result of my WB is PDF map which should be sent as attached file. But I met the problem. File has been damaged. The size of file is less than original. It looks like FME-server had no time to attach the full file.Have you any ideas about fixing this problem?
austinDownload.fmw sample is producing a data download url, a zip in the engineresults directory and writing featuresmine is writing features (no log error) but no url or zip in the engineresults directoryI'm a newb with FME Desktop and Server and don't know where to start.
Hi everyone. I am new to this transformer "Emailer". Can Anyone give me step by step on how to use this with gmail account. Thanks
I've got a workspace who's job is to create and send emails using FMEServerEmailGenerator and FMEServerNotifier.Can I retrieve any information from Server on failed mail delivery?(some of the email addresses are likely to be invalid)
Dear All , We are using rest services of FME to post jobs , we need to pass a custom message which need to be shown on the subject of the email receive by the user when the job is done , users submit many jobs but not able to relate the job to the task .
I uploaded a workspace to a FME Server using the Datadownload service.I call this service and workspace from a custom webpage.All is working as designed, but I would like to skip the download link that is returned by the service.I would like the Datadownload service to start downloading the file as soon as the file is generated.I can't find the right option for this.My URL looks like: http://localohost:8080/fmeserver/fmedatadownload/myrepository/myworkspace.fmw?Can anybody help?
Hi, I am trying to run a series of transformations using the FME Rest API. Sometimes it works just fine, however, sometimes I get the message "Authentication failed: Failed to bind to Active Directory". (401). I created a token valid for 10 days and used a HTTPCaller to POST to the URL "http://ourserver:8080/fmerest/v2/notifications/topics/LDR_Trigger/message/raw?token=123456&detail;=low". Sometimes it looks like if I login to the FMEServer UI, it remembers the token and the result is as I expect. Has anyone any experience using FME Server REST service on Active Directory?
Is there a mechanism to set the priority of a job in FME Server that is triggered through the notification service via a message to a topic. For example the jobsubmitter service allows the passing of a tm_priority tag as a querystring parameter and I'm wondering if this is also possible via the message content on a topic to trigger jobs invoked via the notification service to run with variable priorities.