Wiki Page: I have a NVDesk32 Video driver installed on my machine and when...
Please remove the entry from the Appinit_DLLs key in the system registry, location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows Typically the software which causes...
View ArticleWiki Page: How can I resolve the error "COM Replay: 3 - Wrong parameter...
This error has been caused by the way in which the called method uses the Parameters property. "Parameters" is a property used to retrieve a collection of parameters. Accessing the property with...
View ArticleWiki Page: When I try to launch Java Explorer from the Start menu why does it...
This can happen if the JExplorer.conf file that Java Explorer requires has become corrupt. Another symptom caused by this corrupt file is the message "# missing r..." which appears when launching Java...
View ArticleWiki Page: Does Java Explorer support testing of web services via HTTPS?
You can configure Java Explorer for the testing of secure Web services. To test secure Web services, the following steps are required: - Create a truststore for your JDK. - Load a secure WSDL into...
View ArticleWiki Page: How to install and activate a license for dynaTrace Diagnostics.
These instructions uniquely define the Borland dynaTrace process and are different from the standard dynaTrace instructions. Step 1 You should have a dynaTrace diagnostics license key file named...
View ArticleWiki Page: What features of dynaTrace are excluded from the Borland edition...
Below is a list of features which are limited or unavailable in the Borland edition of dynaTrace. No Diagnostics Repository (SilkPerformer uses Test Manager as repository) No Business Transaction...
View ArticleWiki Page: How can I resolve the replay error "OraForms: 21 - Communication...
Occasions can arise when replaying against an Oracle Forms Server that an error message similar to the following is reported: The above error message is indicating that the SilkPerformer Oracle Forms...
View ArticleWiki Page: How can I achieve the time format XX:XX:XX with AM or PM specified?
The GetCurrentTime() function returns the time in the format XX:XX:XX, but it does not return the AM / PM indicator. This particular format can be achieved using the FormatDateTime function, as...
View ArticleWiki Page: When saving my script why does the recorder give the warning "The...
The reason for this warning dialog: is that you are likely using a java reserved character such as "-" in your file name (i.e. Test-1.bdf). You cannot use such a character for java based files and as...
View ArticleWiki Page: Does the Silk Performer 7.1 .NET Explorer work with .NET Framework...
The Silk Performer 7.1 .NET Explorer has only been tested with versions 1.0 and 1.1 of the .NET Framework. Some issues have been reported with 2.0, however that may be due to it"s beta status. Old KB#...
View ArticleWiki Page: When I try to compile my COM script why do I get "compile error...
This is a known issue and is scheduled to be fixed in a future version. The error occurs when you have something similar to the example below: ComSetDouble(hIFace7, "put:Value" , 2.55 *- 1.83 ); The...
View ArticleWiki Page: How can I add a client certificate to a Web Service in .Net Explorer?
For Web Services that require client certificates for authentication the client certificates must be defined in Input Data properties by following steps below: 1 Select a Web Service class in Classes...
View ArticleWiki Page: Why do I get "compile error LEX 18: /* comment is not closed...
This is currently a known issue in Silk Performer. The problem occurs because the characters /* appear in a SQL comment in your script and because this character sequence is used for block comments...
View ArticleWiki Page: How can I run a shell script in Silk Performer?
Shell scripting is a way of automating simple, repetitive tasks, and is often used to ease systems administration. Shell scripts themselves, or batch files, are simply a collection of command shell...
View ArticleWiki Page: How can I run a Unix shell script from Silk Performer?
Silk Performer does not run on Unix, so to run a shell script in this environment the attached project should be run which will use ssh to access the machine:- SSH1.ltz You will need to change some...
View ArticleWiki Page: When recording at TCP/IP level why do the server responses appear...
A server response will often be split over a number of TCP/IP packets during the record, which can be confusing when analyzing the record.log file in order to create a recording rule to deal with...
View ArticleWiki Page: Why do I receive the error "Errors occurred during code...
This is a problem with .net security restrictions. All .net assemblies that are on a network share have by default high security restrictions. So, if you compile the code to a share and analyze the...
View ArticleWiki Page: How can I stop Performance Explorer crashing while monitoring in...
There is a know issue in Silk Performer 7.x which may result in Performance Explorer crashing. This is caused by the version of pdh.dll in the Silk Performer directory being older than that of the...
View ArticleWiki Page: How can I retrieve an ADO column name?
The following function can be used to obtain an ADO column name: function GetADOColName(hRecSet : number; hIx : number) : string var sValue : string; hFields, hField, hFunc : number; begin...
View ArticleWiki Page: Under load conditions why do I encounter the error message "SapGui...
Every Virtual User that Silk Performer simulates, creates a new SAP client application. Each of these SAP client applications creates a new connection to the SAP server. To create a new connection the...
View Article