| Setting | Description | Possible Values | If value is missing | If value is not valid |
|
[Run]
|
Section lists unique ID and description of this conversion. Required.
|
|
Conversion stops with error message.
|
Error: [Run] section heading invalid or missing in OFC.INI.
|
|
RunID
|
Tracking number for the current Conversion. Use this to group Conversions from different computers in the Reporting Tool. Required.
|
Must be numeric
|
Conversion stops with error message.
|
Error: Invalid or missing RunID value in OFC.INI.
|
|
Description
|
Text used to describe the current conversion run. Optional.
|
Free-form text, truncated to 255 characters
|
Ignore.
|
Not applicable.
|
|
LogDestinationPath
|
Location for the log file. Required.
|
Physical or mapped drive or UNC. For example: c:\Conversion\logs
\\server\vba\logs
Environment variables are also supported.
|
Conversion stops with error message.
|
Error: Invalid or missing ‘LogDestinationPath’ value in OFC.INI.
|
|
[ConversionOptions]
|
Section heading for portion of INI file dealing with conversion options. Required, unless there are no conversion options specified in the .ini file.
|
|
Conversion stops with error message.
|
Error: [ConversionOptions] section heading invalid or missing in OFC.INI.
|
|
FullUpgradeOnOpen
|
Enables user to specify that applicable files should be ‘fully upgraded’ on open in respective O12 apps. Optional.
|
Valid values are
1 –full upgrade
0 –no full upgrade
|
Default to full upgrade.
|
Error: ‘FullUpgradeOnOpen’ value in OFC.INI.
|
|
DoNotCab
|
Enables users to disable creating CAB files of log files. Optional.
|
Valid values are
1 – disables creating CAB files of log files
0 – enables CAB’ing of log files
|
Conversion stops with error message.
|
Error: Invalid or missing DoNotCab value in OFC.INI.
|
|
MacroControl
|
Determines if the converter includes any macro projects during conversion. A setting of 1 will cause the OFC to produce macro-free Office 2007 document formats (such as .docx, xlsx, pptx). Macro/VBA code in the original documents will not be migrated. Optional.
|
Valid values are
1 – disregard VBA on conversion
0 – match macro state of source document.
|
Defaults to 0.
|
Error: Invalid ‘MacroControl’ value in OFC.INI.
|
|
[FoldersToConvert]
|
Section lists directories to convert for standalone operation. FileList will be ignored. Optional.
|
List of folders.
|
Ignored if input file passed.
|
Error: [FoldersToConvert] section invalid in OFC.INI.
|
|
ConvertSubfolders
|
If folders are specified, a setting of 1 causes the OFC to traverse subfolders, converting all Word, XL, & PPT documents. Optional.
|
0 or 1
|
Defaults to 0.
|
Error: Invalid ‘ConvertSubfolders’ value in OFC.INI.
|
|
[ConversionInfo]
|
Section lists input file and destination information. Required.
|
[ConvertedFolders]
|
Conversion stops with error message.
|
Error: [ConversionInfo] section heading invalid or missing in OFC.INI.
|
|
FileList
|
Path to FileList. Optional.
|
|
|
Error if not present and [FoldersToConvert] empty.
|
|
SourcePathTemplate
|
Used to determine location of converted file. You can use wildcards, so that an asterisk (*) represents a single segment of the path. Optional.
|
Any physical or mapped drive or UNC. * or ‘.’
|
|
Error: Invalid ‘SourcePathRoot’ value in OFC.INI.
|
|
DestinationPathTemplate
|
Used to determine location of converted file. You can use wildcards, so that an asterisk (*) plus a number represents a single segment of the path. See below for examples. Optional.
|
Any physical or mapped drive or UNC. * or ‘.’
|
|
Error: Invalid ‘DestinationPathRoot’ value in OFC.INI.
|