How to set up 360eyes to run with Windows Task Scheduler

Symptom

How to set up 360eyes to run with Windows Task Scheduler ?

Environment


  • 360Eyes
  • SAP BusinessObjects Enterprise XI 3.1
  • SAP BusinessObjects Business Intelligence 4.0
  • SAP BusinessObjects Business Intelligence 4.1
  • SAP BusinessObjects Business Intelligence 4.2
  • SAP BusinessObjects Business Intelligence 4.3


Resolution

  1. Create a batch file that contains the command lines to run the 360eyes jobs. The syntax to use is as follows:

    java -Xmx1024m -cp "%SDK_LIB_FOLDER%/*;../libs/*" com.gbs.eyes.Launcher <360Eyes_dir>

    For example:

    java -Xmx1024m -cp "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib\*;..\libs\*" com.gbs.eyes.Launcher CMS sapbi42training Administrator mypassword secEnterprise C:\360eyes

  2. In Windows Task Scheduler, use option Create Basic Task.


  3. For Task Trigger, select and set the frequency you want to jobs to run:


  4. For Action, select option Start a program:


  5. Provide the full path to the 360eyes batch file created in step 1, including the file name.

  6. Mandatory: In field Start in (optional) provide the path to the batch file, without the file name. Without this field, the task will not launch correctly. 


  7. Select Open the Properties dialog for this task when I click Finish.


  8. Change the User who will be allowed the task, if necessary.
    Select option Run whether the user if logged on or not, as you might want the 360eyes jobs out of hours.
    Mandatory: Use option Run with highest privileges, otherwise the task won't run.
    Set the configuration for the release of Windows used.


  9. Click OK.

See Also

A list of all the command line parameters is available in the 360eyes installation guide: https://support.360suite.io/download/file/234

Keywords

flag, content, task, scheduler

Product

Product or Product version

  • 360Eyes

Languages


  • English




Last updated about 2 years ago