Before you proceed with the Installation of Kony Push Notification Server, ensure that you install the Kony Databases. For further information on Kony Database Setup, following are the databases supported by Kony MobileFabric Engagement Services.
Follow these steps to execute MySQL DB scripts:
"kpnsdb" with character set as "utf8" and collate as "utf8_unicode_ci" using following command-> CREATE DATABASE kpnsdb CHARACTER SET utf8 COLLATE utf8_unicode_ci;
Follow these steps to execute Oracle DB scripts:
"kpnsdb" and provide below grants to "KPNSDB" User schema.Note: Below grants commands need to be executed with role "sysdba" from SQL*Plus.
GRANT CONNECT,RESOURCE,CREATE VIEW TO KPNSDB;GRANT CREATE JOB to KPNSDB;GRANT MANAGE SCHEDULER to KPNSDB;
Follow these steps to execute DB2 DB scripts:
KPNS.DB2_CREATE-BIG-TABLESPACE.sqlcommand > db2 -td';' -vf DB2_CREATE-BIG-TABLESPACE.sql > kpns_tbs.logDB2_CREATE_USERS.SQL
command > db2 -td';' -vf DB2_CREATE_USERS.SQL > kpns_create_users.log
V1__KPNSDB_DB2_Tables_7.0.0.sql
command > db2 -td';' -vf V1__KPNSDB_DB2_Tables_7.0.0.sql > kpnsdb_create.log
V2__KPNSDB_DB2_Views_7.0.0.sql
command > db2 -td';' -vf V2__KPNSDB_DB2_Views_7.0.0.sql > kpnsdb_view.log
V3__KPNSDB_DB2_MasterData_7.0.0.sqlcommand > db2 -td';' -vf V3__KPNSDB_DB2_MasterData_7.0.0.sql > kpnsdb_master_data.log
V4__KPNSDB_DB2_STORED_FUNCS_7.0.0.sqlcommand > db2 -td':' -vf V4__KPNSDB_DB2_STORED_FUNCS_7.0.0.sql
V5__KPNSDB_DB2_STORED_PROCS_7.0.0.sqlcommand > db2 -td':' -vf V5__KPNSDB_DB2_STORED_PROCS_7.0.0.sql
V7__UPGRADE_TO_7.0.0.M2.sqlcommand > db2 -td':' -vf V7__UPGRADE_TO_7.0.0.M2.sql
V8__UPGRADE_TO_7.0.0.M3.sql
command > db2 -td':' -vf V8__UPGRADE_TO_7.0.0.M3.sql
V9__UPGRADE_TO_7.0.0.GA.sql
command > db2 -td':' -vf V9__UPGRADE_TO_7.0.0.GA.sql
V10__UPGRADE_TO_7.0.1.sqlcommand > db2 -td':' -vf V10__UPGRADE_TO_7.0.1.sql
V11__UPGRADE_TO_7.1.sqlDB2_KPNSDB_JOB_SCHEDULE.sql with the database userid and the password.DB2_kpns_job.sh to configure a scheduled job to run at 02:00 AM every day. Refer DB2_crontab-schedule.txt file for configuring the schedule job.Follow these steps to execute MS SQL Server DB scripts:
KPNS and schema with name as KPNSDB.V1__KPNSDB_SQLServer_CREATE_DB_SCHEMAS_7.0.0.SQL
SQL_KPNSDB_JOB_SCHEDULE.sql to configure the schedule job that should run at 02:00 AM every day.| Copyright © 2015 Temenos AG. All rights reserved. |