Problem using the forticlient-vpn-config package

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Answer
Serv_info
Messages: 15
Registration: August 6, 2025 - 12:43

August 21, 2025 - 3:57 PM

Hello everyone. :)

To automate its installation, our IT team is trying to deploy the "forticlient-vpn-config" package, available in the official Tranquil IT store. Unfortunately, after trying various methods to get it working (for example, copying the VPN configuration file to a folder outside the package, in case the FCConfig.exe executable couldn't find the configuration), we haven't been successful.

We're using the latest version of WAPT (2.6.0.17392) on Windows 11, and we installed FortiClient from a custom-built package.

Is there something important I'm missing in using this package? From what I understand, it would just be a matter of modifying the variables in the template package and adding its configuration file to the package files...

We tried installing it via the console and via the Self-Service store, which works on my computer, but consistently gives errors on my colleagues' computers... :|

Thank you very much in advance for your help!

Gabriel.
User avatar
blemoigne
Messages: 178
Registration: July 17, 2020 - 11:29

August 22, 2025 - 5:44 PM

Hello,
Could you please provide us with the package installation logs?
Best regards,
Bertrand
Serv_info
Messages: 15
Registration: August 6, 2025 - 12:43

September 1, 2025 - 10:37

Hello, and I sincerely apologize for only replying now!

Regarding the installation error:

Code: Select all

Applying: VPNSSL.conf
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 4455, in install_wapt
    exitstatus = setup.install()
  File "C:\WINDOWS\TEMP\waptgxgstmi7\setup.py", line 44, in install
  File "C:\Program Files (x86)\wapt\common.py", line 4112, in run
    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 2263, in run
    raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command '"C:\\Program Files\\Fortinet\\FortiClient\\FCConfig.exe" -m all -f "VPNSSL.conf" -o import -i 1 -p "[mot-de-passe-enlevé]"' returned non-zero exit status 5.
Output:

CalledProcessErrorOutput: Command '"C:\\Program Files\\Fortinet\\FortiClient\\FCConfig.exe" -m all -f "VPNSSL.conf" -o import -i 1 -p "[mot-de-passe-enlevé]"' returned non-zero exit status 5.
Output:
(To clarify: the last output is empty)

I tried searching a bit, but I didn't find much. However, after a little more testing, the package works Sometimes After one or more restarts of the computer, perhaps it's simply a matter of waiting for the FortiClient Windows service to fully initialize? 😵‍💫

I'm so sorry for keeping you waiting so long, and thank you so much for your help!!

Sincerely,
Gabriel
User avatar
blemoigne
Messages: 178
Registration: July 17, 2020 - 11:29

September 1, 2025 - 11:58

Hello,
I see in the documentation that you can add a "-d" switch to get debug logs.
https://docs.fortinet.com/document/fort ... and-syntax

Best regards,
Bertrand
Serv_info
Messages: 15
Registration: August 6, 2025 - 12:43

September 1, 2025 - 12:20

Hello again,

Thank you so much for the tip! Unfortunately, it doesn't seem like the messages are being retrieved when the package is run

Code: Select all

forticlient-vpn-config_0.1-18_x64_windows_PROD_27938242fdab90fa08a581ca1399b530.wapt : 14321 / 14321 (100%) (0.00b/s)
Applying: VPNSSL.conf
Erreur lors de l'installation de ['forticlient-vpn-config']: erreurs dans les paquets [[PackageRequest(package='forticlient-vpn-config',architectures=['x64'],locales=['fr'],maturities=['PROD'],tags=['windows-10', 'win-10', 'w-10', 'windows10', 'win10', 'w10', 'windows', 'win', 'w'],min_os_version=Version('10.0.26100'),max_os_version=Version('10.0.26100')), PackageEntry('forticlient-vpn-config','0.1-18' architecture='x64',maturity='PROD',target_os='windows'), 'Traceback (most recent call last):\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 5616, in install\n    result = self.install_wapt(p.localpath,\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4549, in install_wapt\n    raise e\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4455, in install_wapt\n    exitstatus = setup.install()\n  File "C:\\WINDOWS\\TEMP\\wapt3_ly2006\\setup.py", line 44, in install\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4112, in run\n    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))\n  File "C:\\Program Files (x86)\\wapt\\waptutils.py", line 2263, in run\n    raise CalledProcessErrorOutput(proc.returncode, cmd, \'\'.join(output))\nwaptutils.CalledProcessErrorOutput: Command \'"C:\\\\Program Files\\\\Fortinet\\\\FortiClient\\\\FCConfig.exe" -d -m all -f "VPNSSL.conf" -o import -i 1 -p "[mdp]"\' returned non-zero exit status 5.\nOutput:\n']]
Traceback (most recent call last):
  File "<string>", line 1662, in run
  File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 881, in run
    self._run()
  File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 1490, in _run
    raise Exception(_('Error during install of {}: errors in packages {}').format(
Exception: Erreur lors de l'installation de ['forticlient-vpn-config']: erreurs dans les paquets [[PackageRequest(package='forticlient-vpn-config',architectures=['x64'],locales=['fr'],maturities=['PROD'],tags=['windows-10', 'win-10', 'w-10', 'windows10', 'win10', 'w10', 'windows', 'win', 'w'],min_os_version=Version('10.0.26100'),max_os_version=Version('10.0.26100')), PackageEntry('forticlient-vpn-config','0.1-18' architecture='x64',maturity='PROD',target_os='windows'), 'Traceback (most recent call last):\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 5616, in install\n    result = self.install_wapt(p.localpath,\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4549, in install_wapt\n    raise e\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4455, in install_wapt\n    exitstatus = setup.install()\n  File "C:\\WINDOWS\\TEMP\\wapt3_ly2006\\setup.py", line 44, in install\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4112, in run\n    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))\n  File "C:\\Program Files (x86)\\wapt\\waptutils.py", line 2263, in run\n    raise CalledProcessErrorOutput(proc.returncode, cmd, \'\'.join(output))\nwaptutils.CalledProcessErrorOutput: Command \'"C:\\\\Program Files\\\\Fortinet\\\\FortiClient\\\\FCConfig.exe" -d -m all -f "VPNSSL.conf" -o import -i 1 -p "[mdp]"\' returned non-zero exit status 5.\nOutput:\n']]

