all night i make an expunge all in batch file to allow a good transaction of DB.....but in my command i dont want expunge the deamon,
can you tell me how i can keep active my deamon (pdms user is SYSTEM)
or can you tell me how stop and start my deamon with a batch... (from service windows tab)
following macro for expunge all
ADMIN --doing users expunge EXPUNGE --run thru all databases and expunge from claimlists VAR !DBS COLLECT ALL DB do!x from 1 to !DBS.Size() !DBNA = !DBS[!X].Dbref().Name.After('/*') EXPUNGE DB $!DBNA HANDLE (1,271)(1,273)(1,436) --if database is UPDATE or is FOREIGN ENDHANDLE enddo
[FONT=arial][SIZE=1]finish