Articles

All articles

Practical T24 writing on the topics that matter in production — AA, TPH, TAFC to TAFJ migrations, COB, and careers. Written from real experience, not vendor documentation.

Featured articles

The cornerstone reads every T24 professional should know.

AA fundamentals

What on Earth is AA? Arrangement Architecture Explained

A plain-English introduction to Arrangement Architecture — Product Families, Property Classes, Arrangements, and why changes do nothing until you Proof and Publish.

Read the article

COB fundamentals

What Is COB in T24? Close of Business Explained

A plain-English introduction to Close of Business (COB) in Temenos T24 — what it does, why it matters, what the batch actually processes, and what to do when it does not complete.

Read the article

T24 fundamentals

What Is SWIFT in T24? A Plain-English Introduction

A plain-English introduction to SWIFT messaging in Temenos T24 — what SWIFT actually does, how messages get in and out, what MT and MX mean, and why your payment is stuck in a repair queue.

Read the article

TPH fundamentals

What TPH Actually Does and Why It Is Hard to Learn

The moment TPH becomes real is usually around 2am during a production incident. Payments are not going out. Thirty people are on a call. This is what you actually need to know before that call happens.

Read the article

New to T24? Start Here

The fundamentals every T24 professional should know — OFS, AA, COB, and SWIFT explained in plain English.

T24 fundamentals

What Is OFS in T24? Open Financial Services Explained

OFS is how the outside world talks to T24. A plain-English introduction to the message structure, request types, OFS.SOURCE configuration, security, and what breaks when integrations go wrong.

Read

AA fundamentals

What on Earth is AA? Arrangement Architecture Explained

A plain-English introduction to Arrangement Architecture — Product Families, Property Classes, Arrangements, and why changes do nothing until you Proof and Publish.

Read

COB fundamentals

What Is COB in T24? Close of Business Explained

A plain-English introduction to Close of Business (COB) in Temenos T24 — what it does, why it matters, what the batch actually processes, and what to do when it does not complete.

Read

T24 fundamentals

What Is SWIFT in T24? A Plain-English Introduction

A plain-English introduction to SWIFT messaging in Temenos T24 — what SWIFT actually does, how messages get in and out, what MT and MX mean, and why your payment is stuck in a repair queue.

Read

Going Through a Migration?

Essential reading for anyone moving from TAFC to TAFJ — differences, debugging, and deployment.

TAFC to TAFJ

Why a Select That Worked in TAFC Returned Nothing in TAFJ

The routine compiled. It ran. It produced an output file with a header and a footer. There were no detail lines. A real migration debugging case involving derived DICT fields and the TAFJ selection layer.

Read

TAFC to TAFJ

TAFJ DBTools: The SELECT Replacement Nobody Tells You About

In TAFC you ran a SELECT in the command line. In TAFJ that is gone. The replacement is DBTools — a separate console with its own users, its own modes, and a 200-row default limit nobody mentions.

Read

TAFC to TAFJ

TAFJ Compilation: Why Your Changes Aren't Doing Anything

In TAFJ, editing source code changes nothing until you compile, package, and deploy. The full pipeline: tCompile, tIntegrate, tComponentSplitter, tMerge — and what each one does.

Read

TAFC to TAFJ

jBC vs Design Studio in TAFJ: Which One Should You Actually Use?

The honest answer is: it depends on what you are building. A practical guide to choosing between jBC and Design Studio in TAFJ, with a simple decision rule that works in production.

Read

In Production Support?

Day-to-day survival guides — incident response, record locking, log analysis, and batch verification.

Production support

Five Things to Check Before Escalating a T24 Incident

The difference between a junior analyst and an experienced one is often ten minutes and a short checklist. Five questions to answer before you pick up the phone.

Read

Production support

T24 Record Locking: What a Stuck Lock Means and How to Clear It

A practical guide to record locking in T24: why locks exist, when they become a support problem, and how to investigate before clearing them.

