dab deployment #2728
-
I have successfully installed and used dab (1.3.19) on a Windows 2019 server using .Net 8. I only need to learn how to run dab as a windows service? Can I use dab from our tenant to access the tenant (dataverse and Sharepoint) and on-Prem sources (like SQL Server, and files on shares)? I already have setup and use the On-Premises Data Gateway Services to do these actions. Which brings me to a question, what's the different between dab and On-Premises Data Gateway Services. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think this can be done directly, but there are some solutions that I see searching online. This thread covers many of them and might be helpful: https://stackoverflow.com/questions/3582108/create-windows-service-from-executable
DAB supports certain data-sources and does not currently support Dataverse or Sharepoint. We do support on-prem SQL Server and Azure SQL, as well as
DAB is for building APIs that want to interact with data using REST and GraphQL requests along with all the features that DAB includes, role-based security, caching, etc. On Prem Data Dateway as I understand it acts as a bridge that allows you to connect cloud services to on-prem data securely. |
Beta Was this translation helpful? Give feedback.
I don't think this can be done directly, but there are some solutions that I see searching online. This thread covers many of them and might be helpful: https://stackoverflow.com/questions/3582108/create-windows-service-from-executable
DAB supports certain data-sources and does not currently support Dataverse or Shar…