Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
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.
My list view is populated initially thanks to the forum. I need to be able to select the the first line in the list view now and return the data so I know the SiteListNum. The examples for the listbox on the forum don't seem to work correctly for me with list view. Can anyone provide an example? My code is below: *>PopulateListbox method method-id PopulateListbox final private. local-storage section. 01 SiteList. 05 SiteListDesc pic x(40) value spaces. 05 SiteListNum pic x(4) value spaces. 01 indexOfSelection binary-long value 0. 01 row type ListViewItem. procedure division. if ds-return = spaces invoke listView1::BeginUpdate perform varying idx from 1 by 1 until idx > 99 if lb-siteentry(idx) >
Problem: When connecting to a remote machine using RDP (Remote Desktop Protocol) and launching a Windows Service which contains a CBL_DEBUGBREAK, Visual Cobol for Visual Studio or Visual Cobol for Eclipse does not detect the CBL_DEBUGBREAK. Resolution: When the service encounters the CBL_DEBUGBREAK, it has to interact with the desktop to display the 'Do you want to debug' prompt. It does this by getting the user currently logged into the computers console, and interacting with that console. The remote desktop uses a separate session which is not the console window so the prompt is not visible. This is a limitation of using RDP to access the remote machine and there are 2 alternatives to get the CBL_DEBUGBREAK to work: For Visual Studio: In the Visual Studio menu, go to Debug > Start Debugging. This will then wait for you to run the Service and the application will attach as soon as it encounters the CBL_ DEBUGBREAK. For Eclipse: Start Eclipse as administrator and
Hello i am Giorgos, I have a problem with threads. Within my program1 i am doing some process and i would like in the meantime to show a window with "please waiting" message so the user to know that must wait. So i am doing a call "cancel" and the program1 calls the program2 that has the waiting window but there it is stays with no respond. what i am doing wrong?program1:*GRAPH-PRESSED-DO-IT.evaluate truewhen GRAPH-Pressed| Search-Pressed| search-button-pushedmove zero to thread-returnset done to falseCALL thread "Cancel",handle cancel-threadreturning into thread-returnend-CALLperform search-thru-recordsend-evaluate. .*search-thru-records.perform until doneif (thread-return = 99)set done to truestop thread cancel-threadelsePERFORM GRAPH-Ev-Cmd-Clicked* set done to true* stop thread cancel-threadend-ifend-perform.program2:*Cancel-Screen1-Ev-Cmd-Activate.* perform until cancel-button-hit* display Cancel-Screen1* end-perform.close window Cancel-Screen1-Handle.destroy Cancel-Scre
PROBLEM After converting Vision files from VISION 3 to VISION 5 format and copying the files to another server this error occurred. RESOLUTION The description for this error is 'A Vision 4 or 5 data segment is not found during an open' Ensure all the segments are available in the correct data directory, in this case the problem was a missing '.vix' segment.
I saw, that Update 2 for Version 2.2 is available; 03-Nov-2014. Why Micro Focus does not send a message referring to this?
Hello! I am trying to fetch some data from my remote server but i get SQLCODE -1 when i execute the Perfrom until * LIST-ROWS. MOVE "Fetch data..." TO W-BX-STATUS DISPLAY SR10 EXEC SQL DECLARE COBCUR1 CURSOR FOR SELECT C_NUMBER, C_NAME,| COLLATE greek_general_ci, C_BIRTHDAY, C_INFO FROM EL_SXEDI WHERE C_NUMBER >= 0 END-EXEC. EXEC SQL OPEN COBCUR1 END-EXEC. Perform until SQLCODE not equal 0 EXEC SQL FETCH COBCUR1 INTO :C-RECORD END-EXEC IF sqlcode EQUAL 0 MOVE C-NUMBER TO D-NUMBER MOVE C-NAME TO D-NAME MOVE C-BIRTHDAY TO D-BIRTHDAY MOVE C-INFO TO D-INFO MODIFY SR10-Gd-1, RECORD-TO-ADD = W-GRID-RECORD MOVE W-GRID-RECORD TO W-BX-STATUS DISPLAY SR10 end-if end-perform. EXEC SQL CLOSE COBCUR1 END-EXEC. MOVE "Fetch Complete..." TO W-BX-STATUS DISPLAY SR10 .#SQL#MySQL#database
PROBLEM Source code cannot be extracted from an AcuCobol runtime object. There is no Micro Focus functionality to support this task. RESOLUTION A request can be made extract source code from a Customer’s runtime object. Full details can be obtained from the Micro Focus Technical Services team.
We are using a SQL Server Linked Server to access data in cobol files. It worked ok, until we decided to restart it using the following commands: del C:\\DATABASE\\CRPO\\XDBC_CRPO\\xdbc\\*.* /q call ainit -d C:\\DATABASE\\CRPO\\XDBC_CRPO\\xdbc call xdbcutil -c -d C:\\DATABASE\\CRPO\\XDBC_CRPO\\xdbc call xdbcutil -d C:\\DATABASE\\CRPO\\XDBC_CRPO\\xdbc -f C:\\DATABASE\\CRPO\\XDBC_CRPO\\xfd I did not get any errors when running the commands, but after this I was not able to get the data through the linked server anymore. I get the error saying: OLE DB provider "MSDASQL" for linked server "MyServer" returned message "[TOD][ODBC Driver]Invalid USERID and/or PASSWORD". As you can see below, there is no password set for this ODBC connection. The driver we are using is version 8.01. The Linked server is configured like this: This is how it has always been and has worked. If I use XDBCQuery with the following parameters it's working to get data from the files using SQL syntax: C:\\Acu
I used to have a computer that printed via serial port and that computer died. I now have my program on windows 7 and need it to print via usb. Please Help. Thank you for your time.#cobolnetexpress#windows7
We receive a lot of invoices in XML format from our suppliers. All have the header <?xml version="1.0" encoding="UTF-8"?> and should be in that format. Unfortunately some do not fulfill this format and have some fields filled with ASCII characters (not UTF-8 as it should be), including accented vowels á é í ó ú. X”F3” X”E9” X”E1” X”FA” etc. The Internet Explorer does not open/show the file due to this wrong codification. My program has the ENVIRONMENT DIVISION. FILE-CONTROL. select factura-XML assign to ID-ARCHIVO-FAC file status is file-status-spec. The program generally works very fine if the XML is encoded right and reads all fields. But if the READ statement tries to read such a malformed file, the status does not report any error code, but aborts the program with a 114 error code. What must I do t
I have a file greater than 1GB.If I rebuild it to MF8 it can be larger but when I subsequent updated the file it gets corrupted (9/041)Is it nessesarry to also use FILEMAXSIZE=8? How do I set FILEMAXSIZE för just one file. I have the same file in other subdirectorys that I do not want to affect? #extfh#filesize#netexpress
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.