|
发表于 2014-6-28 14:30:29
|
显示全部楼层
qml wrote:Please let us know which part of the following paragraph you found difficult to understand and we will try to help.
[quote]tm1runti.pdf wrote:Parameters
Parameters can be either in a configuration file or passed on the command line.
Command line parameters take precedence over parameters that are in the
configuration file. This makes it possible to have persistent default parameters for
relatively static parameters (such as adminhost and server) and to supply just the
few parameters needed to either override the defaults or to provide values that are
not easily defaulted, such as the user name or the TurboIntegrator process name.
The parameters have a different format when passed on the command line. While
all parameters are passed in a "-parameter_name value" fashion, everything that is
passed as "parameter_name=value" is treated as a TurboIntegrator process
parameter.
There are four types of parameters:
* Command parameters
Used to specify the config file to use, which group of connection parameters to
use, or which TurboIntegrator process to run.
* Connection parameters
Used to specify the servername, username and other information needed to
connect to a TM1 server.
* Password parameters
Can either be a username and plaintext password or can be a filename
containing an encrypted password and associated keyfile used for decryption.
* TurboIntegrator parameters
Passed to the named TurboIntegrator.
Parameters specified on the command line must begin with dash (-) or slash (/).
The parameter value is separated from the parameter name by a space, and the
value can be specified as is or in quotes (if there are embedded spaces).
For example:
tm1runti ??server MyTM1Server ??username John ??pwd "my secret"
ti_parm1=yes ti_parm2="my value" [/quote]
My main question is:
- As I start the procedure? Start with a file. Txt passes the parameters and saved in any specific directory?
- Parameters Step through a .bat file?
- The TM1RunTI has some interface so that I can pass these parameters?
My biggest difficulty is how to start the procedure.
Regards,
Alessandro |
|