Click here to Skip to main content
15,905,232 members
Home / Discussions / C#
   

C#

 
GeneralRe: Ajax slowing my search??? Pin
Chris McGlothen13-Jul-07 6:04
Chris McGlothen13-Jul-07 6:04 
GeneralRe: Ajax slowing my search??? Pin
Steve Echols13-Jul-07 6:14
Steve Echols13-Jul-07 6:14 
GeneralRe: Ajax slowing my search??? Pin
Larantz13-Jul-07 0:21
Larantz13-Jul-07 0:21 
GeneralRe: Ajax slowing my search??? Pin
Chris McGlothen13-Jul-07 4:34
Chris McGlothen13-Jul-07 4:34 
QuestionHelp with a search & replace Pin
rbuchana12-Jul-07 5:51
rbuchana12-Jul-07 5:51 
AnswerRe: Help with a search & replace Pin
User 665812-Jul-07 6:06
User 665812-Jul-07 6:06 
AnswerRe: Help with a search & replace Pin
Luc Pattyn12-Jul-07 6:12
sitebuilderLuc Pattyn12-Jul-07 6:12 
QuestionProblem Connecting to MQ on unix from .NET application Pin
unnamed00712-Jul-07 4:51
unnamed00712-Jul-07 4:51 
Hi,
Am writing an .net windows application in which i have to connect to IBM MQ on remote machine running unix to post messages. This is a tool kinda thing for an enterprise application.

this is the code am using to connect to the MQ.


Code: ( text )
MQEnvironment.Hostname = hostName;
MQEnvironment.Port = port;
MQEnvironment.Channel = "SYSTEM.DEF.SVRCONN";
MQQueueManager qm=new MQQueueManager(queueMgr);


When i try to run the application it throws an exception in
MQQueueManager qm=new MQQueueManager(queueMgr);

Exception details :- CompCode 2 Reason 2035 ..from error code lookup i learnt that its MQRC_NOT_AUTHORIZED.
read somewhere that the user's credentials under whom application is run will be supplied for authorization automatically..if thats the case how is cross platform connectivity is possible...in my case mq client is on windows and
mq server is on unix.

Do i have to specify the userid,password for unix system to override this?
If so, how? MQQueueManager Class doesnt have a constructor that accepts userid/password as a parameter and MQEnvironment doesnt have a property for userid/password..
Am using Websphere Mq 5.3 ? Is the option to specify userid/password available in the latest version 6.0?

seems MQ classes for java have options to specify userid/password but .NET classes didnt.

am pulling my hair over this for the past 3 days...please help..
QuestionString containing digit or Alphabet Pin
t4ure4n12-Jul-07 4:33
t4ure4n12-Jul-07 4:33 
AnswerRe: String containing digit or Alphabet Pin
User 665812-Jul-07 4:43
User 665812-Jul-07 4:43 
AnswerRe: String containing digit or Alphabet Pin
Luc Pattyn12-Jul-07 4:45
sitebuilderLuc Pattyn12-Jul-07 4:45 
AnswerRe: String containing digit or Alphabet Pin
Christian Graus12-Jul-07 4:53
protectorChristian Graus12-Jul-07 4:53 
QuestionIOException Problem... Pin
Andy Spier12-Jul-07 4:23
Andy Spier12-Jul-07 4:23 
AnswerRe: IOException Problem... Pin
Luc Pattyn12-Jul-07 4:28
sitebuilderLuc Pattyn12-Jul-07 4:28 
GeneralRe: IOException Problem... Pin
Andy Spier12-Jul-07 4:33
Andy Spier12-Jul-07 4:33 
GeneralRe: IOException Problem... Pin
Luc Pattyn12-Jul-07 4:52
sitebuilderLuc Pattyn12-Jul-07 4:52 
GeneralRe: IOException Problem... Pin
Andy Spier12-Jul-07 4:59
Andy Spier12-Jul-07 4:59 
GeneralRe: IOException Problem... Pin
Luc Pattyn12-Jul-07 5:18
sitebuilderLuc Pattyn12-Jul-07 5:18 
GeneralRe: IOException Problem... Pin
Andy Spier12-Jul-07 5:27
Andy Spier12-Jul-07 5:27 
GeneralRe: IOException Problem... Pin
Luc Pattyn12-Jul-07 5:50
sitebuilderLuc Pattyn12-Jul-07 5:50 
GeneralRe: IOException Problem... Pin
Luc Pattyn12-Jul-07 5:54
sitebuilderLuc Pattyn12-Jul-07 5:54 
AnswerRe: IOException Problem... Pin
martin_hughes12-Jul-07 10:52
martin_hughes12-Jul-07 10:52 
GeneralRe: IOException Problem... Pin
Andy Spier12-Jul-07 16:19
Andy Spier12-Jul-07 16:19 
GeneralRe: IOException Problem... Pin
Andy Spier14-Jul-07 8:50
Andy Spier14-Jul-07 8:50 
QuestionWrapper class Pin
ramdil12-Jul-07 4:00
ramdil12-Jul-07 4:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.