|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ Security Exit failing to load, error states invalid DLL |
« View previous topic :: View next topic » |
Author |
Message
|
smeyer1 |
Posted: Mon Jan 29, 2007 11:46 am Post subject: MQ Security Exit failing to load, error states invalid DLL |
|
|
 Newbie
Joined: 20 Nov 2002 Posts: 4 Location: Dallas, Texas
|
Using filemon, i can see the file is opened and read, and closed successfully, however it still fails.
CLient code:
connectionProperties.Add(MQC.TRANSPORT_PROPERTY, MQC.TRANSPORT_MQSERIES_CLIENT);
connectionProperties.Add(MQC.HOST_NAME_PROPERTY, connectionName.Text);
connectionProperties.Add(MQC.CHANNEL_PROPERTY, channelName.Text);
connectionProperties.Add(MQC.SECURITY_EXIT_PROPERTY, "MQExits.dll(TS.JCP.MQ.Exits)");
connectionProperties.Add(MQC.SECURITY_USERDATA_PROPERTY,"clay");
Exit Code:
namespace TS.JCP.MQ
{
/// <summary>
/// Summary description for Class1.
/// </summary>
public class Exits :MQSecurityExit
{
#region MQSecurityExit Members
byte[] IBM.WMQ.MQSecurityExit.SecurityExit(MQChannelExit channelExitParms, MQChannelDefinition channelDefinition, byte[] dataBuffer, ref int dataOffset, ref int dataLength, ref int dataMaxLength)
{
// TODO: Add Exits.IBM.WMQ.MQSecurityExit.SecurityExit implementation
return null;
}
#endregion
}
} |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|