Acumatica Fabrication
Avatar photo
Brandon

What Should Companies in Fabrication Look for in ERP?

Those in the fabrication industry have unique needs—both in the form of project management, materials planning, and contracts, often needing more than a traditional manufacturing-focused ERP can provide. In an industry like yours, change is frequent—whether those are design changes, contract changes, or anything of the like, you need to remain agile enough to adapt … Read more

Read More…

Safety data access, computer network security, user account pass
Avatar photo
Brandon

Troubleshooting User Logins to Dynamics GP

Recently working with a customer we were trying to give a user access to a TEST company in Microsoft Dynamics GP.  When trying to switch to the test company, the user was getting the following error: “The selected company is not configured as a company of the current Microsoft Dynamics GP system database.  You must … Read more

Read More…

ERP
Avatar photo
Brandon

How Does a Microsoft Dynamics GP Upgrade Work?

Microsoft Dynamics GP Upgrade Methodology There’s a reason why our clients trust Crestwood Associates to upgrade their Dynamics GP systems to the latest version.  It’s a complicated process and we’ve done hundreds of them.  Upgrades can take anywhere from 30 to over 100 hours depending on the complexity of your system. So what are we … Read more

Read More…

Avatar photo
Brandon

Crashing and Connection Errors with Management Reporter Console, Dynamics GP, and SQL

Error and fix when your Management Reporter console crashes. This one is great!  My client was having issues with the Management Reporter (MR) Configuration Console crashing as soon as you tried to open it, and the MR Process Service kept stopping after you would start it. I was also getting errors in the Windows Application … Read more

Read More…

Avatar photo
Brandon

SQL Split String Option

I’ve been waiting a long time for this.  If you’ve had to split strings in SQL in the past, keep reading! Microsoft SQL Server 2016 now has a native solution available, meaning, you can supply a delimited string and join against it like a collection of rows. There have been many work-arounds for this over … Read more

Read More…

Avatar photo
Brandon

Management Reporter (MR) and Dynamics GP Legacy Connection – Caution When Importing a New Company

CAUTION – If you’re using MR with the Legacy connection to Microsoft Dynamics GP, when importing a NEW company to MR, be careful.  You want to make sure you check the boxes for “Skip Import” for all the existing companies that are setup if you are using multiple Building Block Groups (also known as Specification … Read more

Read More…

Avatar photo
Brandon

Better Grouping with Easy SQL Functions

Here are some easy SQL commands you can use for better grouping options.  Quite often, I run into situations where I need to combine multiple values or descriptions into a column when it comes to reporting. Examples: There are a few SQL functions you can use to do this: CONCAT – allows you to concatenate … Read more

Read More…

Avatar photo
Brandon

Tips & Tricks to Make Your SQL Queries Super Fast

The Crestwood Development staff had a recent team sharing session.  One of the things they went over were some great tips and tricks for SQL that we thought you might enjoy too. Index-Friendly Operators If you have indexes in your databases, using index-friendly operators can speed up searching.  Indexes identify what data we really care … Read more

Read More…

Avatar photo
Brandon

SQL Restore is Taking a Long Time

Many of us have run across a situation where a SQL restore just takes FOREVER!  Since I had some time on my hands, I decided to search and found this great blog post by Matt Slocum. Seriously, I waited well over an hour for a 58GB database to restore to SQL 2008 (and the restore never completed, … Read more

Read More…

Avatar photo
Brandon

COM Interoperability on x64 Systems

The .Net framework gives developers the powerful option of compiling assemblies targeted for the now-standard x64 platforms or legacy x32 platforms.  This is not an issue for most modern software since the typical machine is based on 64-bit architecture and most assemblies are compatible with 64-bit systems. However, the challenge arises when compiling 64-bit assemblies … Read more

Read More…

Avatar photo
Brandon

Locking in SQL Server

Locking is a part of every SQL Server database.  It’s critical functionality and without it, we could not have multiple people working in the same database, at the same time.  It ensures data integrity, but can also cause some errors. Example: I was assisting a customer who found their Dynamics GP system was locked up … Read more

Read More…

Avatar photo
Brandon

How to Change an Inventory Site in Dynamics GP

Included in Microsoft Dynamics GP is the Professional Services Toolkit Library (PSTL).  This adds a lot of powerful functionality to help you solve common business problems. One of the tools is the Inventory Site Combiner.  It allows you to combine site/location codes without losing any data.  Let’s say you created an inventory location and you … Read more

Read More…