A space to discuss FME Flow
Recently active
Our company has FME Server installed for internal use only, so I have it set up to poll an Office365 e-mail inbox for new e-mails. The imap_publisher_content list only has one index of text/html, and the text in the body of the e-mail comes in with encoding issues. Example: Met with inspector and surveyed the two 2� electric conduit lines. I’ll upload the photos to SharePoint. I have attached the incoming JSON. I am having issues in trying to get the text encoded correctly and not sure how to proceed. This is also related to a recent post I made that I am still unable to fix or find out how to receive the imap_publisher_content list in plain/text through our online company Office365 exchange account.https://knowledge.safe.com/questions/82234/fme-server-polling-imap.html
Dear forum, I hope everyone is doing great. I am getting trouble in my FME server datadownload process from yesterday midnight at (00:00:00). Yesterday all the job was processed timely and users have downloaded data but from the mid night all the jobs is Queued or "Running" in status. I have checked that our license is till may 2019 , so this is not the case of licensing error. I have collected one information from one of our job that : statusMessageUndefined macro `FME_SERVER_DEST_DIR' dereferenced in file `xxxx\\dbexport\\dbexport.fmw' If this might be the case then why it was running before perfectly? We did not change any configuration. ThanksWith kind regards Muqit Zoarder
I have a network of railway switches and I need to assign the value of a switch line being left or right automatically.What do I have: A feature class containing a track that looks like thisI need to generate something that looks like the following.The red arrow is always the direction you look at the intersection and that helps you determine if the lines branching out are left or right.
Have ArcGIS Pro 2.2.4 installed on an AWS box with the "Data Interoperability" license but on the Analysis ribbon, the Workbench icon is grayed out and says "This command is currently disabled. Authorize and enable the Data Interoperability Extension to access this functionality." Been on the phone with Esri and they want me to switch from a Named User to a concurrent license but that is not an option right now for me. They are thinking the remote desktop is blocking the license somehow and to try using Process Monitor to find the issue...not much fun! Anyone else have this issue? I know this is more an Esri issue but not making much progress on that end. Side note - I have ArcGIS Pro installed locally as well and do NOT have this issue. Trying the leverage the super duper Graphics Bundle we have on the AWS box for processing.
Hi Tem, I have a fme file which has to be run 15 times with different parameters( 15 oracle schemas) in fme server 2017. after 15 runs fme server has to stop running when the last schema completes. how can i achieve this in fme server 2017? I am using fme server notifier within fmw file with fme workspace run functionality. But i am not successful.need help.
Ive seen great work is being done to bring FME Server to Docker but im keen to know more about deploying FME server on a kubernetes cluster. I found a github repo for FME server helm charts but there doesnt seem to be much supporting documentation or press releases detailing the progress of this work by Safe. Are these Helm charts in a usable state?
Hi All,I have a workspace which works fine in desktop, and even works fine in our Pre-Production FME Server environment, but when I try to run on our Production FME Server instance I get the error message above. Any ideas? Full log below (have removed elements that showed senitive things like databases and passwords!): FME 2017.1.1.1 (20171014 - Build 17652 - WIN64)ÂÂ ÂÂ FME_HOME is 'C:\Program Files\FME_Server_2017.1.1.1\Server\fme\'ÂÂ ÂÂ FME Engine (node locked-crc)ÂÂ ÂÂ Serial Number: SAFEÂÂ ÂÂ Machine host name is: --ÂÂ START - ProcessID: 8424, peak process memory usage: 34820 kB, current process memory usage: 34820 kBÂÂ ÂÂ ÂÂ FME Configuration: Reader Keyword is `ORACLE_SPATIAL_1'ÂÂ ÂÂ FME Configuration: Writer Keyword is `MULTI_WRITER'ÂÂ ÂÂ FME Configuration: Writer Group Definition Keyword is `MULTI_WRITER_DEF'ÂÂ ÂÂ FME Configuration: Reader type is `ORACLE_SPATIAL'ÂÂ ÂÂ FME Configuration: Writer type is `MULTI_WRITER'ÂÂ ÂÂ FME Configuration: No destination coordinate system set
Hi,On the FME Server trial download page, if I choose the win-64 option, my browser starts downloading FME Server 2017.1.2.1-b17725. But reading the Licensing Walk-Through, I get the impression that I can request a trial license for any version of FME Server starting from main version 2016 and later versions.Question; Will I be able to download and install FME Server 2018.1 from the customer download page, and request a 60-day trial license for my FME Server 2018.1 installation by following the steps in the Licensing Walk-Through? Or are 60-day trials only available for FME Server 2017.1.2.1-b17725 specifically?
How to check validity end date of FME license?
The FME Knowledge Center will be undergoing an upgrade on Tuesday, Oct 30 at 4:00 PM Pacific Time. This will involve a site outage of about 30-60 minutes. Apologies for any inconvenience this may cause.
We upgraded to FME Server 2018 last night and found that one of my process that outputs multiple files now makes a folder for each output versus on 2017 everything was in one folder called dataset. I did not change anything on process just upgraded to 2018.Thanks,Chad
I am using FME Server 2018 and FME Desktop2018. My goal is to get informed and run a workspace, if a change was made in a specific directory. The FME Server has no internet connection, so I need another solution than the email-notification. My plan ist to run a directory watch by the FME Server and trigger a workspace to start running on my FME Desktop, which opens a command line window with a message inside.The other workspace contains a geocoder transformer, so an internet connection is needed. As I mentioned the server has no connection to the internet, so it definitely has to be executed on the FME Desktop.Is it possible to run a workspace with FME Desktop, initiated by the FME Server? I thought I could add a network-based resource to get access to the .fmw, but in the subscription options I am only able to add workspaces stored in the repositories.Any ideas?
Hi,We have finally succeeded to configure Single Sign On properly on our FME Server. I assumed that opening the URL would lead me directly to my Home-screen (https://<my-fme-hostname>/fmeserver/#/home, but this was not the case, unfortunately.When opening the FME-Server URL, I get a proper Login Screen, where I explicitly need to press the button "Use Windows Credentials". Doing so, logs me in succesfully, so my assumption is that we have configured Single Sign On / HTTPS well...Now, my question: Is it possible to bypass this login screen and automatically log a user in when SSO is working fine? I have read the post from @jvt2, it looks like he is asking the same question, but the answer of @erik_jan doesn't give me the right answer, or Did I miss something?Regards,Frank van Doorne
When using a webpage to upload files to FME server, the files are put in a folder with the username of the fme token instead of the session ID retrieved from FMEServer.getSession()The directories based on session are being created, but the files are stored in the user directory (belonging to the token) instead. The file upload does succeed, the following translation fails because it tries to find the files in the session directory. Help!
I'm getting a notification that my license is about to expire and wondering why.
Can we access the published parameters in mail body when success topic raised for the topic is success or failure?
I set up a directory watch in FME server to watch changed shape files in a directory. Since each shape file has 7 components, updating one shape file will trigger 7 notifications, causing the subscribing workspace to run 7 times. I would hope the directory watch publication has an option to watch only ".shp" files so that each shape file change only triggers one notification. Any work around about this?
Backstory:For some reason the traditional ESRI solutions for doing this have failed to move the Attachments as well, so I wanted to see if I could use FME to do this.I have a SDE feature class with 43,000+ records and 84,000+ attachments. I have successfully used FME to write new features to an SDE Feature Class and add attachments at the time of writing. This however would be moving existing features and their attachments to a new SDE Feature Class in a different database. The thought would be to read (with the "Ignore Relationship Info" parameter disabled) the existing features, the attachment relationship table, and the attachments and then use the current origin and destination relationship ids as the values used as the temporary relationship ids when writing them as new features and attachments into the new location.Question:Has anyone attempted something similar? Second, the attachments are not being read. The feature and the attachment relationship table are read
I am looking at running FlexLM on AWS to use our existing cloud infrastructure, but I am a bit concerned about the FME licencing server having issues when the virtual machine changes requiring a new .lic file.Is there a nice solution to running an FME licencing server on AWS, or will I be required to request a new .lic file whenever the hardware changes?
I am currently running FME, Windows Server, on an EC2 instance, build #16494. I am currently adding 32 FME Engines on Separate EC2 instances to increase my processing capacity, according to this recipe: http://docs.safe.com/fme/html/FME_Server_Documenta...Question: Does FME server have the ability to Auto Spin up one, or multiple <engineHost> machines (These would be EC2 <engineHost> AMIs) as jobs enter the queue of the <coreHost>? That is, say I have 1 engine on the <coreHost>, and 5 jobs enter the queue. Can the <coreHost> launch one, or multiple, <engineHost> AMIs to process jobs in a queue? Such that, in this example, 5 separate <engineHost> machines would be spun up, 1 for each job in the queue.This is important for me, because it allows me to turn off the tap, and only pay for my EC2 instances on demand. Thanks.
need to use this link in My APP, how can I run the direct link without having to enter the username and PW,I assume this is using the guest user credential, Thanks
Hi all. I am trying to read a directory with many TIFF files, select the latest ones and copy or move them to a new directory. I read the files with a Feature reader using the Directory and File Pathnames format.The files got the date-time in the name so I use the Sorter to find the latest one and then I use the Sampler to select a few of them. Can someone advise me how to write them now in another directory? Many thanks
Hi,I wonder how I can control what type of Arc is created with GMLFeatureComposer. I have tried to convert every nativ IFMEArc to Arc by 3 points, by using a PathSplitter, GeometryFilter ArcStroker (number of interpolated egdes = 2) ArcEstimator-> now every Arc is IFMEArc Arc by 3 points. then I send them into the GMLFEatureComposer and output is:<gml:ArcByCenterPoint numArc="1"> <gml:posList>610994.229288738 6650770.14554273</gml:posList> <gml:radius uom="EPSG:25832">24.6290249574635</gml:radius> <gml:startAngle uom="degree">65.8899835987118</gml:startAngle> <gml:endAngle uom="degree">57.0505172196457</gml:endAngle></gml:ArcByCenterPoint>I want:<gml:Arc> <gml:posList>60.02 10.1 60.01 10.2 60.03 10.03 </gml:posList></gml:Arc>Don't mind the numbers its from 2 different examples.How can I control what type of arc is created?
My 1st time to use web socket data stream service. I use WebSocketReceiver to connect to a wss service. After using a JSONExtractor toextract the needed key/value pairs, I can write the data into an Oracle non-spatial table. The data has latitude/longitude, so I add a VertexCreator to create a point. But as I connect the VertexCreator to an Oracle SDE or File Geodatabase feature class, and run the workspace, the streaming goes on, but nothing happens in the writer, the feature class in SDE or File GeoDB is not created. No errors. I am pretty sure the lat/long values are valid. Any clues?
Hi,I'v downloaded FME Server 2018 (fme-server-2018.1.0.3-b18552-win-x64) but when I start the installation, after copying the files the setup process stalls (no progress) and stops half way. No errors/signals/etc.What's going wrong? My user is admin. Thanx in regards, Erwin