Should I be concerned QM projects aren't enumerated in DW Quality Manager jobs ?
![](http://jazz.net/_images/myphoto/197766eae5cac1218c9c4c8ca5d5ca58.jpg)
The differences for the QM in question:
- Application Server is WAS
- Full CLM environment (JTS, CCM, QM, RM, ADMIN)
Thanks.
One answer
![](http://jazz.net/_images/myphoto/197766eae5cac1218c9c4c8ca5d5ca58.jpg)
Hi Kevin,
It would be better to check the logs in more detail. You could open a defect and attach the qm-etl.log file so we can investigate.
Thank you,
Clara
Comments
![](http://jazz.net/_images/myphoto/197766eae5cac1218c9c4c8ca5d5ca58.jpg)
[ I just relocated this item ]
I have configured the etl-drivers to log for tonight's run. One project area in the repository has '&' character in the name, I don't think that's the issue as other QM we manage have project area names with '&' in the name and all the QM projects are scanned.
![](http://jazz.net/_images/myphoto/197766eae5cac1218c9c4c8ca5d5ca58.jpg)
Ok. I'm officially Card Carrying Insane. After updating the logging, and then checking the job status page for QM, I now see all the project areas back to March 20, 2014 ( the maximum 1000 results )
Is there a way to obtain a longer list than this with a REST or OSLC query ?
![](http://jazz.net/_images/myphoto/7f5b3d16f2d01826f932afa555e466ed.jpg)
Hi Kevin,
I assume you are talking about the job status page for the ETL's in QM. That information comes from the DW. You may want to use an SQL statement like the following to get the information of the project areas and when they were ETL'd:
SELECT A.*, B.NAME FROM CONFIG.ETL_INFO A JOIN RIODS.PROJECT B ON A.DATASOURCE_ID = EXTERNAL_KEY2;
If you used a prefix when you set up the DW, the schema names (CONFIG and RIODS) may be different.
Thanks,
Clara