A space to discuss FME Flow
Recently active
I recently rescued several years worth of emails from an old hard drive (2004, start of my company, through to 2015 when I started using Gmail for business) that's in a Mozilla Thunderbird profile, containing several mailboxes each with several folders. We're talking 11 Gb of raw data here, including attachments. Since moving to Gmail I haven't had to go back to that archive, but I'd like to have the option.A quick look shows that it's a mix of SQLite and plain text so I should be able to figure this out, but I was wondering if somebody else had done this already.
Hi FME'ers,Just in case anyone is online today, and might know this, I have a question about JavaScript and FME Server. I have a line of JavaScript like this:<svg id="fillgauge1" width="10%" height="600" onclick="gauge1.update(42);"></svg>It basically sets a new value to 42. But I also have an FME Server stream that returns the number 42:http://imark/fmedatastreaming/imark/CreateNumberStream.fmw?DestDataset_TEXTLINE=C%3A%5CFMETesting%5Ctestfile.txt&token=617ec6bebe9ccd1a98f9d9b5481a979e083bdc61So, what I want to know is, can I somehow get the response from that FME Server URL into my JavaScript? I was hoping something simple like pasting the URL would do it:<svg id="fillgauge1" width="10%" height="600" onclick="gauge1.update(http://imark/fmedatastreaming/imark/CreateNumberStream.fmw?etc etc);"></svg>But I figure that's very unlikely, and just shows my lack of js experience.Any assistance would be much appreciated!Mark
I can get the so work in Server2019.1 but not Server2019.2. Has anyone else found this issue? We can only use the credential source of 'System'. The s3connector works for both version of desktop.
I'm attempting to use the following email template with FME Server 2015.1.3.2 :<fmeblock>This notification e-mail was generated automatically from FME Server (PROD). Please contact your system administrator or submit a service ticket for support. Do not reply to this e-mail. FME transformation job {id} has FAILED. Workspace: {workspace} Repository: {repository} Status: {StatusMessage} Submitted: {timeRequested} Job Start: {timeStarted} Job End: {timeFinished} Logfile: {logFullPath} </fmeblock>{workspace} & {repository} are both returning "_undefined_". All the other macros seem to work fine. Any suggestions?
Hi all, I have a scenario where i have many different types of SMS and Email notifications occurring and i want to create a centralized location on the server for these templates to be edited/adjusted as needed without having to dive into the workbenches every time. Is there a way of doing this? i tried reading the message layout from a text file but it does not resolve the '@attributevalue' sections that i want it to.
What Flexera LM version is needed for FME Desktop 2019.1.2.0 floating licenses? In this case the customer is using the ArcGIS License Manager 2018.1 an therefore FLEXnet Publisher 11.14.1.2 (Note: FLEXnet Licensing Service - 11.14.1.3) Are there any other things to consider when using ArcGIS License Manager with FME Desktop floating licenses?Thank you in advance for your help! Cheers - Martin
it's possible insert 2 file, 1 ecxel and 1 dwg file in the welcome page?if it'spossible can you help us how do it?
I want to sent an e-mail from a batch file calling a workbench with the Emailer-transformer, providing the To, Subject and Body with environment variables from that batch file. Is it possible to add newlines in the Body-text and if so, how do I do this?
Hello,I've recently upgraded FME Server to the latest build (19801) because of the recently flagged security vulnerability involving Active Directory. Followed the required steps, i.e Backup / Restore Test, then Uninstall current Version / Install latest Version / restore backup. All went well.1) However my "Favorite Workspaces" have disappeared but not the end of the world.2) I'm still having to re-adjust the amount of FME engine required after server reboot (on going) which involves "Refreshing" of FME Server licence. I only have one for now but FME Server detects 2 after server reboot.Are points 1) & 2) known issues?ThanksSameer
Hi all, when you run a job manually on FME server there is a field to receive email with the job result. However when I want to schedule the same job there is no such field. How can I receive a email with the result of a scheduled job? This should be very easy like in when you run a job one off.Thanks.
I have a customer who currently has only one floating license for their enterprise. We would like to configure our workflow such that it waits until the license is available to checkout and then proceed with the translations. Is there a way to have FME check if a license is available so that I can write a loop that effectively pauses the translation until the license is available?
I built an automation with 14 workspaces in a row. If one of them fails, then the whole automation stops. Sometimes a job fails, because it can't connect to the database because of network issues. But usually after some seconds it would be ok again. As the whole automation runs during the night for about four hours, it would be very practical if it was possible, to resubmit a job, that fails and continue the automation. I found this post about resubmitting jobs:https://knowledge.safe.com/questions/83248/automatically-resubmitting-failed-jobs.htmlBut how can I continue the automation after resubmitting one of the jobs in it?Thanks in advanceVera
Hello Team,Can somebody help me to get timestamp in milli seconds for FME server jobs, As of now jobs start and finish time are showing in the log as 2019-11-20 08:33:56|, I need to incorporate milli seconds also to these FME server logs. Thanks in Advance.
Is it possible to have FME Desktop/Server set ups in windows os and respective floating licenses are configured in Linux.??
Want to build a set up license manager in Linux and FME Desktop and server in windows os. Please let me know is this possbile
Hello list,I have the task to configure my fme 2018 server to provide * a dedicated highspeed queue for fire department tasks* a default queue for all the other work The condition is that the highspeed tasks have to run "immediately" and should never be blocked/delayed/slowed down by workspaces running in the default queue. Is it correct to create two different server queues with separate engines and do the job assignment through different repositories for a) the fire department's workspaces and b) the rest of the pack, or are there other/better mechanisms available. Especially I am interested in the job priority parameter that I can assign to the queues. Best regards - Markus
After upgrading a Schemamapper transformer from FME 2016 to FME 2018, I get an Connection error from within the Schemamapper (pointing to an Access database) : "Connection does not exist", even though nothing has changed. It is an upgrade problem cause any workflow with that Schemamapper in FME 2016 works without problem The same workflow opened in FME 2018 desktop has a red settings button and the abovementioned error. What to do?
Hi everyone,We're currently running the FME Workbench in an app-v package. As users launch the application through Liquit/Citrix, they first need to select their license (which needs to be checked out/borrowed from the license server). This is perfectly described in the following article: https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Desktop_Admin_Guide/FMEInstallation/Configuring_FME_Desktop_to_Use_a_Floating_License_3_Server_Redundant.htmThe customer is now asking/requesting if the steps where we select a license and assign it can be removed by automatically selecting the license (as we only have one license, there's no other option available at the moment). This would mean that the workbench would automatically launch instead of the pop-up from the Licensing assistant.Is this possible? If yes, do we need to define it in a configuration file? And which file would this be? Thanks in advance for all the help.
For some reason my Server Apps no longer have a "Run" button when they are executed. See image below. All the Server Apps are executing workspaces that are in the same Repository. The only change that was made to the Repository was giving an additional user permission to access the Repository. The Server App tokens are all still viable. Any thoughts on how to recover? Thanks,Frank
Hello Team,While downloading a file from trimble cloud connect through HTTPCaller we are getting following error,SSL connect errorcan somebody help me to get out of this issue. Till yesterday it was working fine all of sudden today all the scheduled jobs were failed due to this issue.Trimble side we have a valid SSL certificate.Thanks...
Definitely need to be able to preserve existing GlobalID. This is important for key relationships for relationship classes between features and tables.
Hi, After upgrading our FME Server from version 2017 to 2019.1, we get errors when running workbenches that uses the FMEserverjobsubmitter. We have a large workbench that is scheduled to run on the FME Server at 00:01 every night. It forks off other workbenches by running the FMEserverjobsubmitter transformer to submit jobs to the FME Server itself using a web connection (with address http://localhost, admin-account and password). We have the job scheduled in the "Schedules"-tab in FME-server.When the job is automatically triggered by the schedule all calls to the FMEserverjobsubmitter gives the following error: "FMEServerJobSubmitter (ServerJobSubmissionFactory): Could not initialize connection to server "http://__OMITTED__". Unable to use web connection to connect to FME Server. If connecting to FME Server 2013 or older, use direct connection."However, when triggering the exact same job manually (by pressing the "Trigger"-button in "Sched
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?
Hello, we have problem with FME Server - it is unable to open log file, so every job ends with immediate crash after 1 second. The error message is: Unable to open log file `/opt/fmeserver/resources/logs/engine/current/jobs/job_11.log' The folder „jobs“ exists in this location and is empty. FME Server is able to write there - has sufficient rights. The folder „jobs“ was automatically created when the first job was run - time of creation is the same. So if FME Server created this folder, I suppose it has enough rights to write there. The configuration is this: FME Server 2019.1.3 Build 19642 connected to Active Directory with last security patch installed (*.jar file copied in dedicated folder and restart of the server)OS - Linux 64-bit Debian 9.11 FME Server was upgraded from version 2018.1 on the same machine. Before upgrade it was working ok. After the upgrade every workspace crashes on this logfile error. Where can be the problem? Is there any other solution than install FME Se