-
For SAP HANA implementation the triggers database should be on the same HANA server.
-
Delete the ibolt_notification stored procedure and ibolt_trigger table if already present because henceforth Magic xpi will not use these objects.
-
Before deploying the service in Magic xpi 4.7.6, if there are any modifications to the SBO_SP_PostTransactionNotice stored procedure done as a part of the Magic xpi 4.6.5 hotfix, then those changes need to be reverted.
-
Apart from deploying the script to the company database a copy of the script will also be created at the following location:
%currentprojectdir%\service\<server>_<CompanyDatabase>\StoredProcedure.sql
The backup of the existing Stored Procedure before the modification, will be created with the timestamp at the time backup and saved at the following location:
%currentprojectdir%\service\<server>_<companyDatabase>\<timestamp>_StoredProcedure.sql
? If the company database is used to create the trigger table, then table creation script will be stored at the following location:
%currentprojectdir%\service\<server>_<CompanyDatabase>\<companyDatabase>_CreateTable.sql
? If a separate trigger's database is used to create the trigger table, the script will be stored at the following location:
%currentprojectdir%\service\<server>_<TriggerDatabase>\<companyDatabase>_CreateTable.sql
|