Read

TAFJ operations

TAFJ Log Files: Where to Look When Something Goes Wrong

TAFJ distributes its logs across six different locations maintained by different parts of the stack. Where each one lives, what it covers, and the order to check them in — before an incident makes the question urgent.

Read

COB and support

Why Batch Success Can Be Misleading in T24

A practical T24 operations guide to proving that a completed batch produced the expected business outcome, not only a successful return status.

Read

Integration & Production support

Trace a Failed OFS Request Through TAFJ and JBoss Logs

A systematic diagnostic sequence for tracing a failed OFS request from entry point to T24 processing — transport, authentication, syntax, validation, posting, and response-delivery failure stages, with log sources and redaction guidance.

Read

Arrangement Architecture

Everything about AA — properties, interest, COB replay, and product configuration.

AA fundamentals

What on Earth is AA? Arrangement Architecture Explained

A plain-English introduction to Arrangement Architecture — Product Families, Property Classes, Arrangements, and why changes do nothing until you Proof and Publish.

Read

AA fundamentals

AA Interest Explained: How Interest Actually Works in T24

Interest in AA is not a field you fill in. It is a property class, a product condition, a payment schedule, and an accrual process — all of which have to be correct, or the wrong number appears silently.

Read

AA and COB

COB and AA: Why Activities Replay and When That Goes Wrong

Reverse-replay is the most common source of AA production incidents. A back-dated change triggers a full recalculation of the arrangement history. What it does, what triggers it, and how to diagnose it.

Read

AA deep dive

AA Property Classes in Practice: Interest, Charges, and the Ones That Trip Everyone Up

AA Property Classes are the categories of behaviour that define what a product can do. Account, Charges, Accounting, Balances, Settlement, Limit — what each one controls, the configuration choices that silently produce wrong results, and how to diagnose them.

Read

TPH Payments

Production payment handling — diagnosis, repair queues, and lifecycle.

TPH fundamentals

What TPH Actually Does and Why It Is Hard to Learn

The moment TPH becomes real is usually around 2am during a production incident. Payments are not going out. Thirty people are on a call. This is what you actually need to know before that call happens.

Read

TPH diagnosis

How to Diagnose a Failed TPH Payment: End-to-End Guide

Trace a failed TPH payment from arrival through validation, routing, posting, scheme handoff, acknowledgement, repair, and retry while controlling duplicate risk.

Read

TAFC → TAFJ Migration

What changes between TAFC and TAFJ — compilation, DBTools, descriptors, and real debugging cases.

TAFC to TAFJ

Why a Select That Worked in TAFC Returned Nothing in TAFJ

The routine compiled. It ran. It produced an output file with a header and a footer. There were no detail lines. A real migration debugging case involving derived DICT fields and the TAFJ selection layer.

Read

TAFC to TAFJ

TAFJ DBTools: The SELECT Replacement Nobody Tells You About

In TAFC you ran a SELECT in the command line. In TAFJ that is gone. The replacement is DBTools — a separate console with its own users, its own modes, and a 200-row default limit nobody mentions.

Read

TAFC to TAFJ

TAFJ Compilation: Why Your Changes Aren't Doing Anything

In TAFJ, editing source code changes nothing until you compile, package, and deploy. The full pipeline: tCompile, tIntegrate, tComponentSplitter, tMerge — and what each one does.

Read

TAFC to TAFJ

TAFJ Descriptor Limitations: Why Old TAFC Logic Breaks in TAFJ

The DICT item still exists. The routine compiles. But the runtime behaviour is different. A practical guide to descriptor-driven logic in TAFJ and why it is not what it looks like.

Read

TAFJ operations

TAFJ Deployment Explained — WAR Files, Cache, and Verification

A WAR file was deployed, the logs show success, but the browser still shows old behaviour. Why? Because deployment and activation are not the same thing. A practical guide to the TAFJ deployment lifecycle, cache layers, and how to verify what is actually running.

