Forum Post: X Button
In visual cobol is there a way to trapped the X button on a winform being clicked. I need to do some processing before closing the window. Thanks
View ArticleForum Post: RE: Is windows server compulsory to run Silk Performer agent ?
When you run tryscript it runs locally on your machine and within your currently logged on session. When you run a loadtest it runs on the agent or localhost within a terminal services session. if...
View ArticleForum Post: RE: X Button
Trap the FormClosing event on the form itself and this will be fired whenever the user clicks on the X.
View ArticleWiki Page: Does the Browser Driven Load Testing feature (BDLT) support the...
Created On: 12 November 2010 Support for Client Certificates for secure applications (HTTPS) was introduced with Silk Performer 2010 R2. You can select a client certificate during script recording...
View ArticleForum Post: RE: Virtual user connection client reported
hi GUI level testing does not work without a windows server operating system and terminal services installed. Please see the Silk Performer user guide gui level testing section.
View ArticleForum Post: RE: Trouble working with WPFDataGrid in Silktest Partner , WPF...
Thanks john , Let me try this :)
View ArticleForum Post: RE: Running a Silk Test Plan
Thank-you Matthew for pointing me towards that additional source of error messages. I was able to see my problem and correct it (part of my path was duplicated). I have another question but I'll open...
View ArticleForum Post: Process Executor
Hello, I'm executing a Silk Test Plan (.pln file) through Silk Central. I have an execution server up and running in a VM. My plan file and test case file are stored in svn. When I launch my plan...
View ArticleForum Post: COBCONFIG_ example file
I accidently deleted a directory that contained my COBCONFIG configuration file. I've searched the documentation and the files tab, but have had no luck. If I could please get a sample file, I'm...
View ArticleForum Post: RE: COBCONFIG_ example file
BTW I'm using Net Express 5.1 and Oracle 11 database
View ArticleForum Post: RE: COBCONFIG_ example file
The COBCONFIG file is just a text file that contains set statements for COBOL tunables. The entry to turn on the extfh filename mapping is: set environment_mapper=TRUE other entries can be found under...
View ArticleForum Post: RE: COBCONFIG_ example file
Thanks Chris. I looked at what you referred me to and don't see the following in that reference. Do they go in this file or another config file? MAXLITERAL=160 PICX=VARCHAR2 PREFETCH=1000 DBMS=V8...
View ArticleForum Post: RE: COBCONFIG_ example file
These are Oracle Pro*COBOL directives and they should be in a different file in your Oracle folder. I believe the filename is pcbcfg.cfg but you should chekc the Oracle Pro*COBOL docs.
View ArticleForum Post: RE: COBCONFIG_ example file
Excellent. You're correct. Thanks for your help. This Net Express stuff gets confusing when you only touch it every few months. I'm back up and running again though.
View ArticleForum Post: Page Up/Down & Line Up/Down Issues in 9.2
We have the below code in screens which has been functioning correctly until we converted over to 9.2: MOVE-SCREEN. ACCEPT wHandle FROM WINDOW HANDLE. INQUIRE WINDOW...
View ArticleWiki Page: CORBA.MARSHAL exception due to invalid type code
Problem: Product Name: VisiBroker for C++ Product Version: 8.0 Product Component: Marshaling Platform/OS version: All You have encountered this exception sporadically. org.omg.CORBA.MARSHAL: Invalid...
View ArticleWiki Page: What is the reason for calling exit() in DSUser::markSuspect()...
Problem: Product: VBC 4.5 Platform: ALL Product Component: ORB What is the reason for calling exit() in DSUser::markSuspect() function? Stack trace: #0 0xc0209cd8 in kill () from /usr/lib/libc.2 #1...
View ArticleWiki Page: Tuning parameter (properties) for Naming Service
Problem: Product: VisiBroker Version: All Platform: All Product component: Naming Service. A round trip time in excess of 3 minutes when rebinding with the Naming Service is experienced. Is there any...
View ArticleWiki Page: VBC and VBJ behavior difference in locating agentaddr file
Problem: Product Name: VisiBroker Product Version: 8.5 Product Component: Osagent Platform: All VBC applications locate the osagent using the agentaddr file configured with...
View Article