|
Home > Archive > BizTalk Server Setup > October 2005 > SOAP messages not working
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 |
SOAP messages not working
|
|
|
| Hi,
Recently I had to upgrade my Biztalk 2004 trial edition to the official
edition.
I'm running some of the samples to make sure everyting is running ok.
A receiver port using the FILE protocol is working fine. I drop messages in
a folder and the orchestration picks it up and process them.
When I try to test a port using the SOAP protocol it keeps on failing. I'm
trying to install the example BiztalkAny (that was located in the Biztalk
2004 directory)
I keep on receiving the application error:
The Messaging Engine failed to register the adapter for "SOAP" for the
receive location.
"/BizTalkAny_Proxy/BizTalkAny_OrchestrationAny_PortAny.asmx". Please verify
that the receive location is valid, and that the isolated adapter runs under
an account that has access to the BizTalk databases.
I can browse to the wsdl.
(http://localhost/BizTalkAny_Proxy/B...ny_PortAny.asmx)
without any problems.
The virtual directory BizTalkAny_Proxy has Anonymous access set up for
the IUSR_P4, IUSR_P4 is member of the BizTalk Isolated Host Users.
BizTalk Isolated Host User has access to some of the database tables.
(can somebody tell me which table he needs access to, does he only needs to
be a datareader?)
What I was wondering is, how do I know if the BizTalkServerIsolated Host ios
properly running (and properly configured) Can I see this running as a
Windows service?
I'm really lost. Any feedback is appreciated. I hope there is some tip out
there that can get me running again.
Regards,
Marco
| |
| Michael Elizarov [MSFT] 2005-10-24, 10:32 am |
| Marco,
You need to grant the account that is used for isolated host reader/writer
access to all BizTalk databases, not just some tables. If you want to
tighten security you may try to use reader everywhere and r/w on message
box database.
-- Michael
--------------------
Hi,
Recently I had to upgrade my Biztalk 2004 trial edition to the official
edition.
I'm running some of the samples to make sure everyting is running ok.
A receiver port using the FILE protocol is working fine. I drop messages in
a folder and the orchestration picks it up and process them.
When I try to test a port using the SOAP protocol it keeps on failing. I'm
trying to install the example BiztalkAny (that was located in the Biztalk
2004 directory)
I keep on receiving the application error:
The Messaging Engine failed to register the adapter for "SOAP" for the
receive location.
"/BizTalkAny_Proxy/BizTalkAny_OrchestrationAny_PortAny.asmx". Please verify
that the receive location is valid, and that the isolated adapter runs
under
an account that has access to the BizTalk databases.
I can browse to the wsdl.
(http://localhost/BizTalkAny_Proxy/B...ny_PortAny.asmx)
without any problems.
The virtual directory BizTalkAny_Proxy has Anonymous access set up for
the IUSR_P4, IUSR_P4 is member of the BizTalk Isolated Host Users.
BizTalk Isolated Host User has access to some of the database tables.
(can somebody tell me which table he needs access to, does he only needs to
be a datareader?)
What I was wondering is, how do I know if the BizTalkServerIsolated Host
ios
properly running (and properly configured) Can I see this running as a
Windows service?
I'm really lost. Any feedback is appreciated. I hope there is some tip out
there that can get me running again.
Regards,
Marco
|
|
|
|
|