Cybersecurity
DevOps Cloud
IT Operations Cloud
Reason:
During installation, two folders used by TruClient are created by renaming. Sometimes, the folder renaming action might be blocked by anti-virus software. When the problem happens, “<installation folder>\bin\TruClient\NodeMain” folder and/or “<installation folder>\bin\TruClient\TCCoded” folder is not created successfully.
Solutions:
Solution #1, run batch file to create the two folders automatically. Select corresponding batch file according to the application installed.
Application | Batch file |
LoadRunner Professional | install_NodeMain_and_TCcoded_LoadRunner.bat |
OneLG load generators | install_NodeMain_and_TCcoded_OneLG.bat |
TruClient Standalone | install_NodeMain_and_TCcoded_TruClient.bat |
Virtual User Generator | install_NodeMain_and_TCcoded_Vugen.bat |
Solution #2, manually create the two folders.
Application | Installation root folder |
LoadRunner Professional | %LR_PATH% |
OneLG load generators | %LG_PATH% |
TruClient Standalone | %TRUCLIENT_STANDALONE_PATH% |
Virtual User Generator | %VUGEN_PATH% |
"%cd%\7za.exe" x -tgzip -so "%cd%\TruClient\NodeMain.tgz" | "%cd%\7za.exe" x -aoa -si -ttar -o"%cd%\TruClient" & timeout 5 & ren "%cd%\TruClient\package" NodeMain
"%cd%\7za.exe" x -tgzip -so "%cd%\TruClient\TCCoded.tgz" | "%cd%\7za.exe" x -aoa -si -ttar -o"%cd%\TruClient" & timeout 5 & ren "%cd%\TruClient\package" TCCoded
Full article: https://portal.microfocus.com/s/article/KM000002519