Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
This is from your tutorial on calling a managed class from native code: If is use COM onterop to call a managed class, I get error "(80070057): The parameter is incorrect" if the managed class does not define the passed parameters as type string; for example, if a PIC X(1) parameter is passed from native code and the managed class parameter is PIC X(1).Sometimes I need to pass a number of parameters. Where can I find the rules for how to pass parameters from native to managed using COM interop?#VisualCOBOL
We have a program that reads a text file and uses AcuSQL to insert the data into an MS-SQL table. The program has been working for years. i runs on a seperate computer from where the SQL table resides. The PC on which the program runs died yesterday and a new PC was installed. Since the program has been running on the new PC we get the following error on each insert: SQLCODE: 000000001 SQLSTATE: 22018 Invalid character value for cast specification Most fields in the insert are Char or varchar and are fed a pic x. But I also have the following:a smallint that is fed a s9(9) comp-5a smalldate that is fed a pic x(10) (Filled with a date formatted mm/dd/yyyy)a smallmoney that is fed a pic 9(4)v99. As I said this was working fine on the old PC. Any ideas would be appreciated.
Hi: We are running Server Express 5.0 WrapPack 3 on HP-UX. Does anyone no if Server Express is capable of connecting to an IBM MQ Message Queue? I've seen in the $COBDIR/lib shared libraries for MQCONN.so and MQCONNX.so so I'm thinking it might be possible. Any advice would be helpful.#MQServerExpress
Hello, I want to show the contents of different kind of files on my application window. To accomplish that I am using the web-browser control. Opening a web page or a jpg file works fine. When opening a tif file however Windows photo viewer opens in a new window. The same thing occurs when opening a pdf file using the pdf viewer which comes with Windows 8. After installing Acrobat Reader that problem is solved. Acrobat reader opens within my web-browser control. Does anyone recognize this problem?
Using the different PC_PRINTER options if you want to print several copies you must always first select the copies, CALL PC_PRINTER_DEFAULT_PROPERTIES and afterwards PC_PRINTER_OPEN. is there a way first open the printer, and afterwards, depending on the selected printer ask the user if he wants several copies? Or even better, can I set a flag, so that the PC_PRINTER_OPEN asks how many copies I want? Thanks Rolf
Problem: After upgrading to ACUCOBOL-GT 9.2.3, graphical controls that have a DROP-LIST style do not work as expected. MODIFY VALUE does not show the correct item and the current value is left blank. Resolution: This is a memory issue fixed in release 9.2.4 with ECN-4307. The new release of extend suite is available for download in the Product Updates section of the SupportLine web site.#9.2.4#9.2.3
On my Windows 8.1 Pro System (German Version) I am using Visual Studio 2013 with Visual Cobol 2013. I have a solution with a Webservice project and a 2nd project with the processing classes. After installing Update 2.2.2 of Visual Cobol there are some curious effects: On opening the Cobol source of the Webservice project Visual Studio starts updating IntelliSense but just waits for something for many seconds or even minutes. Finally I get error COBCH0942: Could not load assembly ‘…\\processingassembly.dll’ followed by several COBCH0845 messages not finding the classes of the processingassembly. Rebuild the Solution ends without error and the Webservice works as expected. Has anybody made similar experiences or a work around? If a go back to Visual Cobol Update 2.2.1 the curious effects disappear. Werner Lanter PS: I opened a support incident (2804043) for this case.
Dear Chris, Could you please say to me how I can put a PL-SQL TYPE HEADER into a Visual Cobol Program ??? Many Thanks, PJM
I've got a year Net Express license and the license screen still pops up and makes me click ok. Is there a way to keep this from popping up every time?
Does somebody know how I can insert special characters in the sourcefile? With NOTEPAD or WORD I have the possibility to press <Alt> and a numeric value (Example <Alt>225 ) for any ascii value. But the IDE does not accept these values. Holding down <alt> Instead of inserting the value, the cursor just jumps down several lines or inserts something that does not conform with the Windows Character Set nor to the Ascii Table. Is there a function like "insert HEX value" thanks Rolf
My program aborted with the following message: I/O error: file MY-FILE error code: 9/006 (ANSI74), PC=0, CALL=1, SEG=0 6 ERROR MESSAGE TEXT NOT FOUND. Looking in the Help I found errors 0, 2, 4, 5, 7, 10 and more, but # 6 is not described. Does somebody know what 6 means? When I run the program again, mostly no error is found, but suddenly it comes again. Is the error due to the network? Thanks for any help Rolf
Dear Sirs, How do I get the product Micro Focus Database Connectors. Which version of Cobol it's included? It is a product sold separately? Regards Rogerio Barbosa
Problem: When will the extend suite 9.2.4 be available? Which enhancements and fixes will it contain? Resolution: extend 9.2.4 was released on November, 20th 2014. It contains new implementations about RMNet and AcuXDBC.It is also the first release that officially supports Oracle 12C. To have further details, please download the Release Notes.#9.2.4
Hello, I need to communicate with prestashop. The XML i need to parse is in a remote server and the http address is http://minisys.gr/mstore/api/products but as you can see asks for credentials. So, how i can communitate with that and pass data (credentials) through http? Do i have to use Xcentrisity or RMNet or is there any other whay?The XML is from PrestaShop eshop and in the development documentation says that i have to your REST. http://doc.prestashop.com/display/PS14/Using the REST webservice anyone can help pleas?#httpget#HttpPost#prestashop#XML#RMNet
Hi, on IBM AIX 6.1 i have this error exec(): 0509-036 Cannot load program /apps/criosbatch/crios_base/Pc/Loadlib/ORACLE/ODBCRUN because of the following errors:rtld: 0712-001 Symbol mfsqlsmf was referenced from module ODBCRUN(), but a runtime definition of the symbol was not found with Runtume Server For Soa instead with Server For Cobol 5.1 it's work... runtime libpath: /apps/oraclient/11.2.0/client_1/lib/opt/microfocus/cobol_runtime/lib/usr/lib/apps/unicenter/SharedComponents/lib/opt/CA/CAlib/usr/lib/apps/unicenter/SharedComponents/ccs/dia/lib/apps/unicenter/SharedComponents/ccs/dia/dna/lib/apps/unicenter/SharedComponents/JRE/1.4.2/bin/apps/unicenter/SharedComponents/JRE/1.4.2/bin/classic/apps/unicenter/SharedComponents/Csam/SockAdapter/lib/apps/unicenter/SharedComponents/ccs/atech/services/bin/opt/CA/ca_lic/apps/unicenter/SharedComponents/Csam/SockAdapter/lib server libpath: /apps/oraclient/11.2.0/client_1/lib/opt/micro
We want to set the account under which the mailitem is to be sent.modify hMail, @SendUsingAccount, hAccountBut the command doesnt't work, the default account is used.Example:We have several accounts in Outlook and we want to use another account than the default -> notthedefault@xyz.comThis VB-Example works:Private Sub Command1_Click() Dim oAccount As Outlook.account 'display all accounts For Each oAccount In Application.Session.Accounts MsgBox (oAccount.SmtpAddress) Next For Each oAccount In Application.Session.Accounts 'send mail with another account, not with the default If oAccount.SmtpAddress = "notthedefault@xyz.com" Then Dim oMail As Outlook.MailItem &nbs
I upgraded to the latest version of Visual Cobol and my data connection no longer works. Has something changed with how I connect? I tried removing and then adding back the catalog using the ADO.Net connection editor and it still does not work. I test the connection from the connection editor and it connects successfully. Iget the following error in the program "A network-related or instance-specific error occurred while establishi". Any ideas on what may be wrong?
I had Visual Studio 2010PE installed on my system, I uninstalled it. I now installed Visual COBOL for Visual Studio 2012 PE , 1 year subscription. When I try to create a new COBOL project in Visual Studio 2012 I get the following messages Unable to determine the status of the product license. Error details: Unable to obtain the requested license: Error[37]: Duration of Trail License of SolarVisualStudio2010PE is exhausted. How can I get Visual COBOL 2.2 PE trail version working on my computer? Thanks
Hi Everyone, Were having a major issue with AcuThinclient where we are getting a number of communication Socket error. We have setup a remote datacentre to host all our applications in the cloud and when we tried to use this product, we are getting this error and then the product completely shuts off. We do not have a very stable internet connection and this is the only ISP around our current location so were stuck with them. We need to have some way to have some kind of keep alive session with the AcuThin-Client so if there is a slight disconnect, it doesn't drop the whole connection. A good example of this of course is Remote Desktop. Somone had noted that we could use RDP locally to the Datacentre and access thinclient that way however having a machine just for this purpose isn't practical and a waste of system resources. Does anyone know any alternate solutions or suggestions that can help us avoid this error? Thanks, jjjj12212#communicationsocketerrorThinClientAcuConnect
Problem Who provides support for COBOL-CGXI when used within RM/COBOL programs? Resolution The COBOL-CGIX for RM/COBOL product was the forerunner to the Xcentrisity™ Business Information Server (BIS) product range and provided a way to quickly move a RM Cobol application from a character based application to a Web Server based application without having to rewrite all the COBOL business logic. This meant that RM COBOL handled the Common Gateway Interface (CGI) calls from the Web page. The documentation for the last supported version of COBOL-CGIX which is a Windows help file stored inside the attached zip file, provided with RM/Cobol can be downloaded from this location: RMCGIX.zip The COBOL-CGIX product is supported by the company England Technical Services (ETS). Below is a link to their home page: http://showcase.netins.net/web/etsinc/index.html Note: The standard COBOL syntax is supported by Micro Focus; howev
I have a file witch is greater than 1 GB. To handle this I have to use MF8 but also, as I understood, set FILEMAXSIZE=8 in extfh.cfg (extfh.cfg on the same directory as all programmes, not data-files) The file I want to affect is on a subdir t\\, filename is artik_3o (w/o extension) Will the extfh.cfg be [XFH-DEFAULT]; no default[t\\artik_3o.]FILEMAXSIZE=8 [t\\artik_3o.]
I currently have Visual Cobol Personal Edition 2.1 hosted in Visual Studio 2010. I would like to upgrade to VCPE 2.2 but hosted in VS 2012, which I also have. Do I need to uninstall VCPE 2.1 and Licence Manager before upgrading to VCPE 2.2? Any gotchas? Thanks Paul
The scenario is as follows: Within a run-unit, we run a program that calls others (many others).We would need to have a data area visible by all programs running within that run unit.Eventually, some program also would update the data in this area, as if it were the "session data".Any idea how we could implement this requirement? We are using Visual Cobol 2.2 under Unix. Any collaboration will be appreciated.
License activation can be done using 2 methods Automatic Activation Manual License Activation 1- Automatic License Activation To activate your license you will need to generate a request key a.From the Windows Start menu, click Programs > your product (Net Express / Mainframe Express / Revolve) > Configuration > License Management System. b. Check your product and its components and click Generate Full License. c. The request key is generated. Click on the internet button. d. Enter W.O. number and serial number and click on connect. e. Wait until online request is processed. f. You should have now license status full lic
I am looking for a good SIMPLE example of using a Microsoft List Box (ActiveX) in a Bench project. Does anyone have a sample bench project that I could download to see how to set up the variables and load data into the list box? Thanks for any help.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.