|
Diagnosis: When running a script under the Controller and "Snapshot on error" is selected or when running in VuGen and the Run-Time Browser is opened, replay needs to write a "sync" file for the application (Vugen/Controller). The file should be called "ctrlsink.dat" and placed in the scenario result directory. The error occurs when the opening of the sync file using fopen(filename, "w") fails.
--------------------------------------------------------------------------------
Solution: Verify the disk space and permissions
1. Verify if there is enough disk space is available.
2. Verify if the user has enough permissions to open a file in the specified directory.
3. If specified directory is on a remote machine, check if there was a network/remote machine failure.
4. If problem still persists, contact Mercury Customer Support to obtain the following patches:
LoadRunner 7.8 FP1 : LR78FP1P62 - Web replay - Fix error number -26668
LoadRunner 8.0 : LR80P28 - LoadRunner 8.0 Web Replay fix error -26668 in Vugen |
|