The following document includes information and notes required for using the CallAPIA programming interface that processes a script in the Automation Engine system. It can be called directly from within the program itself or from a different program. for NSK.
![]() |
1. |
CallAPI and utility |
---|
The utility UCXBNS1C is part of the AE packageA Package is an instance (a version, a revision, a tag, …) of your application and defines the content which you want to deploy. Here you decide, if you want to deploy the entire application or just a few specified components.. It may be called from the command line of the relevant operating system, from a scriptA particular Automation Engine object type. or a jobAn Automation Engine object type for a process that runs on a target system..
Example 1
The first example calls the utility with the connection and loginAn Automation Engine object type that stores account credentials used by agents on target systems. information being specified in the form of parameters. The utility reads the processing instructions (AE Script) from the file "SCRFILE" which is also specified in the form of a parameter.
run ucxbns1c script=SRCFILE LOGON=1000,SMITH,UC4
Example 2
The utility is called with the script file being specified in the form of a parameter. Connection and login data as well as additional information are read from the INI file.
run ucxbns1c script=SRCFILE INI=UCXBNS1I
See also:
About the CallAPI
Using the CallAPI
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |