Author |
Message
|
amit1verma |
Posted: Tue Feb 09, 2016 8:41 am Post subject: BIP3691-SyncRequest HTTP Error returned--HTTP/1.1 401 Unauth |
|
|
Novice
Joined: 11 Aug 2014 Posts: 17
|
Hello All,
Can someone help me in resolving below issue:
BIP3691-SyncRequest HTTP Error returned--HTTP/1.1 401 Unauthorized.
I'm using SOAPRequest node for calling webservice. WS uses ntlm authentication. After running mqsireportproperties commands, i can see all required properties are set. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Feb 09, 2016 8:46 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Well.
Your request isn't authorized. That's what the error means.
So, you should troubleshoot that. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Vitor |
Posted: Tue Feb 09, 2016 8:53 am Post subject: Re: BIP3691-SyncRequest HTTP Error returned--HTTP/1.1 401 Un |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
amit1verma wrote: |
i can see all required properties are set. |
Whatever you're calling seems to think they're set to the wrong values.
Perhaps you should investigate the validity of that assertion.
amit1verma wrote: |
Can someone help me in resolving below issue |
Here's a helpful tip - stop assuming it's a broker problem! _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
amit1verma |
Posted: Tue Feb 09, 2016 10:36 am Post subject: |
|
|
Novice
Joined: 11 Aug 2014 Posts: 17
|
mqjeff wrote: |
Well.
Your request isn't authorized. That's what the error means.
So, you should troubleshoot that. |
Thanks all for your responses.
Will it be authenticated automatically with broker's credentials?
If not, how to do that. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Feb 09, 2016 10:42 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
"will it be?"
Maybe. Is that the user being presented, that's failing authorization?
The only person who can help you get further with this is yourself.
We can't debug your system. We can't talk to the people running the service you're trying to call. We can't review your configuration. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Vitor |
Posted: Tue Feb 09, 2016 1:22 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
amit1verma wrote: |
Will it be authenticated automatically with broker's credentials? |
If you've correctly made the configuration changes needed to present the credentials you've verified (as per your original post) to the external service then these will be authenticated by the external web service.
Or not, depending on what the external web service is doing.
It could be that you're passing the right credentials but there's a bug in the external service so it's erroneously returning a 401.
It could be that you're passing the right credentials but the external web service is validating against the wrong LDAP.
It could be that you're passing the wrong credentials (i.e. passing the Prod credentials to a non-Prod copy of the web service, or vice versa).
It could be that there's a fault in your configuration and you're passing blank credentials to the external web service.
We can't help debug any of those possibilities. Those are not all the possible scenarios. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|