Questions in topic: "url" https://knowledge.亚搏在线safe.com/questions/topics/single/30944.html The latest questions for the topic "url" connect fmeserver on remote host.What IP, what URL? https://knowledge.safe.com/questions/87569/connect-fmeserver-on-remote-host-what-ip-what-url.html

I've installed fmeserver on some remote machine (VPS, linux, ubuntu, express installation).Knowing IP of this machine, how can I send remote rest api requests or at least connect it through web interface?Assuming that ip of my machine is xxx.xxx.xxx.xxx I tried to run

`xxx.xxx.xxx.xxx:80/fmeserver` to launch web interface, getting

`The requested URL /fmeserver was not found on this server.` error.

To send rest api I tried `http://xxx.xxx.xxx.xxx/fmerest/v3/healthcheck?textResponse=false` getting The requested URL /fmerest/v3/healthcheck was not found on this server.

For installation I've followedhttp://docs.亚搏在线safe.com/fme/html/FME_Server_Documentation/Content/AdminGuide/ExpressInstallation_Linux.htm

How to build URLs to connect my fmeserver?What IP should I use?Where I do get wrong?

Fmeserver rest api url url api web interface Tue, 26 Feb 2019 09:50:50 GMT przegee
Is the FileExistenceChecker able to recognize url-adresses? https://knowledge.safe.com/questions/87079/is-the-fileexistencechecker-able-to-recognize-url.html

I tried the FileExistenceChecker to check fo a online xml-document but it seems that it can not check url adresses (result -> DoesNotExist).It didn't recognize an url-Adress that the xml-Reader is able to read (See attached Test Workspace).Any Idea what the problemTest_FEC.fmwcould be?

transformer url Mon, 18 Feb 2019 09:12:57 GMT tschoppenhof
Get FME Server URL based on something... https://knowledge.safe.com/questions/86279/get-fme-server-url-based-on-something.html

I have a "master" workspace that runs other child workspaces via the FMEServerJobSubmitter.I am able to migrate the workspace between development and production FME environment because the account to access the child workspaces exists on all environment.The issue is when I try to get the results of the child workspaces via the HTTPCaller.I am hard-coding in the REST url.I can't migrate between environment unless I change the URL parameter for each environment (migrating involves creating a project, and export it out of one environment and importing into another).Just wondering if there's a way for each environment to build the URL based on something it can get while on that environment?Thanks!

The web connection would have the server host name.Anyway to get that info after the FMEServerJobSubitter maybe?

httpcaller rest url Fme server connection Fri, 01 Feb 2019 17:10:42 GMT tnarladni
FME Cloud Server: Set up a Data Download in URL email notification from an S3 bucket. https://knowledge.safe.com/questions/84913/fme-cloud-server-set-up-a-data-download-in-url-ema.html

I require a workflow to notify a customer that a data delivery is ready for download from an S3 bucket.The current process involves several workspaces on an FME Cloud Server pulling media files from an S3 bucket along with generating an FGDB and CSV feature records, all of this output which are staged in a directory on a specific FME SERVER SHARED TEMP/directory to be zipped up together as one zip file and pushed to a destination, in this particular case the zip file is pushed to an S3 bucket made available through the NextCloud application.

As a current temporary solution, I am using a workspace the目录和文件路径名读者to read the zip file and using theFilecopy作家to zip up the files and move/copy to a directory in the TEMP shared.This destination directory is configured as a Directory Watch service to watch for CREATE and then an S3 subscription service pushes the zip file to an S3 bucket.I would like to use the directory watch service on the S3 bucket as the notification for the download URL sent to the customer.(I may also revise this workspace to push to a Google drive or SFTP destination,) but in ALL cases I would like to generate an email which provides a URL to the final destination zip file and notifies a customer that it is available for download.

What I would like help to understand is how to set up an email notification to the customer that this zip file in the S3 bucket is ready to be downloaded and the URL for download is provided in that email notification.

- 这可以简单地使用上还是应该工作区使用电子邮件变压器引用S3存储和通过下载URL zip文件的通知创建的数据下载服务来完成?

在此先感谢您的帮助。

data download amazon web service download url email notification Mon, 07 Jan 2019 15:00:35 GMT tjpollard
Sharepoint URL Retrieval https://knowledge.safe.com/questions/82920/sharepoint-url-retrieval.html

有没有一种方法来检索的SharePoint中的文档的网址是什么?

sharepoint url Tue, 20 Nov 2018 17:22:52 GMT craniumak
read .kml files from a url https://knowledge.safe.com/questions/82502/read-kml-files-from-a-url.html

我是新来FME,并试图从HTTP地址,其中的文件可以通过不同的目录摊开读取KML文件。

我想通过目录递归并找到所有的.KML文件和写出来标为AGOL要素服务。

我的问题是我不知道如何从HTTP地址收集.KML文件。我不断收到有关从地址和404 HTTP响应读取错误。


我应该使用的HTTPCaller,或可我只是使用FeatureReader或直接KMLReader?

我已经尝试了所有三个,但没有成功。任何帮助,将不胜感激。

httpcaller KML url reading multiple files Tue, 13 Nov 2018 23:55:57 GMT ginabrewer
FME Server - WebService filename extension https://knowledge.safe.com/questions/78684/fme-server-webservice-filename-extension.html

Hello,

I'm struggling with an integration problem.

I've published a workbench in FME server that must be called from an external application.

