BarTender Error: Permission Denied #2622 or #232

BarTender Error: Permission Denied #2622 or #232

After installing Bartender the following error is displayed:

  1. Bartender's Security Policy Does Not Allow The Specified User To Perform This Action Error
  2. Permission Denied #2622
  3. Permission Denied #232

The computer is probably missing one of the dependent services that the BarTender System Service depends on for normal operation.

There are three dependencies for the BarTender System Service:

  1. Message Queuing
  2. Net. TCP Port Sharing Service
  3. SQL Server (BARTENDER)

 If the service is available, it may not be able to start because it depends on one of the other three services.  If you try to start it manually you may get a message informing you of the necessary dependencies. 

To fix follow these instructions:

1. In Windows, go to the Start Menu and select Run.

2. Type services.msc and hit Enter.

3. Locate the BarTender System Service, right-click and choose "Properties".

4. Select the "Dependencies" Tab. Find out what dependencies are missing.

 

5. Once you've determined which service(s) are missing, proceed to the correct section to enable the service:

 

A. Install Message Queuing Service

Message Queuing can be enabled on any Windows Operating system using Powershell.

1. Go to the Windows Start Menu

2. Find and Open Powershell

3. Paste the following command into the Powershell window

       Enable-WindowsOptionalFeature -Online -FeatureName MSMQ-HTTP -AllEnable-WindowsOptionalFeature -Online -FeatureName MSMQ-Server –All

 4. Your command should look something like this:

5. Press Enter


Window 7, 10 and 11 Instructions without Powershell:

1. Open Control Panel

2. Click Programs and then, under Programs and Features, click Turn Windows Features on and off

3. Expand Microsoft Message Queue (MSMQ) Server, expand Microsoft Message Queue      

     (MSMQ) Server Core, and then select the checkboxes for the following Message Queuing features to install:

          MSMQ Active Directory Domain Services Integration

          MSMQ HTTP Support

4. Click OK

5. If you are prompted to restart the computer, click OK to complete the installation

 

B. Enable NET. TCP Port Sharing Service

Even though this service is installed on all Windows systems it is not started by default. Therefore, during BarTender’s install process we automatically start the service and change its Startup Type to “Automatic”. This installation is performed implicitly when the Seagull installer calls the Integration service command line Integration.Service.exe /install.  If the service exists, but, for some reason, isn't started, please follow these steps:

1. Open the Windows services management console

2. Go to the Start Menu

3. Choose Run

4. Type in services.msc

5. Scroll through the list of services until you find NET. TCP Port Sharing Service

6. Double click the service to open its Properties

7. Click the Start button to start the service

8. Change the Startup Type to Automatic

This will ensure that the service always starts whenever your computer powers on.

C. Install BarTender SQL Server instance or reinstall and uncheck SQL in advanced during installation.

To remove this requirement visit this article.   Otherwise, follow these instructions.

All BarTender 2019 installations require a local SQL Server for internal application functions. This is required regardless of whether or not you are using a local or remote BarTender System Database for logging purposes.

The SQL Server should have been installed automatically during BarTender installation. It's possible the service may not be started. To check this:

1. Open the Windows services management console

2. Go to the Start Menu

3. Search for services.msc and start it.

4. Scroll through the list of services until you find SQL Server (BARTENDER)

5. Double click the service to open its Properties

6. Click the Start button to start the service

7. Change the Startup Type to Automatic

Article ID: 040522