Forum Post: SilkTest13.5 Error
Hi All, I received the following error (XP,IE8 SilkTest13.5): "Unexpected Error Occurred: Message = Invalid argument, Trapped at location:CODBCDotNetScript.cpp Line:457 CException Runtime Class =...
View ArticleForum Post: RE: SilkPerformer || Query | Protocol Support
Hi Seema To configure Silk Performer to listen and capture data from your thick client by adding an application profile for it. Go to SETTINGS | SYSTEM | RECORDER | APPLICATION PROFILES - click add....
View ArticleForum Post: RE: Java over HTTP Protocol recording
Hi Krish Firstly make sure you are using a 32 bit java version. Then click on SETTINGS | ACTIVE PROFILE | JAVA and in here you need to configure Silk Performer to point to your java folder, click the...
View ArticleForum Post: RE: Java over HTTP Protocol recording
Hi Jonny, The java version installed is 64 bit. Is there any problem if it is so? I checked this with this command in command prompt "java -d64 -version" for which it returned "java version "1.7.0_25"...
View ArticleForum Post: RE: Java over HTTP Protocol recording
64 bit Java is not supported by Silk Performer. I would recommend you go to the java site here: www.oracle.com/.../jdk7-downloads-1880260.html and choose to downlaod and install the version for...
View ArticleForum Post: RE: Daily Report Shows "borland.com" As Site URL
Hi Brian, thanks for bringing up that issue which apparently slipped through our thorough testing! The equal sign is being used as delimiter for our report integration, causing parameters to fall back...
View ArticleForum Post: RE: WMI Providers
Have you followed the rules regarding access rights to the NLB directory? If we cannot open that directory for write within the process context, then not much will happen. These things are explained...
View ArticleWiki Page: Artix WebServices client posts multiple requests internally to the...
Summary Artix WebServices client posts multiple requests internally to the service Article Number 17370 Environment All Supported Operating Systems Artix 5.5 Artix JAX-RPC Runtime Question/Problem...
View ArticleWiki Page: mfcatxml - syntax error near unexpected token
When trying to export the Enterprise Server JES catalog to XML on a Linux/Unix/AIX system using this command: mfcatxml FUNC(EXP) OUTFILE(OUT.XML) You receive this error mesage: -bash: syntax error...
View ArticleWiki Page: OpenESQL Error: Unable to load ODBC Driver/Driver Manager. Ensure...
Problem Trying to compile a COBOL program using OpenESQL on AIX 6.1 gives an error: OpenESQL Error: Unable to load ODBC Driver/Driver Manager. Ensure that your database environment is set correctly...
View ArticleWiki Page: Silk Performer BDLT fails with the error...
The Silk Performer BDLT error 'BrowserClick(BrowserEngine: 29 - UI element not found)', can be reported for a number of reasons. Below are some of the possible reasons and solutions. 1. The UI element...
View ArticleWiki Page: Are .Net"s "Version Redirection" and "Name Redirection" supported...
These are supported with SilkPerformer. To enable support you will need to add the assembly bindings redirection information as detailed below. For .NET Explorer: Edit the netexplorer.exe.config,...
View ArticleWiki Page: How do I setup and populate the sample database in MSDE to use...
NOTE: This article is for older versions of Silk Performer, for the current version please refer to: Programs | Silk | Silk Performer x.x | Documentation | Tutorials - Miscellaneous Tutorials:...
View ArticleWiki Page: How do I resolve the error "OraFormsSetWindow(OraForms: 5 -...
This error will occur if the server has already destroyed the window that is trying to be activated. It will occur if the code is similar to the following: OraFormsSetWindow("OPEN"); // This will mark...
View ArticleWiki Page: Can I loadtest an Power Builder application with a backend...
SilkPerformer supports both ODBC and OCI . Therefore, support for Power Builder will be dependent on the database drivers that are used. If the application uses either ODBC or OCI libraries then...
View ArticleWiki Page: Is there a function that will take the current time and calculate...
The script below shows a function that will take a paramater of the current time and calculate the number of seconds that elapsed since 00:00:00....
View ArticleForum Post: RE: How to form XFD index from Cobol Data File
I anticipate that not all of the data in the sequential file is readable, that there are characters, that are probably ASCII characters but not readable. these are the areas within the file where...
View ArticleForum Post: RE: How do I define a Nullable DateTime variable in Visual COBOL ?
The System.Nullable generic should do what you want. You can use that in COBOL with code such as:- program-id. Program1 as "Nullable.Program1". data division. working-storage...
View ArticleForum Post: RE: How do I define a Nullable DateTime variable in Visual COBOL ?
Thanks. This worked for updating my database. Phil Levin
View ArticleForum Post: RE: SilkTest13.5 Error
Thank you! I re-install the SilkTest and I import all the scripts, now the main works fine.
View Article