Changing the runtime

  1. In your Project window, navigate to your Runtime folder and double-click your runtime.
  2. Right-click the Layout Runtime (in the middle) and select Script.
  3. Add a function call to JobBefore();.
  4. Click Check Syntax to compile the message.
  5. In the Editor, select Trigger After.
  6. Add a function call to JobAfter();.
  7. Click Check Syntax to verify your code.
  8. Save your project.
  9. Select the Create start.arg check box and export your project.
  10. Close the project.
  11. Create a backup copy of the start.arg file for the OpenText StreamServe application where your project will be deployed.
  12. Stop the OpenText StreamServe application and deploy your project.
  13. In a text editor, view your new start.arg file and verify that the new DAF.fcn is listed.
  14. From your backup copy of the start.arg file, copy the list of .dux files and paste them into the new start.arg.
  15. Start the OpenText StreamServe application.