Read

Close of Business

How COB works in T24 — batch processing, AA interactions, and what to check when it does not complete.

COB fundamentals

What Is COB in T24? Close of Business Explained

A plain-English introduction to Close of Business (COB) in Temenos T24 — what it does, why it matters, what the batch actually processes, and what to do when it does not complete.

Read

AA and COB

COB and AA: Why Activities Replay and When That Goes Wrong

Reverse-replay is the most common source of AA production incidents. A back-dated change triggers a full recalculation of the arrangement history. What it does, what triggers it, and how to diagnose it.

Read

COB and support

Why Batch Success Can Be Misleading in T24

A practical T24 operations guide to proving that a completed batch produced the expected business outcome, not only a successful return status.

Read

Integration & APIs

OFS, SWIFT, REST, IBM MQ, IRIS, Kafka — how T24 talks to the outside world.

T24 fundamentals

What Is OFS in T24? Open Financial Services Explained

OFS is how the outside world talks to T24. A plain-English introduction to the message structure, request types, OFS.SOURCE configuration, security, and what breaks when integrations go wrong.

Read

T24 fundamentals

What Is SWIFT in T24? A Plain-English Introduction

A plain-English introduction to SWIFT messaging in Temenos T24 — what SWIFT actually does, how messages get in and out, what MT and MX mean, and why your payment is stuck in a repair queue.

Read

Integration architecture

OFS vs API vs Batch Interfaces: When to Use What in T24

A practical guide to T24's three integration paradigms — OFS for real-time, APIs for modernisation, and batch for volume — with decision criteria for each.

Read

Integration architecture

IBM MQ with Temenos T24: Messaging Patterns That Work

How IBM MQ and other message queue technologies integrate with T24 for reliable, asynchronous, and guaranteed-delivery messaging patterns.

Read

Integration & Production support

Trace a Failed OFS Request Through TAFJ and JBoss Logs

A systematic diagnostic sequence for tracing a failed OFS request from entry point to T24 processing — transport, authentication, syntax, validation, posting, and response-delivery failure stages, with log sources and redaction guidance.

Read

Integration support

T24 Messaging Queue Has Messages But No Consumer: Diagnostic Guide

A systematic diagnostic sequence for when a T24 messaging queue has depth but no consumer is processing — distinguishing inactivity from connectivity, channel, application, retry, and dead-letter conditions.

Read

OFS troubleshooting

OFS Response Errors: Diagnose Failures by Processing Stage

Diagnose T24 OFS response failures by transport, authentication, syntax, validation, authorisation, posting, and response-delivery stage.

Read

Production Support

Incident response, record locking, log files, and the five checks before you escalate.

Production support

Five Things to Check Before Escalating a T24 Incident

The difference between a junior analyst and an experienced one is often ten minutes and a short checklist. Five questions to answer before you pick up the phone.

Read

Production support

T24 Record Locking: What a Stuck Lock Means and How to Clear It

A practical guide to record locking in T24: why locks exist, when they become a support problem, and how to investigate before clearing them.

Read

TAFJ operations

TAFJ Log Files: Where to Look When Something Goes Wrong

TAFJ distributes its logs across six different locations maintained by different parts of the stack. Where each one lives, what it covers, and the order to check them in — before an incident makes the question urgent.

Read

Integration & Production support

Trace a Failed OFS Request Through TAFJ and JBoss Logs

A systematic diagnostic sequence for tracing a failed OFS request from entry point to T24 processing — transport, authentication, syntax, validation, posting, and response-delivery failure stages, with log sources and redaction guidance.

Read

Career & Industry

Navigating the T24 job market, interviews, certifications, and the industry landscape.

Career

The T24 Interview Process: What They Actually Ask and What You Should Actually Say

A practical guide to interviewing for T24 roles — what the questions really mean, what answers actually work, and how to navigate the unique absurdity of T24 interviews.

Read

Career

