Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to run Delta Load since a specified date in Insight

In IBM Rational Insight integrated with IBM Rational Collaborative Lifecycle Management (CLM) solution, I want to run a Delta Load since a specified date.

How can I run Delta Load since a specified date in Insight?

0 votes



One answer

Permanent link
To run a Delta Load since a specific date, you need to modify the Prepare script inside the respective JobStream.

You can see the example for IBM Rational Team Concert 5.0 Work Item Delta Load below.

To run a Delta Load since a specified date:
  1. Open IBM Cognos Data Manager.

  2. Navigate to the RTC_Workitem5.0 job.

  3. Double-click on the Prepare procedure.

  4. Navigate to the Action tab.

  5. Comment line 3 by placing two forward slashes in front of it. It should look like presented below:
    //$MODIFIED_SINCE := GetNFLastETLSuccessDateTime( $RESOURCEGROUP_ID ,$DeltaLoad );
  6. Create a new line with the following content below the now commented line 3:
    $MODIFIED_SINCE := 'yyyy-mm-dd hh:mi:ss';
    Where 'yyyy-mm-dd hh:mm:ss' is the desired date from which the Delta Load will be run.

  7. Save the changes.

  8. Execute the RTC_ODS5.0_Workitem_DeltaLoad job.

2 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,020
× 7,495
× 53

Question asked: Nov 12 '15, 3:09 a.m.

Question was seen: 3,336 times

Last updated: Nov 12 '15, 4:00 a.m.

Confirmation Cancel Confirm