Insight-RTC - ETL OOTB - Run jobs only for a project
Renato Mori (100●1●23●30)
| asked Nov 15 '12, 10:38 a.m.
JAZZ DEVELOPER edited Nov 16 '12, 10:06 a.m. We deployed an ETL OOTB integrate an RTC V3.0.1 server with Insight 1.1. The Jobs reads the data of all the projects but I need to know if is there any way to execute the job limiting it to an specific server's RTC project (only one). |
3 answers
You can open XDC file, e.g. workitem301.xdc.
You will be able to find that there are several resource groups in RTCWorkItem, each resource group will be pointing to a repository. You can simply delete the resource groups that you don't want to run ETL from this tool. Backup you XDC file before deletion. |
Thanks for your help, but...
I have only one Resource group, witch gets all the data for all PAs from one server. And I need to filter the data for some PAs, in that server. Here's a image of the XML Data Conf I have. |
This is likely not supported so proceed with caution.
Step 1: Find the the project area item id. One easy way to do this is to go to the "Manage this Project Area" page and copy the itemId attribute value from the URL you land on. Step 2: Edit the applicable Data Manager Fact Builds. As a specific example, open the RTC_Workitem3 fact build, open the Data Source properties dialog, go to the Query tab and append AND and projectAreaItemId='<the value you found in step 1>' to the end of the query. You'll need to repeat step 2 for all Fact Builds you are interested in, but note that not all of the queries will support a projectAreaItemId column (like RTC_WorkitemLink3). I have not tried this in an ETL run, but the queries work as expected when executed from Data Manager. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.