Dears,
I'm in the process of creating a dashboard using Portal, and I'm wondering if there is a way to link Portal to our SDE database, because now I'm just creating Web Maps using the published layers (which there source is FGDB). And since the dashboard would have many indicators, then I need these indicators to update directly once we update our SDE.
Ant thoughts?
Solved! Go to Solution.
You can publish layers from your SDE, too.
So either
You can publish layers from your SDE, too.
So either
Many thanks @JohannesLindner for your response.
I'll give it a try and will see. If the layers are published directly through the SDE to a Web Map as well, is there are any risk for the data?
Some other people will be more qualified to answer that in detail.
My tips:
The first two points can be achieved by defining database views (CreateDatabaseView) and sharing those instead of the raw tables. Views can only be read, not written to, and you can hide sensitive or unnneccesary fields.
Many thanks, @JohannesLindner for your valuable response. I do highly appreciate your continued support.
Will try to apply what you suggested.