A space to discuss FME Flow
Recently active
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
FME Server documentation for Linux x64 does not mention SuSE. Is FME Server supported on the SUSE Enterprise 11 flavour of Linux?
Hi, I'm pretty sure the answer is no, but just in case some has thought through this before... Is there a way to get FME Desktop to authenticate internet proxy access without having to get the user to add/maintain their details in the tools>option>network tab? I'm looking to roll out a new version of FME desktop to 200+ users and am exploring wether their is a way to do this during install rather than asking them to do it manually post install. (mainly i'd like them to have access to FME store transformers.) Any ideas welcome. Nick
I've been playing a little bit with the new writer functionality of FME 2015 and I'm wondering if there's a way to control the attribute type when using the automatic attribute definition instead of just having the default char 200.
Dear FME community, we are using a total of three FME licenses in our company. These are concurrent network licences. This means that everybody can use the software who has it locally installed and under the condition that a license is available at this time. Since FME is very popular, the licenses are in good use :) However, we sometimes have the case that somebody has opend FME Workbench or the Inspector, but he or she is not using it and simply forgot to close the program. In this case, the license is blocked unnecessarily. Is there a way for an administrator or better for every FME user to detect this "idle time"? I don't mean the time when one is working on a workbench. I have seen something of this kind before where one could see which function/factory was used at a specific time. Perhaps this is already implemented. Additionaly, one shoould be able to free the license in the case when FME is not used for a specific time. Is there a way to do this? Kind regards
Hello, Is there a way to attach a generated textfile to an email? in the FMEServerEmailGenerator there is the field "Attachments" but how should i point to the generated file? thanks
Does anyone know where I can query with a location to get the local hospitals and other emergency services? Idealy as a live query rather than downloaded dataset.
Hi, I need to automate the download of a Shapefile (as a ZIP) from a site which requires authentication. The Shape-reader will read a ZIP directly from a URL, but does not allow for authentication params. I have looked at HTTPFetcher but unsure how I can get this to download the file for me. Anyone?
Hello, I have a workspace in which depending on certain conditions I am calling another workspace using python shutdown script. This is my script if DataType == 'ABCD': wsr.runWithParameters(current_workspace_dir+"/test1.fmw",{"SourceDataset_GENERIC": FME_MacroValues["Input_FileName"]}) else.... If I run this from desktop works fine. but when I publish it to the server. It gives error in processmonitor log as "No FME Floating Licenses are available. Contact your distributor to purchase additional licenses." Other workspaces without chainig works fine. Is this something to do with licensing? Cheers
hello I include the keyword {StatusMessage} into the "Email Subject" line. But the "Keyword" is not exchanged. I try to do it like it is mentioned on this website: http://fmepedia.safe.com/articles/How_To/Workspace-notifications-Part-2 It works with the Email Template but not with the Email Subject. Thanks
Dear all, I have a question to the Transformer ArcSDEGridSnapper: http://fmepedia.safe.com/articles/FAQ/What-is-the-ArcSDEGridSnapper How do I correct configure this transformer. In the Article above there are some picture with values. But they do not match together? How important are the Parameters Min X, Min Y: Can this value be approximatly fit the values from ArcMap? My problem is that every feature-class differs slightly, so I need to change the values all the time. Or is there a way to read the values automatically? Thanks in advance
Hello, I have published a wrokflow as Job Submitter Service and I am sending a service request with service mode as ASYNC. I get immidiate response that job submitted successfuly. I am not sure how should I capture the response from the actual execution of service whether it's successful or failed. Is the notification service is only solution?
Hi I have a fusion table that i need to update base on a certain criteria. Does someone have any suggestions on how to do it. UPDATE Seminar SET YearOS = 2013 where seminar ='CollectingData'; Base on Google documentaion UPDATE <table_id> SET <column_name> = <value> {, <column_name> = <value> }* WHERE ROWID = <row_id> To update values in one or more columns of an existing row in a table, use the following syntax in an HTTP POST request:
Dear community, I'm currently using FME 32bit on WIN64 with 16GB. To obtain better performance, I'm thinking on migrating to 64bit FME. Can I exchange workspaces that were created on a 64bit FME with my colleagues who use 32bit FME? Is it right that the primary disadvantage of FME 64bit is the missing support for ESRI geodatabases compared to FME 32bit? I read on an other topic that a parallel installation is possible. Are there any side effects by using 32 and 62 bit together on one machine? Kind regards Thomas
Is there a way to work with Git on the FME Server to easy rollback to another version? On slide 24 is something mentioned: http://de.slideshare.net/SafeSoftware/implementing-a-simple-web-application-with-fme-server "Allows workspaces to be shared with confidence, placed under source control (e.g. Git), and configured externally" Or what is a good workflow in context with FME Server to not disturb a productive system and develop/change stuff in the workspaces? Is there a tutorial/best practice paper or video? Or what are your experiences?
Hi! I'm working on an FME Server based Upload Service, that should give feedback to uploaders via e-mail. This works well if the underlying workspace runs successfully, however, if the workspace fails I'm having problems getting FME Server to communicate with the uploader via e-mail. I need to get FME Server to communicate details of the failure (read: log) etc in an e-mail, not to sysadm, but to the 'user' directly. Subscriptions like 'JobSubmitter_Email_JobFailure' only send e-mail to sysadm on failure. Anyone know how to do this?
Hi there, I have to make some reparations in my client's app. He is still on FME 2013, however I upgraded to FME 2014. The 2014 compilation (of course) doesn't work under FME 2013. I decided to downgrade, but cannot find an istallation package for download. Could anyone help? Thank you in anticipation, J.
I have a workbench that contains two FMEServerJobSubmitters which run based on an attribute value. When I run the process within server with the attribute vale of 'X' the correct server workspace runs and finishes successfully. When I use the value 'Y' it gives an error that no FME floating licenses are available. Processes X and Y are identical, they are taking data from SDE and clipping it to output to shape and dwg, just using different data. When I run the original workspace from the desktop everything runs successfully. Why would one part of this process give a license error and not the other part? I don't have any problems with licenses running any other processes.
Hi, I've just been trying to play with the google engine api, and the FME 2014 reader/writer functionlity. I'm stuggelling a bit with the oAuth refreash token. the dialog that FME provides is blank, (white and empty) so I can't use it to generate a token for me, so. 1) can some one debug why my dilog is empty (i suspect proxy issues, i have set my paswords in the tools>options) 2) how can i generate a code to paste in to here outside of FME.... and maybe 3) ideally this would be for deploying onto server in the end, what ports do I need open to support oAuth and googles spatial engine. Nick
Hello, I'm trying to upgrade to FME Server 2014 by producing a backup in FME Workbench. It fails to read the features when I try to include the scheduled tasks. I've previously noticed that in the web console only 100 of our tasks are displayed and we have nearly 500 setup so I think it might be to do with this. Is there a limit and how do I get round it if there is and do the backup? Thanks, Peter.
I received this error when installing FME Desktop 2014 (20140120 - Build 14235 - WIN32) on Windows Server Standard 2008 SP1 (64 bit). I clicked ok, and the installer finished without any other errors. FME opens up and seems to be working correctly. Should I be concerned about this? I later looked at the system requirements for FME Desktop 2014 and noticed Windows Server 2008 SP2 or above is required. http://www.safe.com/fme/fme-technology/fme-desktop/tech-specs/
I have an attribute "Address" from which I want to flag (and not trim) the left and right (Leading & Trailing) white spaces. What I want exactly is, a new field is created automatically and if there are any leading and trailing white spaces in the attribute, just put 0s and 1s in that newly created field. Can we do that in FME? Thank you in advance !
Is there a way in FME Server 2013 to email the entire log of a workspace job? I setup the notification/topic/subscription to send an email after a job completes, but all the email says is success or failure. I want the details on what happened right there in the email. As far as I can tell the only way is to Python shutdown script that runs after the workspace closes. It would read the logfile for the job, check if there was an error or warning messages, and if so use python smtblib to email the entire contents of the job log to me. I guess the other benefit of this is I can provide the To: email address as a dynamic parameter of the workspace. I plan to use the same workspace dynamically for different datasets. Based on which dataset its working on, email that dataset's maintainer directly. Is there a more straight-forward out of the box approach? The FMEServerEmailGenerator and FMEServerNotifier seem close, but I'd need the logfile after the workspace completes. Tha
Hi, I want to run multiple workspaces in a row on FME Server. I found this example (http://fmepedia.safe.com/articles/How_To/FME-Server-Workflow-Management) and wanted to test it on our FME Server. But it doesn’t work. The child process always starts with the default parameters. It appears that the FMEServerJobSubmitter doesn’t send the parameter to the child process. Has everyone experience whit the FMEServerJobSubmitter? I run FME Server 2014 build 14234 64bit on Windows Server 2012 R2. Thomas
Just upgraded from 2011 FME ESRI edition to 2013SP1 x86 ESRI edition build 13450. Had several workbench scripts that were working fine in the 2011 version, now the 2013 ones won't work. I've got ArcGIS10.0 SP1 installed, Win 7 x64, SDE server reading from is ArcSDE 9.3.1 SP something, writing to ArcSDE 10.1 SP something (no, not every server is the same). When I run the older script, it gives a fatal error of: The error number from ArcObjects is: '-2147220969'. The error message from ArcObjects is: {Must be the owner to perform this operation.} I've changed nothing in the original script, nor have I changed the password or anything on the SDE databases and am using the data owners - as evidenced that I can access them both thru ArcCatalog. Is there something that has changed drastically with the new version and how do I get these to work? Also, when writing a new script or adding a new writer, it was writing all of the data into new feature datasets rather than in