Exception: Erreur lors de l'installation de ['forticlient-vpn-config']: erreurs dans les paquets [[PackageRequest(package='forticlient-vpn-config',architectures=['x64'],locales=['fr'],maturities=['PROD'],tags=['windows-10', 'win-10', 'w-10', 'windows10', 'win10', 'w10', 'windows', 'win', 'w'],min_os_version=Version('10.0.26100'),max_os_version=Version('10.0.26100')), PackageEntry('forticlient-vpn-config','0.1-18' architecture='x64',maturity='PROD',target_os='windows'), 'Traceback (most recent call last):\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 5616, in install\n    result = self.install_wapt(p.localpath,\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4549, in install_wapt\n    raise e\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4455, in install_wapt\n    exitstatus = setup.install()\n  File "C:\\WINDOWS\\TEMP\\wapt3_ly2006\\setup.py", line 44, in install\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4112, in run\n    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))\n  File "C:\\Program Files (x86)\\wapt\\waptutils.py", line 2263, in run\n    raise CalledProcessErrorOutput(proc.returncode, cmd, \'\'.join(output))\nwaptutils.CalledProcessErrorOutput: Command \'"C:\\\\Program Files\\\\Fortinet\\\\FortiClient\\\\FCConfig.exe" -d -m all -f "VPNSSL.conf" -o import -i 1 -p "[mdp]"\' returned non-zero exit status 5.\nOutput:\n']]
Traceback (most recent call last):
  File "<string>", line 1662, in run
  File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 881, in run
    self._run()
  File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 1490, in _run
    raise Exception(_('Error during install of {}: errors in packages {}').format(
Exception: Erreur lors de l'installation de ['forticlient-vpn-config']: erreurs dans les paquets [[PackageRequest(package='forticlient-vpn-config',architectures=['x64'],locales=['fr'],maturities=['PROD'],tags=['windows-10', 'win-10', 'w-10', 'windows10', 'win10', 'w10', 'windows', 'win', 'w'],min_os_version=Version('10.0.26100'),max_os_version=Version('10.0.26100')), PackageEntry('forticlient-vpn-config','0.1-18' architecture='x64',maturity='PROD',target_os='windows'), 'Traceback (most recent call last):\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 5616, in install\n    result = self.install_wapt(p.localpath,\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4549, in install_wapt\n    raise e\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4455, in install_wapt\n    exitstatus = setup.install()\n  File "C:\\WINDOWS\\TEMP\\wapt3_ly2006\\setup.py", line 44, in install\n  File "C:\\Program Files (x86)\\wapt\\common.py", line 4112, in run\n    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))\n  File "C:\\Program Files (x86)\\wapt\\waptutils.py", line 2263, in run\n    raise CalledProcessErrorOutput(proc.returncode, cmd, \'\'.join(output))\nwaptutils.CalledProcessErrorOutput: Command \'"C:\\\\Program Files\\\\Fortinet\\\\FortiClient\\\\FCConfig.exe" -d -m all -f "VPNSSL.conf" -o import -i 1 -p "[mdp]"\' returned non-zero exit status 5.\nOutput:\n']]
Note that I copied the installation log from the computer's "Tasks" tab, not from the "General" tab as before, since the logs there seem to be much more complete. Perhaps this will be helpful!
If there's anything else I could do to help you debug everything, please don't hesitate to let me know. :)

