Skip to main content

Net Express 5.1 remote debug

  • July 27, 2020
  • 3 replies
  • 0 views

Hello,

I am using remote debug in Net Express 5.1 for some time. But today, when I want to start debug, I receive this message:

Please what I have wrong here?

3 replies

Fano Razafinimanana

Hello,

I am using remote debug in Net Express 5.1 for some time. But today, when I want to start debug, I receive this message:

Please what I have wrong here?

You usually get RTS 198 when there is a mismatch with the bitism between the application and the runtime.

Are you trying to debug a 64-bit or 32-bit COBOL application?

Can you show us how you set up the environments prior to debug?


  • Author
  • Rocketeer
  • 19312 replies
  • July 29, 2020

You usually get RTS 198 when there is a mismatch with the bitism between the application and the runtime.

Are you trying to debug a 64-bit or 32-bit COBOL application?

Can you show us how you set up the environments prior to debug?

64bit


  • Author
  • Rocketeer
  • 19312 replies
  • July 31, 2020

You usually get RTS 198 when there is a mismatch with the bitism between the application and the runtime.

Are you trying to debug a 64-bit or 32-bit COBOL application?

Can you show us how you set up the environments prior to debug?

Yes, you are correct, that was the problem. I started wrong animserv.exe - not the proper 64bit one. Thanks.