Wiki Page: What is the effect of increasing TCP/IP user ports numbers to...
This is configured in Silk Performer under 'TOOLS | SYSTEM CONFIGURATION MANAGER | SYSTEM TUNING Tab | Highest User Port Number'. This is an Operating System setting that defines the number of...
View ArticleWiki Page: Can an Oracle Database Be Used As The Repository For Silk Performer ?
Yes, butt it will be necessary to involve someone with Database Administrator skills in order to correctly create the Oracle database that is to be used. STEP 1: Create the Oracle Database Have your...
View ArticleWiki Page: Can the 'Security Alert' dialog box be captured when recording...
No, the 'Security Alert' dialog will not be recorded. The dialog is a client side message and is displayed by the browser. It is not received from the server. As Silk Performer records the traffic...
View ArticleWiki Page: Is it possible to modify the severity of SYSTEM errors using the...
Some errors that where previously reported as Winsock errors are now reported as System errors, for example: WinSock: 10061 - Connection refused, host="YourHost:80", attempts=3 is now reported as...
View ArticleWiki Page: If functions are imported from an external DLL into a BDL script,...
This depends on the value set for running multiple users per process. This can be checked under SETTINGS | SYSTEM | WORKBENCH | CONTROL | Virtual Users Per Process. Assuming that this value is set...
View ArticleWiki Page: Do I need an Oracle client installed on Silk Performer Agent...
Yes, if a Loadtest generates Oracle traffic then a full Oracle client installation must exist on the controller and on each agent machine involved in the Loadtest. The configuration of the Oracle...
View ArticleBlog Post: Released: Silk Performer 15.0 Update 1
Silk Performer 15.0 Update 1 is released! If you already use Silk Performer and you have a maintenance contract, you can upgrade to Silk Performer 15.0 Update 1 for free. Silk Performer is the one...
View ArticleForum Post: Cannot Replay Script for Oracle R12
Hi, I have created a project to record a very simple script for Oracle R12.1.3. First of all, enter the URL of R12.1.3, enter the username/password to open the menu page, then click the logout button...
View ArticleForum Post: RE: Cannot Replay Script for Oracle R12
Hi Henry. Provided, the application didnt change after you recorded the script, it sounds like there could be some session data hardcoded in the script, which the server no longer recognizes /...
View ArticleWiki Page: Can I force SilkPerformer to close TCP/IP connections using the...
By default Silk Performer closes connections using a reset (RST). You can use the WebSetOption() to force Silk Performer to use a graceful connection close (FIN) instead. Place the following function...
View ArticleForum Post: RE: Cannot Replay Script for Oracle R12
Hi Ciaran, Thank you for your information of session handling in SilkPerfomer. I can see the Oracle EBS R12 menu page in the replay script. I have another question about recording oracle form in...
View ArticleForum Post: RE: Cannot Replay Script for Oracle R12
Hi Henry. We've seen this before with OraApps 11i. It sounds like the value which should be getting stored in gsICXTicket is in the header of the server response rather than the body, so our recording...
View ArticleForum Post: RE: Cannot Replay Script for Oracle R12
Hi Ciaran, Thank you for your reply. I have added the following lines after record the script of R12 form (together with 2 variables for the problem of R12 session handling) : var gsSSessionID :...
View ArticleForum Post: RE: Cannot Replay Script for Oracle R12
I'd recommend using a print statement to make sure the gsIcxTicket variable contains the correct value. You might also need to use the WEB_FLAG_INCLUDE_HEADER option of WebParseDataBoundEx if the...
View ArticleWiki Page: Use of IPv6 (Internet Protocol Version 6) addresses for IP...
IPv6 addresses cannot be used to configure IP Multiplexing (IP Spoofing) for Silk Performer. Since the release of Silk Performer 9.5, record and replay of applications in IPv6 networks is fully...
View ArticleWiki Page: sTimer parameter does not work in Silk4JExecuteTestcase and...
The sTimer parameter of the Silk4JExecuteTestcase and Silk4NETExecuteTestcase functions in Silk Performer 15.0 does not get included in the Overview report. This problem will be fixed in a future...
View ArticleForum Post: Global verification failure
Hi all, wondering if anyone knows the Silk Performer (15) equivalent of LR's web_global_verification function? I want to perform a global error check, and fail the test if a particular error is found...
View ArticleForum Post: RE: Global verification failure
Just an idea: Parse the value with a parsing function (instead of a verification function) and then check if the value was parsed. If this is the case (string is not empty) raise an error. e.g....
View ArticleForum Post: RE: Global verification failure
Hi, with WebVerifyHTML , set nAppearance = 0, and nOptions = WEB_FLAG_EQUAL ; An error will be raised if string is found.
View ArticleForum Post: Silk Performer and JSON parser
Is there a wiki or documentation for the JSON parser api that was released in 10.0? Is anyone using the JSON api for Silk Performer? If so, how it is going?
View Article