A read-only category for lost FME Flow topics. We hope to move them shortly.
Recently active
Only Identified End with Upper case latter For example identified below highlighted yellow color indicated words wordsNameIdentification 2 A 2 A 3 D 3 Dhbsv 5 G hbsv 5 G g 6 Gsgdsgg 6 Gsgdsgt 56 Fgdsgt 56 Fgdsgtd 9 Dtd 9 D
Hi All,We're looking at setting up a PostGIS database on a PostGIS database sitting on an AWS Serverless RDS and are unclear whether our desktop FME will be able to successfully interact with it.Our main concern is with some of our existing FME workspaces that we would want to read from the PostGIS database, process for 2-3 days then write the output back to the database. During this processing we'd expect the AWS Serverless RDS to switch itself off as all the processing is happening on my desktop, but will FME "wake-up" the Serverless RDS when it's time to write to the database? Cheers Rich
separate only number before the names
Hi,We have an issue with backups on our acceptance FME Server 2019.2 build 19801 We use IIS Application Request Routing and have https: configured with a certificate. We are getting the error: Unable to retrieve backup from FME Server `https://fmeserverurl:433' Please ensure that the credentials are correct and that user `admin' has fmesuperuser role. The error was: Couldn't connect to server.'We are logged in as admin on the server. Has anyone experienced this before?Annette Full log file:54HTTPCaller (HTTPFactory): HTTP/FTP transfer error: 'Couldn't connect to server'55HTTPCaller (HTTPFactory): Please ensure that your network connection is properly set up56HTTPCaller (HTTPFactory): No proxy settings have been entered. If you require a proxy to access external URLs, please ensure the appropriate information has been entered57The below feature caused the translation to be terminated58Storing feature(s) to FME feature store file `F:\\Apps\\Safe Software\\FME
I need to transform multiple files through ESRI Reprojector CustomTransformations, but now neither fme server nor FME Workbench 2019 can recognize * .tfg
Recently In my recent experiment to convert data formats using the Datastreaming service, I had the problem of not being able to parse the new uploaded data, but only uploading the data from the initial call. What should I do to solve it? FME Configuration: Command line arguments are `fme' `work\single\single.fmw' `--FME_SECURITY_USER' `admin' `--FME_MF_NAME' `single.fmw' `--FME_SERVER_HOST' `localhost' `--FME_SERVER_PORT' `7071' `--FME_ENGINE' `JNXXQ_Engine1' `--FME_SHAREDRESOURCE_ENGINE' `D:/tools/FME server/ProgramData/Safe Software/FME Server///resources/engine/' `--FME_SERVER_ROOT' `D:/tools/FME server/ProgramData/Safe Software/FME Server//' `--FME_DATA_REPOSITORY' `D:/tools/FME server/ProgramData/Safe Software/FME Server///resources/system/temp/upload/' `-FME_ENGINE_MEMORY_REDLINE' `0.5' `--FME_JOB_ID' `120' `--FME_SHAREDRESOURCE_DASHBOARD' `D:/tools/FME server/ProgramData/Safe Software/FME Server///resources/dashboards/' `--FME_SERVER_WEB_URL' `http://JNXXQ:8090' `--FME_SECURITY
Hello, Is anyone knows how to use the version control of FME server with Azure Dev Ops, we have folders in Azure and want to manage versions of FME workspace into Azure instead of GitHub. ThanksSaman Aziz.
Hello Team,While installing FME Server 2019, System was asking to uninstall existing setup of 2015. Is it okay to uninstall it? Is there any further consequences with this action?Thanks in Advance
Hi FME'ers,Just in case anyone is online today, and might know this, I have a question about JavaScript and FME Server. I have a line of JavaScript like this:<svg id="fillgauge1" width="10%" height="600" onclick="gauge1.update(42);"></svg>It basically sets a new value to 42. But I also have an FME Server stream that returns the number 42:http://imark/fmedatastreaming/imark/CreateNumberStream.fmw?DestDataset_TEXTLINE=C%3A%5CFMETesting%5Ctestfile.txt&token=617ec6bebe9ccd1a98f9d9b5481a979e083bdc61So, what I want to know is, can I somehow get the response from that FME Server URL into my JavaScript? I was hoping something simple like pasting the URL would do it:<svg id="fillgauge1" width="10%" height="600" onclick="gauge1.update(http://imark/fmedatastreaming/imark/CreateNumberStream.fmw?etc etc);"></svg>But I figure that's very unlikely, and just shows my lack of js experience.Any assistance would be much appreciated!Mark
I can get the so work in Server2019.1 but not Server2019.2. Has anyone else found this issue? We can only use the credential source of 'System'. The s3connector works for both version of desktop.
For some reason my Server Apps no longer have a "Run" button when they are executed. See image below. All the Server Apps are executing workspaces that are in the same Repository. The only change that was made to the Repository was giving an additional user permission to access the Repository. The Server App tokens are all still viable. Any thoughts on how to recover? Thanks,Frank
Hello Team,While downloading a file from trimble cloud connect through HTTPCaller we are getting following error,SSL connect errorcan somebody help me to get out of this issue. Till yesterday it was working fine all of sudden today all the scheduled jobs were failed due to this issue.Trimble side we have a valid SSL certificate.Thanks...
Hello all,I'm attempting to create my own Data Distribution Portal via the following Tutorial: https://knowledge.safe.com/articles/1117/data-distribution-with-web-maps.html Now I have a couple of published Parameters (SDE Connection, Writer Output). As the tutorial stands these need to be defined every single time, which is a bit of a pain as they stay similar to the defaults 80% of the time. Is there a way of delivering the defaults to the WebMap with my newby JavaScript skills? Thanks in advance.
We have a set of jobs that feed a enterprise system that are pushing into a Enterprise GDB. We just found in debugging that a fatal error: An error occurred while attempting to retrieve the connection parameters from the connection file 'C:\\Users\\ahdor140\\Downloads\\GCSS_PROC - GIS.sde'A fatal error has occurred. Check the logfile above for details Our issue is that with this fatal error; the job is reported as:statusSUCCESS This doesn't seem right to me.
Hi, Could FME meet this requirement? I want to receive 1000's of HTTP Post payloads containing 500 bytes of json data. I have access to a 2 engine FME Server and obviously it can work with a single http post but worried about queuing as i have no way of rate limiting it and it seems running a workbench each time on demand is not the most streamlines process. Any thoughts would be appreciated.
Hello,Can we use the FME to migrate data from Oracle Spatial to SQL Server spatial? I'm the beginner with FME so I don't know what is type of FME I should to buy (desktop or server). Could anyone give me some advise? I know FME can work with MS SQL Server. Thanks,Thai.
Hi all,I am trying to create a WMS service with the use of FME Server 2019.0.1. I have followed two tutorials:- https://knowledge.safe.com/articles/19640/how-to-create-a-wms-service-using-fme-server.html - https://knowledge.safe.com/articles/1342/inspire-wms-demo.htmlAfter following the tutorials, I am able to open the WMS service in the data inspector and in QGIS. In QGIS, I have to do an FME Server authentication. Otherwise I am not able to see the data provided by the WMS service. In ArcGIS Portal and ArcGIS Pro, I also try to add the WMS service. However, an error occurs. These software packages are not able to open my WMS service created with FME Server.I think the errors occur, because of the token in the URL in the WMS service, for example: https://fmeserver.xxx.com/fmedatastreaming/Playground/GetCapabilities.fmw?&token=91dfc73aed4c80932296ba2116d4aabdcfd4b3ce. In the tutorial there is no information on these tokens and how to you use them in the xml of the webservice. Is th
Hello FME community, I can't login to FME server anymore. When checking the Windows services, I can see that the FME Server Database is not running. When trying to manually restart it, it switches off again after a few seconds. And when I look into the ../FMEServer/resources/logs/installation/CreateDatabase.log or CreateUser.log I see that it is looking for a database on localhost on a certain port (see figure). However, I can't find this postgresql database back. I did install a new postgresql database yesterday, but that one is operating on a different port than mentioned in the above log files. Could it be that FME server is looking to the wrong postgresql database? I am looking forward to the responses. Kind regards,Tim
Is there a way I can publish multiple workbenches on FME server
How to share publicly a published FME service, I’m not sure how to share publicly a published FME service. as I wanted to access a particular fme service, I’m required to push logins as shown in the screenshot below. How to make the fme service executed with no logins?
I have created an FME app to run a workbench on the server. From documentation, it looks like anyone with the link to the app can run this workbench. Is there a way to restrict access?
How to get the “developer information” (Direct URL) of a published workbench in FME Server 2019.0.1? I couldn’t figure out where is the “developer information” (Direct URL) of a published workbench in FME Server 2019.0.1. In the early versions, it used to be as shown in the screenshot below
Unable to run the FME Master workflow which has 39 workflows as single workflow through FME Server. It used to run fine until 2 weeks back. Now,It is returning an ORA-12154 error in the log file. Please help2019-08-19 06:00:14| 0.8| 0.0|INFORM|Feature Type: `FEATURE_TYPE'2019-08-19 06:00:14| 0.8| 0.0|INFORM|Attribute(string): `_reader_error' has value `Error connecting to Oracle database: message was `ORA-12154: TNS:could not resolve the connect identifier specified'. (serverType=`*****', serverName=`*****', userName=`', password=`***', dbname=`')'2019-08-19 06:00:14| 0.8| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom'2019-08-19 06:00:14| 0.8| 0.0|INFORM|Geometry Type: Unknown (0)
Hi,I am working on a classical installation of FME server 2017 and after running the post installation script (as admin) I can't see the FME Server SMTP relay service and I can't find the following file to configure the service:<FME Server Install DIR>\\Utilities\\smtprelay\\james\\apps\\james\\SAR-INF\\config.xmlAccording to documentation I should have it at this time of installation.Is there something new in FME 2017 or am I missing something in my installation?@kenatsafe: I can't follow your documentation because I even don't have the service available.Anyone having problem recieving email with FME server? Thank you for your help..JP
DESIGN READER: Error opening Design file RECOLEMENT BT 17-110_4S1_sig.4S1The same files are properly processed if it's one of my colleagues who drops itNb: he is in the company premises and I work from home je depose des fichiers par FME server (upload) mais ces fichiers n'arrivent pas à être lu dans le job DESIGN READER: Error opening Design file RECOLEMENT BT 17-110_4S1_sig.4S1Les même fichiers sont correctement traités si c'est un de mes collègues qui le déposeNb : il est dans les locaux de l'entreprise et je travaille de chez moi