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 » Search

 Search found 34 matches
Author Message
  Topic: VB/.NET client not able to set MQEnvironment.userID & pw
javagals

Replies: 20
Views: 28519

PostForum: IBM MQ Java / JMS   Posted: Fri Jan 09, 2009 7:08 am   Subject: VB/.NET client not able to set MQEnvironment.userID & pw
Apologies if I am asking the same queuestion.

In short, do I need to write a new security exit at server end and a new security exit at VB/.NET client end to get this authentication bit working?
  Topic: VB/.NET client not able to set MQEnvironment.userID & pw
javagals

Replies: 20
Views: 28519

PostForum: IBM MQ Java / JMS   Posted: Fri Jan 09, 2009 6:29 am   Subject: VB/.NET client not able to set MQEnvironment.userID & pw
Java clients dont use the MQ client installation. They use mq jar files. So, they are managed connections. I have a security exit for managed connections and works for java not for VB/.NET

Please l ...
  Topic: VB/.NET client not able to set MQEnvironment.userID & pw
javagals

Replies: 20
Views: 28519

PostForum: IBM MQ Java / JMS   Posted: Fri Jan 09, 2009 5:54 am   Subject: VB/.NET client not able to set MQEnvironment.userID & pw
This documentation is for mq version 7.

I am using MQ Server version 6.0.1.0 on Linux X86_64 platform. I have created security exit and deployed on MQ server.

Client written in VB/.NET using am ...
  Topic: VB/.NET client not able to set MQEnvironment.userID & pw
javagals

Replies: 20
Views: 28519

PostForum: IBM MQ Java / JMS   Posted: Fri Jan 09, 2009 5:14 am   Subject: VB/.NET client not able to set MQEnvironment.userID & pw
We are providing a service and business requirement is to authenticate incoming connections via userid/pwd. This has been implemented in MQ Client/Server channel using security exit. Many clients usin ...
  Topic: VB/.NET client not able to set MQEnvironment.userID & pw
javagals

Replies: 20
Views: 28519

PostForum: IBM MQ Java / JMS   Posted: Thu Jan 08, 2009 5:39 am   Subject: VB/.NET client not able to set MQEnvironment.userID & pw
We are using amqmdnet.dll and VB/.NET client. Does it mean we are using managed connection? I know for sure we are not using the installed MQ client.

If we cant use MQEnvironment.userId then, how d ...
  Topic: VB/.NET client not able to set MQEnvironment.userID & pw
javagals

Replies: 20
Views: 28519

PostForum: IBM MQ Java / JMS   Posted: Thu Jan 08, 2009 4:50 am   Subject: VB/.NET client not able to set MQEnvironment.userID & pw
This is a part of the connection issue. MQ Server has a security exit which authenticates incoming connections using supplied user id and password. In this case, user id at MQ server end is the window ...
  Topic: VB/.NET client not able to set MQEnvironment.userID & pw
javagals

Replies: 20
Views: 28519

PostForum: IBM MQ Java / JMS   Posted: Thu Jan 08, 2009 4:34 am   Subject: VB/.NET client not able to set MQEnvironment.userID & pw
My VB/.NET client is sending os user id even after explicitly setting MQEnvironment.userId and MQEnvironment.password value.

Any idea why?

OS -> Windows XP
amqmdnet.dll version 1.0.0.3 (si ...
  Topic: Compatibility issue with VB/.NET dll with MQ server running
javagals

Replies: 6
Views: 7674

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Jan 07, 2009 9:00 am   Subject: Compatibility issue with VB/.NET dll with MQ server running
If I use amqmdnet.dll then, am I using managed connection? My connection works ok with "amqmputc" command but it fails with the VB/.NET client using amqmdnet.dll with 2059 error.

I am usi ...
  Topic: Compatibility issue with VB/.NET dll with MQ server running
javagals

Replies: 6
Views: 7674

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Jan 07, 2009 8:17 am   Subject: Compatibility issue with VB/.NET dll with MQ server running
What is a standard connection and managed connection in terms of VB/.NET scenario. Please kindly explain and let me know how to identify and verify the type of connection.
  Topic: Compatibility issue with VB/.NET dll with MQ server running
javagals

Replies: 6
Views: 7674

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Jan 07, 2009 4:01 am   Subject: Compatibility issue with VB/.NET dll with MQ server running
Apologies. The error code is 2059 (Queue manager is not available).

With java client I can connect to the same queue manager and with default "amqmputc" I can connect but, with VB client ...
  Topic: Compatibility issue with VB/.NET dll with MQ server running
javagals

Replies: 6
Views: 7674

PostForum: IBM MQ Installation/Configuration Support   Posted: Mon Jan 05, 2009 7:09 am   Subject: Compatibility issue with VB/.NET dll with MQ server running
Hello,

I am having issue with one of the client connecting to MQ server using VB/.NET client. Following are the details.

Server details:
6.0.1.0 verstion on Redhat linux 4.

Client details ...
  Topic: How to pass userid/password from sender chl to receiver chl?
javagals

Replies: 2
Views: 8496

PostForum: User Exits   Posted: Mon Oct 06, 2008 1:50 am   Subject: How to pass userid/password from sender chl to receiver chl?
Hello,

I have a business requirement to identify, authenticate and authroize sender at receiver end of the channel. I have set "UserIdentifier" and "Password" field in sender c ...
  Topic: How to pass userid/password from sender chl to receiver chl?
javagals

Replies: 3
Views: 4768

PostForum: General IBM MQ Support   Posted: Tue Sep 30, 2008 6:31 am   Subject: How to pass userid/password from sender chl to receiver chl?
Can you please give me a code sample on sender-security exit which set's userid and password and receiver-security exit which extracts userid and password.

Thank you for your help.

Regards,
  Topic: How to pass userid/password from sender chl to receiver chl?
javagals

Replies: 3
Views: 4768

PostForum: General IBM MQ Support   Posted: Fri Sep 26, 2008 3:20 am   Subject: How to pass userid/password from sender chl to receiver chl?
Hello,

I have a business requirement to identify, authenticate and authroize sender at receiver channel. I have set "UserIdentifier" and "Password" field in sender channel and ...
  Topic: How to add UserIdentifier (MQMD) of Message using rcvExit
javagals

Replies: 12
Views: 26862

PostForum: User Exits   Posted: Mon Sep 08, 2008 2:19 am   Subject: How to add UserIdentifier (MQMD) of Message using rcvExit
Guys, I appreciate your help on this issue.

- Are you sending a plain text password.

It is business requirement to allow clients to connect using both SSL and non SSL mode. Clients who ...
Goto page 1, 2, 3  Next Page 1 of 3

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.