Data360 Analyze

 View Only
  • 1.  Finding and mapping SCRATCH files

    Posted 06-26-2025 03:38

    Hi,

    Recently we have had several dataflows in which the Scratch file sizes have been extreme - crashing the server on a couple of occasions !

    To help analysts manage the space as they develop – is there any "easy" way to check the Scratch files and folder without needing to copy the Scratch file path from the Node Log ?

                    Are the (Scratch file) Output Data paths available though a D360 property ?

                    Is there some sneaky trick which would help analysts "map" from the rather cryptic Scratch file names back to an identified node ?

    Any suggestions would be appreciated



    ------------------------------
    Tim Ross
    Revenue Assurance
    TELSTRA LIMITED
    Melbourne VIC
    ------------------------------


  • 2.  RE: Finding and mapping SCRATCH files

    Employee
    Posted 06-26-2025 07:17

    By Scratch files you mean the temporary execution data files.

    If that is the meaning, then yes you can obtain the base directory in which these files will be stored using the ls.brain.tempDir property.

    Getting the temp execution data directory programmatically using a Generate Data node.
    The format of the path to the temp file (.brd) is <tempExecutionDir>/<UID_1><Username>/<Data_Flow_Name>/<UID_2>/<Tempfilename>.brd
    However, I don't know of a way to identify the node that generated the output file.



    ------------------------------
    Adrian Williams
    *Precisely Software Inc.
    ------------------------------



  • 3.  RE: Finding and mapping SCRATCH files

    Posted 06-26-2025 19:53

    Thanks for the reply Adrian. 

    Unfortunately it is the "<Tempfilename>.brd"  part which I'm looking for



    ------------------------------
    Tim Ross
    Revenue Assurance
    TELSTRA LIMITED
    Melbourne VIC
    ------------------------------