Forum Post: RE: New to Visual COBOL - Error help
What is the actual product that you have installed, Visual COBOL or Enterprise Developer? What is the exact name of the installer file that you ran to install the software? The Micro Focus CES daemon...
View ArticleForum Post: RE: New to Visual COBOL - Error help
It was not automatically started, thank you very much!
View ArticleForum Post: Cobol XML Generation - Special Character Processing Error
When generating xml file from cobol, if the last character of value is a special character, then the tag is not generated properly. Please let me know if any precompiler setting is required.  We are...
View ArticleForum Post: Get status text of a ChangeRequest
All, I am having to use the .COM model as this project is running under an Excel App. I am trying to get the status text for my ChangeRequests, but only seem to find the numeric value (Status...
View ArticleForum Post: RE: Get status text of a ChangeRequest
The CR object has a method on it to provide the text...   /**   * Returns a user-friendly display name for the given Status value.   * This is really a convenience method for accessing   *...
View ArticleWiki Page: stcmdEx - A Stateless Command Line Execution Environment and...
A stateless, non-interactive command line batch file for the 13.0 SDK can be downloaded from ftp://us.ftp.microfocus.com/StarTeam/13.0/stcmdEx.zip (Please copy this link into your browser window) The...
View ArticleForum Post: SilkTest Trial version not running in my VM
Hi I have installed silktest trail version in my PC. BUt It shows error message when I click record button. Message : "Could not check out license. Reason : No policy available for this product."
View ArticleForum Post: RE: SilkTest Trial version not running in my VM
observed below, 1. should have internet connection 2. Run Open Agent with admin 3. Then start workbench This way used to work for me, notsure if differant reason for you.
View ArticleWiki Page: What can cause the message, Warning WebPageStoreContext WebEngine:...
This warning may be caused if the variable, which stored the context in the WebPageStoreContext function, is not cleaned (set to 0) by a call to the WebPageDeleteContext function. So, if a...
View ArticleWiki Page: How can I remove all occurrences of a particular character from a...
The following function will remove all occurrences of a given character from the string passed to it: function StrRemoveChar(sStr : string; sChar : string) : string var i, j : number; sTemp : string;...
View ArticleWiki Page: How does the SilkPerformer recorder generate test scripts?
The SilkPerformer recorder will hook into the client program (via the client executable defined in the application profile) that will make calls to the server. The process of hooking means wrapping...
View ArticleWiki Page: Where is the output generated by java System.out.println()...
Java console output is not visible during a loadtest, this output is therefore redirected to SilkPerformer"s RepMessage function, and made available in the Virtual User report file. It is only...
View ArticleWiki Page: How can I customize data returned by the function...
To aid customisation of Siebel 7 web scripts, the possible values for rowids and other dynamic data are automatically parsed. The particular value returned to the server during recording is extracted...
View ArticleWiki Page: Can I monitor a Citrix Server using Performance Explorer?
Yes, if the Citrix server provides performance measures then you will be able capture these in Performance Explorer, for example a Citrix server installed on windows provides the measures noted below....
View ArticleWiki Page: Is there a way to add a graph to the Overview Report which shows...
To do this you need to remerge the Time Series data in Performance Explorer: Choose Wizard - Remerge Wizard to open the wizard If you have already loaded a tsd file then it will be shown by default in...
View ArticleWiki Page: When trying to view my PDF file on TrueLog Explorer why do I get a...
When trying to view my PDF file on TrueLog Explorer why do I get a file download box prompting me to open or save the file. As a result of this download box I can now not view the PDF file in the...
View ArticleWiki Page: When upgrading a machine to SilkPerformer 6.5 can I keep older...
You can install SilkPerformer 6.5 on a machine which already has SilkPerformer 5.x or 6.0.1 (controller and agent), leaving all versions operational. However version 6.5 cannot be installed on a...
View ArticleWiki Page: When monitoring a BEA- WebLogic Server why does the counter...
When monitoring a WebLogic Server for the counter "executeQueueRuntimePendingRequestOldestTime" you will often see values which appear to be very large for example: 807,932,873.80. The official BEA...
View ArticleWiki Page: Why does the Customize user group wizard in SilkPerformer 6.5...
The Customize User Group wizard, accessed via Script | Customize User Group | right-click on user group or transaction name | Insert transaction, is a way to allow you to make a user group run an...
View ArticleWiki Page: When I try and record my application that runs in Windows Explorer...
The reason for this is that when you try to hook explorer.exe (Windows Explorer) the process is already running as a service. This is because the explorer.exe is run continually from the system...
View Article