Wiki Page: "Unable to load Java Virtual Machine" when launching the 14.0...
This is a known issue and occurs when the 14.0 Server Administration console is installed to a drive other than the default C: drive. The workaround is below. Browse to...
View ArticleForum Post: incompatible types
I got an incompatible error in my method error COBCH0968 : Collection element has incompatible type In that peace of code "perform varying val through _where_", the compiler say the type...
View ArticleForum Post: RE: incompatible types
Hello Bencz, in the code sample, it looks as though the variable _where_ is of type string. Did you mean to use the variable _data_?
View ArticleForum Post: RE: incompatible types
Ohhhhh, s*** :( haha, I had not noticed :( Hha, thanks :)
View ArticleWiki Page: .NET Framework Installation Error Message on Windows Server 2008...
Problem: User receives error when attempting to install .NET Framework 3.5 as part of Enterprise Analyzer installation. This error occurs on Windows Server 2008 or 2012. Resolution: .NET Framework...
View ArticleBlog Post: Be classy
On the fourth day of COBOL... Here's the day 4 tip for our #12DaysOfCOBOL campaign. Be Classy Work in .NET or the Java Virtual Machine without having to write all your Object Oriented code in Java or...
View ArticleForum Post: Indentation Issues
There appears to be a number of issues with the document correctly out putting requirements that contain indentation. The behaviour is slightly different depending on whether you output to a table or...
View ArticleForum Post: Signing up for CR email notifications
Hey all, Is there a way (I am using StarTeam 13.0) for users to sign up for or be assigned to get email notifications for when CR's are created or changed. I know that emails are sent to the...
View ArticleForum Post: Handling visible controls with "hidden=true" attribute iOS
Hi, Are their options how to handle visible controls with "hidden=true" attribute on iOS ? For example I have visible EditBox control, I can not click on it or send text because SilkMobile says that...
View ArticleForum Post: Security Certificate issues with Silkperformer
Greetings & Salutations, I am encountering security certificate issues when attempting to model a script using the Web Business Transaction protocol. I used the search feature and encountered the...
View ArticleForum Post: RE: Security Certificate issues with Silkperformer
Hi, As you're running Silk Performer 9.0 I would suspect this is caused by a Microsoft update as discussed in the following article:...
View ArticleForum Post: RE: Security Certificate issues with Silkperformer
Thank you so much! I really appreciate it!
View ArticleForum Post: How is browser emulation achieved?
Hi everybody. When setting up a mix of user types i.e. Firefox, Chrome, Internet Explorer how is the browser emulation actually achieved when running the test? I didn't see an actual "chrome.dll" or...
View ArticleForum Post: RE: How is browser emulation achieved?
Hi At http level Silk Performer sends a different user agent string for each profile type (firefox, chrome etc). under real world usage this is all the server sees anyway. There is no use of actual...
View ArticleForum Post: SQL Fetch Statement
We are migrating from Net Express 3.1 to Visual COBOL and found the following problem in Native code with embedded SQL statements. When we perform the open cursor for a fetch statement, we receive a...
View ArticleForum Post: RE: CICS login Security
No, MFDS Internal Security applies only to MFDS. It has no effect on CICS. ES security is a complex topic. You don't say what product, version, and platform you're using (please remember to include...
View ArticleForum Post: RE: CICS login Security
Forgot to mention that there's quite a bit on this subject in the product docs. See for example: documentation.microfocus.com/.../GUID-96DE94E5-C4FF-4AFC-91CF-6075936B60AB.html
View ArticleForum Post: RE: SQL Fetch Statement
Try setting the directive SQL(BEHAVIOR=UNOPTIMIZED). This will cause the behavior of OpenESQL in Visual COBOL to be compatible with Net Express behavior in case the new default is causing the issue...
View ArticleForum Post: RE: SQL Fetch Statement
Thanks Chris. The SQL(BEHAVIOR=UNOPTIMIZED) fixed the problem. I will also look into using the newer ODBC drivers.
View ArticleWiki Page: Unable to compile program with BASIS mechanism
Problem: Unable to compile programs with BASIS mechanism and the error message is “COBCH0143S Unknown IDENTIFICATION DIVISION paragraph”. The program contains the BASIS statement (control file):...
View Article