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 » General IBM MQ Support » SCYEXIT specification on AS/400

Post new topic  Reply to topic
 SCYEXIT specification on AS/400 « View previous topic :: View next topic » 
Author Message
tellmey
PostPosted: Fri Oct 22, 2004 8:11 am    Post subject: SCYEXIT specification on AS/400 Reply with quote

Novice

Joined: 26 May 2004
Posts: 19

How do I specify the security exit in a TST file to be input to STRMQMMQSC.
For example with exit program CHLCONN which is in library VALLAS.

DEFINE CHANNEL('W1.TO.T') CHLTYPE(SDR) +
TRPTYPE(TCP) REPLACE +
BATCHSZ(25) DISCINT(150) +
SHORTTMR(45) SHORTRTY(30) +
LONGTMR(240) LONGRTY(24) HBINT(30) +
MAXMSGL(4194304) CONVERT(NO) XMITQ('W1.XMITQ') +
SCYEXIT('VALLAS.CHLCONN') +
CONNAME('10.10.10.10(1414)') NPMSPEED(FAST)

I tried different things like 'VALLAS/CHLCONN' also.
But it didnt work. The end result was like this.

Long retry interval . . . . . : 240
Long retry count . . . . . . . : 24
Security exit . . . . . . . . : VALLAS/CH
Library . . . . . . . . . . : LCONN

Security exit user data . . . :
Send exit . . . . . . . . . . :
Library . . . . . . . . . . :

Please send me in any suggestions.
Back to top
View user's profile Send private message
cheanfeiy
PostPosted: Mon Oct 25, 2004 5:11 pm    Post subject: Reply with quote

Apprentice

Joined: 21 Jun 2003
Posts: 26

The SCYEXIT is a fix length of 10 characters field. So, if your exit program name is less than that, you need to pad with space to make it 10 characters then only follow by the library name.
for your case, it should be:
Quote:

DEFINE CHANNEL('W1.TO.T') CHLTYPE(SDR) +
TRPTYPE(TCP) REPLACE +
BATCHSZ(25) DISCINT(150) +
SHORTTMR(45) SHORTRTY(30) +
LONGTMR(240) LONGRTY(24) HBINT(30) +
MAXMSGL(4194304) CONVERT(NO) XMITQ('W1.XMITQ') +
SCYEXIT('CHLCONN VALLAS') +
CONNAME('10.10.10.10(1414)') NPMSPEED(FAST)
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 » General IBM MQ Support » SCYEXIT specification on AS/400
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.