Data360 Analyze

 View Only
  • 1.  Data Flows that are "Locked for Editing"

    Posted 28 days ago

    Any time a user has made a change to a data flow and exits without saving, you will get a warning saying its locked for editing by the user. Is there any good way, even as an admin, to remove this message and revert to the last saved copy? I haven't found any easy way to get around this without deleting the data flow and re-importing it.



  • 2.  RE: Data Flows that are "Locked for Editing"

    Employee
    Posted 25 days ago

    How about maybe refreshing the browser window without saving first?



    ------------------------------
    Ernest Jones
    Precisely Software Inc.
    PEARL RIVER NY
    ------------------------------



  • 3.  RE: Data Flows that are "Locked for Editing"

    Posted 24 days ago

    Hi Gerry,

    Have you tried  ALL FOLDERS > Locked Documents? You can select a data flow and unlock it, it will then give you an option to "Save a copy of the document with unsaved changes" or just click "Unlock Document" without checking the save copy... checkbox.



    ------------------------------
    Ron Ricard
    Director, Marketing Analytics
    Forrester Research
    Cambridge MA
    ------------------------------



  • 4.  RE: Data Flows that are "Locked for Editing"

    Posted 18 days ago

    Hi, as far as i know you need to be signed in as an admin user and do the following:



    ------------------------------
    Henrik B
    E.ON Sverige
    ------------------------------



  • 5.  RE: Data Flows that are "Locked for Editing"

    Employee
    Posted 10 days ago

    The AnalyzeCli tool can be used to retrieve a list of all Locked Dataflows, and then individual users could be notified to unlock their objects.



    ------------------------------
    Stony Smith
    Precisely Software Inc.
    PEARL RIVER NY
    ------------------------------



  • 6.  RE: Data Flows that are "Locked for Editing"

    Posted yesterday

    Hi Stony,

    Can you provide an example AnalyzeCli command to retrieve a list of locked dataflows?

    It's not clear how to do this from the CLI documentation or analyzeCli help examples command.

    Thanks,

    Mario



    ------------------------------
    Mario Ermacora
    Director and Co-Founder
    Logiclear
    Melbourne VIC
    ------------------------------



  • 7.  RE: Data Flows that are "Locked for Editing"

    Employee
    Posted 15 hours ago

    My apologies, I did that part with an API call ... I could share is the whole dataflow.

    Simply put, you need to do a PUT operation to 
    http://servername:8080/api/v3/objects/query?container=object:!tenant:defaultTenant&fields=object,metadata,calculatedMetadata&ltk=<ltk>
    The LTK can be obtained from the AnalyzeCli login

    The body of the PUT needs to be:

    {"queryType":"object-resource-query-v3","fields":["OBJECT","METADATA"],"query":{"sources":[{"type":"JOIN","name":"edited-graphs","joinType":"INNER","leftSource":{"type":"OBJECT","object":"graph"},"rightSource":{"type":"OBJECT","object":"edit-session"},"joinExpression":{"==":[{"attribute":["edit-session","edits"]},{"attribute":["graph","locator"]}]}},{"type":"JOIN","name":"edited-library-nodes","joinType":"INNER","leftSource":{"type":"OBJECT","object":"library-node"},"rightSource":{"type":"OBJECT","object":"edit-session"},"joinExpression":{"==":[{"attribute":["edit-session","edits"]},{"attribute":["library-node","locator"]}]}}],"select":[{"name":null,"expression":{"object":["edit-session"]}},{"name":null,"expression":{"object":["graph"]}},{"name":null,"expression":{"object":["library-node"]}}]}}


    ------------------------------
    Stony Smith
    Precisely Software Inc.
    PEARL RIVER NY
    ------------------------------