What is the best way to access data from Doors 9.6.# for analysis
We are looking for the best way to accesst Doors data to something like SOLR for Tableau or analysis. We would like something that would also work for Doors Next Generation (DNG). Is the XML ODBC driver an option, is there a service that exports ReqIF that can be called, DXL (will DXL work with DNG?), OSLC? Something like Sodius MDAccess that works for 9 and NG.
One answer
Hi Jay,
Your best bet for DNG would be OSLC or the reporting API. DNG does not support DXL nor is there a service that exports ReqIF automatically. For DOORS, DXL would be your best bet. Hope it helps,
Comments
Hi Benjamin;
Hi Jay,
You can obtain doors.xdc from your DWA 9.6.0 server.
https://www.ibm.com/support/knowledgecenter/SSYQBZ_9.6.0/com.ibm.rational.doors.integrating.doc/topics/t_download_xdc_file.html
You usually do not need to customize it in XML Configuration Tool, so register it in unixODBC. Then you will have an ODBC interface with your DWA server. You can do these steps without Rational Insight. Hope it helps.