Thank you so much for your help!

Sincerely,
Gabriel
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

September 1, 2025 - 2:08 PM

Hello Gabriel,

And if you manually run the command line on a machine, do you get more information?

Code: Select all

"C:\\\\Program Files\\\\Fortinet\\\\FortiClient\\\\FCConfig.exe" -d -m all -f "VPNSSL.conf" -o import -i 1 -p "[mdp]
Perhaps the output is in a separate file or in a GUI window...

You can retrieve the return code with echo %ERRORLEVEL%.

Could you also try launching it by first creating a cd directory in the fcconfig binary directory?.

Sincerely,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Serv_info
Messages: 15
Registration: August 6, 2025 - 12:43

September 1, 2025 - 5:39 PM

Hello Denis,

Unfortunately, no further information is available regarding any potential issues when executed manually... but the configuration imports correctly. :/
I've attached a screenshot of what's displayed when the commands are executed. The -d option doesn't reveal much more either, given that the command works

Code: Select all

# Exemple en utilisant la commande sur le bureau

C:\Users\gabriel\Desktop>"c:\Program Files\\\\Fortinet\\\\FortiClient\FCConfig.exe" -d -m all -f "VPNSSL.conf" -o import -i 1 -p "[mdp]" && echo %ERRORLEVEL%
hr 1 80070002 FFFFFFFFFFFFFFFF
Loading library: c:\Program Files\Fortinet\FortiClient\xmlsystem
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlvpn
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlav
Load library: xmlav (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlfssoma
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlwanopt
Load library: xmlwanopt (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlwf
Load library: xmlwf (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlfw
Load library: xmlfw (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlvuln
Load library: xmlvuln (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlsandbox
Load library: xmlsandbox (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlae
Load library: xmlae (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlusbmon
Load library: xmlusbmon (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlcloudscan
Load library: xmlcloudscan (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlac
Load library: xmlac (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlrs
Load library: xmlrs (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlztna
Load library: xmlztna (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlpam
Load library: xmlpam (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlesnac
Load library: xmlesnac (126)
0

Code: Select all

# Exemple en exécutant dans le dossier du FortiClient

c:\Program Files\Fortinet\FortiClient>FCConfig.exe -d -m all -f "C:\Users\gabriel\Desktop\VPNSSL.conf" -o import -i 1 -p "[mdp]" && echo %ERRORLEVEL%
hr 1 80070002 FFFFFFFFFFFFFFFF
Loading library: c:\Program Files\Fortinet\FortiClient\xmlsystem
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlvpn
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlav
Load library: xmlav (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlfssoma
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlwanopt
Load library: xmlwanopt (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlwf
Load library: xmlwf (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlfw
Load library: xmlfw (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlvuln
Load library: xmlvuln (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlsandbox
Load library: xmlsandbox (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlae
Load library: xmlae (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlusbmon
Load library: xmlusbmon (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlcloudscan
Load library: xmlcloudscan (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlac
Load library: xmlac (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlrs
Load library: xmlrs (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlztna
Load library: xmlztna (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlpam
Load library: xmlpam (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlesnac
Load library: xmlesnac (126)
0
Once again, thank you very much for your help.

Have a good rest of the day!
Gabriel
Attachments
captecran_forti_a_la_mano.png
captecran_forti_a_la_mano.png (74.31 KiB) Viewed 16410 times
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

September 2, 2025 - 3:57 PM

Hello again Gabriel,

The Wapt agent is running under a LOCAL SYSTEM account. To simulate the same conditions, could you try running the command under a LOCAL SYSTEM account to see if there's a different message?

To do this, you can install the tis-ms-ps-tools package and run the following command in a shell:

Code: Select all

psexec -i -s cmd.exe
Then restart the fcconfig.exe command.

Sincerely,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Serv_info
Messages: 15
Registration: August 6, 2025 - 12:43

September 3, 2025 - 10:22

Hello again Denis,

I just performed the tests as a system account; here are the logs with the different commands executed:

Code: Select all

Microsoft Windows [version 10.0.22631.5472]
(c) Microsoft Corporation. Tous droits réservés.

C:\Windows\System32>whoami
autorite nt\système

C:\Windows\System32>cd c:\Program Files\Fortinet\FortiClient

c:\Program Files\Fortinet\FortiClient>FCConfig.exe -d -m all -f "C:\Users\gabriel\Desktop\VPNSSL.conf" -o import -i 1 -p "[mdp]" && echo %ERRORLEVEL%
hr 1 80070002 FFFFFFFFFFFFFFFF
Loading library: c:\Program Files\Fortinet\FortiClient\xmlsystem
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlvpn
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlav
Load library: xmlav (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlfssoma
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlwanopt
Load library: xmlwanopt (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlwf
Load library: xmlwf (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlfw
Load library: xmlfw (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlvuln
Load library: xmlvuln (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlsandbox
Load library: xmlsandbox (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlae
Load library: xmlae (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlusbmon
Load library: xmlusbmon (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlcloudscan
Load library: xmlcloudscan (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlac
Load library: xmlac (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlrs
Load library: xmlrs (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlztna
Load library: xmlztna (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlpam
Load library: xmlpam (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlesnac
Load library: xmlesnac (126)
0

c:\Program Files\Fortinet\FortiClient>cd c:\users\gabriel\desktop

c:\Users\gabriel\Desktop>"c:\Program Files\Fortinet\FortiClient\FCConfig.exe" -d -m all -f "C:\Users\gabriel\Desktop\VPNSSL.conf" -o import -i 1 -p "[mdp]" && echo %ERRORLEVEL%
hr 1 80070002 FFFFFFFFFFFFFFFF
Loading library: c:\Program Files\Fortinet\FortiClient\xmlsystem
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlvpn
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlav
Load library: xmlav (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlfssoma
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlwanopt
Load library: xmlwanopt (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlwf
Load library: xmlwf (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlfw
Load library: xmlfw (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlvuln
Load library: xmlvuln (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlsandbox
Load library: xmlsandbox (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlae
Load library: xmlae (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlusbmon
Load library: xmlusbmon (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlcloudscan
Load library: xmlcloudscan (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlac
Load library: xmlac (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlrs
Load library: xmlrs (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlztna
Load library: xmlztna (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlpam
Load library: xmlpam (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlesnac
Load library: xmlesnac (126)
0

c:\Users\gabriel\Desktop>"c:\Program Files\Fortinet\FortiClient\FCConfig.exe" -d -m all -f VPNSSL.conf -o import -i 1 -p "[mdp]" && echo %ERRORLEVEL%
hr 1 80070002 FFFFFFFFFFFFFFFF
Loading library: c:\Program Files\Fortinet\FortiClient\xmlsystem
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlvpn
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlav
Load library: xmlav (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlfssoma
Get ImportFromXml operation API
Loading library: c:\Program Files\Fortinet\FortiClient\xmlwanopt
Load library: xmlwanopt (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlwf
Load library: xmlwf (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlfw
Load library: xmlfw (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlvuln
Load library: xmlvuln (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlsandbox
Load library: xmlsandbox (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlae
Load library: xmlae (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlusbmon
Load library: xmlusbmon (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlcloudscan
Load library: xmlcloudscan (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlac
Load library: xmlac (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlrs
Load library: xmlrs (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlztna
Load library: xmlztna (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlpam
Load library: xmlpam (126)
Loading library: c:\Program Files\Fortinet\FortiClient\xmlesnac
Load library: xmlesnac (126)
0
No problem all three times, the import works fine... In the package I compiled, the configuration name has a hyphen in it. Is it worth trying to remove the hyphen?

Thank you so much!

Sincerely,
Gabriel
Answer