Automic Workload Automation

  • 1.  PREP_PROCESS ERROR

    Posted Apr 05, 2018 07:41 AM
    Hi

    I receive this when I want to use "PREP_PROCESS":
    5/04/2018 13:30:23 -  U00010038 Runtime error: Could not create data sequence 'FILETRANSFER'. Status: '0000001820', return code: '0000000000'.
    5/04/2018 13:30:23 -  U00011000 'JOBS.REG_GZ_TRANSFER_TO_ORAFIN_ZF_101_SEARCH_FILES' (RunID: '0235421815') could not be started on 'HANFS_E_EXPL_NFS_HPUX'. See next message.
    5/04/2018 13:30:23 -  U00010038 Runtime error: Could not create data sequence 'FILETRANSFER'. Status: '0000001820', return code: '0000000000'.
    5/04/2018 13:30:23 -  U02003041 Invalid 'GetFilePfad()' call, file name 'EATVENDF.TXT'. Error code: ('2' - 'No such file or directory')

    what may cause this "GetFilePFad" error?
    kr
    Sören


  • 2.  PREP_PROCESS ERROR

    Posted Apr 05, 2018 08:08 AM
    Hi

    this occurs if the OS command in a PREP_PROCESS raises an error.

    more info here:
    https://community.automic.com/discussion/8844/prep-process-ends-up-in-a-no-such-file-or-directory-error-if-the-os-command-returns-rc-0-in-ux#latest

    cheers, Wolfgang



  • 3.  PREP_PROCESS ERROR

    Posted Apr 05, 2018 08:16 AM
    Hi Wolfgang, thanks for the info.
    In the link there is an error with ReadFileAuthority(), I receive GetFilePFad.

    I want to start the PREP_PROCESS by script on a HPUX system.
    I suppose there is another kind of PARAM for PREP_PROCESS between Linux and HPUX?


  • 4.  PREP_PROCESS ERROR

    Posted Apr 05, 2018 11:52 AM
    Hi

    the essential err message is the same: Error code: ('2' - 'No such file or directory')

    thats because the eventfile gets deleted if RC > 0

    cheers, Wolfgang


  • 5.  PREP_PROCESS ERROR
    Best Answer

    Posted Apr 09, 2018 01:22 AM

    Hi Wolfgang,

    thanks for the info.

    I have found the reason, the home dir of the user that I want to connect with was not created.

    After creation of home dir , problem was solved.

    kr

    Sören



  • 6.  PREP_PROCESS ERROR

    Posted Apr 09, 2018 03:12 AM
    great that you found the error & it works now!

    cheers, Wolfgang