Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Tools : @INSTALL

@INSTALL
Requests the installation of the specified component. (CE)
Invocation
Do one of the following:
Type @INSTALL(component[, path]) <Enter>
Type EX @INSTALL(component[, path]) <Enter>
Type @INSTALL(component[, path])
Where:
 
[Optional] The path where the source files are. This path can be absolute, or relative to the directory specified in the DSDIR Execution Environment parameter.
Usage Notes
The argument component is the name of an instance of the @TOINSTALL table. This instance contains the names of objects, table instances, and occurrences to be included in the component.
The user ID you use to run @INSTALL must have level-7 security clearance. This user ID becomes the owner of all objects listed in the component instance of the @TOINSTALL table, with the provision that they can grant access rights to other users.

Exceptions
 
Example
The following example uses @INSTALL to install a new component.

 
@INSTALL(TIMELAPSE ../bin/new)

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved