cancel
Showing results for 
Search instead for 
Did you mean: 

Consolidation Error in SAP TAO 2

Former Member
0 Kudos

Hi all,

I'm using SAP TAO 2.0.4.1 and getting errors while doing consolidation. I'm getting a consolidated component of a unit test but when running it QC shows it status as failed with the below error,

Run Error:Type mismatch: 'SetExitConsolidatedComponentOnFailure'Line (6): "SetExitConsolidatedComponentOnFailure(False)".

Can anyone tell me why this error comes and how to rectify it.

Thanks

gm

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check if this could help:

The user receives the error, "Type mismatch," when executing a test

from the Test Lab tab of TestDirector.

Diagnosis:

This happens if there is a corruption in the data

for the Execution Flow of TestDirector.

Solution

Clear out the Execution Flow data to remove the corruption

1. Open the Site Administrator and go to the Projects tab.

2. Expand the project and highlight the CYCLE table.

3. Run a SQL Statement similar to the one below; where

<TestSetName> is the name of the Test Set with the problem.

UPDATE CYCLE set CY_DESCRIPTION= NULL where CY_CYCLE='<TestSetName>'

4. Clear out your TestDirector cache on the Client machine(s).

Thanks

Regards,

Vikram