Is there any way where I access FME server Database which already installed when i install FME Server .
Yes, but it's generally not recommended. What are you trying to do?
i m trying to get the each work space Feature summry
Could you please tel me how can i access the database
I think it's better to use the FME Server REST API for this. There's API calls to get the input datasets and feature types of a workspace.
i am new could you please guide me how can i do that
i am new could you please guide me how can i do that
There's a recorded training for that, which should get you started. It's 2019 material, but the Rest API hasn't changed.
i did but how can i fetch the data from workspce and create API
http://****/fmerest/v3/repositories?fmetoken=*****
i am trying to get the data in api but its only showing me the file name not shoing thw data
Output should be like this
https://www.nhc.noaa.gov/CurrentStorms.json
i am trying to get the data in api but its only showing me the file name not shoing thw data
Output should be like this
Can you be a bit more clear about what you want? Do you want to get the feature counts? Those are only shown and tracked in FME Desktop at runtime, if you want to get those in FME Server you'll need to add custom logging/reporting to your workspace, e.g. by adding StatisticsCalculators at the relevant points and write the results to a file of your choice.