A space to discuss FME Flow
Recently active
ArcGIS Pro requires an email to license the software for the service account. Once the service account was changed to the UPN format, the FME Web Interface recevied a login failure when logging in using the service account. We have an open case with ESRI, but want to know what other companies did since the account has to be a service account to be used with FME Server and must be used to install and license ArcGIS Pro.
In the documentation, i can only get something like :{"balance":0.0,"available_credit":243.67,"estimated_costs":8.99}Is there a way to get as much details as on the dashboard page through the API? If not is there a way to generate a token to call directly the billing dashboard page?
The FME Server license doesn't recognize the current machine because it is limited to one or more specific machines.Use FME Sever on a machine for which it is licensed. Kindly assist us same.
I used rets-connecter runner to download the source data(CSV file) from vendor , and after that fme will read this file for further process. But My System Caller running forever, it's not coming out, executing continuously.. But in command line , it executes immediately and come to the Drive prompt(i mean E:\temp>) fmw file attached.Can Anyone pls help Command line to run this workspace: "E:\Program Files\FME2021\fme.exe" E:\FME_TEMP\wb-xlate-1647675806459_11696 --FME_LAUNCH_VIEWER_APP "YES" Starting translation...Current FME version: FME 2021.2.1.0 (20211203 - Build 21797 - WIN64)FME_HOME is 'E:\Program Files\FME2021\'FME Database Edition (node locked-crc)Serial Number: Z6XB-SJY8-15LXPermanent License.Machine host name is: PXLLTPRD276Locale: en_INSystem Encoding: windows-1252FME Configuration: FME_BASE is 'no'FME Configuration: FME_MF_DIR is 'E:\FME_TEMP/'FME Configuration: FME_MF_NAME is 'wb-xlate-1647675806459_11696'FME Configuration: FME_PRODUCT_NAME is 'F
Hi all. Is there a way to prevent a scheduled job from being launched, if it's already present as a queued job ? If there is a bulk of jobs that need to be processed first, it clogs up the system. Lower prioritized jobs will be bulked together, and you can end up having a handful of identical jobs waiting to be processed, one after the other. This is a waste of resources. It would be nice, if subsequent job launches could be cancelled in advance, if the very same job with the very same parameters (none in this case) is present as an already queued job (or running). Cheers.
PROBLEM 1 if in column TYP the value is PL than do nothing (keep the cell G1, H1, I1 empty) ******************************************** PROBLEM 2 if in column TYP the value is PEthan calculate value in "x1 in (m)" check condition "F is W" or "F is E" or F is S" here the condition is "F is W" so fill in default value from "Y in (m)" to "y1 in (mm)" and from "Z in (m)" to "z1 in (m)" FORMULA to calculate/obtain value in "x1 in (m)" i.e. 1960.85 from the DIM in (mm) always select the first value before "x" for i.e. 600 and convert it from millimeter (mm) into meter (m) i.e. 600/1000 = 0.6 now add the result i.e. "X in (m)" + "0.6" ******************************************** PROBLEM 3 if in column TYP the value is HOthan calculate value in "y1 in (m)" check condition "F is W" or "F is E" or F is S" here the condition is "F
Hello I have an automation action that generates some files inside the FME Server 2021 Data folder, I need to zip the output folder after the action is complete. Can some one please advise? e.g. after the action is complete, all results will be populated in $(FME_SHAREDRESOURCE_DATA)/ALIM3263/destination/Extraction/I want to compress whatever files in the extraction folder as one single zip file and save it to:$(FME_SHAREDRESOURCE_DATA)/ALIM3263/destination/Compression/
Hello, I'm using FME Server 2019.2.3, and have written a Server app, which runs a data download workspace. How can I get an email sent to the user with a link to download the output? Currently I have an automation which is a triggered by posting to a topic, and sends an email, but am stuck on how pass a parameter from the job with the user's email address to the automation? Thanks, Owen
Hi everyone,I would be happy if somebody can give a thought to address the issue on automating FME. Presently, I am processing .csv files in FME to create some spatial data (points/lines). Problem is the .csv files are located inside Azure Blob storage containers along with several datasets. I am manually finding out the latest containers to download the csv file to local directory and then processing the same using FME workbenches. I have already added a AzureBlobStorage Container in FME and connection parameters successfully, but not getting a sense how to download all the csv files automatically from all containers and store it to a local or temp directory to process further. My Flow is --Creator > AzureBlobStorageConnector Additionally trying to find out any possible way to create a mail or other alert system, so that, whenever new data would be uploaded/downloaded/deleted to Azure, it will show up in fme.
Does the FME Desktop Professional Edition License Server log usage?
I have a workspace which goes off to the www to download a file for processing further along the workbench. Once the task has completed how can i automate deleting all contents of the specified folder. I am aware of directory watch to do something when a folder is modified or deleted, but i just want to delete the contents.....
Hi! I would like to ensure that no scheduled task could be triggered between 5:00 and 5:30 AM because its the maintenance time of some other servers that interfer with the tasks. I use to set schedule time manually outside of this range but sometimes, for obscur reason, tasks are delayed and put in queued and are triggered during this period and cannot complete successfully. Is it possible to define an exception time range where no task can be triggered at all? Thank you
I have a job that processes a lot of data (sqlite file +/- 50MB) and during the execution the job get automatically relaunched. The first job finishes without failure after the relaunch.When I execute the same process with a smaller dataset this doesn't happen. It is as if that the recovery call to the rest api doesn't know that the job is still running
I am trying to set up an FME Server Automation, which runs a model every first day of the month. I bump into 2 issues: 1) To set up the schedule trigger, i can not choose "every first day of the month". Apperently the monthly option only lets you choose a montly run from the day it is today (in this case every first monday of the month). How to go about? 2) I want to let the input parameters change for each monthly run. In this case the model does a calculation from a start date until an end date, and the start date needs to be the first day of the previous month and the end date the first day of the month it runs. How can I make these input parameters a variable? All suggestions welcome!
I have a Transform master workspace. Depending on the input this workbench can start three different types of other workspaces. The Transform master is called using an API, that should be notified when the transformation is complete. But my problem is that I want the master script to not wait for the job submitter to complete so that it does not block one of our engines. Is there a way to send back the job ID of the job submitter to the API instead of the master job ID? Or any similar solution to this problem? Thanks, Samuel
I created some shared file resource folders by editing the fmeServerConfig.txt file. Then after I removed the new shared source codes and restarted the server, the folder still displays under the web interface. How do I delete those unused folders? Thank you.
Background maps has stopped working - this link: https://api.dataforsyningen.dk/orto_foraar_wmts_DAF?service=WMTS&request=GetCapabilities&token=dcfd5bb56caa13f5f4fcef0b65c45f8eworks in other applications (QGIS 3.16) and used to work flawlessly in FME. Upon updating it has stopped working as a background map, but seems to work as intended in FeatureReader. What happened to background maps? And what can I do to fix it? FME Desktop 2021.1.3.0 21631
I want to build a workbench (for publishing to a FME Server) that converts any DWF file to a DXF file of the same name. I started by use the Generate Workspace Dialog and ticked Dynamic Schema. However, the name of the output DXF is hardcoded. I would like the name of the output DXF to be the same as the name of the input DWF (with DXF extension). How do I make this work?
Currently we are usen FME Desktop 2020.1. In the webconnection we have made connections to our ESRI platform (Arcgis Enterprise). SO when using a workbench data can be extracted from our arcgis enterprise portal. Is it possible to secure the data stored in a web connection in FME Desktop. We would like to prevent anyone who has gained acces to one of our account to also use the web connections to reach the account data stored in the web connection.
Hallo, i need something like this in FME / FME server. to be able to automate it. Currently I use ArcGis Desktop like the picture. Which FME component is the right one.
Hi, Could anyone tell me - Does an FME server deployment within Azure Kubernetes Service (AKS) support the Azure CNI networking plugin? I cannot see a reference to this in the documentation - my assumption is yes, but would like confirmation. Thanks,Matt
---------------------------Have Installed the FMESERVER 2013. FME SERVER and application service is running fine. I have also placeed the safe.lic in the flexserver path. When I try to run the FME license server in windows service, I get the below error. Please help Services---------------------------Windows could not start the FME License Server service on Local Computer. Error 1067: The process terminated unexpectedly.
I would like to know if there is anyway I could export an ESRI FGDB to XML Document within FME and not through the manual process in Arc Catalog?
We have a script in FME Engine Linux FME Server 2021.0.1 Build 21313 - linux-x64 Why we can't transfer file via sftp using planned actions. And why we can transfer manually using the same script.
I've uploaded an old FMW workspace for GeoTIF to ECW transformation that was created in FME 2016, but if unchanged it will output the ECW in WGS84, whereas the TIF is GDA2020. How can I update the ECW coordinate system for the output in FME Cloud?