PID not found Error

  • KM00397820
  • 02-Apr-2013
  • 14-Feb-2014

Archived Content: This information is no longer maintained and is provided "as is" for your convenience.

Summary

PID not found Error during code generation

Question

PID not found Error during code generation

Answer

  1. Record the script with out any libraries added.
  2. Find  for the error in the script
  3. lrc_Properties_get_Count (error! not found PID: 3852 interface pointer address: 03D68660, &c, CHECK_HRES);
  4. select this PID number-3852 and search for it in the interface.h file in the script below action
  5. copy the GUUID code like this {6FE588D3-D223-4C20-B16B-BC6564710856}
  6. go to recording options-type libraries-exclude-enter this value in GUID field -ok
  7. Then record the script again.

 Adding libraries.

 How to find the libraries which we need to add before recording.

  1. Need to ask the Project team about which libraries will really create load on the server.
  2. Record the script with out any libraries added.
    • Go to script folder->Data->lr_debug_list-xxx-> and add all the libraries written in this file to the Recording options –Type library –Add
    • Record the script again with these recording options again.

 Adding the libraries is more important, because if you are not adding the libraries the script will be small, but while replaying the exe (i.e. application) is not getting listed in the task manager. It means the script is just running without invoking the application.