Author |
Message |
Topic: amqmcert -a AMQ9680 |
leehairy
Replies: 5 Views: 6686
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Sep 12, 2006 11:07 am Subject: amqmcert -a AMQ9680 |
Oh dear I was too keen to shout success
Using contact admin from the command line I can now install the certificates successfully and can send test messages successfully using amqsputc.
Unfortunately as ... |
Topic: amqmcert -a AMQ9680 |
leehairy
Replies: 5 Views: 6686
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Sep 12, 2006 10:38 am Subject: amqmcert -a AMQ9680 |
Success Thank goodness for WinDbg
A quick debugging session shows that 'amqmcert' fails during the Win32 CryptAquireContext() call - with error code 0x02L - this was what the windows error cod ... |
Topic: amqmcert -a AMQ9680 |
leehairy
Replies: 5 Views: 6686
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Sep 12, 2006 9:39 am Subject: amqmcert -a AMQ9680 |
Some Further information.
Installing the certificate using the Windows certificate mmc console as a user with a profile works successfully
Installing the certificate using contact admin /mquser then in ... |
Topic: VB.Net impossible to Put message(with .net framework 2.0) |
leehairy
Replies: 40 Views: 46421
|
Forum: IBM MQ API Support Posted: Tue Sep 12, 2006 8:19 am Subject: VB.Net impossible to Put message(with .net framework 2.0) |
I have to agree with the "not supported" comments.
Unfortunately until i read this thread i was unaware that the MQ .NET api was unsupported for .Net2. I guess i have been lucky.
T ... |
Topic: amqmcert -a AMQ9680 |
leehairy
Replies: 5 Views: 6686
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Sep 12, 2006 8:07 am Subject: amqmcert -a AMQ9680 |
You can try install trough Internet explorer first and then
try to use the command interface
I am not familiar with installing through internet explorer. Can you elaborate.
Thanks
Steve |
Topic: amqmcert -a AMQ9680 |
leehairy
Replies: 5 Views: 6686
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Sep 12, 2006 4:10 am Subject: amqmcert -a AMQ9680 |
MQSeries 5.3 Client for Windows, CSD012 applied.
When i attempt to run amqmcert for a specific user account i get errors.amqmcert -a -p MyCert.p12 -z MyPassord
i am receiving error AMQ9680.
C ... |
Topic: VB.Net impossible to Put message(with .net framework 2.0) |
leehairy
Replies: 40 Views: 46421
|
Forum: IBM MQ API Support Posted: Wed Sep 06, 2006 5:01 am Subject: VB.Net impossible to Put message(with .net framework 2.0) |
I have been running MQ5.3 with .NET2 for some time now with absolutely no issues. Except 1 ... i cannot remember the exact issue, but it occurred on one machine with a locked down installation of Win ... |
Topic: Read file contents from queue |
leehairy
Replies: 8 Views: 9401
|
Forum: IBM MQ API Support Posted: Sun Aug 13, 2006 6:11 am Subject: Read file contents from queue |
mqftrcvc is a command line tool.
There is no reason to try and invoke 'mqftrcvc' from within a VB program. This would be overkill
If your queue contains the contents of a file. You have the fi ... |
Topic: Extract data from MQFMT_XMIT_Q_HEADER message |
leehairy
Replies: 15 Views: 18129
|
Forum: IBM MQ API Support Posted: Tue Aug 08, 2006 3:36 am Subject: Extract data from MQFMT_XMIT_Q_HEADER message |
Thanks again for the help
Thant last reference to the documentation was exactly what i was looking for.
Much appreciated |
Topic: Put C structure object into queue |
leehairy
Replies: 11 Views: 7973
|
Forum: IBM MQ API Support Posted: Tue Aug 08, 2006 3:32 am Subject: Put C structure object into queue |
I dont get the last comment..
RogerLacroix - What would make you think that structs in structs would not be the cumulative size of a structure?
The struct does not contain pointers to other stru ... |
Topic: Extract data from MQFMT_XMIT_Q_HEADER message |
leehairy
Replies: 15 Views: 18129
|
Forum: IBM MQ API Support Posted: Fri Aug 04, 2006 6:57 am Subject: Extract data from MQFMT_XMIT_Q_HEADER message |
Thanks 'jefflowrey'
If you have old messages on the transmit queue, use the old way to process them until it's empty.
This is the issue - to process these messages means i would have to inst ... |
Topic: Extract data from MQFMT_XMIT_Q_HEADER message |
leehairy
Replies: 15 Views: 18129
|
Forum: IBM MQ API Support Posted: Fri Aug 04, 2006 6:31 am Subject: Extract data from MQFMT_XMIT_Q_HEADER message |
Thanks for the reply
The message is sent by a live service system. This system is currently configured to send messages to and from the MSoft HIS MSMQ->MQSeries bridge .
The only reason that ... |
Topic: Extract data from MQFMT_XMIT_Q_HEADER message |
leehairy
Replies: 15 Views: 18129
|
Forum: IBM MQ API Support Posted: Fri Aug 04, 2006 6:07 am Subject: Extract data from MQFMT_XMIT_Q_HEADER message |
Can anyone offer me some advice please!!!
I am using the MQSeries 5.3/Windows/.NET - and am extremely new to MQSeries; so please bear with me.
Summary
Q1) How can i extract just the input messa ... |