Author |
Message |
Topic: CWSMQ0282E and crash MQ 9.0.4 |
Gergo2020
Replies: 4 Views: 4268
|
Forum: General IBM MQ Support Posted: Thu Feb 18, 2021 8:23 am Subject: CWSMQ0282E and crash MQ 9.0.4 |
I did a quick google search for this error message and received three pages of occurrences of that error message with a variety of possible causes. You offered us near zero information that might lea ... |
Topic: CWSMQ0282E and crash MQ 9.0.4 |
Gergo2020
Replies: 4 Views: 4268
|
Forum: General IBM MQ Support Posted: Thu Feb 18, 2021 3:00 am Subject: CWSMQ0282E and crash MQ 9.0.4 |
Hi all!
I got this error: CWSMQ0282E
I found this: https://www.ibm.com/support/pages/apar/IT28062
This problem was fixed or not?
What are my options?
Thank you!
G. |
Topic: How To use C examples? |
Gergo2020
Replies: 11 Views: 32485
|
Forum: IBM MQ API Support Posted: Mon Sep 21, 2020 3:55 am Subject: How To use C examples? |
Thank you all for your help. Message sent successfully. That would be my question. How can I compile my own C version? What tools are needed to add it under windows?
Thank you! |
Topic: How To use C examples? |
Gergo2020
Replies: 11 Views: 32485
|
Forum: IBM MQ API Support Posted: Mon Sep 14, 2020 3:35 am Subject: How To use C examples? |
Thank you, I replaced, but same error. |
Topic: How To use C examples? |
Gergo2020
Replies: 11 Views: 32485
|
Forum: IBM MQ API Support Posted: Mon Sep 14, 2020 1:25 am Subject: How To use C examples? |
Hi all!
I would like to use c:\Program Files\IBM\MQ\Tools\c\Samples\Bin\amqsput.exe
I created a bat file, contents:
""c:\test\amqsput.exe" MQ,MQM,192.168.100.230(1414),DOTNET.SVR ... |
Topic: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Gergo2020
Replies: 20 Views: 51230
|
Forum: IBM MQ API Support Posted: Tue Aug 04, 2020 5:56 am Subject: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
I hope this will make it more transparent
test app MQ codes:
using IBM.XMS;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Task ... |
Topic: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Gergo2020
Replies: 20 Views: 51230
|
Forum: IBM MQ API Support Posted: Thu Jul 16, 2020 6:58 am Subject: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Why so much? Is the syntax not good? I don't understand why you wrote these. |
Topic: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Gergo2020
Replies: 20 Views: 51230
|
Forum: IBM MQ API Support Posted: Thu Jul 16, 2020 1:47 am Subject: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
I'd like this:
var destination2 = Session.CreateQueue(string.Format("queue://{0}/{1}?PUT1=1&ObjectName ={0}&ObjectQMgrName={1}&quo ... |
Topic: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Gergo2020
Replies: 20 Views: 51230
|
Forum: IBM MQ API Support Posted: Wed Jul 15, 2020 2:55 am Subject: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Thanks for all the help,
I tried Alias, but unfortunately the same error came.
Is it possible to modify the MQOD in the XMS API?
Thank you very much! |
Topic: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Gergo2020
Replies: 20 Views: 51230
|
Forum: IBM MQ API Support Posted: Tue Jun 30, 2020 3:48 am Subject: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Unfortunately, I do not have access. I got a remote queue and queue manager that is part of the cluster, but unfortunately I can't put a message. Why is it necessary to have a local queue?
IBM.XMS. ... |
Topic: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Gergo2020
Replies: 20 Views: 51230
|
Forum: IBM MQ API Support Posted: Fri Jun 26, 2020 3:58 am Subject: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
This error came:
Message: Failed to open MQ queue ESB.SOAPWMQ.REPLYQ.
XMS attempted to perform an MQOPEN, but IBM MQ reported an error.
Use the linked exception to determine the cause of th ... |
Topic: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Gergo2020
Replies: 20 Views: 51230
|
Forum: IBM MQ API Support Posted: Fri Jun 26, 2020 1:00 am Subject: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
I try to modify my code:
public IMessage SendMessage(string message)
{
try
{
if (Connection != null && MqConnect ... |
Topic: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Gergo2020
Replies: 20 Views: 51230
|
Forum: IBM MQ API Support Posted: Thu Jun 25, 2020 5:28 am Subject: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Thanks, I'm starting to understand.
How do I specify properties? Is it necessary at all? What settings are required for a cluster?
queue://replytoqmgr/replytoqueue[?targetClient=1] ... |
Topic: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Gergo2020
Replies: 20 Views: 51230
|
Forum: IBM MQ API Support Posted: Thu Jun 25, 2020 4:46 am Subject: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
I dont find examples.
Here is my code (clean version):
public IMessage SendMessage(string message)
{
try
{
if (Connec ... |
Topic: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Gergo2020
Replies: 20 Views: 51230
|
Forum: IBM MQ API Support Posted: Thu Jun 25, 2020 4:08 am Subject: How to set .NET C# IBM.XMS.MQC.MQCFUNC_MQPUT1 |
Hi all!
Please help me.
I need to set IBM.XMS.MQC.MQCFUNC_MQPUT1 option.
destination.SetStringProperty("???", IBM.XMS.MQC.MQCFUNC_MQPUT1);
I want to use MQOD with two parametes
Obje ... |