Automic Workload Automation

 View Only
  • 1.  Post your tips and tricks!

    Posted Nov 11, 2014 03:20 PM
    Hey everyone, I know this a little different than the normal discussions that are had on here but I love hearing little things people have found that make their lives easier! Especially when they're things I didn't know about and they now make my life easier! 

    Some of these are only available on certain versions or might be available in all versions but please post your version, and your tip/trick!

    V10 - If you have multiple objects that need to connect to the same predecessor or successor, you can choose the line tool, hold the left click and draw a box around all of the objects. Now click the predecessor or successor and all of them are now connected! This one has saved me a ton of time connecting boxes!


  • 2.  Post your tips and tricks!

    Posted Nov 13, 2014 11:22 AM
    Starting with v9, to keep your UI from disconnecting after a period of inactivity, add the following to the uc4config.xml:

    <active_keepalive>2</active_keepalive>

    <paths>
    <docu type="hh">../../Documentation</docu>
    <!--docu type="wh">../Documentation</docu-->
    <!--browser type="Mozilla Firefox">/users/uc4/firefox/firefox</browser-->
    <logging count="10">../temp/UCDJ_LOG_##.TXT</logging>
    <trace count="10" ra="0" tcp="0" xml="0">../temp/UCDJ_TRC_##.TXT</trace>
    <tcpip_keepalive>1</tcpip_keepalive>
    <active_keepalive>2</active_keepalive>
    <tcp_nodelay>1</tcp_nodelay>
    <SendBufferSize>1048576</SendBufferSize>
    <RecvBufferSize>1048576</RecvBufferSize>
    </paths>