Wiki Page: Can SilkPerformer be installed using a silent (unattended) mode?
Setup provides an option for installing a product without any user interaction. This option is called silent mode installation and can be used to install Silk Performer. This feature is especially...
View ArticleWiki Page: How can I add a custom BDH file to the "Include Files" Node in the...
The "Include Files" tree node was introduced in SilkPerformer 7.2 to list details of all include files referenced in a SilkPerformer Project. Include files will be automatically added to the list...
View ArticleWiki Page: When recording a web based script why might I see the following...
If you see this error during the recording of Internet Explorer please download the attached zip file and unzip it to your Silk Performer"s Include directory (i.e. Silk Performer 7.3\Working\Include)....
View ArticleWiki Page: Why am I getting the error "No monitor configuration file found"...
This can occur when the Realtime.ini file either gets deleted, renamed or becomes corrupt while Performance Explorer is opened. Please ensure that this file exists in the Silk...
View ArticleWiki Page: Can I use project attributes to exchange data between multiple...
Each Project Attribute that is configured defines and initializes a corresponding attribute for each virtual user at runtime. When using the AttributeGet and AttributeSet functions they execute...
View ArticleWiki Page: Why, when I run my .Net scripts on agent machines do I get an...
If the script runs fine on localhost but fails on agents then it"s likely because you need some kind of windows authentication specified on the agent machine(s). In order to try and resolve this issue...
View ArticleWiki Page: What are the differences between SilkPerformer Lite and...
NOTE : SilkPerformer Lite is no longer sold or supported. The differences are that SilkPerformer Lite: Only supports HTML / HTTP(S) Does NOT include other features of SilkPerformer Web (Web services,...
View ArticleWiki Page: Specify hexadecimal and ASCII characters in the WebTcpipRecvUntil...
You can use either hex, ASCII or a combination in the WebTcpIpRecvUntil function. In the following example we will receive data until an escape character followed by the ascii characters Y7 are...
View ArticleWiki Page: HTML source is displayed as binary data in the In-data and Source...
TrueLog Explorer offers different views of code, therefore you can for example view HTML as binary representation. By default the option for web based scripts is to show code as HTML, however this can...
View ArticleWiki Page: The difference between the and operators "AND" and "&" in Silk...
The "&" operator performs a bitwise AND on operands of type number. This is a numeric operation at the bit level. Each bit in the result is 1 if both the corresponding bits in the two input...
View ArticleWiki Page: The difference between the or operators "OR" and "|" in Silk...
The "|" (vertical bar) operator performs a bitwise OR on operands of type number. This is a numeric operation at the bit level. Each bit in the result is 1 if either of the corresponding bits in the...
View ArticleWiki Page: "User has no grant for this product" when trying to open Java...
This is a known issue and has been fixed in SilkPerformer 7.0. The reason the error occurs is that Java Explorer registers with the SilkMeter server as "javauser@host" instead of "username@host". This...
View ArticleWiki Page: Parse data from a string in reverse direction.
This can be accomplished using the function StrSearchDelimited . For a general overview of this function please refer to the Silk Performer Help. To parse a string in a reverse direction with...
View ArticleWiki Page: Does the transaction count in the Summary General section of my...
No, the transaction details listed in the summary tables section of your Overview Report will not include transactions that have started but failed to finish before the loadtest has ended. Take, for...
View ArticleWiki Page: Does Artix 5.6 support Jax-RPC
Summary Does Artix 5.6 support Jax-RPC Environment Artix 5.6 Question/Problem Description Does Artix 5.6 support Jax-RPC Clarifying Information Artix 5.6 Java contains only pure Java components....
View ArticleWiki Page: When might I see any of the following error messages "RESERR:...
When running a large load tests on a machine in which system resources are inadequate you may encounter one of these errors. It is possible to tune your system to accommodate more virtual users as...
View ArticleWiki Page: When running a Java Frameworks test why do I see the error "An...
This error is caused by an issue with the AttachThread() method contained in the Java package silk.performer.SilkPerformer. It will occur when a BDL function is called from within the Java code (using...
View ArticleWiki Page: Does Silk Performer support testing of Enterprise Java Beans...
Since SilkPerformer 6.0 testing of EJB"s is possible through Java Explorer. Java Explorer"s point and click GUI allows testing of EJB and remote components without the need to have a client...
View ArticleWiki Page: How do I configure IBM WebSphere Application Server 4.x...
The basic steps to install and configure the WebSphere Application Server 4.x "Performance Servlet" are detailed below, you are advised to discuss with your Server Administrator before proceeding, and...
View ArticleForum Post: Visual Test Playback resets screen
I created two scripts. The first script logs you into the website, the second does a process. The second script does not continue on from where the first script left off on the website. When I...
View Article