The T24 Career Circular Trap: How to Get T24 Experience When Every Role Requires It

Every T24 job says experience required. Every new entrant asks how to get it. The four paths that actually work — internal transfer, consultancy entry, Temenos graduate programme, and operations entry — and why the front door is not the only door.

Read

Career

How to Position Yourself as a T24 Migration Specialist

The TAFC-to-TAFJ migration wave is still moving through the industry. Consultants who can credibly pitch migration expertise are commanding better contracts. The three knowledge layers, how to frame your experience, and the mistakes that make experienced people sound junior.

Read

Industry shift

MT to MX: What Retail Banks Need to Know About the ISO 20022 Migration

The SWIFT MT to MX (ISO 20022) migration is coming for retail banks. What changes, what stays the same, and what T24 teams need to do before the deadline.

Read

All articles

Browse or search the full library — 43 articles and counting.

AA fundamentals

What on Earth is AA? Arrangement Architecture Explained

A plain-English introduction to Arrangement Architecture — Product Families, Property Classes, Arrangements, and why changes do nothing until you Proof and Publish.

Read the article

AA fundamentals

AA Interest Explained: How Interest Actually Works in T24

Interest in AA is not a field you fill in. It is a property class, a product condition, a payment schedule, and an accrual process — all of which have to be correct, or the wrong number appears silently.

Read the article

AA and COB

COB and AA: Why Activities Replay and When That Goes Wrong

Reverse-replay is the most common source of AA production incidents. A back-dated change triggers a full recalculation of the arrangement history. What it does, what triggers it, and how to diagnose it.

Read the article

AA deep dive

AA Property Classes in Practice: Interest, Charges, and the Ones That Trip Everyone Up

AA Property Classes are the categories of behaviour that define what a product can do. Account, Charges, Accounting, Balances, Settlement, Limit — what each one controls, the configuration choices that silently produce wrong results, and how to diagnose them.

Read the article

TPH fundamentals

What TPH Actually Does and Why It Is Hard to Learn

The moment TPH becomes real is usually around 2am during a production incident. Payments are not going out. Thirty people are on a call. This is what you actually need to know before that call happens.

Read the article

TPH diagnosis

How to Diagnose a Failed TPH Payment: End-to-End Guide

Trace a failed TPH payment from arrival through validation, routing, posting, scheme handoff, acknowledgement, repair, and retry while controlling duplicate risk.

Read the article

TAFC to TAFJ

Why a Select That Worked in TAFC Returned Nothing in TAFJ

The routine compiled. It ran. It produced an output file with a header and a footer. There were no detail lines. A real migration debugging case involving derived DICT fields and the TAFJ selection layer.

Read the article

TAFC to TAFJ

TAFJ DBTools: The SELECT Replacement Nobody Tells You About

In TAFC you ran a SELECT in the command line. In TAFJ that is gone. The replacement is DBTools — a separate console with its own users, its own modes, and a 200-row default limit nobody mentions.

Read the article

TAFC to TAFJ

TAFJ Compilation: Why Your Changes Aren't Doing Anything

In TAFJ, editing source code changes nothing until you compile, package, and deploy. The full pipeline: tCompile, tIntegrate, tComponentSplitter, tMerge — and what each one does.

Read the article

T24 fundamentals

What Is OFS in T24? Open Financial Services Explained

OFS is how the outside world talks to T24. A plain-English introduction to the message structure, request types, OFS.SOURCE configuration, security, and what breaks when integrations go wrong.

Read the article

TAFC to TAFJ

jBC vs Design Studio in TAFJ: Which One Should You Actually Use?

The honest answer is: it depends on what you are building. A practical guide to choosing between jBC and Design Studio in TAFJ, with a simple decision rule that works in production.

Read the article

T24 fundamentals

Why T24 Became Temenos Transact (And Why You Still Call It T24)

The rebrand story — what actually changed, what did not, and what the architectural direction means for professionals who have spent years working with T24.

