Schedules, triggers, events, alerts, and notifications.
Recently active
We have an FME Server automation configured for IMAP to read unread emails as they arrive. This is set to polling every 1 minute. The issue we are encountering, is that emails that arrive from a 3rd party server do not have the attachments in FME Server, however, i see the attachments to the emails in outlook and OWA. If i forward the email with the attachment to email inbox FME Server is monitoring, then it does pickup the attachment. Could it be FME server is processing the email before exchange has downloaded the attachment? thanks,Raviteja
Hi, I have two published workspaces that I want to delete - changes made and name of workspace changed. Don't want to confuse anyone down the road that may be needing to update the server automations. I haven't found any place to remove published workspaces. Any pointers? Right now, at 2019.1; will be upgrading to 2021.0.1 very soon.Thanks!Lorinda
while setting up an automation for sending a mail its giving error "an exception occurred. invalid addresses"
Hey everyone, new to FME. Not a professional in GIS, so please excuse my lack of knowledge on terminology. I'm using this guide and I've followed the instructions, as well as downloaded the provided workbench file, but for some reason, I can't get my .LAS/.LAZ files to convert properly. Using the first method from the guide yields the weird image above. Does anyone know what's wrong? I've tried this with a few files and it doesn't seem that my files are the issue. I've uploaded the project file to this post.
Hi. I have to load a lot of FGDB in another one. The file geodatabsae have the same schema. Can you help meThank.
I know how to do it with a workspace and HTTPCaller and with the Rest API but I would like to know if it is possible directly through the external action : "Make an HTTP request" and if so how.Thanks!
My customer wants to use the IAM Role when authenticating in an Automation action, writing to an S3 bucket. When building the automation, it is required to specify a AWS Access Key ID and a AWS Secret Access Key. I found some input on IAM Roles for a S3Connector in Workbench, but not on the FME Server external action. Does anyone have experience with this?
Good morning everyone, Imput1: a group of polylines in SHP or KMZ format and a LAS file. Imput2: Several LAS files How to output a Las file containing the closest points (from the imput2) to the line every 50 meters? Thank you. Alex
Unable to run FME workbench with Python setup on Task scheduler. It runs fine when I run manually. It gives 0x1 error.
The whole workspace runs daily by means of a schedule, all the readers point to their respective CSV files URL, but the last created reads from another CSV source, and inserts in Google BigQuery the same amount of records obtained from such wrong CSV, but with null values. Is it recommended to change from schedule to automation?
Hi all, I've publish my workspace with SQL Server connection to FME Server and build an automation from that. However, the error message "MSSQL_SPATIAL writer: Failed to open writer" is returned when I run the automation. I've check all three workaround given in this article, " https://community.safe.com/s/article/fme-and-sql-server-troubleshooting-guide " but none of them works. Anyone have any idea or suggestions on how can I resolve this issue?
General info: There is a survey123 with a webhook to run a workspace in fme server. Webhook is only for new entries, not edited. Test:From any Windows OS, once the survey is filled out, the webhook is triggered: a json file is sent to FME server and the workspace runs (i can see a completed job). Test 2:From an iOS (tablet), survey is filled out. Not sure if the webhook is triggered, but there is no json file on FME Server and no jobs, running or queue or completed. Question: Is there something on survey123 I can look at to know that the webhook was triggered? Is there an issue from an iOS device? I don't have an android device to test on so not sure if the problem is mobile device specific or just iOS. Would appreciate any insight.
Hi all, I would like store the historical data in FME Server to MS SQL Server database. I have successfully store the data from FME Desktop to the SQL Server. Then I have publish the workspace to FME server to do the automation which will update the data daily at 9.00 AM. However, I couldn't store and view the past data in the database once the data is update after the automation. Any suggestions?
We've upgraded to fme server 2021, and when we build a new automation, it's impossible to use a value from upstream and pass it to a workspace parameter when the parameter type is not plain text. Before with fme 2020, its was possible to set a choice parameter with a uptream value. Is this a bug, or a new behavior for fme server 2021 ?
I have a set of data which contains an attribute name (header/title) which I have to use an an attribute value for a new attribute. At the moment, I am using attribute creator to create a new attribute and then attribute manager to add this to existing data. However I am unable to set the new attribute value as one of the attribute name of existing data (which I read in using reader transformer). Any help will be highly appreciated.
Has anyone configured an FME trigger webhook as an outgoing webhook in Teams? It'd be very nice to just @ an automation without leaving Teams. I've got an automation triggered by a webhook that can be triggered no problem using curl, but trying to use that webhook in Teams gets an immediate failure ("Sorry, there was a problem encountered with your request"). It looks like Teams may be expecting a particular response (https://stackoverflow.com/questions/45743782/custom-bot-always-replies-with-an-error) and I'm not sure whether FME provides that / how to troubleshoot from here.
I want to remove the FILECOPY_1 path from the data download zip file from FME Server when using the filecopy writer, and can't figure out why it isn't being removed. When I enable the Data Download service on FME Server when publishing, I make sure to set the Path in the Zip File to empty, but I still receive the data download file in the structure listed below. Current Download File FormatFME_3637254D_1587574658508_152.zip\\FILECOPY_1\\examplefile.txtFormat I Want to ReceiveFME_3637254D_1587574658508_152.zip\\examplefile.txtAny ideas as to what I can do to remove the "FILECOPY_1" from the download zip from FME Server? Below is an image showing how I have it setup for FME Server. FME Server 2020.0.0.1
FME server documentation states:Note: Each IMAP Publisher created on FME Server must reference a unique email account. You cannot create multiple IMAP Publishers that reference the same address.However, I have done some testing with this and I have created more than one publisher with the same IMAP email. Bother publishers work. Am I missing something? Is there going to be a future error or fault? Where is the conflict with this? Thanks.
Hello, I've made a workbench that downloads data to Shape automatically once per month from https://geodata.nationaalgeoregister.nl/hwh/eenheden/wms/v1_0?request=getcapabilities&service=wms (WMS). This time I would like to make a workbench that compares the geometry and administrative data from the Shape files with each other (January-February, February-March and so on). I am thinking about doing this with the ChangeDetector transformer, but that's where my idea stops. Could anyone give me advice on this? Many thanks,Claire
Hi, I've build an automation in the FME Server with Trigger type: Schedule initiated and Schedule type: Repeat on interval for 1 minutes (for testing purpose) and it works perfectly . However when I stop the automation and set the interval for 1 day at 7.00am, the automation is not working after I checked again the service the other day. Any idea on how can I resolve the issue?
Current stepsRevit IFC readerGeometry Coercer -> FME_composite_surfaceSurface Footprint Replacer -> Overhead ShadowGeometry RefinerScalerDissolverGDB Writer Extra info: The process has been created as a result of mostly trial and error with varying IFC files, although mostly similar. For this exercise attribution can be ignored other than FME_feature_type to remove the redundant IFC components (site, project, building etc) It feels like there is a lot of 'junk' in the IFC format that is not required for geometry work. What steps are possible to clean / optimize / dissolve IFC files or their derivatives to increase workbench processing speed. I cannot supply an example IFC file due to data security.
I am tasked to asses FME and determine if it will be a good fit for our organization as main integration platform. I have done some research on FME and have few questions (where i could not find much documentation):Does FME have any self-documentation feature or 3rd party add-on which can be used to achieve this? How does most organization maintain design documentation for workspaces?Can FME Server expose REST APIs that are created by developers or we absolutely need to get a 3rd party API Gateway (AWS, etc.) for hosting APIs, security, etc?What capabilities FME provides for monitoring (performance, errors, etc.) or all of this has to be designed by developers?What additional tools are required in the Integration Stack to support basic patterns like APIs and Messaging ? What does your implementation have.Any pointers to documentation that
HeyI recently learned through this webinar: "Creating No Code Web Apps with FME Server" how to create an app with the help of the server, and thus optimize our work.It is explicitly stated that the application can be embedded in any external site. Just copy and paste.When I tried to create the app, it would not let me access the app from an external computer. (The server is currently installed on only one computer.)What do you need to do to have outside access to these apps? Thanks Dor
I am looking for the possibility to process the status message of a FME script (Translation SUCESSFULL / Translation FAILED) within a Python script, or to stop the script as soon as the processing was not successful.Currently I call my workbench inside a Python loop and process a (first) part of the data. Then I call the Workbench with the next part of my data and so on. Unfortunately, with my current workflow, I have no way to see when my Workbench generates an error in between and actually terminates. Within my loop, it continues and moves on to the next part.Currently I generate my argument using a function:def get_arguments(GDB, CSV, Start_Object_ID, Last_Object_ID): arguments = [] if GDB: arguments.append('--DestDataset_GEODATABASE_FILE "{}"'.format(GDB)) if CSV: arguments.append('--DestDataset_CSV2 "{}"'.format(CSV)) if Start_Object_ID: arguments.append('--Start_Object_ID "{}"'.format(Start_Object_ID)) if Last_Object_ID: argument
Hi,I want use automations to concatenate workbenchs published in FME Server. But I want use the result of the first workbench to use in second workbech as a reader data. In first workbench I use a FME Server Automation Writter, but I can't configure the Automation to get my finality. Is possible this scenario?Thanks!