Forum Post: RE: How to do binary string replacement in binary string ?
Hi, you can use something like that: dclfunc function FBinReplace(sSource: string ; sSearch: string ; sReplace: string ): string var sLeft : string ; sRight : string ;...
View ArticleWiki Page: SilkPerformer crashes when attempting to generate the Font...
This behaviour has been known to occur if you have "Data Execution Prevention"(DEP) installed and configured to run for "all programs and services". DEP was introduced in Service Pack 2 for Windows XP...
View ArticleForum Post: RE: Unable to create Java VM
Johannes, we uninstalled and reinstalled silk performer and java, and installed service pack 2, which fixed the problem.
View ArticleWiki Page: Replacing characters in binary string data
The normal approach of replacing characters in strings (FstrReplace) does not work when the data is binary. The following function will allow you to replace occurrences of the token in a source...
View ArticleWiki Page: Do not use the hyphen/minus character as part of a profile name
This advice applies to Silk Performer 15.5 The hyphen/minus character should not be used as part of a profile name as Silk Performer creates the user type name to consist of script - usergroup -...
View ArticleWiki Page: How to record the SAP NetWeaver Business Client at the HTTP level
In order to record the SAP NetWeaver Business Client using Silk Performer to create a Web based script you should add an application profile for the SAP NetWeaver Business Client executable,...
View ArticleWiki Page: “The remote agent version differs from the local agent version....
This message is reported when entering an incorrect IP address or hostname. As this message is misleading it was changed in Silk Performer 15.5. Now, when trying to connect to an incorrect IP or...
View ArticleWiki Page: Silk Performer support for Streaming Media
Direct support for Streaming media, including Microsoft Media Player and RealNetworks players, was removed from SilkPerformer 9.0 onwards. The suggested options for streaming media would be BDLT or...
View ArticleWiki Page: System Configuration Manager dialog is truncated when display is...
This is related to the Display settings which can be accessed under CONTROL PANEL | DISPLAY, and occurs only when the Display setting is at ‘Medium – 125%’. With this setting the dialog will look like...
View ArticleWiki Page: The ‘Silk\Shared Files’ folder is installed to ‘C:\Program Files…’...
This is expected behaviour which cannot be changed. The Shared Files are installed in the default Program Files folder of the respective system, as this is the best way to allow our other products to...
View ArticleWiki Page: Generate a random date which ensures a business day is returned.
The RndDate function can be used to generate a random date within a given range of a start date like so: nDate := RndDate(20130604, 60); However this can return any day of the week. The attached...
View ArticleWiki Page: Workload Wizard overrides previous User Type Max VU’s
When using the Workload Wizard several times in a row (or after manually adjusting the Workload), the Workload Wizard does not store the previous configuration for VU’s per User Type. This is...
View ArticleWiki Page: License check failed! Checkout for SilkPerformerSOA 15.0 (1) failed
When attempting to open a .err file, by double-clicking on the .err file, SilkPerformer displays an error suggesting there is no SOA license available “License check failed! Checkout for...
View ArticleWiki Page: Using recording rules to replace a built in BDL function with a...
The following rule will replace all occurrences of WebPageUrl with MyWebPageUrl in a recorded script. You can define MyWebPageUrl in an include file. The rule should be saved into a file with an .xrl...
View ArticleWiki Page: Why Do I get the error "Reason: XML: 4 - Unexpected document" when...
When using recording rules you need to ensure that Silk Performer recorder knows where to get the rule and how to use its functionality otherwise the above error will occur. To locate the rule we need...
View ArticleWiki Page: Browser Driven File Upload works on TryScript but not during a test
This issue can occur because the file being uploaded is stored in the ‘RecentTryScriptTest’ folder for a TryScript but is stored in the ‘Workloadx’ folder when running a test. This issue can usually...
View ArticleForum Post: RE: Unable to create Java VM
I wrote something here and deleted. Please ignore this post.
View ArticleForum Post: Does SAM included in Silk Performer trial license?
If SAM is included in Silk Performer trial license, does it have a full capability to monitor everything or only to certain measure still?
View ArticleForum Post: RE: Does SAM included in Silk Performer trial license?
As far as I know, It was a separate module, you need to buy it separately.
View ArticleForum Post: RE: Does SAM included in Silk Performer trial license?
Hi, The Silk Performer Evaluation (trial) includes everything, so you would have this license included for the duration of the trial. Hope this helps. Leeanne
View Article