Harnessing the Power of OpenAI’s GPT-4 for Enterprise Integration

In today’s digital age, Artificial Intelligence (AI) has moved from the realm of science fiction to becoming an integral part of our everyday lives. One of the most revolutionary advancements in AI is the development of OpenAI’s GPT-4, a large language model capable of generating human-like text. Let’s explore how this technology is transforming the […]

BizTalk Server in 2023: Embracing New Challenges and Opportunities

As we journey through 2023, Microsoft BizTalk Server continues to play a pivotal role in enterprise integration, offering powerful and extensible features that cater to a wide range of business scenarios. However, the evolving technology landscape has brought forth new challenges and opportunities that are worth discussing. One of the prominent challenges faced by BizTalk […]

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

hackerx event

I got a message in linkedin the other day, for the hackerx ‘back-end developer’ event. Never been to this kind of ‘speed dating’ style of social event myself, so I take the time to attend. It turns out to be..’fun’, around 20 companies, mostly startup, I basically follow the flow talking to each one of […]

Unattended BizTalk configuration

At my work, we had several stream of development servers, each with a BizTalk 2013 in the middle tier processing business transactions. Yesterday one region messed up, give me that ‘failed to enable constraint error’, have googled a bit no news so have to reconfigure it. Then it becomes interesting, our SQL and BizTalk deployed […]

SQL Server Expired???

So I am working on a vm that was built from Azure gallery BizTalk 2013 R2 developer for 2 weeks, suddenly got this message today Microsoft, are you kidding me?? now I have to download the software from MSDN, re-configure the BizTalk and redeploy my interfaces.. time well spent! Why do you do this Microsoft!!

Show hidden performance counters

I was troubleshooting the CPU bottleneck of the production server, didn’t see the process perf counters, it turns out this has to be updated ‘HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance\Disable Performance Counters’ change this from 1 to 0 works like a maze.

Merge deployment in BTDF and version upgrade

A typical BizTalk best practice is always to develop each interface under its own solution and dedicated BizTalk application. This also aligns to what BTDF (BizTalk deployment framework) built on. However, this is a tricky one in the healthcare solution since the solution usually built on a tree structure Each node in the above diagram […]

Learning using PAL

PAL is good, producing good quality report, as usual, the learning curve is not cleared documented. Problem: MergeConvertFilterPerfmonLogs : Relog.exe failed to process the log fixed this by adding the monitored performance counters in the blg file Problem: CheckPalXmlThresholdFileVersion : The threshold file specified is not compatible with PAL v2.0. for whatever reason, the custom.xml […]

mllp

Some tweaks to apply under heavy load to the HL7 adapter Create the registry key MLLPSendFlushTimeout Create new registry key under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\BizTalk Accelerator for HL7/Version 2.0 with following details: Name : MLLPSendFlushTimeout Value : 0 Set MaxReceiveInterval to 50 ms Open Microsoft SQL Server Management Studio. Expand Databases node and select BizTalkMgmtDb database. Expand Tables […]