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 20663 matches
Author Message
  Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED
fjb_saper

Replies: 23
Views: 856

PostForum: IBM MQ Security   Posted: Mon Oct 07, 2024 7:32 pm   Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED
Understood. Thanks for your explanation.

How does then JMS client api work for java which doesn?t need private key for AMS?
I assume the interception is being done for AMS and the JMS Client does ...
  Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED
fjb_saper

Replies: 23
Views: 856

PostForum: IBM MQ Security   Posted: Fri Oct 04, 2024 11:18 am   Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED
@fjb_saber, Thank for your reply.
My question is not for setup. I was just stating the fact that per queue policy, queue doesn?t need signing but just encryption.

Now for the certificate issue let ...
  Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED
fjb_saper

Replies: 23
Views: 856

PostForum: IBM MQ Security   Posted: Thu Oct 03, 2024 2:35 am   Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED
Just to let you know we also opened a case with IBM as the other java api works with public certificate and Ibm says i don?t need private keys so not sure what else to look at. Is there a difference b ...
  Topic: MQRC 2058 with MQCCRED configuration
fjb_saper

Replies: 25
Views: 1091

PostForum: General IBM MQ Support   Posted: Sun Sep 29, 2024 2:46 am   Subject: MQRC 2058 with MQCCRED configuration
qmgr wide you should be using REQDADM as the channels will then require a password for privileged users.

This can be done either at the AUTHINFO record or by using a generic CHLAUTH record... :inn ...
  Topic: RDQM "centralized" start / stop qm scripts?
fjb_saper

Replies: 3
Views: 129

PostForum: General IBM MQ Support   Posted: Sun Sep 29, 2024 2:32 am   Subject: RDQM "centralized" start / stop qm scripts?
Thanks for given me another way to approach this. I appreciate it.
Forget the preferred location as it may be suspended for maintenance.
You should check the current location. On the current locati ...
  Topic: MQRC 2058 with MQCCRED configuration
fjb_saper

Replies: 25
Views: 1091

PostForum: General IBM MQ Support   Posted: Sun Sep 22, 2024 12:32 pm   Subject: MQRC 2058 with MQCCRED configuration

i have given our service account user id and pwd in the ini file.
my service account has all the authorization on the server to connect to the qmgr.

What should be the uid and pwd in the ini fi ...
  Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED
fjb_saper

Replies: 23
Views: 856

PostForum: IBM MQ Security   Posted: Wed Sep 18, 2024 5:17 am   Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED
I am using the MQC.TRANSPORT_MQSERIES_MANAGED as the TRANSPORT_MQSERIES_CLIENT is not supported (MQRC_FUNCTION_NOT_SUPPORTED) in IBM MQ dotnet standard library and Also found a documentation where the ...
  Topic: MQRC 2058 with MQCCRED configuration
fjb_saper

Replies: 25
Views: 1091

PostForum: General IBM MQ Support   Posted: Thu Sep 05, 2024 6:24 pm   Subject: MQRC 2058 with MQCCRED configuration


So you need to have a security exit running that has access to cyberark and can retrieve the password for user xyz on machine (mqserver).
I assume you are using user xyz to access MQ.

Note tha ...
  Topic: MQOutput node, ESQL, remote QM
fjb_saper

Replies: 2
Views: 280

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Sep 05, 2024 6:13 pm   Subject: Re: MQOutput node, ESQL, remote QM
Hello everybody. When we used local QMs to put the messages, this code worked for us:
set OutputLocalEnvironment.Destination.MQ.DestinationData.queueName = 'QName';

Now we want to put our messages ...
  Topic: Using a discriminator with a separation character
fjb_saper

Replies: 7
Views: 595

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Sep 05, 2024 6:10 pm   Subject: Using a discriminator with a separation character
You're nearly there. You cannot parse the same data '002|' as an initiator and then again as the content of element 'Record_id'. You need to delete the Record_id elements from your DFDL model.

I kn ...
  Topic: MQRC 2058 with MQCCRED configuration
fjb_saper

Replies: 25
Views: 1091

PostForum: General IBM MQ Support   Posted: Wed Sep 04, 2024 6:11 am   Subject: MQRC 2058 with MQCCRED configuration

The password for this is unknown as we connect to the servers using cyber ark.


The client and server are different machines.The user is same and i login using cyberarc where the pwd is unknown. ...
  Topic: 9.4.0.0 Short/Long Retry Bug?
fjb_saper

Replies: 8
Views: 621

PostForum: General IBM MQ Support   Posted: Thu Aug 22, 2024 10:52 am   Subject: 9.4.0.0 Short/Long Retry Bug?
Are the sender channels set up with in the local address the VIP of the mscs cluster ?
  Topic: File System Full on RDQM
fjb_saper

Replies: 19
Views: 1648

PostForum: General IBM MQ Support   Posted: Fri Aug 16, 2024 11:29 am   Subject: File System Full on RDQM
Its much easier to ask the sys admin for a temporary size increase on the file system, to allow the qmgr to be started, and to deal with the big queues.
You missed the part about this being RDQM. Not ...
  Topic: File System Full on RDQM
fjb_saper

Replies: 19
Views: 1648

PostForum: General IBM MQ Support   Posted: Wed Aug 14, 2024 7:48 pm   Subject: File System Full on RDQM
Never delete the DLQ. Rather try the following:
Run a DLQ handler to discard the messages on the DLQ.

  Topic: Server Cert Validation: Azure Function App and IBM MQ Client
fjb_saper

Replies: 5
Views: 1118

PostForum: IBM MQ API Support   Posted: Wed Jul 24, 2024 6:03 am   Subject: Server Cert Validation: Azure Function App and IBM MQ Client
Sorry - I suppose I wasn't clear in the earlier answer.

- The Function App (in ASP) has the environment variable set.
- I was able to add the ASP cert signer chain on MQ server easily.
- Adding ...
Goto page 1, 2, 3 ... 1376, 1377, 1378  Next Page 1 of 1378

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.