ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » User Exits » An Doubt in Security Exit on Z/OS

Post new topic  Reply to topic
 An Doubt in Security Exit on Z/OS « View previous topic :: View next topic » 
Author Message
vignesh1988
PostPosted: Wed Jul 10, 2013 11:28 pm    Post subject: An Doubt in Security Exit on Z/OS Reply with quote

Acolyte

Joined: 13 Apr 2013
Posts: 62
Location: Chennai

I have coded a Security Exit in C in Mainframe Z/OS 1.13 and it will make connection to Solaris Queue Manager. Iam using Agent Buffer to point to the message that is currently been sent and it's reaching the partner and there receiver exit is validating. But the block here for me is EBCIDIC and ASCII. Whatever data i pass from z/OS to Sun OS, it's going in Junk Values.

How can i transmit Data from z/OS where it reaches in the proper acceptable format and my channel gets authorized. I am sending as the same format that the partner exit expects,

Can anybody help me?
Back to top
View user's profile Send private message Send e-mail
hughson
PostPosted: Thu Jul 11, 2013 3:43 am    Post subject: Re: An Doubt in Security Exit on Z/OS Reply with quote

Padawan

Joined: 09 May 2013
Posts: 1914
Location: Bay of Plenty, New Zealand

vignesh1988 wrote:
Can anybody help me?

If I can figure out what it is you are trying to do, I will gladly help you. You can help me to understand what you are doing by answering the questions below.

vignesh1988 wrote:
I have coded a Security Exit in C in Mainframe Z/OS 1.13 and it will make connection to Solaris Queue Manager.

This sounds like you are saying that the security exit running on z/OS is making a connection to the Solaris Queue Manager. I am sure this is not what you meant. Do you perhaps mean that you are running a security exit at the sending end of a channel on z/OS where the receiving end of the channel is on Solaris?

vignesh1988 wrote:
I am using Agent Buffer to point to the message that is currently been sent and it's reaching the partner and there receiver exit is validating. But the block here for me is EBCIDIC and ASCII.

By "the block" I assume you mean the contents of the aforementioned Agent Buffer. You have said it is in EBCDIC and in ASCII? Can you provide more details. Perhaps even show us the contents of this buffer? I would expect it to be either in EBCIDC or in ASCII but not in both.

vignesh1988 wrote:
Whatever data i pass from z/OS to Sun OS, it's going in Junk Values.

I assume when you say "Junk Values" you are simply alluding to the fact that it is not in the code page you expect it to be in, as hinted to above.

vignesh1988 wrote:
How can i transmit Data from z/OS where it reaches in the proper acceptable format and my channel gets authorized. I am sending as the same format that the partner exit expects.

So the simple idea with a pair of Security Exits (which I assume is what you have - but please confirm this too), is that you fill in the buffer with the data that you want to be sent to the other end and the channel takes care of sending that data to the other end. This buffer is of no fixed format. You invent the format of this data when you write the pair of exits that will read and write this buffer. "No Fixed Format" includes the fact that this is not string data either. You are responsible for converting the data into the code page that will be understood by the exit at the other end of the channel. Are you doing this? Or are you just sending string data and expecting it to still be understood as string data by the exit at the other end of the channel?

Answers to all these questions will enable me to be able to help you further.

Cheers
Morag
_________________
Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software
Back to top
View user's profile Send private message Visit poster's website
gbaddeley
PostPosted: Thu Jul 11, 2013 6:51 pm    Post subject: Reply with quote

Jedi

Joined: 25 Mar 2003
Posts: 2492
Location: Melbourne, Australia

If you have Channel Security Exits on either end of a MQ Channel, and passing a Security Message between them using the protcol described in the Infocenters, MQ does not provide any conversion. The exits must agree on the format of the message. This is should be an encrypted binary format so that network sniffers can't see the payload.
_________________
Glenn
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » User Exits » An Doubt in Security Exit on Z/OS
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.