Read the article

TAFC to TAFJ

TAFJ Descriptor Limitations: Why Old TAFC Logic Breaks in TAFJ

The DICT item still exists. The routine compiles. But the runtime behaviour is different. A practical guide to descriptor-driven logic in TAFJ and why it is not what it looks like.

Read the article

COB fundamentals

What Is COB in T24? Close of Business Explained

A plain-English introduction to Close of Business (COB) in Temenos T24 — what it does, why it matters, what the batch actually processes, and what to do when it does not complete.

Read the article

T24 fundamentals

What Is SWIFT in T24? A Plain-English Introduction

A plain-English introduction to SWIFT messaging in Temenos T24 — what SWIFT actually does, how messages get in and out, what MT and MX mean, and why your payment is stuck in a repair queue.

Read the article

Industry shift

MT to MX: What Retail Banks Need to Know About the ISO 20022 Migration

The SWIFT MT to MX (ISO 20022) migration is coming for retail banks. What changes, what stays the same, and what T24 teams need to do before the deadline.

Read the article

Infrastructure

Containerization and Cloud for T24: Docker and K8s

A high-level look at running Temenos Transact in containers, orchestrating TAFJ workloads with Kubernetes, and migrating to AWS, Azure, or Temenos Cloud.

Read the article

Architecture

API Architecture in T24: From OFS to IRIS to REST

An overview of API patterns in Temenos Transact — from classic OFS and SOAP to the modern Temenos Integration Framework (IRIS) and REST APIs, with guidance on when to use each approach and how they compare to event-driven integration.

Read the article

Platform governance

TEF Extensibility vs Legacy L3 Modifications: Why Upgrade-Safe Wins

What the Temenos Extensibility Framework (TEF) is, why it replaces legacy L3 core modifications, and how it makes T24 upgrades faster, safer, and cheaper.

Read the article

Career

The T24 Interview Process: What They Actually Ask and What You Should Actually Say

A practical guide to interviewing for T24 roles — what the questions really mean, what answers actually work, and how to navigate the unique absurdity of T24 interviews.

Read the article

Career

The T24 Career Circular Trap: How to Get T24 Experience When Every Role Requires It

Every T24 job says experience required. Every new entrant asks how to get it. The four paths that actually work — internal transfer, consultancy entry, Temenos graduate programme, and operations entry — and why the front door is not the only door.

Read the article

Production support

Five Things to Check Before Escalating a T24 Incident

The difference between a junior analyst and an experienced one is often ten minutes and a short checklist. Five questions to answer before you pick up the phone.

Read the article

Operations

The First 30 Days After a TAFJ Go-Live: What the Operations Team Actually Faces

The project team has gone. The environment is live. A practical account of what operations teams encounter in the first month after a TAFJ cutover — and what to do about it.

Read the article

Migration risk

How to Tell If Your T24 Migration Is in Trouble Before It's Too Late

The status report says green. The project team says on track. Six warning signals that tell you what the dashboard does not — and the questions that surface the truth.

Read the article

Career

How to Position Yourself as a T24 Migration Specialist

The TAFC-to-TAFJ migration wave is still moving through the industry. Consultants who can credibly pitch migration expertise are commanding better contracts. The three knowledge layers, how to frame your experience, and the mistakes that make experienced people sound junior.

Read the article

Integration architecture

OFS vs API vs Batch Interfaces: When to Use What in T24

A practical guide to T24's three integration paradigms — OFS for real-time, APIs for modernisation, and batch for volume — with decision criteria for each.

Read the article

Integration architecture

IBM MQ with Temenos T24: Messaging Patterns That Work

How IBM MQ and other message queue technologies integrate with T24 for reliable, asynchronous, and guaranteed-delivery messaging patterns.

Read the article

Integration architecture

Real-Time Event Architecture in T24: IRIS and Kafka

