This document has not been formally reviewed for accuracy and is provided "as is" for your convenience.
Summary
While trying to run a UFT script on Performance center/LoadRunner, the test fails with the following error: Error: Extension Tulip was not loaded. You are running user secure mode and this extension is not supported.
Error
Error: Extension Tulip was not loaded. You are running user secure mode and this extension is not supported.
Cause
Running the test under secure mode.
Fix
In the LoadGenerator Machine:
QTP installation folder:
Inside the mdrv_qtp file add the lines 'SecurityMode=On' under the sections [tulip] and [ActiveScript]
Then, find the mdrv.dat file and ad the line at the end of the file:
[tulip]
SecurityMode=On
[ActiveScript]
SecurityMode=On