CWXN elimination with HostBridge.js release 8.0.
search cancel

CWXN elimination with HostBridge.js release 8.0.

book

Article ID: 263133

calendar_today

Updated On:

Products

HB.js

Issue/Introduction

How to eliminate usage of CWXN for HostBridge 8.0 requests in CICS? 

The instructions from HostBridge 8.0 documentation indicate the following: You must not be issuing HBX script requests (as opposed to HB.js).  

What if some requests are using HBX scripts and others are not? 

The implementation in a Test region and the request was failing.  The problem indicated that the request was an HBX script.  Is there a way to implement this so HBX scripts utilizes CWXN still and previous TCPIP Service definitions, but other requests eliminate usage of CWXN? 

 

Environment

Release : 8.0

Resolution

The HBX script requires CWXN.  The HBX and CWXN elimination cannot exist on the same port, but there is nothing that prevents from running multiple ports.  
The CWXN port will be able to run any request HBX or HB.js, the other port that is using CWXN elimination will only run HB.js.  
The solution should be setup a new port with CWXN elimination and keep old port for HBX requests.

Additional Information

HBR$AUTH - https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/hostbridge-javascript-engine/8-0/developers/base-hostbridge-reference-guide/user-exit-programs.html