A read-only category for lost FME Flow topics. We hope to move them shortly.
Recently active
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
How to write a python script to insert current date and time to the database?
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
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.
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
Hi,We are using FME Server 2015. It's installed since a couple of days.TOday, we noticed that some of our datadownload services are sending empty emails (async). Others are sending the emails as configured.Any idea of why we meet that behaviour?Regards.Vincent.
Hi, Can you share or create the new FMEServer Reference Manual for 2015 ?http://docs.safe.com/fme/2013/pdf/FMEServer_Refere...Thank you
i am new to FME Server. I have several workspaces that uses the fanout option in the writer. An very basic one is reprojecting coordinates in a excel file. The current workspace takes the input filename (FME_BASENAME) and concatenates CONVERTED_ as a prefix for the new output filename. when I published this to FME Server as data download service, the translation is successful the logs shows no errors, the jobs status show completed successful but I get a failure and no file for download. Also no file in the RequestResults folder.
Hi, my workbench creates a csv file and FME Server creates a zip file. Is there any way to say that the result shouldn't be compressed. (no zip) Hendrik
Hello all! FME Server 2013 Web UI seems quite slow, when trying to go to Repositories and to configure a published workspace. Running a workspace also seems to last forever, when running it from the Web UI, although the job itself takes only few seconds, when looking at the log file. Everything else works fast, like Jobs, Notifications, Schedules, Security, etc. FME Server build is 13264 - win64. FME Server is installed with the express install on Wndows Server 2008 R2. Could this be problem in the environment? Has anyone experienced similar problems?
Have anyone tried to have both FME Server 2013 and FME Server 2014 on the same server? Since they both contain a webserver etc I suspect it will not work?
Since there is no way to see old posts which have new comments I want to bump up this issue. By the way - any news on the new version of "Community" with some improvements suggested earlier?: https://safe.secure.force.com/AnswersQuestionDetail?com.salesforce.visualforce.ViewStateCSRF=q4TiUeLIbOoIOfpyikfJDa5EkjPzRLQRaDwkKC9q.pg.X.6VlISrznJUSxkuDQ_wHrBfbFD.mTB18XoGOo3yAD9LDc40MiSvDTg748DZK8v.ActI87XJNBKxBOHpX_XYrjFhw8VVqSDXtj8LbqDJTl8aoT0%3D&id=906a0000000cjmyAAA&questionDetailPage%3AknowledgeTemplate%3AfmepediaForm=questionDetailPage%3AknowledgeTemplate%3AfmepediaForm&questionDetailPage%3AknowledgeTemplate%3AfmepediaForm%3Aj_id76%3AReplyForm%3Aj_id112=Same+issue+here+on+the+following+setup%2C+standard+express+install%3A%3Cbr+%2F%3E%0D%0A%3Cbr+%2F%3E%0D%0AMicrosoft+Windows+Server+2008+Server+4.0+64-bit+Service+Pack+2+%28Build+6002%29%3Cbr+%2F%3E%0D%0AFME+2013+SP2+%2820130605+-+Build+13499+-+WIN32%29%3Cbr+%2F%3E%0D%0A%3Cbr+%2F%3E%0D%0AMight+be+a+Windows+Server+2008
We are running FME Server 2013 Data Streaming which is driven from a MapGuide site and outputs PDF files. This is quite a complex workspace which generates logs up to about 2MB per request. I would like to be able to turn down the degree of logging to just ERROR if possible. Some of the other services seem to have the option in the .properties file to set the DEBUG_LEVEL = SEVERE. This does not appear to be an option in the Data Streaming config file. I tried adding it anyway with no success. Anyone have any thoughts? Am I missing something basic here? Thanks, J