Cannot connect to machine

Posted: October 29th, 2008 | Author: TnT Admin | Filed under: Errors | Tags: , | 1 Comment »

“Cannot connect to machine <machine name>”

When adding Windows Resource measurement on the LoadRunner Controller, the add was unsuccessful and returns a “Cannot  connect to machine…” error with a bunch of suggestions to keep you busy…   Before you move on in this article, do take a look at two articles, namely, “How-to configure Windows System Resource monitoring” and Document ID: KM304905: Error: “Monitor name: Windows Resources. Cannot connect to machine…” on the configurations required.  Apply them first before moving on. Read the rest of this entry »


undeclared identifier ‘LRMMS_PACKET_QUALITY’

Posted: September 29th, 2008 | Author: TnT Admin | Filed under: Errors | Tags: , | No Comments »

Action.c (10): undeclared identifier ‘LRMMS_PACKET_QUALITY’

If you happened to try out the mms_get_property API on a Media Player (MMS) and Web (HTTP/HTML) script, you may get the above error if you missed out on an include entry for the globals.h file. The compilation error is caused with constant, LRMMS_PACKET_QUALITY is not found in the globals.h file. The following snippet of the codes that resulted in the error that occurred was used, based on the Function Reference on mms_get_property API.

Read the rest of this entry »


Error -27740: Overlapped transmission of request to … failed: WSA_IO_PENDING

Posted: August 20th, 2008 | Author: TnT Admin | Filed under: Errors | Tags: | No Comments »

Error -27740: Overlapped transmission of request to “www.url.com” for URL “http://www.url.com/ProdApp/” failed: WSA_IO_PENDING

What is WSA_IO_PENDING? WSA_IO_PENDING 997, is a Windows Socket error that is returned by the WSAGetLastError function. It is non-LoadRunner error like “Error -27728: Step download timeout (999 seconds) has expired when downloading non-resource(s)” or “Connection to load generator failed. Error: Process “lr_bridge.exe” was not created. Reason: – communication error. [MsgId: MERR-29996]“, etc. The error means the overlapped operations will complete later. From Windows Socket perspective, the application has initiated an overlapped operation that cannot be completed immediately. Read the rest of this entry »


java.lang.NoClassDefFoundError: jhook/HookMetaData

Posted: August 13th, 2008 | Author: TnT Admin | Filed under: Errors | Tags: , , | No Comments »

The NoClassDefFoundError for Java-RMI protocol. There are several possibilities that this error occur such as (a) incomplete configuration of the Java environment requirements (refer to “Working with RMI-Java”), (b) incomplete reference to the Java libraries (usually located in {loadrunner-installation}\classes and {loadrunner-installation}\classes\srv after the required copy of the application’s Java classes are placed in them) and (c) incorrect -Xbootclasspath to inform VUgen to point to the Java libraries for recording.

Read the rest of this entry »


Error: C interpreter run time error: vuser_init.c (4): Error — Unresolved symbol : ..

Posted: July 8th, 2008 | Author: TnT Admin | Filed under: Errors | Tags: , | No Comments »

Error: C interpreter run time error: vuser_init.c (4): Error — Unresolved symbol : mms_play

Lately, we’ve talk about using Media Player (MMS) protocol with Web (HTTP/HTML) in “Combining non-standard protocols in a single script that are not listed in Multi-Protocol selection”. The above error message is a compilation error that I forgotten to mentioned. This error occurs when Media Player (MMS) is not included as part of the multiple protocol. From the error message, this may happened with the following context. Read the rest of this entry »