How to Check/Get the list of all BizTalk Cumulative Updates installed in the machine with PowerShell

How to Check/Get the list of all BizTalk Cumulative Updates installed in the machine with PowerShell

We cannot rely on documentation, if they exist, to be accurate, special regarding to the status of the machines present in the environment – I never found this kind of document that tell me what is installed on the machine, what are the updates (or CU) or service pack installed and so on and regarding […]
Blog Post by: Sandro Pereira

How to fix or configure the Signing Properties of a Visual Studio BizTalk Project with PowerShell version 2

How to fix or configure the Signing Properties of a Visual Studio BizTalk Project with PowerShell version 2

In the previous post I provide a fix to the PowerShell script to that is able to configure the Deployment Properties of a BizTalk project, keeping my word, at least half of it, because I also found the same problems in the PowerShell script to fix or configure the Signing Properties of a BizTalk Project, […]
Blog Post by: Sandro Pereira

How to fix or configure the Deployment Properties of a Visual Studio BizTalk Project with PowerShell version 2

How to fix or configure the Deployment Properties of a Visual Studio BizTalk Project with PowerShell version 2

It is nothing new that before you can deploy a solution from Visual Studio into a BizTalk application, you must first set project properties, especially the Server and the Configuration Database. Otherwise two things may happen: Deployment will fail when you try do to deploy it through Microsoft Visual Studio or will you are redeploying […]
Blog Post by: Sandro Pereira

Expose Orchestration as WCF Service – Errors – Resolutions

Expose Orchestration as WCF Service – Errors – Resolutions

Error 1 : Receive location for address “/ExposeOrchWCFService/ExposeOrchWCFService_ProcessPO_prtRcvPO.svc” not found. (The BizTalk receive location may be disabled.) Resolution: WCF Service Publishing Wizard will create a new Receive location in the application you have specified in the wizard. That receive location need to be enabled. Error 2: Cannot open database “BizTalkMgmtDb” requested by the login. The […]
Blog Post by: vijaymstech

The Message “Request” has an incorrect type for operation ” port_2.operation_1.Request”

The Message “Request” has an incorrect type for operation ” port_2.operation_1.Request”

Error: The Message “Request” has an incorrect type for operation ” port_2.operation_1.Request” Solution: This error occurs if the you messed around Orchestration parameters while using Call/Start Orchestration shape. Verify Parameter in the called orchestration. Also delete the call/start orchestration shape and place new call/start shape and configure it one more time.
Blog Post by: vijaymstech