Command-line options for mode selection

DESIGNER [<list of startup parameters>]. Starts 1C:Enterprise in Designer mode.

 <list of startup parameters>
   
   <General startup parameters>  [<Batch mode parameters>]
       
 

 [Designer parameters] |
 [Registering 1C:Enterprise as OLE automation server]

 

ENTERPRISE [<list of startup parameters>]. Starts 1C:Enterprise in 1C:Enterprise mode.

 <list of startup parameters>
 

 General startup parameters



CREATEINFOBASE <connection string> [/AddInList [<infobase name>]]
 [/UseTemplate <template file name>] [/Out <file name>] [/L] [/VL] [/O] [/DumpResult <file name>]. Creates an infobase.

<Connection string>. A string that defines infobase parameters in the following format: <parameter name>=<value>.

<Connection string>. A string that defines infobase parameters in the following format: <parameter name>=<value>.

/AddInList. Infobase name in the list. If this option is not specified, do not include the infobase in the list.

<infobase name>. Infobase name to be displayed in the list of infobases. If this parameter is not specified, use the default name (the same that is assigned to an infobase when it is created interactively).

/UseTemplate. Create an infobase based on the template specified in the <template file name> parameter. You can use configuration files (.cf) and infobase dump files (.dt) as templates. If the template is not specified, ignore this parameter.

/Out <file name> [-NoTruncate]]. File for logging service messages. If the -NoTruncate parameter is specified, do not clear the file before logging.
You can open the file for viewing during the batch command execution. The messages are recorded directly to the file (without buffering).

/L <language code>. Platform interface language code. See the list of available languages.

/VL <session locale code>. Session locale code used to format data of Number and Date types, and also used in NumberInWords() and PeriodPresentation() methods.

/O <connection speed>. Connection speed (used in thin and web clients):

 Normal. Normal speed
 Low. Slow speed.

/DumpResult <file name>. Save the infobase creation result to a file. Specify the file name. The commands returns a numeric result (0 if the operation is completed without errors).

Example:
       CREATEINFOBASE File=e:\test3; /AddInList TEST33 /UseTemplate "C:\Documents and Settings\User\My Documents\tmplts\TestVendor\TestConfig\1Cv8.cf"

You can use a single command-line option (DESIGNER, ENTERPRISE, or CREATEINFOBASE) at a time.

1C:Enterprise Developer's Community