Author |
Message
|
naylak |
Posted: Fri Oct 17, 2003 11:48 pm Post subject: |
|
|
Apprentice
Joined: 08 Feb 2003 Posts: 47
|
Sorry Jeff! I couldn't reply immediately because of network problems. Coming back to our discussion, do you mean to know what is the hexadecimal equivalent of ?. If ? is treated as an ascii it Hexadecimal equivalent is 3F if ? is treated as EBCDIC it's hexadeciaml equivalent is 6F.
Now regarding what my program is doing .
1. A message was generated on a windows machine. It want's to send the message to S/390 machine in a secure mode. That's why encrypt and sign.
2. On S/390 after receiving the message the verify and decrypt operation has to be performed. But as per the requiremnts that cannot be done on S/390. So it has to be sent to windows machine.
For testing prupose I am using both the windows machines as one.
Problem: Since the message on windows machine is not retained as it is it will fail for verify and decrypt. The verify and decrypt part is not shown in the code. Before proceeding for the operation just I want to see wheter the message is retained as it is or not. That's why MQBrowse program.
Thanks and regards
naylak |
|
Back to top |
|
 |
naylak |
Posted: Sat Oct 18, 2003 6:25 am Post subject: |
|
|
Apprentice
Joined: 08 Feb 2003 Posts: 47
|
Hi Jeoff!
Are there any more queries regarding my program? |
|
Back to top |
|
 |
mrlinux |
Posted: Sat Oct 18, 2003 8:51 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
I was curious about if the "?" was an idicator of a non displayable character
and the the actual hex value may have been the newline
PS what are the CCSID's you have for Windows and Mainframe _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
naylak |
Posted: Mon Oct 20, 2003 1:12 am Post subject: |
|
|
Apprentice
Joined: 08 Feb 2003 Posts: 47
|
hi Jeff,
After you have said I have searched and found that on S/390 new line character is non-displayable against which I am getting ?.
On S/390 the CCSID of QM is 500 and on win it is set to 437
Thanks and regards
naylak |
|
Back to top |
|
 |
mrlinux |
Posted: Mon Oct 20, 2003 4:55 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Does that mean your problem is solved ???? _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
naylak |
Posted: Mon Oct 20, 2003 6:14 am Post subject: |
|
|
Apprentice
Joined: 08 Feb 2003 Posts: 47
|
No! the problem is not solved. I have to think of a way of getting even the non-displayable characters as it is so that the security functions doesn't fail. I want to know the way this can be done using MQ itself.
Thanks and regards
naylak |
|
Back to top |
|
 |
marksinnott |
Posted: Wed Oct 22, 2003 9:19 am Post subject: |
|
|
Novice
Joined: 06 Oct 2003 Posts: 21
|
Hi
I wonder can you help.
If you look at the API forum yoiu can see im having the exact opposite problem. When I look at MessageData NO matter what its translated from EBCDIC from ASCII which I do not want.
I wonder could u let me have a look at what source code you were using and what version of MQAX200.DLL
All Help very much appreciated.
If you need my direct email is mark.sinnott@hibernian.ie |
|
Back to top |
|
 |
|