Saturday, June 15, 2019

BizTalk Server 2020 is here :)


After much anticipation and delighted to know that the BizTalk Server 2020 is on the card for microsoft

http://www.biztalkgurus.com/blogs/msft-biztalk-community/biztalk-server-2020-is-coming-at-the-end-of-cy-2019/

It was announced in the Integrate 2019. This will add great capabilities to the Hybrid Integration story for Microsoft.


https://blog.sandro-pereira.com/2019/06/12/biztalk-server-2020-is-coming-at-the-end-of-cy-2019/



Whether logic apps will be available for in-premises

Saturday, June 08, 2019

Setting environment variable in the .Net Core API in Kubernetes



Setting up and Managing environment variables is a crtical task as part of the deployment of your solution in different environment. One of the ways to apply
environment variables while deploying the PODS in the Kubernetes cluster.

.Net Core 2.0 Provides the following option in setting up the environment variables.
launchSettings.json  - Manages environment variable, which used to launch the application
appsettings.json  - Manages variable for the apps like database connection string, variables setting for APP etc

Also we can inject multiple JSON file for app settings.

This is one of the technique to deploy pods with the environment variables. Include the variable and right value before deploying the image using k8s yml file


Monday, December 02, 2013

Problem with WCF-Custom adapter (WS HTTP Binding with reliable messaaging) - Error event logged, even though transaction completed Sucessfully

When BizTalk Server sends request to WCF Service, The system is able to service the request and complete the transaction successfully.  But after the successful completion of the transaction, the following two events are logged in the BizTalk server. The orchestration, which initiates the service request also getting completed successfully.
Log Name:      Application
Source:        BizTalk Server
Date:          18/11/2013 10:43:11 p.m.
Event ID:      5796
Task Category: BizTalk Server
Level:         Error
Keywords:      Classic
User:          N/A
Computer:     
Description:
The transport proxy method MoveToNextTransport() failed for adapter WCF-Custom: Reason: "Messaging engine has no record of delivering the message to the adapter. This could happen if MoveToNextTransport() is called multiple times for the same message by the adapter or if it is called for a message which was never delivered to the adapter by the messaging engine". Contact the adapter vendor.
Log Name:      Application
Source:        BizTalk Server
Date:          18/11/2013 10:43:11 p.m.
Event ID:      5677
Task Category: BizTalk Server
Level:         Error
Keywords:      Classic
User:          N/A
Computer:     
Description:
The Messaging Engine encountered an error while suspending one or more messages.

The details of the service is given below

Service
-          WS-HTTP Binding
-          Reliable messaging enabled
-          Security :
o   Mode : Message
o   ClientCredentialType : Windows
Client
-          BizTalk WCF Custom adapter  with WS-http binding (BizTalk Server 2010)
-          Static two way port
-          Reliable messaging enabled
-          Security :
o   Mode : Message
o   ClientCredentialType : Windows

Every thing works fine as expected for the interface. ie the transaction is success. After a min of the transaction completion. I am getting the errors.
01. I have not checked Propagate Fault message (as a solution provided in another blog)
02. Its a static Port
03. I am using reliable messaging
The below error events are logged in the event viewer

Looks like the issue is BizTalk is not able to handle the reliable message properly. Its failing when it tries to close the connection after successful transaction.

I am working with Microsoft to get this sort it out currently, I will update once I have more details on this issue.

Thursday, December 13, 2012

BizTalk Server 12th Birthday


Happy Birthday BizTalk Server 12/12/2012 Born on 12/12/2000
A Many more returns of the day for BizTalk Server ... The first version of the product "Microsoft BizTalk Server 2000" was released back in 12/12/2000

BizTalk Summit 2012 is happening in Redmond, Seattle on 10th and 11th of December 2012 .The main objective of the event is to show the roadmap, future direction of BizTalk and to highlight what’s coming in the upcoming BizTalk Server 2013 version and improvement that’s happening on the integration side in Windows Azure.

Some good news about BizTalk Server. In Scott Guthrie, Vice President, Microsoft developer division key note, he has mentioned that the "Microsoft is heavily investing on BizTalk Server".
But I did not get, What is the roadmap for BizTalk server beyond 2013

More about the summit please read here . 

But where Microsoft is investing ???