INI files
In octoplant, certain settings can be done via the INI files.
Editing INI files
- Start the AdminClient, click on the modul INI files.
- The dialog Edit INI files will open.
- Select the appropriate INI file and click on the button Edit.
- In the INI file, select the section for the device type for which you want to make settings. If the section is not present, create it.
- Create the desired setting using the format <Key>=<Value>.
- The settings that you have undertaken in the INI files in AdminClient will be automatically applied by the client applications as soon as a user logs on to the server or the client application has been updated with the server.
In the case that the required INI file is not available in the INI files dialog, you can create it with the file manager in the server archive.
Example:
[Common] |
5543=N |
5508= |
5509=D:\\vdServerArchive\vdog client setup |
5521=D:\\vdServerArchive\vdog agent setup |
5501=de |
5539=Y |
5502=Y |
5601=Y |
Examples for the file ClientConfigUpdate.ini
- Change the language for all clients
- Change the setting Delete local component after Check-In for a client
- Remove the setting delete local component after Check-In from a client's INI file
[configuration\Client.ini|Common]
5501=EN
[{domain.computername}|configuration\Client.ini|CheckInCheckOut]
5623=Y
[{domain.computername}|configuration\Client.ini|CheckInCheckOut]
5623=Y
[{domain.computername}|configuration\Client.ini|CheckInCheckOut]
-5623=Y
By deleting the entry in the file ClientConfigUpdate.ini, this will not delete it from the client's INI files. In order to deactivate an entry from an INI file, the corresponding entry must be preceded by "-".
Please keep in mind that entries in the file ClientConfigUpdate.ini are correct! If this is not the case, the function of the clients may be affected.
Device-specific upload types
Device-specific settings are also still available for the individual upload classes. These settings can be found in the tutorial for the corresponding device. It contains the name and path to the INI file that needs to be edited, the section, the key, possible values and default values.
I have changed the settings in the INI files. octoplant is no longer working. What should I do?
If octoplantno longer works when settings have been added to the INI files, the files were most likely saved with the coding UTF-8 using BOM. In order to make octoplant workable again, save the INI files using another coding. To save INI files using the coding UTF-16 with BOM, edit the file using an editor to enable this setting, for example, Notepad ++.
|
Can I configure client computers through the octoplantserver?
Client computers can be configured in the AdminClient. In the AdminClient, open the module INI Files then the file ClientConfigUpdate.ini. Here, you can select the settings for one or all client computers (see examples). For example, you have the option to adapt certain workflows to schedules at your company. Example: you want that to delete components after every Check-In on client computers. Add the following entry under [Configuration\Client.ini|ClientConfigUpdate.ini] 5623=Y
|
How can I activate tooltips?
Tooltips are disabled by default. If you want to enable the tooltips, make the following settings:
Setting for all available clients:
|
Related topics |
---|
Configuration via INI files |