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
- 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
- In Windows Task Scheduler, use option Create Basic Task.

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


- For Action, select option Start a program:

- Provide the full path to the 360eyes batch file created in step 1, including the file name.
- 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.

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

- 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.

- Click OK.
See Also
Keywords
flag, content, task, scheduler
Product
Product or Product version
Languages
Related Articles
How to configure SQL Server with Windows Authentication
Symptom When trying to configure a SQL Server database using Windows Authentication as part of the 360eyes database configuration, the following error is returned: "The driver is not configured for integrated authentication". Environment 360Eyes ...
Identify 360eyes jobs on Windows servers
Symptom How to find active 360Eyes jobs when they are running on a Windows platform? Environment 360Eyes SAP BusinessObjects Enterprise XI 3.1 SAP BusinessObjects Business Intelligence 4.0 SAP BusinessObjects Business Intelligence 4.1 SAP ...
Configure 360Eyes to run on SAP Business Objects 4.3SP2
Symptom You run 360Eyes using the 360Eyes GUI or Command-Line against an SAP Business Objects Environment 4.3SP2. or java -Xmx1024m -cp "../libs/;*%SDK_LIB_FOLDER%/*" com.gbs.eyes.Launcher <job> <cms> <BO_user> <BO_user_passwd> <auth> <360Eyes_dir> ...
Administration console - Password Reset (Microsoft Windows)
Condition Impossible to log in to the 360Suite Administration Console (360Suite deployed on a Microsoft Windows machine). Solution Cause The password may have been lost or the basic configuration is corrupted. Remedy 1. Run the Registry Editor: ...
What are the proper steps to set up the Tomcat service account for Web Platform?
Symptom How to configure 360Suite Web Platform to use a Windows domain service account to run the 360Suite Windows Service, if it is not an Administrator on the server, i.e. the Tomcat user? Environment 360Suite Web Platform Cause The issue is ...