The Server Edition agent for Cloud Companion can be installed using the steps in this guide.
- About the agent
- Server Agent Setup
- Upgrading the agent
- Removing the agent
- Managing which printers the agent can see
- Troubleshooting the agent
About the agent
The Cloud Companion agent runs on an On-Premises Windows server to connect to locally shared printers.
For Business Central hosted by Microsoft or Fenwick, the service provides a path to print to local printers which are not directly accessible.
The agent doesn't require any port configuration, though must be able to contact the internet (at minimum TCP 443). If your network has restrictions on outbound connections, then exceptions must be configured to allow the agent to connect.
Server Agent Setup
You can install the agent on any networked server. We recommend avoiding installation on Domain Controllers. A dedicated machine is not necessary. You'll want to use a machine that meets the following requirements:
- Windows Server 2016+ or Windows 10+
- .NET Framework v4.7.2 (recommended)
- NiceLabel PowerForms Suite incl. NiceLabel SDK (if you're printing Labels via Label-It)
- Ghostscript (if you're printing Reports from Business Central)
- Network or local access to the printers you wish to use
Installing the Agent
The agent installation will require administrative permissions and a service account.
Please raise a support request to receive your installation files, and for any assistance required with your installation.
- Run the software installer
- Follow the instructions on the installer to proceed with the installation.
- On the Agent Registration Information screen, enter the client ID and client key provided by Fenwick Software.
- Client ID: If you are unsure about the Client ID, the value can be found on and copied from the Print-It with Cloud Companion Setup page in Business Central.
- Client Key: Please contact Fenwick Software App Support if you have not received a key.
- On the Service Account Information, you will be prompted for service account credentials.
Note: You need to specify the service account with the full domain name such as TestDomain\PrintServiceAccount. If you are using an account without a password, you may leave the password field empty in the authentication prompt. - Once done, choose Next and continue with the installation.
Encountering an unexpected error during installation

If you encounter an unexpected error during installation like the error above, please follow these steps to output the install log files:
- Run Windows PowerShell as Administrator
- Type in and run in PowerShell:
cd <path to the same directory as the .msi installer>
- Run this command:
msiexec /i Fenwick.CloudCompanion.ServerEdition.Installer.AVI.Release.x64.1.0.425.0.msi /l*v install.log
- This should automatically start up the installer again.
- Run through this installer and then reproduce the steps to get the error.
- Once you get the error again, exit out of the installer. There should be a .log file called "install.log" (which is a text file).
- Please send the file through to Fenwick App Support for assistance.
Checking the print service
The installer will create a Windows service Fenwick Cloud Companion (Service Edition) in your server/local machine.
To check on the status of this service:
- Open the Start Menu & search for
services.msc
- On the Services list, navigate to the Fenwick Cloud Companion (Service Edition) service entry.
- If the status of the service is not Running, right click on the entry and start the service. Ensure that the service is Startup Type is not set to Disabled.
Service Account Requirements
The account that runs the service must have read and write access to the directory containing Fenwick.CloudCompanion.ServerEdition.Service.exe, for logging and configuration management.
The account must also have network permissions to the printers available through Cloud Companion.
If you are using report printing functionality, the service account must be a local administrator.
The service account password should be set to not expire. If the password is changed, then the credential needs to be updated on the agent's Windows service configuration.
A managed service account (MSA or gMSA) can also be used. You can use the --networkservice
flag for install, then set the account manually afterwards via services.msc
.
You must also ensure that the service account has log on as a service enabled.
Agent Configuration Options
The configuration file config.json
contains the following options:
PrinterCheckInterval
sets how often the local printers will be re-checked for changes, and to be visible in Business Central.PrinterBlackList
is a set of regular expressions that are used to exclude printers from being made available through Cloud Companion. By default, PDF, XPS and Fax printers are excluded.
After making configuration changes, the service will need to be restarted.
Installation on multiple servers
If you have multiple sites you may need to install the agent on multiple servers. The agent can be installed on multiple different networks (i.e. multiple sites).
Please raise a support request to get more information on this option.
Ghostscript for report printing
If you will use report printing via Cloud Companion the reports will be sent in PDF format and Ghostscript must be installed. Ghostscript can be downloaded here. Obtain the AGPL version.
NiceLabel for label printing
You will need to purchase the PowerForms Suite edition to acquire a NiceLabel SDK license for label printing.
Only the Print feature is required when installing NiceLabel. The Automation and Designer are not required to work with Cloud Companion, although this feature is needed if you would like to design or customise your own label on the Designer software.
Older Editions of Windows Server
While not supported, older versions of Windows Server may still work if TLS1.2 support is enabled:
You'll require these patches if you experience an error similar to the one below:
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
Upgrading the agent
To upgrade to the latest version of the Cloud Companion agent:
- Stop the Fenwick Cloud Companion (Server Edition) Windows service.
- Take a copy of the existing installation directory as a backup.
- Unzip the new package into the existing installation directory, overwriting the files.
- It is important that the
AgentId.json
file is kept. This file is created by the agent when it first runs and will not be overwritten when the new package is unzipped over the top of the existing files.
- It is important that the
- Start the Fenwick Cloud Companion (Server Edition) Windows service.
- Perform a test print from Business Central.
Removing the agent
- Stop the Windows Service.
- At an elevated command prompt in the installation directory, run:
Fenwick.CloudCompanion.ServerEdition.Service.exe uninstall. - You can delete the files from the directory once the service is removed.
Managing which printers the agent can see
The agent will only be able to see printers which are available and installed for the user account that's running the service.
If you need to add printers as a specific user, you can use one of the following methods:
Run Printer Install Wizard as Another User
- Start a new command prompt, using Run As (Ctrl + Shift while right clicking)
- Enter
rundll32 printui.dll,PrintUIEntry /il
and complete the wizard
Use Group Policy Printers via Computer Configuration
You can also use the Print Management to make managing printers in Group Policy simpler. We recommend deploying under the Computer configuration and not to a particular User.
- Create a new GPO policy
- Under Computer Configuration > Preferences > Control Panel Settings > Printers add the new printer.
Show available printers
If you run PowerShell as the service account (using psexec if you're using a Managed Service Account) the following command will show you a list of available printers:
get-WmiObject -class Win32_printer | ft name, systemName, shareName
Setting printer defaults
To change the printer driver defaults for all users and for network users connecting to a shared printer:
- Start > Run > "control printers" > OK
- Right click printer, select Properties.
- Go to Advanced tab.
- Click Printing Defaults button.
- Change the settings.
Troubleshooting the agent
Check the logs and provide them to Fenwick. Logs are available in the log
subdirectory of the folder which contains Fenwick.CloudCompanion.ServerEdition.Service.exe.
If no log files are present, ensure that the service account has permissions to create and modify files in this directory.
No print jobs are printing
- Ensure the Fenwick Cloud Companion (Server Edition) service is running
- If a Windows service does not start, then
- Ensure there is a valid credential set up on the service. If your service account password has expired, then the new password must be entered.
- Ensure that the agent files are still present in the installation directory. If you are unsure of the installation directory, it can be checked by opening the properties of the Fenwick Cloud Companion (Server Edition) service and examining the Path to executable property.
- If network errors are present in the log file, firewall rules may need to be created.
- If nothing is printed or logged when Business Central prints labels, there may be a printer registration issue:
- In Business Central, review the Server Printers setup area. The Cloud ID field is important and must correspond to a valid and active printer.
- If multiple of the same printer are visible in the Cloud ID lookup, please contact Fenwick to have these cleaned up. Duplicates can occur if the agent's Client ID has been mistakenly deleted or regenerated.
The Log File contains "This managed library is running under 64-bit process and requires 64-bit Ghostscript native library installation on this machine!"
Fenwick Cloud Companion is attempting to print PDF documents but Ghostscript has not been installed, or the wrong version has been installed (32-bit/64-bit). Review the installation steps.
Comments
0 comments
Please sign in to leave a comment.