Forum Post: RE: Side effects of CLOSE_ON_EXIT
Setting CLOSE_ON_EXIT to 1 will cause all non-print files to be closed upon EXIT PROGRAM. That's the effect. Are there also side effects? I'm not sure. It could be that if a file were shared by...
View ArticleForum Post: if statement in silk performer 15.0
Hello, I am new to silk performer or performance testing itself, so please help me. I have a scenario in which the script actually log into an account does something and logs out. but when the...
View ArticleForum Post: Managed Code Calling Naïve code
I have a project where managed code calls a naïve code program, which in turns call another naïve code program. I get a stack overflow on a read after processing about 300 records, it's a basic...
View ArticleWiki Page: Using the Enterprise Server internal reader - INTRDR
Created On: 24 March 2011 Problem: How can I submit jobs to the Enterprise Server internal reader ? Resolution: The MicroFocus emulation of JES supports the IBM z/OS internal reader (INTRDR) for...
View ArticleForum Post: RE: Managed Code Calling Naïve code
What type of managed code project is this, console, Winform, WPF or is it a ASP.NET mult-threaded web application? When you are in your processing loop do your subprograms always exit back to the...
View ArticleForum Post: RE: if statement in silk performer 15.0
The answer is, in general, yes. But it all depends on how you wish to do it and how the web page behaves. You will need to detect for a successful login and failed login reliably. Then you can first...
View ArticleForum Post: RE: Managed Code Calling Naïve code
It is a winform application. If the perform thrus and go to are in the naïve code not the managed code, would that still cause this issue?
View ArticleForum Post: RE: Managed Code Calling Naïve code
It might. You might want to add the compiler directive PERFORM-TYPE"OSVS" to the native programs and see if this helps...
View ArticleForum Post: RE: Managed Code Calling Naïve code
Restrict-goto worked. Thanks for the help.
View ArticleForum Post: Working storage variables persisting after class finalized in...
A class had a method that used WORKING-STORAGE instead of LOCAL-STORAGE. I created in instance of the class and set a variable in WORKING-STORAGE to a value, then finalized the instance. I then...
View ArticleForum Post: RE: Working storage variables persisting after class finalized in...
It depends where the variable is defined. If it's defined in the STATIC area of the class (or the definition includes the STATIC keyword), then it would be expected to be the same for all instances...
View ArticleForum Post: RE: Passing input parameters to a script in Silktest Workbench...
Hi, I am having a similar problem with SilkTest 11. The input parameters in the properties view are not been passed to the DotNet script, and SilkTest is invoking the Main with args. And when I loop...
View ArticlePlease,i am in trouble. Loaded: initapp- Not compiled for debugging Loaded:...
Please,i am in trouble. Loaded: initapp- Not compiled for debugging Loaded: mfconfig- Not compiled for debugging Loaded: C:\Program Files (x86)\Micro Focus\Enterprise Developer\bin\MFFH.dll\mfini- Not...
View ArticleForum Post: RE: Passing input parameters to a script in Silktest Workbench...
Hi, I found the answer: community.microfocus.com/.../20134.sctm-data-driving-a-silktest-workbench-net-script.aspx It was not what I was expecting. I thought there was a direct way. Summarizing: The...
View ArticleForum Post: Installation Visual Cobol stops with 0x80004005 - unspecified error
I have tried to install on a second machine, result is the same. Error is shown in a separate window shortly after strta of installation. TEMP variable is correct. Installation is run under "ADMIN"
View Articlei write a code that show dbf file (foxpro 2.6 database) unicode record to...
i write a code that show dbf file (foxpro 2.6 database) unicode record to datagridview my connection string is: Dim strCnnA As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data...
View ArticleForum Post: RE: Installation Visual Cobol stops with 0x80004005 - unspecified...
Please try to make your responses to the original thread instead of creating a new one. It sounds as if the actual download file is corrupt. Can you please tell me that exact size of the file that you...
View ArticleForum Post: Convert SilkTest to Silk4Net
Hi All, Can this be done? I see you can export assets, but is there a tool available that will convert a SilkTest to a .cs file to be use in Visual Studio? Thanks!
View ArticleForum Post: RE: Error 173 called program file not found in drive / directory...
Question: Was this application compiling and running successfully on this same computer before moving from Oracle 10 to Oracle 11 or are you also changing to a new OS, etc.? I ask because you really...
View ArticleForum Post: RE: Convert SilkTest to Silk4Net
I assume you are referring to assets from the Silk Test Workbench (you do not state whether you are using [VB].Net scripts or Visual tests). If you are using .Net scripts you can copy/paste the script...
View Article