Skip to main content

Problem:

We have been made aware of an issue whereby when running using an early release of the Bank Demo CICS application that has been web enabled, that when the client has been generated and deployed and you choose the 'Run Winform Client' option and press the 'submit' button you get an Error Code 2000 reported.

Resolution:

If you look at the console.log in Enterprise Server, you will probably notice an entry similar to the following:

070608 15240655        956 BANKDEMO CASMG9999E KC0027,Error executing service 'http://tempuri.org/BankServ#BankServ'

Execution error : file 'C:\\Program Files\\Micro Focus\\Studio 5.0\\Base\\BIN\\MER0ADSX.gnt'

error code: 114, pc=0, call=1, seg=0

114     Attempt to access item beyond bounds of mem

This is caused by older versions of the bank demo had a PPT entry for MBANK10, where MBANK10 was not defined as a program. This is causing a load of the map to fail in MER0ADSX. Remove the PPT entry for MBANK10 (which has actually been done in later versions of the bank demo because it is not necessary) and you will be able to run the application.

Old KB# 1412