AppWorx, Dollar Universe and Sysload Community

  • 1.  Issue with FILE EVNT Object

    Posted Mar 27, 2019 12:02 PM
      |   view attached

    Hi All

     

    This is regarding a FILE EVNT object I created to activate a Flow whenever it finds a file(s) on a particular path. The file event is working fine for other files, but this particular EVNT is not working,. it doesn't look for the files and I find no child statistics. No idea why.

    We missed processing the files as it didn't poll for the files.

     

    Below is the code in !Process tab (very simple)

    :set &RET# = activate_uc_object(JOBP.EBS.USBANK_EXPORT_CHECKPRINT_FILES_FROM_SPIRE)
    :print &RET#

     

    I tried by checking and unchecking the "generate Runtime" but still doesn't help. Any input is very much appreciated.

    Attaching the export of the event.

    Attachment(s)

    zip
    file_evnt_test.xml.zip   1 KB 1 version


  • 2.  Re: Issue with FILE EVNT Object

    Broadcom Employee
    Posted Mar 27, 2019 02:49 PM

    Hi Shravani, it appears your question related to the Automic AWA/UC4 product.

     

     

    I'll move it to the Automic Community space.

     

    Thank you,

     

    Shannon Hebert
    Manager, Technical Support | Mainframe Division

    Broadcom



  • 3.  Re: Issue with FILE EVNT Object

    Posted Mar 27, 2019 04:15 PM

    thankyou



  • 4.  Re: Issue with FILE EVNT Object

    Posted Mar 27, 2019 04:26 PM

    we are running on 12.0.1 Version



  • 5.  Re: Issue with FILE EVNT Object
    Best Answer

    Posted Apr 16, 2019 04:55 PM

    I figured out , what was wrong. I played around with the permissions on the folders and changed the file_path_count to >=1 again. and it worked.