Automic Workload Automation

  • 1.  U03000011 Could not read script file '', error code '14'.

    Posted Jul 19, 2017 08:40 AM

    Hello,

    We're seeing this error when we attempt to make a call to CallAPI.  I'm having some difficulty finding any discussion around this.  Has anyone else experienced this?

    CallAPI version 12.0.1 Build 274

    Thanks!



  • 2.  U03000011 Could not read script file '', error code '14'.

    Posted Jul 19, 2017 08:47 AM
    Hello Jeff,

    What command do you use to start the CallAPI?

    Best regards,
    Antoine


  • 3.  U03000011 Could not read script file '', error code '14'.

    Posted Jul 19, 2017 08:57 AM
    /automic/12_1/CallAPI/bin/ucxblx6c call_AE.sh LOGON=102,8451


  • 4.  U03000011 Could not read script file '', error code '14'.

    Posted Jul 19, 2017 09:01 AM
    You need to set a script name - obviously in your case this parameter is missing.

    Syntax is like this :
    CallAPI file SCRIPT=script file [LOGON=client, user, [department [, password]]] [INI=INI file]

    Documentation link :https://docs.automic.com/documentation/WEBHELP/English/AWA/11.2/AE/11.2/All Guides/help.htm#ucacif.htm





  • 5.  U03000011 Could not read script file '', error code '14'.

    Posted Jul 24, 2017 09:24 AM

    Thanks for the help!  This was being called from a bash script, and yes, that parameter was indeed missing.