How T24's event-driven architecture works with IRIS, Kafka, and publish-subscribe patterns to enable real-time integration.

Read the article

Integration architecture

Legacy Host Integration with T24: Mainframes, AS/400

How T24 integrates with mainframe and legacy host systems — the protocols, patterns, and practical realities of connecting old and new.

Read the article

Production support

T24 Record Locking: What a Stuck Lock Means and How to Clear It

A practical guide to record locking in T24: why locks exist, when they become a support problem, and how to investigate before clearing them.

Read the article

TAFJ operations

TAFJ Log Files: Where to Look When Something Goes Wrong

TAFJ distributes its logs across six different locations maintained by different parts of the stack. Where each one lives, what it covers, and the order to check them in — before an incident makes the question urgent.

Read the article

COB and support

Why Batch Success Can Be Misleading in T24

A practical T24 operations guide to proving that a completed batch produced the expected business outcome, not only a successful return status.

Read the article

Integration architecture

File Interfaces That Still Run Banks: The Unsung Heroes of T24 Integration

Why flat files, CSV exports, and batch file transfers remain the backbone of T24 integration — and why they are not going anywhere.

Read the article

Getting started

What Junior T24 People Should Learn First

New to T24? The fastest way to get useful is not to memorise commands. It is to understand flow, state, and what healthy looks like before the details have anywhere to stick.

Read the article

Integration operations

TAFJ JMS Paging Store Growing Fast — Diagnosis and Safe Next Checks

When the ActiveMQ Artemis paging-store directory grows during TAFJ operation, the first question is whether it is expected or a signal of a deeper issue. A practical guide to reading the evidence safely — queue metrics, consumer checks, safe containment, and when to escalate.

Read the article

Integration & Production support

Trace a Failed OFS Request Through TAFJ and JBoss Logs

A systematic diagnostic sequence for tracing a failed OFS request from entry point to T24 processing — transport, authentication, syntax, validation, posting, and response-delivery failure stages, with log sources and redaction guidance.

Read the article

TAFJ operations

TAFJ Deployment Explained — WAR Files, Cache, and Verification

A WAR file was deployed, the logs show success, but the browser still shows old behaviour. Why? Because deployment and activation are not the same thing. A practical guide to the TAFJ deployment lifecycle, cache layers, and how to verify what is actually running.

Read the article

COB operations

T24 COB After a Database Restore — What to Check

A practical guide to the checks to make when T24 COB does not continue normally after a database restore — state verification, evidence gathering, validation, and reconciliation.

Read the article

Production support

T24 Database Storage Growth: Data, Logs, and What to Watch

A practical guide to T24 database storage growth — the difference between data and transaction-log storage, why growth and reusable space are not the same thing, and what support teams should monitor before capacity becomes a problem.

Read the article

Production support

T24 Disaster Recovery Validation Checklist: How to Know a Restored Service Is Actually Safe

A practical, environment-neutral guide to validating a restored T24 service — covering infrastructure, database, application, integration, batch state, business validation, and sign-off evidence.

Read the article

Integration support

T24 Messaging Queue Has Messages But No Consumer: Diagnostic Guide

A systematic diagnostic sequence for when a T24 messaging queue has depth but no consumer is processing — distinguishing inactivity from connectivity, channel, application, retry, and dead-letter conditions.

Read the article

Integration troubleshooting

E-Advice PDF Response Troubleshooting: Parsing Errors and Content Failures

When an E-Advice PDF arrives with the wrong content — or no content at all — the problem is almost never the PDF itself. A systematic guide to diagnosing parser errors caused by unexpected response content, covering response type, headers, encoding, upstream error pages, document generation, and transport.

Read the article

OFS troubleshooting

OFS Response Errors: Diagnose Failures by Processing Stage

Diagnose T24 OFS response failures by transport, authentication, syntax, validation, authorisation, posting, and response-delivery stage.

Read the article

New articles are added regularly. The free checklist is available as a separate download.

Get the free checklist