How to create the 360eyes script to run the jobs
To create the 360Eyes batch file to run the jobs, please follow the steps below:
One example of the batch file;
java -Xmx1024m -cp "../libs/*;C:\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib\*" com.gbs.eyes.Launcher CMS USCRLPDBOBJAPP1:6400 administrator Password secEnterprise C:\360eyes\ -forcecluster=Production
2- Then you need to create new 360eyes jobs based on scripts in the CMC
3- You'll then need to click on "browse" to select the .bat file you've created. The same procedure must be repeated for each 360eyes job you wish to run in script mode.
The scripts will be triggered by the BOBJ scheduler but they will run locally, you can therefore create these scripts on the server that hosts 360eyes and place them in the 360eyes\tools folder (this is what we usually recommend).
Related Articles
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 ...
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 ...
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> ...
Recommendations for Running 360Eyes jobs
Symptom Jobs can be run on a one-shot basis (i.e. for testing) or a scheduled tasks (i.e. best for production). As jobs are Business Objects objects, they can be easily scheduled using the Business Objects platform. If the -replaceMode=ADD flag is ...
How to execute 360Eyes jobs for other CMS?
Symptom 360eyes is installed either on a dedicated server or on a sandbox. You want to extract metadata from a different BOBJ CMS and Audit DB. Environment 360Eyes SAP BusinessObjects Enterprise XI 3.1 SAP BusinessObjects Business Intelligence 4.0 ...