The standard URL of the published service is like this:

http://11.111.111.11:8080/fmedatastreaming/sample/FindAddressCandidates.fmw?param1=AAA &f=json&maxLocations=&searchExtent=&category=admin&POI=fme123&outFields=&forStorage=&outSR=

while the external application can only call the service using the following URL (without ".FMW" extension)

http://11.111.111.11:8080/fmedatastreaming/sample/FindAddressCandidates?param1=AAA

Is that possible?

Thanks in advance

Roberto

url webservice Tue, 18 Sep 2018 05:52:49 GMT roberto
Looping url nextlink does not stop https://knowledge.safe.com/questions/77974/looping-url-nextlink-does-not-stop.html

I have created a workbench that loops through an odata/json url using nextlink.I then placed a tester to stop running after the url returns no value.My problem is that this starts over after it runs the full data-set and repeats never stopping.A 700 feature table ran over the weekend had 70,000 and still counting.

looping url stops repeats Thu, 06 Sep 2018 16:15:46 GMT brianapeters
How to change the baseURL of fmeserver? https://knowledge.safe.com/questions/75133/how-to-change-the-baseurl-of-fmeserver.html

Hello...

by default the FMEServer-URL is / fmeserver。有没有办法改变这个网址可以说, /应用/ fmeserver?

Thanks in advance for any hints :-)

Fmeserver url Thu, 26 Jul 2018 06:24:59 GMT stefangiese
Read .txt file from online source https://knowledge.safe.com/questions/71142/read-txt-file-from-online-source.html

Hi,

I'm trying to get the links from this URL using the CSV reader but it does not work: https://data.geo.admin.ch/ch.swisstopo-vd.amtliche-vermessung/meta.txt Using an HTTP Caller did not work either.If I paste the link in a browser it works fine.Any idea what I am doing wrong?Thank you for your help!

url textfile Fri, 25 May 2018 13:04:54 GMT kasparlov
xml via url https://knowledge.safe.com/questions/68570/xml-via-url.html

Hi,

I have an issue executing my workbench (It use to work before).

I have a list of url (returning OSM XML files) which I read with a FeatureReader tranformer.

I set the proxy parameters of my orgnization correctly (FME options), and it seems to work fine, until the execution fails (and never at the same stage), see the log below :

XML分析器错误:“在输入数据库错误:http://api.openstreetmap.org/api/0.6/map?bbox=7.1459,43.6763,7.159,43.6858“线:1柱:1信息:无效文件结构”

模块停止在错误的XML,详见日志文件

该XML阅读器遇到了一个错误。

发生致命错误。检查上面详细日志文件

The url is valid when I test it...Does anyone have any ideas to solve this problem ?

Thanks in advance,

Fabien

xml Fmedesktop http url Thu, 19 Apr 2018 12:32:39 GMT Flaganne
Access JSON URL in attribute https://knowledge.safe.com/questions/65901/access-json-url-in-attribute.html

I'm very new with FME and there's a few things I cannot get to work.

I have a feature with an URL as an attribute and it's like this:

http://serverName//document?searchText= &“section3”start=1&max=1&f=pjson

I want to read the JSON in it with it's attributes (which I don't know) separated to do something with them.

I've been playing with some JSON transformers like JSONFlattener and so on, but I can't get the JSON.

Any idea?

url json extraction Tue, 13 Mar 2018 16:45:09 GMT dms2
How do I find the download URL? https://knowledge.safe.com/questions/63359/how-do-i-find-the-download-url.html

I've been googling away here at Knowledge Center for a couple of times on this simple matter.I have a bunch of scripts creating different outputs and I want to find/extract the data download URL so that I can e-mail this URL to the end users.Can anyone point me to where I can read more on this?

Yours truly, Peter

data download url Mon, 05 Feb 2018 13:32:16 GMT peteralstorp
Change service name in rest URL https://knowledge.safe.com/questions/62741/change-service-name-in-rest-url.html

hello

is it possible to change the service name in Direct URL generated by fme server to run the workspace

this is required by the client in order to follow their internal standard

From :https://开头 “domainename”/fmedatastreaming/parks/parks.fmw?

TO:https://开头 “domainename”/apiservicestream/parks/parks.fmw?

Thanks

rest api url direct link worksapc Sun, 28 Jan 2018 08:46:59 GMT boubcher
PDFSTYLER - URL's exporting corrupt.Pics and Workbench attached. https://knowledge.safe.com/questions/56337/pdfstyler-urls-exporting-corrupt-pics-and-workbenc.html

Hello,

I am exporting data from SDE to PDF and would like url's associated with each grid to open a file.

I have created the path for each url within an attribute creator and associated it with the PDFSTYLER.

Here is the "corrupt" url when you click it in the PDF:

Here is the Tooltip showing the proper data for URL (same is used for the URL):

Here is the details within the PDF of the URL box showing it carried over correct:

If you change it opening weblink or opening a file etc etc doesnt change the way it adds all those random symbols in the link when you actually link it.

I will also attach the actual workbench.

This is the version of FME I am using:

版:FME桌面版的Smallworld(浮动)
版本:FME(R)2016.1.0.1(20160516 - 建造16494 - WIN32)


Here is the workbench:

testingsdetopdf.fmw

Id appreciate ANY help with this.

Thank you!


Savas

url pdfstyler Mon, 23 Oct 2017 15:05:55 GMT sav426