Thursday 9 August 2018

Error: Process "lr_bridge.exe" was not created on remote host ".  Reason: communication error. Make sure the Agent process or service is running on the remote machine.. [MsgId: MERR-29987]

Error: Process "lr_bridge.exe" was not created on remote host ".
Reason: communication error. Make sure the Agent process or service is running on the remote machine.. [MsgId: MERR-29987]


The main reason for this issue is based on the below:

1.The LR Agent process or Service  has not started on configured Load Generator.

2.The port 54345 may not open in bidrectional.By default,the load runner controller uses TCP port 50500 to send data to TCP port 54345 on the windows Load generator. The load generator sends information back via a dynamic port through the MI listener.

3.No communication between Load Generator and Controller.

Here are the solutions,give a try

✓ Make sure the LR agent is running or not , If its running as process change it to service and vice versa

✓ Check the port 54345 is in listening mode or not check this with typing netstat -an in the command prompt of the generator machine.

✓ Check whether we are able to ping the remote generator machine from the controller machine and vice versa.


Error: Vuser compilation failed. Please set CCIDebug to Off in CCI section of mdrv.dat file

Error: Vuser compilation failed. Please set CCIDebug to Off in CCI section of mdrv.dat file.

Warning: Extension cciext.dll reports error -19797 on call to function ExtPerProcessInitialize

Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread."

Solution:

First check if there is any header file is missing in the script then do the following.

Follow these simple steps to get rid of this error message .

1. Go to Load runner installation folder
C:\Program files(x86)\HP\Loadrunner\mdrv.dat
2.please make a back up of the file mdrv.dat
3. Open the mdrv.dat file using notepad
4. Add CCIDebug=Off in CCI section.
5.Close and restart all the load runner tool and check.