A space to discuss FME Flow
Recently active
I have a series of workspaces that are part of a web application and are called asynchronously via the REST services with an opt_requesteremail provided. In the workspaces I create specific messages using attribute information and format them with a variant of the FMEServerEmailGenerator. I then have a text writer registered with the data to post on a success topic. Note that if used the FMEServerNotifer instead of writing out the text file, and have no success topic published, then I end up with two emails, one custom email from the FMEServerNotifier, and the generic JOBSUBMITTER_ASYNC_JOB_SUCCESS. However, when it comes to failures, I run into a problem. In most cases I am forcing the failure via a terminator. I can generate the emails and use the notifier prior to a terminator. But then I end up with two emails, custom and generic JOBSUBMITTER_ASYNC_JOB_FAILURE. I can try to write out the failure message to the text writer and post to a a failure topic, with a branch to a
I have a workspace that watches a specific folder for files to be added to it.The workspace then converts the xml file to an ascii file and moves it to a different folder. When I drop the file into the watched folder, it seems like the file isn't getting processed as the file doesn't get moved and the new file doesn't get created.
FME2016 run from Task Scheduler problem: TNS ORA-12154
Hi.I need some support for tender assumptions. Is it possible to install two kind of FME Desktop fixed (node-locked) license (e.g Pro and Smallworld) on single machine and use selected license in batch mode of fme.exe process running? I need to control license usage according to two different custom applications which use fme batch processing.
How can I setup SSL on FME Server with this type of configuration.
If I look at the web interface I receive errors. Error: Error communicating with FME Server. FME Server may not be running. Contact your FME Server administrator who can investigate the log files for further details.Connection refused: connect.Does anyone know what the source of these messages are?
After installation of FME server 2016 the list scheduled tasks is empty. How can I restore the cleanup tasks?
I am moving my license server software to a new server with the same name as the old one. Do I need to deauthorize my license on the old server first? If so how do I do that? I don't see an option in the LMTOOLS UI.
Hi all,I'm using a custom transformer developed using the C++ plugin SDK. This plugin works without flaws on FME Desktop 2015 and 2016, both in 32 and 64 bits. Now I'm trying to publish the workspace into FME server but I'm unable to make it work in there. The error I'm getting is:CompileDimentions_FMEDotNetLEACCubeProcess(FMEDotNetWrapperFactory): The clause 'OUTPUT OUTPUT FEATURE_TYPE CompileDimentions_FMEDotNetLEACCubeProcess_OUTPUT' within 'FACTORY_DEF * FMEDotNetWrapperFactory FACTORY_NAME CompileDimentions_FMEDotNetLEACCubeProcess INPUT FEATURE_TYPE CompileDimentions_AttributeCreator_3_OUTPUT DOTNET_ASSEMBLY_FILENAME FMEDotNetLEACCubeProcess DOTNET_ASSEMBLY_FILENAME FMEDotNetLEACCubeProcess.dll DOTNET_ASSEMBLY_FACTORY_NAME FMEDotNetLEACCubeProcessFactory SOURCE_FILENAME_LIST_ATTR @EvaluateExpression(FDIV,STRING,Value_source_files,CompileDimentions_FMEDotNetLEACCubeProcess) SOURCE_FIELD_LIST_ATTR @EvaluateExpression(FDIV,STRING,Value_identifiers,CompileDimentions_FMEDotNetLEACCube
Does FME support version 7.3 of Informix? If not, can I write some python code to bring the data in through a script? What versions of it does it support from?Cheers
Hi Why do I identify myself every time I use a service hosted by us internally. Although I use AD integration to use FME . Can someone give us instructions how to avoid irritation ? Regards Ahmed Jama
I have read this article: https://knowledge.safe.com/articles/678/create-a-c...How do you modify the fmeEngineConfig.txt file to make the necessary changes?
How to write a python script to insert current date and time to the database?
dbCursor.execute("""INSERT INTO FME_LOG(NAME, RUN_DATE) VALUES ('eee', datetime.datetime.now())""") is not working.
I am facing an issue in licensing FME Server. I wana know that whether the licensed file is .txt or like fme work bench license file .fmelic ?
hello all,In my situation i have two polygos that aren`t both allignment :My question is: has a transformer that use one polygon like refference to make the allign to edge another?Thanks in Advance,Danilo de Lima
I created a workspace and tested it in FME Desktop.Then published it to FME Server and tested it again.Created a schedule to run the job this morning (and every day) at 07.00 (it is now 08.10).Next I edited the workspace, tested and republished it (no changes to parameters).Checked the schedule and it was still valid and enabled.But no jobs where executed at the scheduled time (no passes and no failures).My machine was locked and running (no shutdown).Any suggestions why my job has not run?
I have a script in FME Server that gets called by a URL with parameters for the WHERE clause. The querystring on the URL looks like this:some_example.fmw?Year=2010&Neighbourhood;=Kensington-Cedar%20CottageThe WHERE clause in the database reader then looks like this:neighbourhood = '$(Neighbourhood)' AND year(event_date) = $(Year)Are these placeholders "parameterized" in the sense that an SQL injection would fail? If not, is there a way to do this?Thanks
I'm new to notifications in FME server and I'm trying to create a service that notifies our helpdesk each time a Data Download job fails on our fme server.I've set up a subscription with the appropriate email settings and subscribed to the DATADOWNLOAD_ASYNC_JOB_FAILURE topic.I then start topic monitoring on the DATADOWNLOAD_ASYNC_JOB_FAILURE topic and when I test the topic, the email is received exactly as expected. The problem I have is that topic monitoring stops as soon as I navigate from the manage notifications page or if I refresh the page. Is this supposed to happen? I was assuming that once started, topic monitoring would continue until explicitly told to stop.Thanks in advance for you help(Using FME server 2015.1.1)
What happened to FME Server 2016 being available on January 29th? It would be nice to see a message on that page if there are issues. Typically you get told why something has been delayed.
I upgraded from v2015 to v2016 today, and I have noticed that a user parameter that is derived from another user parameter is not upgraded properly.In the attached Workspace, I am creating a SiteName parameter based on the input filename. And I also create a SiteNameGDB parameter for the output filename, based on the SiteName parameter. Unfortunately, when opening this workspace - which worked fine in v2015.0 - in v2016, it has replaced the expression $(SiteNameGDB) with the literal string "__SiteNameGDB_"Is this a bug?
I was just curious if anyone might be able to shed some light on an issue that has now popped up after switching everything to smtp.(company name).com yesterday under Manage --> Notifications --> Subscriptions.We get daily updates from jobs that run overnight, and we were still getting them from smtp.(company name).local. But since changing all of the values yesterday to smtp.(company name).com, we got no messages or updates from FME Server last night. Can anyone shed light on why this might be happening? Can you look at the attachment containing the before and the after settings (SMTP Server is all that was changed) and let me know if we need to change anything else about them to allow the messages from FME Server to come through? Thanks in advance for any help you can provide.Tony
My FME floating licence is installed on Windows2008 R2 Standard server. IT would like to upgrade the server to Windows2008 R2 Enterprise version. Would FME licence still works after changing the server to Enterprise version?
Hi,I would like to know if it is possible to change the default Temporary location in FME Server.The documentation does mention how to add a new shared resource location, but couldn't find any info on changing the default location (C:\\Windows\\Temp\\fmeengines) Thanks in advance,Itay
Good afternoon. I am running a series of workbenched (FME 2014) and these workbenches typically take 20 minutes to run. They have been running fine until a recent oracle patch and it is now causing my workbenches to hang continually until I cancel them through the FME Server UI. The error is: ResourceManager: Optimizing Memory Usage. Please wait...I would appreciate any ideas, although I have tried the following:Purge logsRestarted FME serverCheck all DB accounts being used