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 » "C" compilation (Channel security) errors on Tande

Post new topic  Reply to topic
 "C" compilation (Channel security) errors on Tande « View previous topic :: View next topic » 
Author Message
lead
PostPosted: Tue May 27, 2003 12:58 am    Post subject: "C" compilation (Channel security) errors on Tande Reply with quote

Newbie

Joined: 27 May 2003
Posts: 1

We are getting errors while compiling a C source file (It is actually a channel security exit) on Tandem platform.
All of the errors are because of "types.h" include file ("/sys/types.h"file on unix system ) .

We could not get the equivalent .h file for tandem system.

Do any body have an idea about how to find this file etc.?

we tried to run with one of types.h file on tandem, but landed up in getting these errors..

Code:
 
   48      0    #ifndef _TYPES_
   49      0    #define _TYPES_
   50      0    typedef unsigned char   u_char;
**** \PM.$SYSTEM.ZTCPIP.TYPESH    50     Error 179: incompatible type was specified
   51      0    typedef unsigned short  u_short;
**** \PM.$SYSTEM.ZTCPIP.TYPESH    51     Error 179: incompatible type was specified
   52      0    typedef unsigned int    u_int;
**** \PM.$SYSTEM.ZTCPIP.TYPESH    52     Error 179: incompatible type was specified
   53      0    typedef unsigned long   u_long;
**** \PM.$SYSTEM.ZTCPIP.TYPESH    53     Error 179: incompatible type was specified
   54      0    typedef unsigned short  ushort;         /* sys III compat */
**** \PM.$SYSTEM.ZTCPIP.TYPESH    54     Error 179: incompatible type was specified




Has any body implemented a channel security exit on Tandem machine..?

Any help is greatly appreciated..

Thanks.
Back to top
View user's profile Send private message
mqonnet
PostPosted: Tue May 27, 2003 4:53 am    Post subject: Reply with quote

Grand Master

Joined: 18 Feb 2002
Posts: 1114
Location: Boston, Ma, Usa.

From what you mention, it looks like you are building the EXITS on OSS, which is not supported and you cannot do this.

Reason being, the exits are bound in the SRL and hence you have to build it only on Guardian. Follow this url and check out Appendix L.
http://www-3.ibm.com/software/integration/library/manual01/amqpag00/amqpag00tfrm.htm

This gives an example and also the details as to how to write, compile, build and invoke an Exit on NSK.

Hope this helps.

Cheers
Kumar
_________________
IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator
Back to top
View user's profile Send private message Send e-mail Visit poster's website
SJ
PostPosted: Thu May 29, 2003 8:24 am    Post subject: Reply with quote

Newbie

Joined: 02 May 2003
Posts: 8
Location: US

The file in the Guardian environment is $SYSTEM.SYSTEM.SYSTYPEH

#include <systype.h>

Regards Steve
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 » "C" compilation (Channel security) errors on Tande
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.