ARS Server version: 6.00.01 patch 1454 Windows Server version: Windows 2000 SP4 SQL: SQL Server 2000
I have successfully automated the Sync Search process as follows in the above environment, and have been using this for several months. -- synchronize search database DELETE FROM arsystem.dbo.object_search_admin -- must remove existing record for CLI to work! SET @strCmd='c:\progra~1\arsyst~1\admin\aradmin.exe -x jus000as5047 -u Demo -p Demo -portnum 5555 -s' EXEC master..xp_cmdshell @strCmd The trick is removing the existing record from object_search_admin first. It took some time to find that out... _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

