System Administration

Add JNDI datasource for external database connection

Introduction In this post we will see how we can add a JNDI datasource and also create a new Pega database instance using the JNDI datasource to connect to the external database. For this tutorial I am using Pega personal edition 8.5 Okay, first let’s look into the out of the box pega database instances. …

Add JNDI datasource for external database connection Read More »

Docker 3 – Docker basics and first docker container

Introduction In this post, we will start with Docker architecture, docker objects and we will also run a simple docker container. I would recommend you to go through the previous posts in order for better understanding. https://myknowpega.com/tag/docker/ Tip: Since copy/paste is not possible in this post, I documented the shell commands in the following git …

Docker 3 – Docker basics and first docker container Read More »

Docker 1 – Containerisation basics

Introduction This is the first post in docker series. Here we will talk about some basic containerisation terminologies. What is containerisation? Bare metal  Vs Virtualization Vs Containerisation Bare metal – It refers to a single physical server. We know that to run any software, we need the hardware elements of a single computer – server, …

Docker 1 – Containerisation basics Read More »

AsyncProcessor requestor type and System Runtime Context

Introduction In this post, we will see about the introduction and deprecation of AsyncProcessor requestor type followed by the usage of System Runtime Context. Let’s start with some brief introduction about requestor types. We know that all the application logic or coding resides in the rule base. To resolve and execute the applicable code, we …

AsyncProcessor requestor type and System Runtime Context Read More »

Content storage and content source using Azure storage repository

Introduction In this post, we will see how we can store and manage the case attachments and pulse attachments in Azure blob storage container instead of the default Pega data storage. This tutorial is implemented using Pega 8.5 personal edition. I recommend you to go through my previous post to understand the basics of cloud …

Content storage and content source using Azure storage repository Read More »

Kafka 7 – Configure Kafka instance in Pega

Introduction In the previous post we saw how we can make a connection between Pega and an external Kafka server. In this post we will see how Pega can consume the Kafka messages published in the external Kafka server. Business scenario A banking organization ABC uses Pega infinity to facilitate their sales process. Whenever a …

Kafka 7 – Configure Kafka instance in Pega Read More »

Kafka 6 – Configure Kafka instance in Pega

Introduction In the previous post on queue processor we saw that Pega internally has its native kafka server to perform stream processing. In this post we will see how Pega can make a connection to external Kafka server. Business scenario A banking organization ABC uses Pega infinity to facilitate their sales process. Whenever a loan …

Kafka 6 – Configure Kafka instance in Pega Read More »

error: Content is protected !!
Scroll to Top