主题“已发布参数”中的问题 https://knowledge.亚搏在线safe.com/questions/topics/single/20042.html “已发布参数”主题的最新问题 Problem with database as parameter ? https://knowledge.亚搏在线safe.com/questions/86763/problem-with-database-as-parameter.html

Hi.

I like to have most of the essential translation parameters as published.This typically includes the database server name and the database name when working with (MS/SQL) databases.

但当我按下当前值旁边的“…”来选择另一个值时,I get an unexpected error,声明我给出了“无效的授权规范”,即使我最初将它设置为“Windows身份验证”,which worked then.

I cannot specify any other "authentification",所以我只能手动编写数据库名称。Not cool,而且生产效率不高。And I cannot change the parameter into a choice list either.

Is there another way to get this to work ?

Cheers

published parameters parameters Tue,12 Feb 2019 08:26:39 GMT lifalin2016
在工作区发布时批量更新发布参数值 https://knowledge.亚搏在线safe.com/idea/86601/update-publish-parameter-values-in-bulk-at-workspa.html网站

As an FME Server user,when I update the default values for Published Parameters in workbench,I would like an easy solution to apply these changes to all the functions that use this workspace when I re-publish it to FME Server i.e.schedules and workspace subscribers.

I suggest adding a checkbox option within the publishing wizard in FME Workbench,which list all scenarios where this workspace is run that were created by my user account so that I can choose which ones should be updated with the new default values at publishing time.

fmeserver published parameters 清华大学,2019年2月7日格林威治标准时间18:11:48 法梅扎德
Add refresh button to update default parameter values in Schedules/Subscribers https://knowledge.亚搏在线safe.com/idea/86599/add-refresh-button-to-update-default-parameter-val.html

As an FME Server user,when I update the default values for Published Parameters in workbench,I would like an easy solution to apply these changes to all the functions that use this workspace when I re-publish it to FME Server.函数将在此处定义为计划和工作区订阅服务器。I suggest adding a refresh button on these pages in the FME Server Web UI so that you can quickly easily choose what needs updating.The current workaround is to manually go in and copy and paste.

fmeserver published parameters 清华大学,07 Feb 2019 18:09:18 GMT 法梅扎德
Easily switch between environments by choosing a published parameter value https://knowledge.亚搏在线safe.com/questions/84743/easily-switch-between-environments-by-choosing-a-p.html

最近我一直在和邮递员一起工作。One of the nice features of this tool is that you can define environments,例如development and production.For each environment you can define it's own set of parameter values.所以当你在开发和生产之间切换时,the values for the url,用户ID和密码也会自动更改。

How can I achieve this same behaviour in FME?I would like to have a published parameter that lets me choose between development and production and subsequently sets the correct values for url,userid,password and possibly other parameters.

published parameters Wed,2019年1月2日13:03:30格林尼治标准时间 friesewoudloper
Create published parameter for pbulished parameter? https://knowledge.亚搏在线safe.com/questions/83529/create-published-parameter-for-pbulished-parameter.html

你好,我为一些Tranformer创建了一些已发布的参数,我对所有参数使用了别名选项,它们都有相同的别名集。例如,choice "2000" represents 576 of rows and columns in Tiler and represents E of attribute value of AttributeCreator.每次运行工作台时,我都必须将每个已发布的参数设置为2000。

I'm wondering if I can create a universal published parameter of these published parameters,so I only need to choose one time every time I run the workbench.

@takashi @DaveAt亚搏在线Safe @david_r JDH @ MARK2A亚搏在线TSAFE

published parameters 清华大学,2018年11月29日16:06:28格林尼治标准时间 bobo
How to Retrieve a Published Parameter via a FMEServerJobSubmitter https://knowledge.亚搏在线safe.com/questions/81677/how-to-retrieve-a-published-parameter-via-a-fmeser.html(https://knowledge.safe.com/questions/81677/how-to-retrieve-a-

你好,I´m currently struggling with retrieving a Published Parameter via a FMEServerJobSubmitter.

发布的参数是一个属性值,which I have run through a StringConcatentor.找不到参数,or I end up with the Parameter Name as textstring.

简而言之,what I´m trying to achive is to fetch the File-Name of each .txt I produce in one of my Workbenches.这是为了让我的下一个工作台(通过另一个fmeserverjobsubmitter)找到temp文件夹下的文件。Everything is handled in one "Control"-Workbench.

我还尝试通过功能阅读器获取文件名(path_rootname)。without any luck.


