This solution uses COM functionality. COM Support was deprecated in Silk Performer 2011, so this solution is only applicable up until Silk Performer version 2010 R2 . This error implies that errors are encountered with one of the parameters in ComSetBounds during replay of a COM script. For example: ComSetBounds(COM Replay: 701 - Internal record not initialized correctly. No description for "Uo0076I" available). This refers to the following line in the script; ComSetBounds(hFunc0, "input1.UO0076I_LST", 1, 199); Where "input1" is a function of an interface described in a type library imported into SilkPerformer. However, the record type, "Uo00761", is not described in the same type library, which is why the error occurs. When a Type Library is imported into SilkPerformer it may also call an additional Type Library. SilkPerformer does not automatically parse these additionally called libraries. This means that SilkPerformer has no description for the referenced record and is not able to handle any requests to set or retrieve values of record members, resulting in errors. The workaround for this is to add all libraries imported by another type library to the list of libraries in SilkPerformer. Do this using the server interfaces dialog in Application Profiles, then re-record the application and the additional libraries will automatically get added to the list of libraries used by SilkPerformer. Old KB# 19758
↧