Posts

Showing posts from January, 2013

The Messaging Engine failed to register an adapter "WCF-BasicHttp". Details: "Registering multiple adapter types within the same process is not a supported configuration. For e.g. HTTP and SOAP receive adapters cannot co-exist in the same process

Image
When deploying a wcf service to biztalk the is a good chance you will run into: The Messaging Engine failed to register an adapter "WCF-BasicHttp". Details: "Registering multiple adapter types within the same process is not a supported configuration. For e.g. HTTP and SOAP receive adapters cannot co-exist in the same process" Solution When installting a SOAPm HTTP or WCF service on the same WebServer then seperate app pools must be created for each adapter. Using seperat app pools will solve the issue. Note the this is only a problem om win servers as desktop version of windows does not have an app pool concept.

Unable to Start SendPort

Image
Today I  got an error I havet seen before. When trying to change credentials on a sendport for Oracle I got en error: Unable to enslits due to an unexpected error. Hmm.. Queruying the EventLog helped me a bit further: Hmm how can this bee. I stopped the application and all the hosts. When querying the subscription it was still active. That`s not right! I has to snook around the the  'BizTalkmsgBox' database in the table 'Subscription'. I queried it with : SELECT     nID, dtTimeStamp, nvcName, uidSubID, uidSubGroupID, snGroupPriority, nvcApplicationName, uidClassID, dtStartWindow, dtEndWindow, dtValid,                       uidServiceID, uidInstanceID, uidPortID, uidPredicateGroupID, fEnabled, uidConvoySetID, vtConvoySetProp1DefVal, vtConvoySetProp2DefVal,                       vtConvoySetProp3DefVal, snPartRetrieval, fOrderedDelivery, fIsRequestResponse, fCanActivateConvoySet, uidAppInstanceID, uidDBOwnerID,                       snPriority, fPaused FROM