Overview of the "Control Workspace"

The first FMEServerJobSubmitter and Example issues with Published Parameters

According to the log in FME-Server,找不到文件名。Please also see log-File(job_10687.log.txt).

I just can´t get my head around what to do.I´m sure some of you smart people have some super intelligent advice to share.

Some Guides I have read on the Topic

https://knowledge.亚搏在线safe.com/questions/39045/how-dio-i-set-a-user-parameter-in-attributeCreator.html

https://knowledge.亚搏在线safe.com/articles/56071/fme-server-亚搏在线workflow-management-fme-server-2016.html

https://knowledge.亚搏在线safe.com/articles/1439/fme-server-亚搏在线workflow-management-1.html


Best Regards,

/Daniel

fmeserver published parameters stringconcatenator jobsubmitter response Fri,02 Nov 2018 13:45:45 GMT danielloov
2018年FME服务器作业提交者在用户参数上失败。 https://knowledge.亚搏在线safe.com/questions/81427/2018-fme-server-job-submitter-failing-on-user-para.html

下午好,

I am currently experiencing a issue with fme server job submitter and feeding user parameters via a csv file.

我在2018服务器上有一个工作区,如果用户直接从存储库运行工作区,并且在工作区内,用户可以从各种用户参数中进行选择,以根据日期提取数据,那么工作区就可以正常工作。格式,projection etc.

当我尝试使用包含所有参数详细信息的csv文件通过服务器作业提交者运行该工作区时,服务器作业提交者似乎正在截断或将参数移动到下一个参数。This appears to be happening with part of the date formatting.

如果我从csv中删除日期格式,那么服务器作业提交者似乎运行正确。

the date format is needed as our data base is quite particular about extracting in that particular format.

below is a snip from the log file.您可以看到服务器作业提交者似乎正在将参数中的数据移动到下一个参数。

FMEServerJobSubmitter(ServerFactory): Unable to process parameter '00:00:00' with type 'Perferred_Format'
FMEServerJobSubmitter(ServerFactory): Unable to process parameter 'TAB' with type 'File_Path'
FMEServerJobSubmitter(ServerFactory): Unable to process parameter '/dsupply/DATADUMP/QA_Output/Nov_2018' with type 'Coordinates'
FMEServerJobSubmitter(ServerFactory):http://srv bx fmed:8080- Running workspace 'LGA_DTDB_EXTRACTION_2018_FME_SERVER.fmw' in repository 'Test'...
FMEServerJobSubmitter(ServerFactory):http://srv bx fmed:8080-作业1080已完成运行,但有错误
FMEServerJobSubmitter_Failed: Feature is:
Feature Type: `FMEServerJobSubmitter_Failed_LOGGED'
Attribute(string) : `Coordinates' has value `MGA94-55'
Attribute(string) : `File Path' has value `/dsupply/DATADUMP/QA_Output/Nov_2018'
Attribute(string) : `Job Folder' has value `BERRIGAN_topo20181101'
Attribute(string) : `Job_Extraction_Date' has value `2018-11-01 00:00:00'
Attribute(string) : `LGA' has value `BERRIGAN'
Attribute(string) : `Preferred Format' has value `TAB'
属性(字符串):'topographical features'的值为'aggregatedWay'nd'

在这方面有任何帮助都是很好的。

published parameters failure Tue,30 Oct 2018 04:27:57 GMT qMangMalm
Published parameter - multiple choice https://knowledge.亚搏在线safe.com/questions/81306/published-parameter-multiple-choice.html

HI!

I have a published parameter with mulitple choices.

When I publish my workbench on FME Server for my web page,看起来像那样。

I can choose the four options if I want.

My choices are sent into an email to some users.

The (little) problem is that their aren't any comma between each values.It looks like that : N1 N2 N3 N4

Would that be possible to add comma or something else?If I had bigger value's name (like roads name per example),it would be a bigger problem.

谢谢。


published parameters 倍数 multiple choice Fri,26 Oct 2018 16:02:17 GMT philippeb
Varying Multiple Attachment Email Used to Trigger Workspace and Populate Publish Parameters https://knowledge.亚搏在线safe.com/questions/80678/varying-multiple-attachment-email-used-to-trigger.html

我可以在FME服务器上接收电子邮件并触发特定的工作区,如果我以相同的顺序(dwg之前的pdf)只附加每种文件类型中的一种(dwg和pdf),这样我就可以为我的源数据集“acad”(需要一个值)指定已发布的参数为电子邮件“publisher”附件“0”,为我的源数据集“published”指定已发布的参数。_电子邮件路径发布者附件1。

