Hi,
I am just learning Biztalk and have been following an example in Microsoft Biztalk server 2004 Unleashed, chapter 14 pattern 3, Using InfoPath with Orchestration. All went ok until I try to use data in the infoPath form. I first got an error in my event viewer saying that SHARON/ASP.NET failed to log in, so I added the user to BizTalkMgmtDb under the isolated user list. But this didn’t work, I tried again and then:
I get the following error in the infoPath form:
The SOAP response indicates that an error occurred on the server:
Internal SOAP Processing Failure
When I checked my events viewer I got 2 errors:
The following stored procedure call failed: \” { call admsvr_GetAppInstID( ?, ?, ?, ?, ?)}\”. SQL Server returned error string: \”\”.
and:
The Messaging Engine failed to register the adapter for \”SOAP\” for the receive location \”/BTSDG_BusCards_Proxy/BTSDG_BusCards_BusinessCardRequisition_BusinessCardRequisitionPort.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.
Any ideas what I am doing wrong?
Sharon