DevOps Automation

DevOps Automation

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Dataset Mapper "Open mode: Private" throws error

  • 1.  Dataset Mapper "Open mode: Private" throws error

    Posted Mon January 04, 2021 06:43 PM

    All,

    We have a Dataset Mapper in our schedule with Open mode: Private (and Access mode: Sequential). When we run the schedule, we get this error:

    com.ibm.rational.test.lt.kernel.KError occurred in ContractIdAndCCID. Message: Unable to get datasetUnable to get dataset

    If we make no other changes except this setting: Open mode: Shared (per test execution) then the schedule works as expected.

    Has anyone else had this problem or can reproduce it?

    RPT Version: 10.1

    Thanks.


    #Support
    #RationalPerformanceTester
    #SupportMigration


  • 2.  RE: Dataset Mapper "Open mode: Private" throws error

    Posted Tue January 05, 2021 02:15 PM

    Fixed in 10.1.2, doesn't show up in the fix list since this was an internally found defect.

    Good news is we can use custom code to read and write from a dataset

    reference https://help.blueproddoc.com/rationaltest/rationalperformancetester/10.1.2/com.ibm.rational.test.lt.common.doc/topics/r_readwrite_ds.html

    I think this is something you wanted?


    #SupportMigration
    #Support
    #RationalPerformanceTester


  • 3.  RE: Dataset Mapper "Open mode: Private" throws error

    Posted Tue January 05, 2021 06:17 PM

    Thanks Paul.


    We are at 10.1, so don't have the fix. We can work around this for now.


    And yes, I saw the new capability to use custom code to read/write datasets in the 10.1.2 Release Notes. We will definitely look at that feature when we move to 10.1.2.


    #RationalPerformanceTester
    #SupportMigration
    #Support