by Dave Ulikowski | Dec 6, 2022 | Applications, Blog, DevOps
Exception Handling Problems are going to happen in any aspect of life. They may be complex or as simple as not having any coffee left in your house when you wake up. You need your morning caffeine so you decide that you can either go to the coffee shop and get a cup...
by Justin Tran | Jul 30, 2020 | Blog, Boomi, Cloud
This document outlines a comprehensive set of Boomi Component Naming Standards that will allow for better integration readability, maintenance, and troubleshooting. While there are many different naming conventions that can be adopted with pros and cons to each set,...
by CRM Team | Aug 9, 2016 | Blog, Customer Relationship Management
Customer Relationship Management (CRM) will provide a 360-degree view of your customer, especially when integrated to back-end systems such as your ERP, sales, or e-commerce systems. Read on for these CRM Best Practices. By implementing the 5 Best Practices of...
by XTIVIA | Sep 21, 2015 | Blog, Enterprise Infrastructure, Portals
Many times an incorrect process is used to set up the production application server for Liferay: Download a Liferay bundle. Expand on the server. Start up and go. We cannot emphasize how wrong, wrong, wrong this is. Best practices for a production Liferay setup...
by XTIVIA | Sep 17, 2015 | Blog, Data Management, Databases
Shortly after creating a database on your server you should be planning and scheduling your backup. Easy as it sounds it’s often approached incorrectly. Often the decision when to backup is based on when the server resource usage is low. Database Backup maintenance...
by XTIVIA | May 28, 2015 | Blog, Data Management, Databases
This article is part 7 of a 10 part series explaining the most common mistakes that I have seen in reference to SQL Server Performance and Resiliency. However, this post is not all-inclusive. Most common mistake #7: Disaster Recovery Plans Often when people hear...
by XTIVIA | May 6, 2015 | Blog, Data Management, Databases
Tip # 6 – Change History, Top 10 Tips for SQL Server Performance and Resiliency This article is part 6 in a series on the top 10 most common mistakes that I have seen impacting SQL Server Performance and Resiliency. This post is not all inclusive. Most common mistake...
by XTIVIA | Jun 18, 2014 | Blog, Perspectives
This article is part of an ongoing series. See the blog entry Delivering Your Enterprise: The ilities for an overall discussion. We’ve all been on projects where management stood up and announced some variation of “The project is running late – we...
by Derek Nerenberg | Jul 12, 2013 | Blog, Databases, Enterprise Java, Portals
Set the transaction isolation level to READ_COMMITTED with READ_COMMITTED_SNAPSHOT turned ON. Yay! When I mention the words “transaction isolation level” to SQL Server DBAs, the first words out of their mouths are almost always “READ...
by XTIVIA | Feb 13, 2013 | Blog, Business Intelligence
Two bits of Information I picked up from our principal Informatica Architect. When I used these, it did really work wonders. Aggregators and joiners should have sorted input. The Sorter Transformation sorts rows more efficiently that the Aggregator...