From e643fdba3c7dc97f06647f9ce1456062da56e2c4 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Tue, 24 Mar 2026 09:55:46 +0000 Subject: [PATCH] Add chapters for session 1008939378 (Haiku) --- chapters/1008939378.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chapters/1008939378.json diff --git a/chapters/1008939378.json b/chapters/1008939378.json new file mode 100644 index 0000000..8217f64 --- /dev/null +++ b/chapters/1008939378.json @@ -0,0 +1,19 @@ +[ + {"timestamp": "0:07", "title": "Welcome and Session Overview", "summary": "Session introduction and announcements about Axway Summit 2025 in Austin (March 25-26). Registration opens next week. Details on customer-hosted user group sessions available."}, + {"timestamp": "3:47", "title": "Annie Introduction and Housekeeping", "summary": "Annie Yotua from the product team introduces herself with 19 years ST experience. Establishes collaborative meeting format. Notes live server updated to August release. Encourages participant questions and discussion."}, + {"timestamp": "6:01", "title": "Email Notifications with User Bar Attributes", "summary": "User bar attributes in transfer sites cannot be used for conditional email notifications. Notifications sent at route level, after file processing. To achieve site-specific notifications, create separate routes (no longer performance penalty due to removed sandbox creation) or use Sentinel with mapping rules."}, + {"timestamp": "11:18", "title": "Multiple Routes and Performance Optimization", "summary": "Multiple routes for different transfer sites no longer create performance issues due to removed sandbox creation in recent versions. Routes and steps are individually conditional. Sentinel recommended for complex conditional logic to avoid route proliferation."}, + {"timestamp": "15:30", "title": "Gateway to SecureTransport Migration Architecture", "summary": "ST is a toolkit, not a listening service. Event-based architecture: files trigger transaction manager, which applies subscriptions and routes. Routes define business rules (transformations, routing, conditions). Flow Manager is restrictive compared to native ST."}, + {"timestamp": "18:59", "title": "Flow Manager Limitations and ST Flexibility", "summary": "Flow Manager API restricts ST possibilities. No global models or decision rules in ST; logic built per-route. ST allows 300+ ways to implement PGP decryption alone. Decision trees from Gateway cannot map one-to-one to ST routes."}, + {"timestamp": "20:35", "title": "Transition Portal and Gateway Migration", "summary": "Transition Portal data-mines Gateway decision trees and translates to ST routes. 50-90% automatic translation depending on complexity. Services team (Eric Thomas) guides manual translation. Recommend admin training at university.axway.com before migration."}, + {"timestamp": "24:26", "title": "Migration Timeline and Complexity", "summary": "Migration duration varies by complexity: simple 2-3 tree setups possible big-bang; large installations (10,000+ flows) estimated 1+ year. Standardize allowed flows to reduce support burden. 90%+ of decision trees may translate automatically if templates are similar."}, + {"timestamp": "30:06", "title": "August Release: Bulk Resubmit and MSSQL", "summary": "UI now supports bulk resubmit of multiple transfers simultaneously, restricted to visible screen (~100 transfers). MSSQL support added for zero-downtime (ZGO). Folder monitor startup performance improved. Repository encryption file listing now 50% faster with new parameter."}, + {"timestamp": "32:37", "title": "Secret File Externalization and Zero Trust", "summary": "Tag file (secret file) can now be externalized to vault instead of stored on server. Part of zero-trust initiative. Enables private key storage outside ST infrastructure. Long-term plan to externalize all operational secrets."}, + {"timestamp": "34:13", "title": "Protocol-Level Debug Logging Limitations", "summary": "Verbose logging controlled at protocol or package level, affects all accounts using that protocol. No per-transfer debug control. Protocol commands visible in tracking table for troubleshooting. Open idea requested for per-transfer debug enabling. Sentinel does not provide additional protocol logs."}, + {"timestamp": "39:48", "title": "PostgreSQL Migration and Cluster Topology", "summary": "September release switches from MariaDB to PostgreSQL with architectural change: secondaries connect to primary database (not replicated copies). Edges and servers must update together. Reduce database retention days before upgrade for faster migration. Replication changes from application to database level."}, + {"timestamp": "42:55", "title": "Standard vs Enterprise Cluster Architecture", "summary": "Three-node standard cluster not recommended; primary TM and database on same node creates instability. Enterprise cluster separates database from primary TM. New PostgreSQL model worsens standard cluster performance due to all secondaries querying single database. Enterprise cluster required for cloud containers and ZDU."}, + {"timestamp": "46:36", "title": "Cloud Migration and Container Strategy", "summary": "ST cloud edition (containers) available next year, beta active. Enterprise cluster license required. Containers never carry embedded database, external database mandatory. RDS and hosted solutions supported. Migrate to external database before containerization."}, + {"timestamp": "47:50", "title": "Database Upgrade Synchronization Requirements", "summary": "Edges and servers must be on same patch and update level. Cannot update enterprise cluster to September while leaving edges on old MariaDB model. Full synchronization required across all nodes during database migration."}, + {"timestamp": "48:34", "title": "Enhanced Route Packages UI Beta", "summary": "New route packages UI designed for intuitiveness, shows usage count per route. Beta feedback solicited on workflow and usability. Aims to reduce forgotten configuration steps. Not all features yet available in UI; native SQL still required for advanced configurations."}, + {"timestamp": "50:36", "title": "Transition Portal Documentation and Availability", "summary": "Transition Portal documentation available as community user group recording (French with English slides). PDF available with technical migration details and services team project methodology. Limited availability product, requires entitlement. Access through downloads portal when account marked entitled."} +]