Wiki Page: Why do I see Citrix replay errors such as "CitrixEngine: 44 -...
If you see errors such as "WindowMove timed out" when replaying a Citrix script you should check the record.log for Citrix windows that have a size of zero (0 x 0). Zero size windows will disappear...
View ArticleWiki Page: Why are the parsing options grayed out when attempting to parse...
Currently there is a dependency with the in-data tab where parsing is enabled only when there is response data and the data is readable for the response. It is possible to manually code the parse,...
View ArticleWiki Page: In TM ART 3.7, rules are not triggered as expected after applying...
This issue affects rules which are configured to trigger if Accuracy OR Availability are 100% on all locations 1 time in series. This was an issue which was introduced by the new Rule logic which was...
View ArticleWiki Page: Does Silk Performer support JUnit version 4?
Does Silk Performer support JUnit version 4? Silk Performer Workbench supports JUnit 3.8 and JUnit 4.0. Java Explorer supports only JUnit 3.8 out of the box. However, neither Silk Performer Workbench...
View ArticleWiki Page: OpenESQL slow performance on cursor close using ADO.NET with SQL...
Problem: Customer has a Visual COBOL managed .NET application which uses OpenESQL with the DBMAN=ADO directive set. The application declares a cursor that returns a large number of rows. When the...
View ArticleWiki Page: Database cursor being automatically closed after COMMIT
Problem A program that used to run fine under Net Express has been recompiled using Visual COBOL. The program uses OpenESQL to do a EXEC SQL OPEN on a declared cursor and then proceeds into a loop...
View ArticleWiki Page: Pro*COBOL application reports RTS 114 error when using...
Problem: Customer has a Visual COBOL application that uses Oracle's Pro*COBOL product to access their Oracle database. When they compile the programs they use the directive INITCALL"ORASQL11". This...
View ArticleWiki Page: Program calling FHREDIR directly reports invalid format error if...
Problem: Customer has a managed .NET application that calls the external file handler directly through fileshare by doing: CALL "FHREDIR" ... This works fine when compiled to a target platform of...
View ArticleForum Post: Initializing working storage at compile time.
We have a lot of old code that doesn't properly initialize working storage variables and we are getting strange results in our numeric fields. I was hoping to use a compiler directive to accomplish...
View ArticleForum Post: Mobile performance issue
Hi all , I am new to silk performer and currently evaluating the tool for Mobile apps performance testing. I have recorded a simple transaction of Login in to Android emulator. but i am unable to add...
View ArticleForum Post: How do I use StarTeam Classic for files outside project?
I am using the StarTeam client plugin for Eclipse. I have a project which is shared with a subfolder of a project in StarTeam, but I need to also manage some files which are outside of my project's...
View ArticleForum Post: RE: Initializing working storage at compile time.
Just a few more details... We have a program that has a counter defined as: RECORDS-READ PIC 9(5). In the procedure division the counter gets added to for each record read : READ INPUTFILE NEXT...
View ArticleForum Post: RE: Initializing working storage at compile time.
One more note... When we run this program compiled in the old 16-bit MF 3.423 it works fine.
View ArticleForum Post: Failure adding field to existing tab
I am trying to add a field to an existing tab in my change request window. I provide a Field Name, Display Name, Type = Enumerated, and three possible values: 100 = No 200 = Yes 300 = space character...
View ArticleForum Post: RE: Using DLL with A GNT file
It seems the original code was altered.. a LINKAGE was included, and wasn't working. How do i go about passing the obtained user back to the calling program? In the caller program (CT900) i have the...
View ArticleForum Post: base64 decoding
Is there a recommended approach to doing base64 decoding from ACUCOBOL? I do have a few ideas in mind, including calling functions from either OpenSSL or MSXML. But the boss is asking for a second...
View ArticleForum Post: RE: Failure adding field to existing tab
what are the versions of the starteam server, sdk & cpc you are using, please? on the cpc, help menu, about, info, you will see the sdk & cpc versions. the server version will be in one of the...
View ArticleForum Post: RE: Using DLL with A GNT file
Nothing like checking old code.. one has to use 'USING' not 'RETURNING' . Sorry about that.
View ArticleForum Post: RE: Base64 decoding problem
Hi eggbox, thanks for the reply. However, "Unicode" charset is not working, "UTF-8" can get a close result except all Japanese characters are not displayed correctly.
View ArticleWiki Page: Control Card Does Not Appear as Relationship to JCL
Problem: Client verifies JCL file and Enterprise Analyzer does not recognize control cards that are used by the JCL, despite the control cards being loaded in the Workspace. In this specific case,...
View Article