AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
Modules
  • AVEVA World
  • PDMS/E3D Forum
  • Modules
  • Cancel
Modules
Global Module about DEAMON ....
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 3 replies
  • Subscribers 1 subscriber
  • Views 10 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

about DEAMON ....

ZAPPELLA
ZAPPELLA over 10 years ago
 
  • Sign in to reply
  • Cancel
  • ZAPPELLA
    ZAPPELLA over 10 years ago
    dear

    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



    Thank you
    [/SIZE][/FONT]
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • PH
    PH over 10 years ago
    The daemon is not expunged with "EXPUNGE"
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • ZAPPELLA
    ZAPPELLA over 10 years ago
    yep ,i thinked that ,
    but often HUB ask me to stop & start deamon,but now i found .bat for my task schedul
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel