Forum Post: RE: WebPageUrl(WebEngine: 82 - Content transformation error,...
Silk Performer Java over HTTP support tries to convert all traffic, where the content type matches application/octet-stream or application/x-java-serialized-object or any additional entries in the...
View ArticleWiki Page: Getting timers for redirections.
It is possible to get timers for redirections by using the WebPageStat* functions. This can be useful for applications using 'HTTP 302 Object Moved' responses for example. The script below will print...
View ArticleWiki Page: Chart Server error "Message = No response"
TM ART's Chart server might show the error "Message = No response" in the System Health screen if unsupported characters are used in Project names. The Chart server logs will also show an entry such...
View ArticleWiki Page: How to change the location of the temp folders on Silk Performer...
Silk Performer Agent machines save temporary files to different locations on the C drive depending upon the operating system in use. Windows 2003 for example uses 'C:\Documents and Settings\Default...
View ArticleForum Post: RE: Browser behavior different than SP
hi tony, glad i could help a little. you could also try this out: - change the first parameter of BrowserStart from BROWSER_MODE_DEFAULT to BROWSER_MODE_DISPLAY_VISIBLE and run a try script using...
View ArticleWiki Page: Silk Performer memory footprint overhead by application type.
Memory Footprints by Application Type Web Business Transaction (HTML/HTTP) Users PerfRun (KB) Per User (KB) Per User (MB) 1 1,935 1,935 1.89 25 10,323 413 0.40 50 20,400 408 0.40 Web Low Level (HTTP)...
View ArticleWiki Page: No Azure CloudBurst agents are listed in the Cloud Agent Manager
Unlike the Amazon Web Services (AWs) CloudBurst agents the Azure CloudBurst agents are not automatically enabled for all users. If you need to use Azure agents rather than Amazon agents please contact...
View ArticleForum Post: RE: Browser behavior different than SP
Hi Udo, This ran OK as well, with the "BROWSER_MODE_DISPLAY_VISIBLE statement and visible client disabled. I haven't checked with the developers but I did look at the code. All I see is javascript and...
View ArticleForum Post: RE: Browser behavior different than SP
Currently investigating through the opened support case. Regards Paul
View ArticleBlog Post: Coding Corner: Passing an array of strings from BDL to Java
A little time ago, I got an email from a Silk Performer user, asking: Why is there no JavaSetStringArray() function? Well, there are two reasons for this: There is already the JavaSetObject()...
View ArticleBlog Post: Improved OCR for Citrix
Optical Character Recognition (OCR) offers a convenient way for varifying text during a Citrix load test. The Silk Performer developers have equipped Silk Performer 15.5 with some improvements, which...
View ArticleWiki Page: Unable to open TryScript TrueLog from the Silk Performer Workbench
This advice applies to Silk Performer 15.x If an underscore is used either as part of the profile name or the virtual user name (under the "dcluser | user" section of the script) then it is not...
View ArticleWiki Page: Creating an Agent Cluster File in Silk Performer for use in...
With SilkPerformer it is possible to export the Agent Pool from System Settings and manage these resources from within Silkcentral Test Manager. With this method; Agent machines can be dynamically...
View ArticleWiki Page: Search for a value in a CSV file and return the row number it is...
The attached project contains a function that will accept 3 input parameters, the file name to search, the character that delimits each row and the string you wish to find. Run the TryScript as is...
View ArticleWiki Page: Multiple cookies recorded in the script when testing Remedy 7.6.04...
This issue has been addressed in Silk Performer 15.5. In Silk Performer 10.0 and 15.0 (with the relevant sep applied to allow support), it’s possible to address the issue by using the SuppressCookie...
View ArticleWiki Page: Possibility of changing the results to another directory on the...
It is not possible to change the location of the results to a directory other than the project folder on the Controller machine. The results are always stored within the project folder, and this is...
View ArticleWiki Page: Running a TryScript for more than one Virtual user
It is possible to run a TryScript for more than one Virtual User using the Quick Run feature in Silk Performer. To do this right-click in the Silk Performer script file and select ‘Run’: The Quick Run...
View ArticleWiki Page: Tuxedo error "Tux_tpacall(Native: 1009 - Tuxedo ATMI Error, ErrNo...
This can happen if the application connects to more than one server during the testing of the application. For example, the first connection could be to the Tuxedo Application Security layer, and...
View ArticleWiki Page: Setting the screen resolution for GUI-Level testing
It is possible to specify the screen resolution for GUI-Level testing via the StInitSession function as shown in the example below. Full details on the parameters of this function can be found in the...
View ArticleWiki Page: "Agent error: 3221 could not connect to agent" reported when...
There are a few common causes for this error. Firstly this error can occur because Silk Performer, when connecting to an agent, requires two ports to be open for agent communications, these ports are...
View Article