clientget [-<option> . . .]
Gets one or more objects transferring their content to the client machine and optionally checking them out.
Options
[-ids] <comma-separated database ids>
Database ids of the objects to get.
-name <string>
The name of the clientSpec object to use. If not specified the clientSpec currently associated with the connection is used.
-checkout
If specified the transferred object(s) are also checked-out persistently (i.e. the check-out will not go away when the connection teminates).
-force
If specified object(s) are transferred even if they are already checked-out of if the local destination files are not read-only - potentially overwriting modified data.
-out <string>
Optional name of the local file or directory. If not specified it uses the local files computed from the client specification. If multiple objects are being read it must be the name of a directory where to place the local files named as prescribed by the client specification. If a single objects is read it can be either the complete name of the file or the name of a directory (terminated with '/') where to place the local file named as prescribed by the client specification.
-username <string>
The optional user name to use to login into the system. If not specified the Web service login is used. Ignored in interactive mode.
-password <string>
The user password to use to login into the system. Ignored if no system user name is specified. Ignored in interactive mode.
-lang <string>
User-interface language, e.g. 'en-US' for English, US version. Ignored in interactive mode.
-srvname <string>
The name of the Web service connection parameters to use, as defined in the user configuration file (USERCONFIG.XML file, typically stored in C:\Users\<yourWindowsname>\AppData\Roaming\TeraDP\GN4\ on Windows 10 / 8 / 7 / Vista and in c:\Documents and Settings\<user name>\Application Data on Windows XP / Server 2003). If not specified the first connection in the configuration file is used. Ignored in interactive mode.
Notes:
•When using this parameter, have in mind that there is no way to ensure that the same name in the USERCONFIG.XML file gets used coherently on all network computers. Therefore, this is not a safe method unless you are using it only on well known computers.
•Use either -srvname or -srvurl, but not both.
-srvurl <string>
The URL of Web service to connect to, e.g. http://myhost.com/GN4/Adminsrv.asmx. Ignored in interactive mode.
Notes:
•When using this parameter, have in mind that it is independent of the USERCONFIG.XML settings, therefore, much safer.
•Use either -srvname or -srvurl, but not both.
-srvusername <string>
The Windows user name to use to login to the Web service. If not specified the current Windows login is used, and the password and domain options are ignored. Ignored in interactive mode.
-srvpassword <string>
The Windows user password to use to login to the Web service. Ignored ininteractive mode.
-srvdomain <string>
The domain of the user to use to login to the Web service. Ignored in interactive mode.
-srvpassphrase <string>
Pass-phrase used to encrypt/decrypt data transferred to and from the server. Ignored in interactive mode.
See also other exports commands
audit | Extracts audit trail information and objects old versions. |
clientrevert | Gets one or more objects transferring their content to the client machine and removing their persistent check out status. Client files are made read-only. |
config | Imports and exports configuration data. |
counters | Extracts counters information. |
export | Exports data from database in XML format. |
get | Gets (reads) objects. |
icon | Imports and exports icons. |
keywords | Imports, exports or removes keywords. |
logindata | Extracts the content of gn_LoginTable as XML. |
strings | Imports, exports or removes translation strings. |
tasks | Extracts the list of the pending scheduled tasks matching the specified conditions. |
taskslog | Extracts the list of the log of executed tasks matching the specified conditions. |