A read-only category for lost FME Flow topics. We hope to move them shortly.
Recently active
Hi all, I'm playing around with FME Server Apps and I'm trying to return errors when uploaded files may be invalid. I used the Terminator transformer to set a custom error and can see in the Fail Status message in the job summary. But when the app hits the error I'm returned with 'We don't know what went wrong' . Has anyone managed to return a proper error? Cheers
Hi, I have successfully followed the below resources to get the SharePointOnlineConnector up and running on FME Server:https://community.safe.com/s/article/How-to-create-a-Sharepoint-Web-ConnectionI created my own Azure application to do this, and successfully test the authentication. The workspace works fine for a few days, untill the request token expires, it then fails to generate a new token until I manually reauthenticate. Is there a way around this @jlutherthomas ? I'm using FME Server 2021.1.1 Build 21619 - win64 Thanks
User has a workspace in a repo owned by them. How can I change the owner?Under items under user management I can not see category workspace.
Hi,Whenever I am going to run any workspace in FME server- I am getting a error message that "There was an error submitting the job", but I am unable to see any detail/log for the same.
we have make an app registration in azure by following this article: Configuring Azure Active Directory with FME Server (safe.com) I filled the tenant en client id etc from azure application to the server by new azure active directory but nothing happends after synchronizing.must we make an enterprise appliaction ( so it says on fke server "Before you begin...") in stead off an app application? where can we link the ad groups in azure ?
Hi there,I have a distributed FME Server installation - Web/Core, Engine, DB behind a Firewall/reverse proxy. We configured the JobHistoryStatisticsGathering workspace on a schedule and it is running successfully. However in the FME Server documentation here https://docs.safe.com/fme/html/FME_Server_Documentation/WebUI/Dashboards.htm there are several dashboards listed that I am not seeing. I see:Daily Total JobsFailures By WorkspaceDaily Total Running TimeDaily Average Queued TimeAverage Translation TimeI don't see:Peak Usage Time by WorkspacePeak Usage Time by EnginePeak Usage Time by ServerDo these need to be deployed differently?Thanks,Marc
When I am running a job on FME Server I get an error message saying: "There was an error submitting the job. Authentication Failed: Account is disabled"My account isn't disabled as I'm signed in as that user. I've also tested other users and I get the same error message. The workspace runs fine as a schedule, just not when I use the Run Workspace page, or the FME Server Job Submitter.
Hi, I have create a stream - it was running for a few days - I have now removed the stream - but it still runs on the server. So how do you remove it completely If I stop the server and restart - it comes up on any engine, and continues to run.
Hi everyone, I've seen the https configuration is completely changed in FME Server 2022 compared to the one in FME Server 2021, due to the introduction of Nginx as a reverse proxy. The documentation, for Linux, says that private key and certificate files must be provided in .key and .crt format. Now, I have private key and certificate files in .pem format and I'm asking if they can be used just as they are, because I have an Nginx installation (in another host with a completely different purpose than FME Server) that works directly with .pem files. Thanks!
I have a workbench that runs fine from the desktop but fails with lots of 'BADNEWS' messages (over 3500) before it crashes with the following statusMessage FME Engine encountered an issue and will need to be restarted. [0] string too long [1] auto __thiscall STFDynamicFactory::process::<lambda_afd8337cf6d9dd4ee4340623b50e5675>::operator ()(void) const(c:\\code\\fme\\foundation\\pluginbuilder\\pluginbuilder_cpp\\dynafact.cpp:460) [2] auto __thiscall STFDynamicFactory::process::<lambda_afd8337cf6d9dd4ee4340623b50e5675>::operator ()(void) const(c:\\code\\fme\\foundation\\pluginbuilder\\pluginbuilder_cpp\\dynafact.cpp:460) The workbench, attached, basically takes some input layers and creates a lot of reports. Does anyone know why this might be occurring?
I have a workbench that checks expiration dates in a table and notifies the subscriber if something is expiring in the next week. I writes to an Excel file whether there are results or not and attaches the Excel file and emails the subscriber. This is running in FME Server and works fine like it is. My client would like to only receive an email if something is expiring, and then would like the information in the email body, not as an attachment. How would I do this.
I have a server on the trial version and last night it was working perfect but since yesterday I am getting an error I download the Workspace and its working fine in FME Desktop version only getting errors when was run on server TestFilter_6 (TestFactory): The clause 'PER_OUTPUT_PORT PASSED_TEST_GROUP_OUTPUT FIRST TEST_GROUP' within 'FACTORY_DEF {*} TestFactory FACTORY_NAME TestFilter_6 INPUT FEATURE_TYPE TestFilter_6_INPUTLINE FEATURE_TABLE_SHIM_SUPPORT Yes PRESERVE_FEATURE_ORDER PER_OUTPUT_PORT PASSED_TEST_GROUP_OUTPUT FIRST TEST_GROUP CASE_INSENSITIVE_TEST { @EvaluateExpression(FDIV,STRING_ENCODED,<at>Value<openparen>fme_feature_type<closeparen>,TestFilter_6) ENDS_WITH Document ENCODED } BOOLEAN_OPERATOR OR COMPOSITE_TEST_EXPR 1 OUTPUT PASSED_0 FEATURE_TYPE TestFilter_6_Forecast<space>Track TEST_GROUP TEST { @EvaluateExpression(FDIV,STRING_ENCODED,<at>Value<openparen>fme_feature_type<closeparen>,TestFilter_6) = Placemark ENCODED } BOOLEAN_OP
Hi,I am getting this warning on FME Server 2022.1, but seems like false positive. We have 4 FME Servers running. I get this warning on 2 servers, the other 2 servers, it runs fine.. All 4 servers are identical on specifications, O/S, patch level.Also: On the server there are 7 engines, but only some engines report "Python may cause instability"
When I use Python to try and post a schedule to FME Server using the v3 api, it always creates a Unhandled Exception on the server-side. I can view the exception in the Catalina log. I'm unsure why, but it thinks the payload isn't JSON even though it is. Has anyone been able to successfully post a schedule to the schedule endpoint using Python or other language and can post an example? I must be doing something wrong, but cannot tell. The JSON is:params = {"begin":"2022-08-08T01:00:00", "name":"test", "description":"test", "skipUntilJobComplete":True, "enabled": True, "interval":2, "recurrence":"interval", "repository":"TEST", "workspace":"test.fmw", "unit":"MINUTE", "category":"Utilities"} which is posted like this in Python:serviceresponse = requests.post(jobSubmitUrl,json=params,heade
I'm finding that when certain events do not trigger wither a MODIFY or a CREATE trigger (FME Server 2020) Does anyone know the specifics of how the s3 watch works?
hi,im already install fme server new version 2022.1.1but after install this happen. i already try change port 8005 to 8006. 82 to 83i already restart server, start/stop/restart fme serveri already install/uninstall fme server.. but this blank page still happen. need helpi cant use port 80 because it already being use by iis. in installation part i change to 82. and the port already allow in inbound and outbound firewall.
I have a server app set up on our implementation of FME Server 2021.2, and users visit the URL to grab the latest export of a database as a CSV. The resulting file is zipped up in a few folder layers which adds a few steps to the process for the end user. Is there a way to have the resulting file be just the CSV to save a few clicks and make life easier for my less tech savvy users?
Hi,I am running a workspace on FME Server and I see that most of the columns have unreadable characters in it after running a workspace. I have not seen this before. Is this because of bad data coming in from the source data file or UTF encoding is an issue, i see duplicate features has been created as well. Any advice to fix this issue would be greatly appreciated. Thank you!
Looking to be able to use the FME Server API to get the text listed in the "Recurrence" column of the Schedules screen (see attached screenshot). Does anyone know if this is possible? Not seeing it when querying fmerest/v3/schedules. Thanks
In an FME Server App is it possible to disable the 'run' button until the input file is 100% uploaded? If the user presses 'Run' too soon the uploaded file cannot be found by the workspace
FME 2021.2.5.0 (20220331 - Build 21816 - WIN64)Here is a part of the log:2022-07-19 13:45:31| 0.0| 0.0|INFORM|FME Configuration: Command line arguments are `fme' `Utilities\backupConfiguration\backupConfiguration.fmw' `--FME_SHAREDRESOURCE_DATA' `D:/ProgramData/Safe Software/FME Server///resources/data/' `--HULP_Bestanden' `\\FMENT03\D$\FME_SERVER_HULPBESTANDEN' `--FME_SERVER_PORT' `7071' `--FME_SERVER_ROOT' `D:/ProgramData/Safe Software/FME Server//' `--FME_SECURITY_USER' `dwstalk' `--FME_DATA_REPOSITORY' `D:/ProgramData/Safe Software/FME Server///resources/system/temp/upload/' `--FME_ENGINE' `FMENT03_Engine2' `-LOG_FILENAME' `D:/ProgramData/Safe Software/FME Server///resources/logs/engine/current/jobs\70000\job_70459.log' `--FME_SHAREDRESOURCE_ENGINE' `D:/ProgramData/Safe Software/FME Server///resources/engine/' `--BACKUP_DESTINATION' `$(FME_SHAREDRESOURCE_BACKUP)ServerConfigPackage.fsconfig' `--FME_JOB_CONTEXT' `context-id-76a5b5f4-efd6-40e3-b755-e4a875542bed' `--FME_SERVER_WEB_U
I have a user that gets an email with an xlsx report in it. the report is not sent directly but is in a url that (i cannot post it here) has ?u=213123&id=3126582175e=12323 I have not determined how or if this url will change with each delivery. The url only changes with the report type. apparently they upload a new file to the same url each week.But this cannot be used with any of the fme server email functions (we had to disable all email to or from fme). The file that is in the link is a simple xlsx so that part i already have working. i am just trying to figure out how to make something work within the parameters of our requirements. So since the url doesn't change I just need a way to read this email and feed this url into the xlsx reader.I have the feed part i think. but when i try to set up something with email it always seems to be dependent upon the internal fme server email system. which we cannot use. the only other method i have found will only read an email attachm
Server Log Error: FME Server 2022.0.0.2 2022-7-19 11:15:03 | AttributeFilter_FAIRWY Disabled Nuker -1 50 (TeeFactory): Feature specification `NO_LOGGING' in mapping file row `FACTORY_DEF * TeeFactory FACTORY_NAME AttributeFilter_FAIRWY Disabled Nuker -1 50 INPUT FEATURE_TYPE AttributeFilter_FAIRWY NO_LOGGING' is not valid -- it has an invalid number of entries
I should know the answer and I should be able to answer it by my self. But the costumer need an answer asap and I think its quicker to get help from this fantastic community with all this amazing brains and experiences. I know that If you have a FME desktop Esri Edition installed and want to write to a SDE och gdb you also need an ArcGIS installation installed for the license. Is it the same requirements as with FME server and are there in that case any way to change a setup file and point to the installed ArcGIS so that you dont need to install the softwares on the same machine?
I'm running FME Server in AWS using Aurora PostgreSQL Serverless for the FME Server Database and I check the health of the server by calling the fmerest/v3/healthcheck?textResponse=true&ready=true REST API periodically. Everything runs ok for 24hrs but after that, the health checks start to fail and do not recover again. From the errors logged (below), I think it might be a connection pooling issue. I don't get the same issues on an Express install and there's a line on https://aws.amazon.com/blogs/database/best-practices-for-working-with-amazon-aurora-serverless/ that says "Aurora Serverless closes connections that are older than 24 hours. Make sure that your connection pool refreshes connections frequently.", so I think this might be the cause. I've copied some errors from the logs (can provide full logs if required), am I right in thinking this is caused by Aurora Serverless killing the connections or is this something else? Is there a setting anywhere that will force FME to ref