However,I would like to be able to receive an email with any number of attachments,in any order,过滤并将其正确应用于各自发布的参数(可能不止一个dwg,but I would not know how many in advance and/or what order they were received to apply the correct list values).Any ideas or examples of similar implementations would be greatly appreciated.提前谢谢。

电子邮件 published parameters attachments Wed,2018年10月17日14:24:06格林尼治标准时间 dane_stephenson
How to pass a published parameter into a custom transformer https://knowledge.亚搏在线safe.com/questions/80364/how-to-pass-a-published-parameter-into-a-custom-tr.html

How can I pass a published parameter in a workspace into a custom transformer within the same workspace?I think you can pass a publishedParameter into an attribute and then make this attribute available in the custom transformer,just wondered if there was a simple cleaner way?

published parameters 自定义变压器 Fri,2018年10月12日10:17:40格林尼治标准时间 saqibamin
将“属性值”添加到自定义Tranformer的已发布参数列表中 https://knowledge.亚搏在线safe.com/idea/79748/add-attribute-value-to-published-parameter-list-fo.html

我想知道为什么在创建自定义Tranformer时,可用参数的下拉列表中没有名为“attribute value”的已发布参数。

Should be standard,when you use any other transformer you expect the value to be passed when you submit an attribute.

我知道有很多解决办法,但它仍然应该在那里。

published parameters Wed,2018年10月3日20:47:44格林尼治标准时间 paalped
Custom transformer not retaining published parameter across translation https://knowledge.亚搏在线safe.com/questions/79313/custom-transformer-not-retaining-published-paramet.html

在自定义转换器中,我必须在几个地方使用已发布的参数。参数从主工作区传递。I inspected with loggers and I realised that the value is present at the beginning of the custom transformer 亚搏在线workflow but when proceeding along it gets wiped out ( I don't know what causes this,as far as I knew published parameters are read-only).

published parameters 自定义变压器 FME桌面2018 Wed,26 Sep 2018 08:35:47 GMT alex_chris
How to "Set the CSV File Definition" https://knowledge.亚搏在线safe.com/questions/78545/how-to-set-the-csv-file-definition.html

Hi Tia,

I try to follow your post about "Sharing Published Parameters',then at step 3 Add the Writers,I cannot find where to "Set the CSV File Definition",did I missing something?谢谢你,不好意思问个基本问题。fmeq1.png

published parameters Fri,14 Sep 2018 15:19:24 GMT allensong
如何在工作区/工作区运行者之间使用已发布的参数? https://knowledge.亚搏在线safe.com/questions/78024/how-to-use-published-parameters-between-workspaces.html

你好,

背景: I want to retrieve the File name of several files ina Folder.A have a Workspace that work,but it is way too slow.At the momentI´m using aFeatureReader获取新的“路径根名称”或“fme基名称”。我相信有两种更聪明的方法可以达到这个目的。

查找文件夹不是问题,但我不知道如何以任何其他方式获取文件名。a得到了一个使用“已发布参数”的提示,without any luck.I have checked Guides from FME,but I can´t get my head around how to use "Published Parameters".Probably just need a gentle push in the right direction.

Please see attached Files.

How the workspace look today & what it produces:

Regards,

丹尼尔

published parameters workspacerunner 文件名 Fri,07 Sep 2018 07:08:06 GMT danielloov
Populating a list of attribute names into a published parameter at runtime https://knowledge.亚搏在线safe.com/questions/77601/populating-a-list-of-attribute-names-into-a-publis.html

你好,

我有一个FME工作区,用于将数据从任何格式/模式转换为我们在内部定义的标准个人gdb格式。I would like to create a published parameter exposing attributes of the source dataset (eventually picked upfront by the user in a separate published parameter) and allowing the user to choose the appropriate attribute which needs to be used by the workspace (example: "Pick street name field").Schemas and attribute names are not known in advance and I would prefer avoiding using the SchemaMapper plus asking users to update a separate schema file upfront every time new source material needs to be processed.FME是否提供了在运行时获取属性名称的解决方案(已发布的参数可能调用另一个FME工作空间或脚本来检索这些名称并将其返回到提示窗口的下拉列表中)?

Thank you for your suggestions!

Olivier

published parameters Fri,2018年8月31日13:04:02格林尼治标准时间 olivier