migrate CCI from 32 bits to 64 bits

I need instructions for migrating a Core built in 32 bits to a new architecture in 64 bits. On the current platform there is interaction between Cobol, Dialog System and CCI. We have new Suse 15 servers at 64 bits, we installed Cobol Server Version 10 at 64 bits, we installed a machine for Visual Cobol 10 development at 64 bits, the interaction with MFSD was activated through a graphical interface (browser) achieving the CCI connection, the CCI architecture and the existing Core were passed, it was compiled to 64 bits and the functionality of this implementation is being tested.

The indication for which I request support is in reference to the CCI data or tables. The current error is related to the tables that are created and in use at 32 bits. These cannot be accessed by programs compiled to 64 bits. Should I upgrade these tables from the native 32-bit environment to deploy them in the new 64-bit environment? Or if I copy them from the old 32-bit environment to the new 64-bit environment, they work correctly.

Thank you very much for your instructions.

  • 0  

    Hello Alejandro Rodriguez,

     

    Welcome to the Visual COBOL community site!

     

    Issues with platform migrations may be too complicated to address on the Community site - a Support Case may be required. But let's see if we can learn a little more about your issue.

     

    What type of "table" are you having trouble accessing? Are you referring to a SQL database table, a table within a COBOL program, or something else?

     

    You mentioned "the CCI architecture and the existing Core were passed". I don't recognize the term "Core" in this context - can you provide another description of this item?

     

    Can you let us know any error message(s) you are receiving? And if the error(s) occur during execution of a COBOL module, which COBOL statement is being executed when the error occurs?