This is an old revision of the document!


Note: If the SB1 Notification Listener is not installed, continue with section 3.5. Register the Produmex add-on.

After configuring the SB1 Notification Listener, the stored procedures must be enabled in the “PMX_TransactionNotification” SAP stored procedure as follows.

1. Open the SQL Server Management Studio and connect to your database server.

2. Expand the Databases folder and locate the company database to which you want to apply the Produmex Add-on.

3. Open this database directory and open the Programmability / Stored Procedures subdirectory.

4. Locate the dbo.PMX_SP_TransactionNotificationQueue stored procedure, right-click it and select Modify.

Enable the Notification Listener stored procedure

5. Locate the Produmex SboNotification Queue Code at the end of this stored procedure (see illustration below).

Enable the Notification Listener stored procedure

6. Copy the Produmex SboNotification Queue Code.

This code should now be pasted in the “dbo.PMX_SP_TransactionNotification” stored procedure in the Company database as follows.

7. Locate the “dbo.PMX_SP_TransactionNotification” stored procedure, right-click it and select Modify.

Enable the Notification Listener stored procedure

8. Paste the “Produmex SboNotification Queue Code” at the end of it, right after the code you have copied for the Produmex Addon stored procedure (see 3.3.1. Enable the standard PMX stored procedure).

Enable the Notification Listener stored procedure

9. Uncomment the SP by clicking the Uncomment button in SQL Management Studio.
The result should look like this:

Enable the Notification Listener stored procedure

10. Execute the PMX_SP_TransactionNotification stored procedure.

This topic does not exist yet

You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on Create this page.