This is an old revision of the document!
3.4.3. Enable the Notification Listener stored procedure
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.
5. Locate the Produmex SboNotification Queue Code at the end of this stored procedure (see illustration below).
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
.
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).
9. Uncomment the SP by clicking the Uncomment
button in SQL Management Studio.
The result should look like this:
10. Execute the PMX_SP_TransactionNotification stored procedure.