Uncategorized

Creating a Qualifier for a Modifier

When there is a business requirement to create a New Qualifier for a modifier, we can make use of this code to Register as a Concurrent Program and create a…

Read More

Reducing AWS Costs by Right-Sizing Kubernetes Workloads

Introduction/Issue:Running Kubernetes on AWS gave us flexibility, but we noticed our monthly bills were climbing fast. On closer inspection, we found workloads consuming way more resources than they needed, leading…

Read More

Fixing CrashLoopBackOff in Kubernetes Pods

Introduction/Issue:During one of our deployments, we noticed several pods stuck in a CrashLoopBackOff state. This immediately raised alarms since critical services were unavailable. The CrashLoopBackOff loop happens when a container…

Read More

Keeping Your Power BI Model Clean by Hiding Fields

Introduction/ Issue:  When building Power BI reports, a cluttered fields pane can confuse report developers and slow down the design process. Duplicate-looking columns, technical keys, or backend fields often end…

Read More

Mastering DAX: Avoiding Common Mistakes in Power BI

Introduction/ Issue:  DAX is powerful, but its behavior is tied to context—row, filter, and context transition. Misunderstanding these can lead to wrong results, especially in totals, averages, and complex calculations.…

Read More

WSO2 configuration

Table of Contents  Create User in Carbon URL  1.1 Assign Privileges to the Created User  1.2 Verify the Created User  Create API in Publisher URL  Get Token from Devportal URL …

Read More

Automating Oracle 23ai DB Deployment with Ansible Playbooks across Hosts

Prerequisites Install Python 3 and Ansible on the source (control) host. Install Python 3 on the destination (target) host (Ansible requires Python on the target). Ensure the source machine has…

Read More

Exporting Plan Data in Oracle Fusion Supply Chain Planning

Introduction/ Issue:  In Oracle Fusion Supply Chain Planning, planners often need to extract plan measure data from demand or supply plan layouts for reporting and analysis outside the application. Instead…

Read More

UPDATE PO SHIPMENT LINE USING API

UPDATE PO SHIPMENT LINE USING API   Objective: The intent of this document is to understand how we can update or split the PO Shipment line using API Scenario: Currently…

Read More

Creating_Auditing_in_Oracle_Database_23ai

How to Check and Create Auditing Policies in Oracle Database 23ai Auditing in Oracle Database 23ai is not just about compliance — it’s about knowing exactly who did what in…

Read More