A space to discuss FME Flow
Recently active
Is there a way I can publish multiple workbenches on FME server
How to share publicly a published FME service, I’m not sure how to share publicly a published FME service. as I wanted to access a particular fme service, I’m required to push logins as shown in the screenshot below. How to make the fme service executed with no logins?
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
I have created an FME app to run a workbench on the server. From documentation, it looks like anyone with the link to the app can run this workbench. Is there a way to restrict access?
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
How to get the “developer information” (Direct URL) of a published workbench in FME Server 2019.0.1? I couldn’t figure out where is the “developer information” (Direct URL) of a published workbench in FME Server 2019.0.1. In the early versions, it used to be as shown in the screenshot below
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
Unable to run the FME Master workflow which has 39 workflows as single workflow through FME Server. It used to run fine until 2 weeks back. Now,It is returning an ORA-12154 error in the log file. Please help2019-08-19 06:00:14| 0.8| 0.0|INFORM|Feature Type: `FEATURE_TYPE'2019-08-19 06:00:14| 0.8| 0.0|INFORM|Attribute(string): `_reader_error' has value `Error connecting to Oracle database: message was `ORA-12154: TNS:could not resolve the connect identifier specified'. (serverType=`*****', serverName=`*****', userName=`', password=`***', dbname=`')'2019-08-19 06:00:14| 0.8| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom'2019-08-19 06:00:14| 0.8| 0.0|INFORM|Geometry Type: Unknown (0)
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,I am working on a classical installation of FME server 2017 and after running the post installation script (as admin) I can't see the FME Server SMTP relay service and I can't find the following file to configure the service:<FME Server Install DIR>\\Utilities\\smtprelay\\james\\apps\\james\\SAR-INF\\config.xmlAccording to documentation I should have it at this time of installation.Is there something new in FME 2017 or am I missing something in my installation?@kenatsafe: I can't follow your documentation because I even don't have the service available.Anyone having problem recieving email with FME server? Thank you for your help..JP
DESIGN READER: Error opening Design file RECOLEMENT BT 17-110_4S1_sig.4S1The same files are properly processed if it's one of my colleagues who drops itNb: he is in the company premises and I work from home je depose des fichiers par FME server (upload) mais ces fichiers n'arrivent pas à être lu dans le job DESIGN READER: Error opening Design file RECOLEMENT BT 17-110_4S1_sig.4S1Les même fichiers sont correctement traités si c'est un de mes collègues qui le déposeNb : il est dans les locaux de l'entreprise et je travaille de chez moi
Hello,I'm looking for advice to proceed with an issue regarding selecting uploaded file within FME Server 2018.In FME 2015, we used to be able to upload a zip file and specify different files within that to published parameters. Here is the screenshot from FME Server 2015:We lost this functionality in FME server 2018, so we cannot specify the .gdb file as a second parameter in the workspace: Do you have any fixes regarding this issue with being able to select files within the uploaded zip file? This workspace is used by external users, so we try to minimize the impact as much as possible.For your information, two parameters we are looking for are, an excel file which is configured as 'File(existing)" and second is a gdb, specified as 'Folder(existing)'.
Hello, What should happen with running jobs if FME Server Core service is restarted? I've distributed setup and engines are on different hosts then server core. Should they be restarted or should they continue running?
Hi All,In the FME "Desktop Administrator's Guide" there are only instructions regarding Installing a Floating License on Windows / Linux. How to install a Floating License on Mac OSX 64-bit? Thanks in advance
My FME Server environment has one engine that is 32-bit. The others are 64. I have a workspace configured to run under a queue (Engine 3) that is 32-bit, and consists of FMEServerJobSubmitter transformers, launching workspaces that are required to run as 32-bit, due to format limitations. The FMEServerJobSubmitters are configured with the following parameters:Submit Jobs: In SequenceWait for Jobs to Complete: YesSub-processes are being generated and run under Engine 3, however, while the parent workspace runs as 32-bit, the child processes run (and fail) as 64-bit. This is apparent in the log files based on where the FME_HOME parameter is pointing to. Is there any way to have the sub-processes run as 32-bit, preferably with the same engine? Note:I need to perform further processing once all the child processes have completed, so I am open to other suggestions to notify another application that this has occurred
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
Hello, after upgrading to FME 2019 from 2018 my workspace stopped working with errorSaving spatial index into file 'C:\\Users\\dusan\\AppData\\Local\\Temp\\wb-cache-Konacni_model_jul-KaOtqX\\Main_FeatureMerger_4 -1 298 fo 4 _lt_REJECTED_gt_ 0 82253bb54d545775c6265f622c6bd44f5854eccb.fsi'Finished saving spatial index into file 'C:\\Users\\dusan\\AppData\\Local\\Temp\\wb-cache-Konacni_model_jul-KaOtqX\\Main_FeatureMerger_4 -1 298 fo 4 _lt_REJECTED_gt_ 0 82253bb54d545775c6265f622c6bd44f5854eccb.fsi'Transcoding the binary string '1`\\xA8\\x83\\x191\\x02\\x00\\x00\\x00H\\xE1z$\\x04\\x14YA\\xB8\\x1E\\x85\\x8B\\x03\\x14YA\\xD7\\xA3p\\xAD\\xA4bRA333s\\xA5bRA\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x001\\x00\\x00\\x00\\x00\\x02\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\xF8\\x00\\x00\\x00\\x00\\x00\\x00\\xF8\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00' to another encoding can not be doneA fatal error has occurred. Check the l
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?
There is a bug in FME Server 2015 1.3.1. that lets me change the number of engines on the core-server, but not on the attached engine-only server. Default is 2 engines per server, 4 in total. I want 3 engines to run on the core, and 1 on the other server. Is there a way to edit fme-engine config file to force ONLY 1 engine even if there are licenses available?
I'm testing FME Server 2019.1, We created a test workbench that does nothing really and created a server app for users to test. We get an error. "There was an error submitting the job. " Anyone know what i should look at and/or the help documents relating to this configuration?
Hi Partners, A new article has been published which rounds up all the resources related to upgrading an FME Server deployment (Express Installation) to a Fault Tolerant deployment. How to Upgrade from an Express Install to a Fault Tolerant Install
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?
Upgraded to 2018.1. Server has 7 engines and 64 GB or RAM. Some jobs will get error "An error occurred while trying to obtain an FME session" but the second time it runs will run OK. Will open a ticket with Safe later today but if anyone has experienced this issue let me know the fix.