Problem with BTSNTSvc.exe.config “A failure occurred when executing a Windows service request”

Additional event log error: “Exception has been thron by the target of an invocation” Error in BizTalk Admin Console: “Failed to start the BizTalk Host Instance. Check the event log on the server … for more details”. Internal Error: “Unspecified erorr” (WinMgmt) I’ve seen these errors before, and it’s always a problem with the config […]

BizTalk WCF-SQL Error: BtsActionMapping “was not understood”

PROCEDURE (What I did to cause the error): 1) Use the adapter wizard to generate a schema and custom bindings for a SQL stored proc 2) Created an orchestration of my own, and then tried to call the stored prod with a two-way (request/response) send port. The ERROR that I received: <code>The adapter failed to […]

Powershell cannot be loaded because execution of scripts is disabled on this system

I was at a new client, trying to run a Powershell to help build my BizTalk binding files for the BizTalk Deployment Framework, and I got this error: PS C:developmentAllProjects.Deployment> .GenerateMasterBindingsFromLocal.ps1 File C:developmentAllProjects.DeploymentGenerateMasterBindingsFromLocal.ps1 cannot be loaded because the execution o f scripts is disabled on this system. Please see "get-help about_signing" for more details. At […]

“Object reference not set to an instance of an object” on Import Bindings in BizTalk

Got this error when importing a series of 5 SendPorts into a newly created BizTalk application: Failed to update binding information. (mscorlib). Additional Information: Object reference not set to an instance of an object. (Microsoft.BizTalk.ExplorerOM). My solution was that I needed to make a reference from the new application, to an existing application, which contained […]