Skip to Content
0
Former Member
May 06, 2010 at 05:41 PM

Scheduling delta indexes and Merging Delta indexes to main indexes

42 Views

Hello All,

I am trying to create an automated process to schedule indexes for Embedded Search after every 30 minute on my TREX standalone machine which is connected to SAP ECC6 EHP4 system.

I followed following steps.

1. We scheduled delta indexes using program 'ESH_IX_PROCESS_CHANGE_POINTERS' with input parameters

product: EA-HRGXX

Object type: *

System: *

delayseconds:1800 30 minutes

Exit processing: 18 it will run for 18 hours per day

Reschedule automatically : checked

Process in background : checked

2. As per the documentation for TREX delta index merging i followed thier methods uing Python Scheduler

http://help.sap.com/SAPHELP_NW70/helpdata/EN/46/ccd46821333c1fe10000000a155369/frameset.htm

here are the lines i inserted

in TREXDaemon

programs=nameserver,preprocessor1,indexserver1,queueserver,alertserver,webcruiser,rfcserver,cron

in Crontab

10,0 * * * * python mergeDeltaIndex.py --silent --allIndexes=1

I am still not able to automate it, i tried to create new user with area of responsibility but its still not active.

i am on Version 7.10.33.00

any feedback highly appreciated.

Mani