RelsysWindowsService.exe.config

  1. Uncomment the following entries under the <RelsysConfigFilesSection>/<RelsysConfigFiles>
    • Relsys.InterfaceComponents.ProcessorsConfiguration
    • Relsys.CaseIntake.FolderConfiguration
  2. Make sure that the DatabaseConfiguration section is configured for the following attributes:
    Attribute Description

    DBName

    (Mandatory)

    TNS of the database to which the RelsysWindowsService should connect to.

    Example: DBName="GOLDDEMO"

    DBUser

    AGService Username.

    The RelsysWindowsService logs into the database using this login name. This has to be a user of type AGSERVICE.

    Example: DBUser="agservice_user1"

    GeneralEmailTo

    The e-mail address to which the e-mails will be sent by the Intake Service, using the General Email feature of Oracle Argus Safety.

    Example: GeneralEmailTo ="rrecepient@oracle.net"

    GeneralEmailFrom

    The email address from which the e-mails will be sent by the Intake Service, using the General Email feature of Oracle Argus Safety.

    Example: GeneralEmailFrom ="admin@oracle.net"

    GeneralEmailCc

    This email address will be added to the Cc line when e-mails are sent by the Intake Service, using the General E-mail feature of Oracle Argus Safety.

    Example: GeneralEmailCc ="recepient@oracle.net"

    GeneralEmailBcc

    The email address will be added to the Bcc line when e-mails are sent by the Intake Service, using the General E-mail feature of Oracle Argus Safety.

    Example: GeneralEmailBcc ="recepient@oracle.net"