Your ETL must leverage a mapping maintained in DRM. How can your ETL access the mapping data from DRM?
Create an export of the mapping data and load to a relational table accessible to the ETL tool.
Use the Batch interface to connect the ETLto the underlying DRM tables.
Use the API to connect the ETL tool to the underlying DRM tables.
Access the database directly with the DRM user.
Access the data files directly through the DRM's application server.
Submit