Accessing the Process Log File from the Process Running in the Cloud.

Last post 06-29-2010 5:59 PM by opadilla. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-29-2010 4:38 PM

    Accessing the Process Log File from the Process Running in the Cloud.

    I would like to access the the process log for a process running in the cloud from within the process.  This would allow me to make the log file available to administrators (via email or FTP) without having them log on to the cloud after each run.  Is this possible?  How would I go about doing this? 
  • 06-29-2010 5:59 PM In reply to

    • opadilla
    • Top 100 Contributor
    • Joined on 03-30-2009
    • Pervasive Software
    • Posts 52

    Re: Accessing the Process Log File from the Process Running in the Cloud.

    try this in RIFL

    dim msg1 as djmessage
    dim v_logLocation
    set msg1 = findmessage("msg1")
    if not msg1 is nothing then
    v_logLocation = environ("PVSW_LOG") & "/" & msg1.properties("dcuuid")
    end if
    At the end of that statement, v_logLocation would have the location of the log for the current running process.
    Oscar Padilla
    @dataoscar
    Pervasive DataSolutions Yeah!
Page 1 of 1 (2 items)