OpenText product name changes coming to the community soon! Learn more.

Wikis - Page

How to solve the problem of Silent Mode import failure

1 Likes

Environment

Sitescope version 23.4
 

Situation

Depending on the documented, export and import are running silent mode.
https://docs.microfocus.com/doc/SiteScope/23.4/ConfigToolSilentMode
There is no problem with exporting, but the following error occurs during importing.

Resolution

Refer to “pre1150Import” parameter and description during silent installation.
https://docs.microfocus.com/doc/SiteScope/23.4/CreateOvinstallparamsFile

#========================================================================================================================
#= Specify whether the configuration is imported from a SiteScope version before 11.50 or after
#= Choose true if configuration imported is before 11.50 and false if configuration imported is 11.50 or higher version
#= Accepted values: [ true | false ] 
#========================================================================================================================
pre1150Import=true
Adding "pre1150Import=false" to the configtoolparams.txt file, the silent import can be run normally.

C:\SiteScope\bin>config_tool -i silent -f c:\configtoolparams.txt
SiteScope architecture is64 OS architecture is64
set JAVA location to C:\SiteScope\java\bin\java.exe
C:\SiteScope\bin>

Labels:

Other
Comment List
Related
Recommended