Author |
Message |
Topic: Compiling programs for Websphere MQ using cygwin |
n0ahz0rk
Replies: 11 Views: 11906
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 05, 2007 3:09 am Subject: Re: Compiling programs for Websphere MQ using cygwin |
Do not do this!! You are creating a complete mess that will NOT be supported by IBM.
Just because you can strap 2 rockets to your car doesn't mean you should!! (Useless you want to win a Darwin ... |
Topic: Compiling programs for Websphere MQ using cygwin |
n0ahz0rk
Replies: 11 Views: 11906
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jun 11, 2007 2:27 am Subject: Compiling programs for Websphere MQ using cygwin |
OK... so when I put my channel table under the "c:\program files\IBM\Websphere MQ" directory, it works.... thanks Vitor! |
Topic: Compiling programs for Websphere MQ using cygwin |
n0ahz0rk
Replies: 11 Views: 11906
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jun 11, 2007 2:24 am Subject: Re: Compiling programs for Websphere MQ using cygwin |
Without these the default location is the root of the MQ install.
Thanks for the reply, the thing is, I haven't 'installed' MQ under my cygwin environment at all... I just copied in the include ... |
Topic: Compiling programs for Websphere MQ using cygwin |
n0ahz0rk
Replies: 11 Views: 11906
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Jun 10, 2007 3:34 pm Subject: Compiling programs for Websphere MQ using cygwin |
Hi,
I've searched the forums here, but haven't found anything to confirm if I can build and run c programs using MQ Client on windows under a cygwin environment.
Has anyone done this ?
I have ... |
Topic: For newbie MQ Exit developers |
n0ahz0rk
Replies: 26 Views: 73145
|
Forum: User Exits Posted: Thu Jul 14, 2005 4:10 pm Subject: For newbie MQ Exit developers |
Has anyone developed MQ exits in dotnet (C#) ?
Does anyone know if a dotnet MQ Client program can use an exit compiled for a native win32 environment such as the one from the code posted above ? |
Topic: Defining a listener by script |
n0ahz0rk
Replies: 4 Views: 5325
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 09, 2004 5:51 pm Subject: Defining a listener by script |
Thanks again...
That's quite comprehensive.  |
Topic: Defining a listener by script |
n0ahz0rk
Replies: 4 Views: 5325
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 09, 2004 5:19 pm Subject: Defining a listener by script |
Thanks Robert.... any syntax hints - or can you tell me which MQ manual would I find this in ??
Noah. |
Topic: Windows 5.3 Server and Client install - 2035 error |
n0ahz0rk
Replies: 7 Views: 6742
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 09, 2004 5:17 pm Subject: Windows 5.3 Server and Client install - 2035 error |
OK, thanks for the help.
I found that when I tried to connect to the queue manager from the same sample program (amqsgetc) on a Unix box (also has MQClient 5.3), I don't get the 2035 error, but the ... |
Topic: Defining a listener by script |
n0ahz0rk
Replies: 4 Views: 5325
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 09, 2004 4:38 pm Subject: Defining a listener by script |
Hi,
Reading through the MQ manuals, I found that you can start a listener from the command line with a command like:
runmqlsr -t tcp -m QUEUE.MANAGER -p 1414
for example. The listener is onl ... |
Topic: Windows 5.3 Server and Client install - 2035 error |
n0ahz0rk
Replies: 7 Views: 6742
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 09, 2004 4:03 am Subject: Windows 5.3 Server and Client install - 2035 error |
Correct you are JasonE, I added an account for 'ClientUser' on the server machine and added it to the mqm group and the connection is now fine.
Thanks.  |
Topic: Windows 5.3 Server and Client install - 2035 error |
n0ahz0rk
Replies: 7 Views: 6742
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 08, 2004 9:43 pm Subject: Windows 5.3 Server and Client install - 2035 error |
Further to this, the AMQERR01.LOG from the server machine under the Qmgrs\QUEUE!MANAGER\errors directory has the following message:
9/9/2004 15:39:17
AMQ8075: Authorization failed because the SID ... |
Topic: Windows 5.3 Server and Client install - 2035 error |
n0ahz0rk
Replies: 7 Views: 6742
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 08, 2004 9:12 pm Subject: Windows 5.3 Server and Client install - 2035 error |
Hi,
I have just completed an install of mqserver on one machine and mqclient on another machine. (Both machines WinXP pro).
I created a queue manager by using the following commands (not prefixe ... |