Installation

BEAS MANUFACTURING:

The standard installation process applies to the add-on and the Common Interface must be running (Beas Manage Server > Common Interface). See the official documentation here.

 

Produmex WMS:

The standards installation process applies to the add-on and the Produmex SB1 Notification Listener must be installed and started as well. See the official documentation here.

When Beas Manufacturing is installed, Produmex WMS automatically identifies the Beas tables in the database.

 

Changes to SAP B1 Transaction Notification Stored Procedures:

If you first install Beas Manufacturing and then Produmex WMS and you insert the Produmex Logex Addon Code to the dbo.SBO_SP_TransactionNotification stored procedure manually, make sure that you insert the Produmex code ABOVE the Beas Manufacturing code.

 

logex_code_2

 

Produmex Notification Listener Service:

Make sure that you check the configuration file of the Notification Listener Service.

File name: Produmex.Foundation.SboNotification.ServiceHost.exe.config

The file must contain the line highlighted in red (see screenshot below). If it is not present in the file, make sure that you add it.

<action senderType="BEAS_Request" objectType="*" transactionType="*" logic="Produmex.Sbo.Logex.SboNotification.Actions.BeasRequests, Produmex.Sbo.Logex.SboNotification.Actions" />

PMX_notification