Register the schema, app and user

Register the database schema, application, and user by using the dbsync_srvapp.register_central_app_params() function with a JSON schema file, application ID, and user ID as parameters.

Declare the DB Sync schema, application and user with:
CALL dbsync_srvapp.register_central_app_params( schema_filename,
                                                app_id , user_id )

The schema_filename must be the JSON file containing the database schema definition.

The app_id parameter identifies the server-side application in the DB Sync system.

The user_id parameter identifies the end user which is using the current server-side app.

For more details, see dbsync_srvapp.register_central_app_params().