Trouble with BizTalk Isolated host (Help)

I use the SubmitDirect adapter wich runs as an isolated host from within an orchestration.

And then I get the error :

Message:  The Messaging Engine failed to register the adapter for "Submit" for the receive location "Submit://AssetDocsIn". Please verify that the receive location is valid, and that the isolated adapter runs under an account that has access to the BizTalk databases.            

The component I use to Submit works when used out side of orchestration but  when i try to use the direct adapter in an orchestration i get the error.

Is there anybody 'Biztalk Guru enough'  to have an answer for this ?

A possible answer for this would be set the host to the Biztalk Host instead of the iIsolated host and recompile the adapter. But i am not sure how to do this...... and I am not sure if it will work either.

Can anybody help ?


 

Published 10-01-2004 5:51 PM by Patrick Wellink
Filed under:

Comments

# re: Trouble with BizTalk Isolated host (Help)

Thursday, October 28, 2004 8:06 PM by Patrick Wellink
I have the exact same problem. The submit works fine when it is called from some c# code but when I try it from an orchestration, I get the same error. Did you figure out the problem? I can't figure it out for the life of me.

# re: Trouble with BizTalk Isolated host (Help)

Friday, October 29, 2004 8:11 AM by Patrick Wellink
No i did not,
couldn't figure it out and I am still trying to find another way to solve it.

# re: Trouble with BizTalk Isolated host (Help)

Friday, October 29, 2004 7:44 PM by Patrick Wellink
I just talked to some msft consultants and they told me that it is not possible to use the submit direct from an orchestration. Looks like I'll have to find another way. Good luck.

# re: Trouble with BizTalk Isolated host (Help)

Monday, November 01, 2004 7:28 AM by Patrick Wellink
Ok thanks....

I already figured out another way.....
but thanks for the feedback.....

# re: Trouble with BizTalk Isolated host (Help)

Sunday, May 15, 2005 1:20 PM by Patrick Wellink
Hi, I was trying to find some solution for a problem related with submit direct adapter. If any of you can help me, I'll now tell you my problem:

After a lot of problems, I finally got the adapter working just fine (or almost). The things is that after a "not know" thedshold of concurrency load is exceeded, I get two diferent error (actually is a porcentage of all the trasactions executed the ones those fails):

2) Exception Information
*********************************************
Exception Type: System.NullReferenceException
Message: Invalid pointer
TargetSite: Void SubmitRequestMessage(Microsoft.BizTalk.Message.Interop.IBaseMessage, System.String, Boolean, System.DateTime, Microsoft.BizTalk.TransportProxy.Interop.IBTTransmitter)
HelpLink: NULL
Source: Microsoft.BizTalk.Interop.TransportProxy

StackTrace Information
*********************************************
at Microsoft.BizTalk.TransportProxy.Interop.IBTTransportBatch.SubmitRequestMessage(IBaseMessage requestMsg, String correlationToken, Boolean firstResponseOnly, DateTime expirationTime, IBTTransmitter responseCallback)
at Caixanova.Middleware.SubmitDirect.TransportProxyUtils.BizTalkMessaging.BeginSubmitSyncMessage(IBaseMessage message, AsyncCallback cb, Object asyncState)
at Caixanova.Middleware.SubmitDirect.TransportProxyUtils.BizTalkMessaging.SubmitSyncMessage(IBaseMessage message)
at Caixanova.Middleware.Utilities.MessageBoxSubmitDirect.SubmitSyncRequest(String submitURI)
at Caixanova.Middleware.Utilities.MessageBoxSubmitDirect.SubmitSyncRequest(String request, String submitURI)
at Caixanova.Middleware.Facade.Remoting.Service.SubmitSyncRequest(String request, TipoAplicacionBTS aplicacion)
-----------------------------------------------

# re: Trouble with BizTalk Isolated host (Help)

Sunday, May 15, 2005 4:14 PM by Patrick Wellink
If any of you need to comunicate with me ma email adress is Fernando.Sinagra@gmail.com