Blog

Windows Task Scheduler’s Trigger Traps
September 11, 2025
Reliable automation triggers eliminate the guesswork from server operations, turning unpredictable manual processes into consistent, repeatable workflows. Yet Windows Task Scheduler’s trigger system consistently sabotages this goal on Windows Server environments, creating more operational problems than it solves. Time-Based Trigger Failures Daily and weekly triggers contain fundamental flaws that surface under server workloads. The “repeat Read More
Posted in Windows Task Scheduler
Windows Task Scheduler Dependency Limitations: 3 Critical Challenges & Orchestration Solutions
September 3, 2025
Introduction Centralized IT orchestration delivers measurable improvements in system reliability and operational efficiency. Organizations that implement comprehensive scheduling solutions report 75% reduction in failed job sequences while achieving better visibility across their infrastructure. However, many IT teams find themselves constrained by Windows Task Scheduler when attempting to orchestrate complex, interdependent workflows. Research indicates that 75% Read More
Posted in Windows Task Scheduler
JAMS is an Independent Company
August 22, 2025
The team behind JAMS has completed its transition to an independent company following a strategic growth investment from PSG, a leading growth equity firm, and 2ndWave Software. The transaction was finalized on June 1st, 2025, marking the beginning of an exciting new chapter in the company’s evolution. Leadership and Strategic Direction Peter Hegland serves as Read More
Posted in Company
Automation Solutions: Advice from Real Users
April 8, 2025
Real users with real opinions offer valuable insight. When evaluating software solutions essential to your organization, the experiences of your peers should weigh heavily. PeerSpot, an enterprise-buying intelligence platform, has assembled a Peer Report to help navigate the advantages of using multiple automation solutions to enhance operational security and efficiency. You can download the report Read More
Posted in Customer Sentiment
SQL Pro Tip: How to Find Duplicate Records
March 31, 2025
Duplicates in a database can mess up reports—and confuse users—especially when using SQL Server Agent. Manually going through every line and deleting duplicate records is time consuming and prone to errors. Luckily there is a clear, practical solution to clean up duplicate records in a database. Keep this best practice handy to find duplicate records Read More
Posted in SQL
Introduction to Using Regular Expressions in Code
December 5, 2024
Regular expressions (a.k.a. regex or regexp) are very useful tools in programming that allow you to search, match, and manipulate strings based on patterns. They might look intimidating at first, but once you get the hang of them, they can simplify complex text processing tasks significantly. In this guide, we’ll break down the basics of Read More
Posted in Uncategorized
Service Orchestration and Automation Platforms (SOAP): How Fortra’s JAMS Fits in the Landscape
December 2, 2024
At Fortra, we consider automation a discipline, not just a singular product. Sure, individual automation tools can lead to quick wins by taking a repetitive task off your plate. But to reap the full benefits of automation across your organization—increasing efficiency, decreasing errors, and maximizing resources, both human and technological—you need to take a more Read More
Posted in Awards, JAMS, Legacy Modernization, Workload Automation Core Concept
Complex SQL Joins: Unlock Deeper Insights from Your Data
October 31, 2024
Beyond the most used join types in SQL, there are also a range of advanced join techniques that allow for more intricate data relationships and querying flexibility. These options, such as joining on multiple conditions, self joins, non-equi joins, and cross joins, can unlock deeper insights from your data. Let’s work through the more advanced Read More
Posted in SQL