×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Concord/DataBaseSave: Difference between revisions

    Content added Content deleted
    imported>DrOwl
    No edit summary
    imported>mutante
    m (Concord sub-category of networking, pages shouldnt be in category and subcategory at the same time)
     
    (9 intermediate revisions by 4 users not shown)
    Line 1: Line 1:
    The [[ASCII]] save command is as follows:
    <pre>


    nhSaveDb -p $NH_HOME/db/save/daily.tdb -ascii -u $NH_USER
    The ASCII save command is as follows:

    nhSaveDb -p $NH_HOME/db/save/daily.tdb -ascii -u $NH_USER


    To create the ASCII save as a job than can be scheduled use the following command
    To create the ASCII save as a job than can be scheduled use the following command


    nhSchedule -defineType "Ascii-DB-Save" -load 100 -cmd "nhSaveDb -p $NH_HOME/db/save/daily.tdb -ascii -u $NH_USER"
    nhSchedule -defineType "Ascii-DB-Save" -load 100 -cmd "nhSaveDb -p $NH_HOME/db/save/daily.tdb -ascii -u $NH_USER"


    You may need to set the path and user instead of the variables included above.
    You may need to set the path and user instead of the variables included above.
    Line 13: Line 11:
    Then you can schedule it as follows
    Then you can schedule it as follows


    nhSchedule -schedule "Ascii-DB-Save" -time "2:00 AM" -daily ûyyyyyyy
    nhSchedule -schedule "Ascii-DB-Save" -time "2:00 AM" -daily ûyyyyyyy

    </pre>
    [[Concord|Back to Concord Index]]


    [[Category:Concord]]
    [[Category:Computer]]
    [[Category:English]]

    Latest revision as of 09:18, 10 September 2006

    The ASCII save command is as follows:

    nhSaveDb -p $NH_HOME/db/save/daily.tdb -ascii -u $NH_USER
    

    To create the ASCII save as a job than can be scheduled use the following command

    nhSchedule -defineType "Ascii-DB-Save" -load 100 -cmd "nhSaveDb -p $NH_HOME/db/save/daily.tdb -ascii -u $NH_USER"
    

    You may need to set the path and user instead of the variables included above.

    Then you can schedule it as follows

    nhSchedule -schedule "Ascii-DB-Save" -time "2:00 AM" -daily ûyyyyyyy
    

    Back to Concord Index

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.