Configure and start Destiny's SIF server

To be completed by Destiny administrator:

Aspen and Destiny communicate through School Interoperability Framework (SIF) agents. If your Destiny installation is not already using SIF, complete the following steps to start the SIF server.

  1. On the Destiny application server, navigate to \FSC-Destiny\fsc\bin\.
  2. Find and open the config.properties file.
  3. Make the following change to the config.properties file:
  4. Change this... To this...

    # SIF Server settings
    SIF_START_SERVER=false
    SIF_POLLING_RATE=60000

    (every minute, Destiny checks
    for events from Aspen)

    SIF_ALLOW_DELETE_STUDENT=false

    # SIF Server settings
    SIF_START_SERVER=true
    SIF_POLLING_RATE=30000

    (every 30 seconds, Destiny checks for events from Aspen)

    SIF_ALLOW_DELETE_STUDENT=false
    REQUIRE_SECURE_DATATRANSFER=false

  1. Save and close the config.properties file.
  2. Open the Command Prompt from the Windows Start menu.
  3. Run config.bat.
  4. Stop and restart the Destiny service.