|
Home > Archive > BizTalk Server Orchestration > November 2004 > BAS (Tutorial 3) - Party Resolution Issue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
BAS (Tutorial 3) - Party Resolution Issue
|
|
|
| Hi Guys,
Has anyone tried Tutorial 3, and had same problem as I am
having right now? Orchestration has been registrated on
BAS, profile has be created as well, everything else seems
OK, but when I tested the solution by post xml PO instance
through HTTPPost, I have following in eventlog,
Destination party not found while attempting to send
message 'MinPOAmountRequestMsg' to (s-1-5-7,
OrganizationName)
because of that, I don't see any document in Inbox folder
of Partner1 on BAS Site. This is obviously a party
resolution issue, i suspected if my window id supplied
with HTTPPost is not recognized by party resolution
components, but I did exactly as instructed in the
tutorial. How do I fix this? please help thanks.
Simon
| |
| Jack Blalock 2004-11-11, 5:49 pm |
| Things to check:
1) Your receive port has Authentication = Not Required setting and your
virtual directory accepts Anonymous users. If this is the case, change
Authentication = Required (Keep Message) and change your virtual directory
not to accept Anonymous users
2) Your message box doesn't trust incoming messages from the virtual
directory.
a) Check your hosts are trusted for Authentication.
b) Check your virtual directory is running under the trusted user account.
Check TrustedUsers table in the MessageBox. The application pool for the
virtual directory should be running as the trusted user.
Jack Blalock [MSFT]
This posting is provided "AS IS", with no warranties, and confers no rights.
| |
|
| Thanks for your instruction, Jack.
I made modification on the records of TrustedUsers table
in the MessageBox. Looks like the party resolution issue
is resolved. However, I have following event log when the
orchestration is calling the trading partner webservice to
retrieve the MinPOAmount,
The "SOAP" adapter is suspending an outbound message going
to destination
URL:"http://alberta:88/tppubws/tppubws.asmx". Details:"The
request failed with HTTP status 401: Unauthorized.".
I suspect this is similar to my previous problem,
something relevant to Authentication, do you know what
might be the cause?
Simon
>-----Original Message-----
>Things to check:
>
>1) Your receive port has Authentication = Not Required
setting and your
>virtual directory accepts Anonymous users. If this is the
case, change
>Authentication = Required (Keep Message) and change your
virtual directory
>not to accept Anonymous users
>
>2) Your message box doesn't trust incoming messages from
the virtual
>directory.
> a) Check your hosts are trusted for Authentication.
> b) Check your virtual directory is running under the
trusted user account.
>Check TrustedUsers table in the MessageBox. The
application pool for the
>virtual directory should be running as the trusted user.
>
>Jack Blalock [MSFT]
>This posting is provided "AS IS", with no warranties, and
confers no rights.
>
>.
>
| |
| Tharani Vettivelu [MSFT] 2004-11-22, 5:48 pm |
| Check if the BizTalk host is running under an identity that is a member of
either BizTalk BAS Managers, BizTalk BAS Administrators, BizTalk BAS
Users, BizTalk BAS Web Services Group or BizTalk Application users (only
the members of these groups are authorized to call TPPub Web Service)?
Thanks,
Tharani.
--------------------[vbcol=seagreen]
<ABgXfTAyEHA.1184@cpmsftngxa10.phx.gbl>[vbcol=seagreen]
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|
|