Service Virtualization

 View Only
Expand all | Collapse all

DevTest 10.4: Getting encoded msg on Listen step for IBM MQ virtualization after deploying virtual service on VSE, if try to run in ITR getting proper msg

  • 1.  DevTest 10.4: Getting encoded msg on Listen step for IBM MQ virtualization after deploying virtual service on VSE, if try to run in ITR getting proper msg

    Posted Oct 19, 2020 07:09 AM
    I am trying to listen a message from IBM MQ and getting encoded msg when VS is deployed in VSE. If I run the same service in ITR there is no error message and able to successfully process the message. Please do the needful.


  • 2.  RE: DevTest 10.4: Getting encoded msg on Listen step for IBM MQ virtualization after deploying virtual service on VSE, if try to run in ITR getting proper msg

    Broadcom Employee
    Posted Oct 19, 2020 08:08 AM
    Hi Nikita
              Have you set the correct CCSID value at the IBM Mq step ?

    --
    regards
    Sankar Natarajan





  • 3.  RE: DevTest 10.4: Getting encoded msg on Listen step for IBM MQ virtualization after deploying virtual service on VSE, if try to run in ITR getting proper msg

    Posted Oct 19, 2020 08:16 AM
    I have not set any value for CCSID at listen step, its default.​


  • 4.  RE: DevTest 10.4: Getting encoded msg on Listen step for IBM MQ virtualization after deploying virtual service on VSE, if try to run in ITR getting proper msg

    Broadcom Employee
    Posted Oct 19, 2020 08:44 AM
    Default CCSIS is 819. Can you share bit more details about the problem ? Did you mean to say the response message from the VS is not in the right encoding ?

    --
    regards
    Sankar Natarajan





  • 5.  RE: DevTest 10.4: Getting encoded msg on Listen step for IBM MQ virtualization after deploying virtual service on VSE, if try to run in ITR getting proper msg

    Posted Oct 19, 2020 01:55 PM
    Hi Nikita,

    Try updating the values for charset

    For ASCII the CCSID value to be used is 819
    For UTF, you can also try using 1208

    From Pro Options you can set the charset under header properties 


    To set a default value for this, you can modify below property in lisa.properties as well
    lisa.mq.ccsid.default=819 (by default this is commented)

    Thanks


    ------------------------------
    Regards,
    Vaibhav Jain
    Capgemini
    ------------------------------