Creating and organizing workspaces. How to use Workbench.
Recently active
I am getting 401 whenever I submit a job in the run workspace. These jobs works fine in Automations but not when i try to run it manually. The samples are working fine. The strange part, this issue happens in IE 11 but works fine in Chrome:This is URL that gives 401:https://gisdip.saskenergy.net/fmeserver/run/form/fmejobsubmitter/Alex%20Test/QPTM_Meter_Merge.fmwThis is the response:<h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unauthorized</p><p><b>Description</b> The request has not been applied because it lacks valid authentication credentials for the target resource.</p><hr class="line" /><h3>Apache Tomcat/8.5.32</h3></body></html> If I run the link by itself it works fine. I don't see anything strange in the logs.
Hello all,I am trying to have my second workbench (Data Validation) start running once my first workbench (Data Creation) is completed. I have tested using the WorkspaceRunner transformer, but it is slow. Is there a more efficient way to have my second workbench start and run once my first workbench is completed? I'm thinking since WorkspaceRunner is pretty slow, if the best way to do this is in FME Server. Thank you for any suggestions!David
My template fails to read when there is large data like features above 2600. When I run the template manually it reads all features but when I run the same template from application it's failing when higher number of input features. I am reading the data from Oracle.
The other day my colleague asked me if I would be able to merge audio files into one, depending of parameters defined in advance (with public parameters by exemple). I thought it would be a great idea to do it with FME!Let's say I want to create this audio sentence : ? ? December 24th, New York City ? ?I define the user parameters with MONTH, DAY, CITY.FME would detect my audio file "December" and combine it with "24th" audio file. The New York part would be combine with the rest. That way I could create my own sentences from a database audio files, depending of the values I define into the parameters. Each audio file contain only one word.Anyone tried that? I read this article but I'm not sure if it's what I need.
i have HSN field and some times those are having special characters, if it is not having any special character and it having single special character no need to select. But here which string having more than one special character then select.Special characters: /- HSN1-11-11-11/22/21-2/21/2-2/2 In above table i need to select on yellow highlighted data only \\
We have FME 2016 installed couple of years ago with an Oracle SID. Now with Oracle migration to cloud, our SID name has changed. post SID name changes, we are not able to login to FME server. Is there any way that SID can be changed and FME can be used again without reinstallation?
like these type of name in a field I want selectRavindra BarathiRavindra barathiState Banck Of IndiaState Banck of IndiaRavi KiranRavi kiranRayamal PurRayamal purAndra PradeshAndra PradeshVijayavadaVijayaVada
I'm using a FeatureWriter with its output attribute "_total_features_written". The attribute holds "_total_features_written"=1 while the log says: Features Written=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==============================================================================Total Features Written 0=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Features With No Schema defined=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-NoFeaturesTester_5_Creator 1==============================================================================Total Features NOT Written 1=-=-=-=-=-=-=-=-=-=-=-=-=-=
Hello,I have a table with millions of features. I need to use the Where Clause to extract what I want.I'm using a Published Parameter to define a date. My problem is the date format into database (YYYY-MM-DD). And Data Inspector tells me it's encoded windows-1252, not string (don't know if it changes something).I though to use into Where Clause the TO_DATE function to convert my dates. TO_DATE('@Value(DATE_into_Database)', 'YYYYMMDD') => '$(DATE_FROM)'But it's not working. I get an Unable to execute SQL statement. And I'm not even sure if it's supported by FME because this function isn't into the SQL Date Functions choices. I only have those (the help button sent me there) : SQL Date Functions Do you have an idea how I could extract those dates ?
i am trying to learn FME safe as i need it for my career but in the FME 2019 tutorial (basic) I always have this error when running the first tutorial work space. I attached a screenshot of the errorGeodatabase Error (-2147024893): The system cannot find the path specified. Could not open File Geodatabase dataset `C:/FMEData2019/Data/CommunityMapping/CommunityMap.gdb' for reading. In between, i used a MACBOOK PRO and i am running FME 2019.2 student license. Any help please??
Hello,I think there is a problem with the update of postgres data. I have a table with uuids and dates. The statements for those types are not constructed correctly. FME throws an error for the date like this:'ERROR: syntax error at or near "2009"LINE 1: ...NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, E'2009-10-26... ^You can see that it is used like a string. Same happens usually to the uuid - there no quotes are inserted. Postgres usually expects quotes around the uuids. I also tried the DatabaseUpdater, but the same error occured.
Hi everyone, I am relatively new to FME and am seeking assistance for a minor issue I am having. As part of a project I need to create an excel table that contains 9999 from various attributes and from multiple SDE feature classes. My excel table works but I want to include an attribute that indicates which feature class the record is from. I exposed the fme_feature_type attribute but am not table to get it to export out into the Excel table. What might I be missing? Please see the below screenshot. Thanks in advance for your advice and suggestions!
Hi, I'm using MSWord Styler to generate a word document in FME desktop. I have a paragraph which I need indented but it has parameters within which can vary in length. Hence line could spill over and does not keep the indentation. Anyone else have this issue? See example of issue below. thanks.ExampleParagraph construction :Instructions : Please note if any problems using this application, please contact <Name> <Dept>for assistance. It is compulsory to use this application going forward for all customer ordersand inquires.Output as :Instructions : Please note if any problems using this application, please contact Joe Bloggs, Department of Financefor assistance. It is compulsory to use this application going forward for all customer ordersand inquires.
Hello,Is there a way to copy several tables from an oracle database to another oracle database?I don't want to have to list all the table separately in a workspace given that I have to deal with approximately one hundred tablesThanks
Hello everyone, I have one question. Is it possible to do next: for example, I have 2 features ( feature_1, feature_2 ) and in their attribute table I want to add more ID from other polygons ( polygon with id 123 and polygon with id 527 ). Thanks a lot.
SQL Creator is working fine while parameters are provided in query itself. But its not working while using published parameters and embed connection parameters.
I know how to upgrade a traditional readers and writers from an older version to a current version in FME. Is the same functionality applicable to the FeatureReader and FeatureWriter transformers? Or, are reader and writer definitions nested in the FeatureReader and FeatureWriter transformers dynamic and will use the current installed version?
Hi all, I'm facing a problem while adding an Excel Reader to my workspace: Adding Excel Reader - I'm selecting only one attribute to be exposed: When the Reader is brought into the workspace all attributes are exposed: Is this a bug or am I doing something wrong?I'm using FME(R) 2019.1.2.0 (20190829 - Build 19630 - WIN64) but I've noticed this on older versions as well. Cheers,Eduard
Hello;I collected all of my data into a single feature how can I separate and put them to put in other attributes?Thanks
Hello;I attached my standardize excel file and desired output file My work space does not work for middle partThanks
Hello to all fans of FME :-)Please, I work with DGN files and I need to work with its metadata - X/Y/Z origin etc. As I found there (https://knowledge.safe.com/articles/849/how-to-extract-and-use-log-information-in-workbenc.html?childToView=102471#comment-102471 - Extract file or table Metadata part), there is only one way, how to get requested metadate, via Python script. Anyway, it looks that script works only for one input file (DGNMetadata.fmwt). But if You wanna load metadata from more than 1 file, other features and their attributes are inherited from first loaded feature.Im not python expert, but I think that it shouldnt works like that.Please, do You any idea, how to reedit python script to load metadata correctly? Thank You so much!Lubo
Is it possible to write ST_Geometry to Postgis database? I don't see any parameters in the Postgis writer that would allow this, so I am wondering if there is any work around?
Hi all, Is there a way to write a csv to the temporary directory of the fme cloud server and use that file as an attachment? i am using the ($shared_resource_temp) server parameter to identify where the file should be written but this is not writing the data to the temporary directory. Cheers
I have a a startup python script that will execute in workbench, but after being published to fme server fails when connecting to the SDE workspace. See image below. Any ideas why this might occur?Thanks,FrankHere is the startup python script which executes in workbench and not in fme server:# Name: DisableEditorTracking.py# Description: Disables editor tracking on a feature class. # Import modulesimport os, arcpy # Local variables:TrackingFeature = "GIS.address" # disconnect usersadmin_workspace = r"C:\\Users\\Administrator\\AppData\\Roaming\\ESRI\\Desktop10.7\\ArcCatalog\\SQLDEV_sde_wilco.sde"arcpy.DisconnectUser(admin_workspace, "ALL") # assign workspace environmentworkspace = r"C:\\Users\\Administrator\\AppData\\Roaming\\ESRI\\Desktop10.7\\ArcCatalog\\SQLDEV_gis_wilco.sde"arcpy.env.workspace = workspace # Disable Editor Trackingarcpy.DisableEditorTracking_management(TrackingFeature, "NO_DISABLE_CREA
Hello everyone, if somebody has some ideas, it would be great. I have 2 excel files. In the first one, I got attributes: indicator_id, indicator_name, iso3, country_name, 1990, 1991, 1992..., 2017 and in the second one I got attributes: ID, Country, Year Deaths, Deaths, Year Birth, Births. I need to get one excel that looks like picture 3 where indicator_name get in the column and all that has to be based on the year (picture one for Afghanistan is 2015 so we have to take the data from the same year from picture 2 ). Thanks.