Forum Post: RE: Programatically update test Execution status
Hi manishaery, This is currently not possible using the web services, as Silk Central is not designed to store status' of tests which have been executed outside of Silk Central. What is possible is to...
View ArticleForum Post: RE: Comp-X behavior
This is not a bug. PIC X(5) COMP-X only handles 12 digits fully; because it's binary, it partially handles the thirteenth digit, but cannot handle a number 9999999999999 (13 nines). Its maximum...
View ArticleForum Post: RE: Comp-X behavior
The value 1099511627775 is 13 digits. There is no problem in moving the Pic X(05) Comp-X to a numeric 9(13) field. Also Acucobol has no problem with dealing with the field defined this way. Micro...
View ArticleForum Post: RE: Comp-X behavior
Yes, the value 1099511627775 is 13 digits, but the type of the data item described by Pic X(05) Comp-X is 12 digits, and that is what is relevant in a move from numeric to alphanumeric. Micro Focus...
View ArticleForum Post: RE: Comp-X behavior
Sorry I meant off by 1 digit. Acucobol is relevant since that is what we are trying to convert from. Another reason not to convert.
View ArticleWiki Page: Receiving "Exception 4294967295 : IDL:omg.org/CORBA/TRANSIENT:1.0:...
Summary This article clarifies the possible reasons for receiving the following exception in the Artix or .NET client when invoking a Web Services operation on a CORBA object through an Artix router:...
View ArticleForum Post: RE: SCTM 15.0 HF1
Hi Marc, Please see the following wiki article regarding the latest hotfix for SCTM 15.0 community.microfocus.com/.../24687.silk-central-15-0.aspx Thanks, Robin
View ArticleWiki Page: Is the Artix router able to pass control characters in a string?
Summary This article clarifies the routing of messages containing strings with control characters. Environment Artix 5.6.2 C++ All Supported Operating Systems Question/Problem Description Is the Artix...
View ArticleForum Post: COBOL CICS
I have a program CICS cobol. How I can execute this program? (Attached file) Note: IDE: Eclipse Enterprise Developer Personal Edition 2.1 update 1 version 2.1.01045
View ArticleWiki Page: Can I force SilkPerformer to close TCP/IP connections using the...
By default Silk Performer closes connections using a reset (RST). You can use the WebSetOption() to force Silk Performer to use a graceful connection close (FIN) instead. Place the following function...
View ArticleBlog Post: Caliber is not vulnerable to the HeartBleed OpenSSL bug
The Caliber development team performed a full evaluation of Caliber and all it's components to determine if it was vulnerable to the HeartBleed OpenSSL bug. We can confirm that Caliber is not...
View ArticleForum Post: RE: Changing Folder Names Affecting Older Views
Thanks for researching this. Unfortunately, we don't have the option of upgrading the server. I haven't checked yet, but do you know if the problem exists if the 11.0 client is used? We may have to...
View ArticleForum Post: activating personal edition
I could not download vs cobol pe from mf site went to cnet I did register, however, trying to down load from mf site.In the email I got there was no activation code. How can I activate. Also, Visual...
View ArticleForum Post: Setting directory path in Visual Cobol for .NET
Is there a way in Visual Cobol for .NET to specify a directory path somewhere in the project properties? As an example, we have a copybook in a program as follows: K:EMPESLCT.WS The K: drive on our...
View ArticleForum Post: RE: activating personal edition
I just tested the download of Visual COBOL PE from the Micro Focus site and I did not have a problem. I used the following link www.microfocus.com/.../index.aspx What was the problem that you had in...
View ArticleForum Post: RE: Changing Folder Names Affecting Older Views
I don't see this bug with CPC 11.0.0-96, SDK 11.0.0.86, and Server 11.0.0.72. We're not using MPX.
View ArticleForum Post: RE: activating personal edition
Chris, I am running under VMware from my mac does this make a difference? John
View ArticleForum Post: RE: Setting directory path in Visual Cobol for .NET
Hi Chris, You should be able to add the folder in which the copybook is actually located to the Dependency Path tab of the project properties and it should find the copybook even if it is referenced...
View ArticleForum Post: RE: activating personal edition
It shouldn't make a difference as long as you have an internet connection available from the vmware machine. What version of Windows is running on the VM? The file that you should be downloading and...
View ArticleForum Post: RE: Changing Folder Names Affecting Older Views
The bug is in the 11.0.0.91+ version of the server. It's not a client side problem, so reverting back to a 11.0 client won't help. If as Olotilla suggests, the bug is not in the 11.0.0.72 version of...
View Article