Schedules, triggers, events, alerts, and notifications.
Recently active
I'm using FME server to execute a workspace when an email arrives. I have configured a notification and it works fine, my workspace is launched. My workspace fails sometimes when I try to read an attachment in my workspace. The error message indicates that the file can't be read. This problem occurs because FME server downloads the file in a temporary folder that has the same name as the email subject. If this subject contains special characters (such as ?), the workspace can't access to that directory, due to encoding problems. Is there a way to configure the directory in which the attachement are downloaded? I've tried to use the "Download Attachments To" option while creating may Email Notification, but Fme Server stills create subfolder. I've also tried to use Automations, but it doesn't work because I may receive several attachments in the same email, and automation is unable to process multiple attachments. How can I solve my problem?
Hello, Is it possible to configure auto resubmit job after fail on fme server using fme 2019?
I have a long running workbench on the FME server. Is it possible to take actions if a job submitted is canceled?proposed workflow1. submit a job2. cancel a job3. write into a file information regarding the job that was cancelled (is possible to do it inside the same workbech? is possible to do it with another workbench? a subscription could help??) [EDIT]:The idea is that step 3 is automatically triggered after the cancellation of the job, that is what I mean by "React".[EDIT]: I am using FME Server 2018.1.2 - Build 18590 - win64: I notice that JOBSUBMITTER_ASYNC_JOB_FAILURE topic is not triggered when a job is canceled.thanks for any hint provided.
In FME Server 2019, I would like to run a workspace with the data download service that generates an email containing both the {downloadURL} and a message coming from an attribute. If I use the Email body template on the subscription,<fmeblock type="optional">Click here to download the result: {downloadUrl}</fmeblock>, then I can get url, but not the attribute data. If I use the EMailGenerator/FMEServerNotifier then I can get the attribute data, but not the url. Thoughts on how to get both? Note that using {downloadURL} in the subscriber_content for the FMEServerNotifier, doesn't work, as it's not resolved.
Hi, I'm trying to set up a workflow where I attach the intermediate result of a workspace to an Email as an Excel spreadsheet but I have troubles writing only one file. The Emailer documentation hints at using TempPathNameCreator and a FeatureWriter but I could not find any concrete examples on FME hub. When I run the translation every feature is written to a separate Excel file instead of a single one. I'm sure this can easily be done but I can't figure out how. Thanks for any help!
Hi everybody,I'm trying to call a datadownload service from a workbench with an HTTPCaller. All works perfectly: the call start the job on fme server and at the end I've the json response with the link and other parameters.In my parameters from the HTTPCaller I've set the opt_requesteremail but no email are sent with the download link to the requester.Anyone have tested it? I use fme 2018.1.0.3 I thought a workaround, but I like to use this parameter that made what I need... Thanks for the support.
HiI have entered my Office 365 Outlook credential in for my organisation email account. This work and FME Server return "Valid" when I click validate.However, we really wish to use a shared mailbox for the FME Server configuration (fme@). I assumed I had to enter the IMAP Account in FME Server as using the same password I used for my organisation account. However, this doesn't work and it says "invalid credentials" when I validate this.I have also tried just adding the shared mail box address with the same password but I get the same error. My organisation is hosting FME Server and the firewall is allowing IMAP traffic for this application so I'm a bit stuck,Has anyone else tried to do this or have any experience/ advice on how to get around it?
I want to instantly receive a notification email when a new record has been added to a table that is in Oracle
Can I send by email the new record added to a table that is in a database? and each time there is a new record send me an email
Bonjour à tous, Dans une gdb Arcmap 10.2.2, contenant plusieurs classe d'entité (canalisations, coffrets,...), je souhaiterai corriger la topologie entre les canalisations (polyligne). Ils doivent être impérativement attachés et sans discontinuité. J'ai tenté un anchored snapper mais sans succès. Je dois avoir un problème dans le paramétrage. J'en appel donc à votre aide. Merci d'avance.
Hi, I am trying to send an email using an email subscriber, which in some cases seem to work successfully. However, not all attempts to send mail are succesfull, sometimes the workspace job succeeds and the topic fires that should trigger the email subscriber, however, no mail is sent and not even the logfile email.log gets written. Anybody any clues? Is there no flushing mechanism on the email.log? The subscriber.log only states that there is a new client accepted on port 7072.
Hello There I did set the publication, email SMTP , its working when we do the test Topic button but when we send email to user@{hostname}.com , the topic monitoring show nothing https://qsnapnet.com/snaps/tn8ozd3p1bj
Hi, I would like to ask you some tools and techniques for automation and visualization of transport services rotation (eg. Bus,train, flight connection ) , implement some kind of tool which converts the data into graphs automatically .The initial data is available in excel format and the final output will be expected in graphics(JPG,PNG.....) with map in the background .Pleas anyone to suggest me some techniques Thanks
Hello,I have just installed a new FME server on a new VM. I am able to send out emails using telnet on the VM using SMTP. However when I try from the FME server software I am getting errors in the log file about the local email address -Mon-16-Sep-2019 12:45:47.877 PM ERROR pool-2-thread-5 801027 : An exception occurred. can't determine local email address Mon-16-Sep-2019 12:45:47.877 PM ERROR pool-2-thread-5 801009 : Failed to send email. javax.mail.MessagingException: can't determine local email address at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1154) at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:735) at javax.mail.Transport.send0(Transport.java:191) at javax.mail.Transport.send(Transport.java:120) at COM.safe.fmeserver.notification.plugin.FMESubscriberEmailNotifier.get(FMESubscriberEmailNotifier.java:39) at COM.safe.fmeserver.notification.plugin.FMESubscriberEmailNotifier.get(FMESubscriberEmailNotifier.java:17) at
I have I directory watch on FME Server that triggers a workspace to move a file that inserts into the directory watch-folder, to the FME-server with a SystemCaller transformer.It works fine when using a file that dosen´t cointain any special characters, however when I have a file with å, ä or ö the SystemCaller fails according to the log-file. In the log file, a file that spells "åäö.pdf" have the name "åäö.pdf" in the log file.However the path to the file also contain å, ä and ö, but spells correctly in the logfile. I´ve tried and wright the filename-attribute that generates from the JSONFlattener to a txt-file from the same workspace, and it also spells correctly.I´ve tried to add "@echo off && chcp 1252 &&" infront och the copy-command in the SystemCaller, but it dosen´t seem to work for the filename. So what must be the problem is that when the SystemCaller runs on FME Server and try to find "åäö.pdf" it can´t find it. S
Is there any way to configure automations or publications such that a workspace can be triggered via email from one of several senders? Both publications and automations can filter by email subject, and the Filter action in automations can then filter emails based on one sender, but there appears to be no way to filter based on a list of senders ("from either Person A or Person B"). Is this in fact the case?Details, if they help: we'd like to enable a certain work group of five people to be able to trigger a specific workspace via email. While they can and will also use a specific subject line, I'd like to be able to ensure that no one outside the work group can trigger that same workspace even if they know the "key" subject line.Is there a way to achieve this, short of using five separate Filter actions per automation? Which appears work, but isn't very elegant, and will get hard to maintain as/if a given work group develops more workspaces. It also doe
I am using a Survey123 survey to trigger a topic on server when a new survey submission is received. The topic, in turn, triggers a workspace which takes in the subscriber_content (containing the survey submission content) and parses it out via some JSON extractors to grab specific survey fields and process them a particular way. What I want is for the same topic to trigger an email in server, sending along the processed subscriber_content. Currently, I am not able to use an emailer inside the workspace to do this -- needs to be a part of the automation itself. How can I make this happen?Example/detail: The workspace processes the subscriber_content to extract attributes of buildingID, floorName, and roomName. I want the automation to also send an email containing the buildingID, floorName, and roomName in a readable format -- ie, not the raw JSON subscriber_content
Hi everbody, Following this tutorial I've set up everything in FME Server to receive and process certain emails, and everthing works really fine. The only missing detail is to save the received and processed email to the file system (*.msg preferred). Is there any possibility to do this? By the way, I have to use IMAP, and for the next few days (or weeks?) we'll still be using FME 2017.1 before updating to FME 2019.1Any hint is appreciated ;-)
Hi Team,I used fmeservernotifier transformerMy content of the email looks something like this... region1 : 100 featuresregion2 : 200 featuresregion3 : 300 features All the features counts are in attributes. And email should be formatted like above.if all text strings are in one row/line it comes out good. But I need multi line texts.I mean each line shows region and its count. But when I pass this to "subscriber_content", error happens and all my email subject line and content becomes bla bla....if it is simple one line text string, then it comes out good. And if i try to insert newline char[\\n] like below...(region 1 : @Value(count1) \\n region 2 : @Value(count2) \\n region 3 : @Value(count3) \\n ) My email structure collapses. How can I achieve multi line text email message. Thanks below string copied from fme knowledge base....{"email_to": "recipient@example.com","email_cc": "","email_from": "sender@example.com&quo
Hi, I have a Condition Statement within AttributeManager that splits coordinate values. The value for seconds (_lat{2} and _long{2}) have different length e.g. 23° 05' 30.95420" N or 23° 06' 47.954" N When I use the above it always returns the value but with E or N. Any thoughts on how can I get only coordinates seconds? Regards
Hey there - I've inherited a bunch of FME Server workspaces that utilize topics ad subscriptions. But I'm still a bit hazy on how topics and subscriptions are set up. I've updated the list of email address under "Edit Subscription/Protocol Settings" but the emails still go to a different group of people? Is there some admin email group that gets all notifications and where the emails in my case might be coming from?
Hello, I noticed that notifications (emails) from the Community site have stopped since some point within past few days. Can you receive notifications according to the settings on your preference?
Hello, If there is a FmeServerJobSubmitter transformer with options:Wait for Job to Complete = true Will it keep http connection untill job is done?
Hello All,I am trying to import an external module named openpyxl in FME but unfortunately isn't able to setup the environment. Can anyone please help me with identifying what all is required to setup the module in FME?Every time i try to run it inside the python shutdown script it throws the error as module doesn't exist.
Hello, I'm running FME 2019 server. In workspace I have ServerJobSubmitter with parameters like that (I updated to newest version of this transformer): My expectation was that test.fmw will be executed on the same engine but it was executed on another engine (which is installed on the same engine server). Why is it like that? Is it possible to have that job executed on the same engine like it was in previous versions?