Hi. We have an on-prem implementation. I want to export data to a BYOD (not an Azure SQL DB).
From information on how to export to BYOD Iāve found on various forums, I configured the datasource as ODBC in DataManagement.
Iāve also configured an entity export to db, using my ODBC datasource (the type was set and uneditable on the DMFDataSource form, but I personalized the form, added the type field again and was able to set the type to ODBC). The connection string to the BYOD validates.
Iāve published a standard entity and a batch job was created successfully.
The data āseemsā to export successfully if I look at the history in data management. The staging table contains several records.
On the BYOD the new table was created successfully (which is the same as the staging table of the entity), but there is no data in the table.
Iāve run the same export multiple times. Iāve also published other entities to export to my BYOD with the ODBC connection. The staging tables create, but again without data.
Iāve tested the user I use in my connection string, and Iām able to create a record manually in the staging tables with the user.
My question: why are the tables created successfully in the BYOD, but no data is exported?