Skip to main content
Version: 4.2.5

iCore Events via the database

iCore Process Server contains a database table called TblExternalEvent. If you insert a post to the table, a trigger is started. The trigger creates an event via RemoteInput-object.

Before you can use the trigger in the database table to create events, it must be properly configured.

TblExternalEvent

The database table contains the following field for entry:

Field nameData type
fldEventTypeNamenvarchar (1024)
fldParamsnvarchar (1024)
fldUserNamenvarchar (1024)
fldPasswordnvarchar (1024)

You also find the following fields, which are automatically filled in:

Field nameData type
fldStatusnvarchar (1024)
fldExternalEventIdint
fldCreatedDateTimedatetime
fldStatusDateTimedatetime

Trigger configuration

To be able to create iCore events via the database, one of the following conditions must be met:

  • iCore is installed on the computer with the SQL-server.
  • the RemoteInput-object has been registered on the iCore computer via DCOM from the SQL-server computer.