Author |
Message |
Topic: Message Definition Mismatch. |
Ramya.IN
Replies: 3 Views: 3763
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 28, 2014 6:35 pm Subject: Message Definition Mismatch. |
Yes you do get that error if you built your message tree incorrectly for the output message set.
You did not copy the full error message but it is probably telling you that the parser encountered the ... |
Topic: Message Definition Mismatch. |
Ramya.IN
Replies: 3 Views: 3763
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 28, 2014 4:46 pm Subject: Message Definition Mismatch. |
Hi, thanks for the reply. here is my complete error msg:
['MQROOT' : 0x17aaf3f0]
(0x01000000:Name):RecoverableException = (
(0x03000000:NameValue):File = 'F:\build\S700_P\src\Data ... |
Topic: Message Definition Mismatch. |
Ramya.IN
Replies: 3 Views: 3763
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 28, 2014 2:20 pm Subject: Message Definition Mismatch. |
Hi,
I get the error 'CWF Logical Tree - Message Definition Mismatch' when I try to run Source Adapter job (where i supply my sample file for testing). I am sure that there is no mistake in my Mess ... |
Topic: Basic HTTP Authentication |
Ramya.IN
Replies: 19 Views: 18481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 15, 2014 2:35 pm Subject: Basic HTTP Authentication |
I did HTTP Basic Auth..
For Basic Auth you should not do any coding thing... Just some configuration setting..
1)your flow should start with Http Input Node
2)In Websphere MQ Explorer -->Brok ... |
Topic: Basic HTTP Authentication |
Ramya.IN
Replies: 19 Views: 18481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 11, 2014 8:28 am Subject: Re: This should help |
Use this esql code- it works!
CREATE COMPUTE MODULE SomeCompute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyEntireMessage();
SET OutputRoot.HTTPRequestH ... |
Topic: Basic HTTP Authentication |
Ramya.IN
Replies: 19 Views: 18481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 11, 2014 8:26 am Subject: Basic HTTP Authentication |
I'm confused.
Is the intent to validate an incoming Basic-Auth credential against userids stored by mqsisetdbparms?
This is not, to the best of my knowledge, possible. The closest you can get, ... |
Topic: Basic HTTP Authentication |
Ramya.IN
Replies: 19 Views: 18481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2014 8:18 am Subject: Basic HTTP Authentication |
I thought that only worked for passing static credentials (i.e. those not held or derived from the message payload) out to an external service.
The OP is (if I'm reading the post correctly) tryin ... |
Topic: Basic HTTP Authentication |
Ramya.IN
Replies: 19 Views: 18481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2014 8:13 am Subject: Basic HTTP Authentication |
Check these steps
1. Register the u/p
mqsisetdbparms brokerName -n securityIdName -u username -p password
2. Create a Security Profile configurable service by using the mqsicreateconfigurablese ... |
Topic: Basic HTTP Authentication |
Ramya.IN
Replies: 19 Views: 18481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 07, 2014 4:22 pm Subject: And what arfe you still unclear on?[/quote] |
And what arfe you still unclear on?[/quote]
I do not want any external provider to be used. But the link specifies the usage of an external provider. |
Topic: Basic HTTP Authentication |
Ramya.IN
Replies: 19 Views: 18481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 07, 2014 4:06 pm Subject: Basic HTTP Authentication |
Thank you for the reply. May i know what command or other options that can be used in such a use case if mqsisetdbparams cannot be used. |
Topic: Basic HTTP Authentication |
Ramya.IN
Replies: 19 Views: 18481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 07, 2014 10:11 am Subject: Basic HTTP Authentication |
Use case:
I got to set up Basic HTTP Authentication where in if the given username and password doesnot match the set credentials it should throw an error. In such a case can i use 'mqsisetdbpara ... |
Topic: Basic HTTP Authentication |
Ramya.IN
Replies: 19 Views: 18481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 07, 2014 9:06 am Subject: Basic HTTP Authentication |
Thanks for the reply.I am using the Version: 7.0.0.3 on Windows7 platform.
I have gone through:
1. http://www.ibm.com/developerworks/websphere/library/techarticles/1008_fan/1008_fan.html
2. &q ... |
Topic: Basic HTTP Authentication |
Ramya.IN
Replies: 19 Views: 18481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 07, 2014 8:42 am Subject: Basic HTTP Authentication |
Hi,
How to configure Broker to use basic HTTP authentication?
Can the command 'mqsisetdbparms' be used for basic http auth? When I check the WMB help content it says the command is used to associate ... |