User's Manual

222 Troubleshooting
Description The command fsefile cannot parse filenames and directories with special characters.
Explanation The command fsefile cannot parse and handle filenames and directories with some special
characters, for example path separator characters: backslash ('\') or slash ('/').
Workaround Use wildcards in the command line, for example: fsefile -l ./*
Description When trying to configure a new FSE resource using the --add option in the FSE command-line
interface, the command fails and reports the following error message:
ERROR: 3000: Parser error. 'Undefined member function Assign(str, str). at line number:0'
Explanation You may have used a hyphen character (-) as part of a variable value in the configuration file
for the FSE resource, and removed the surrounding double quote characters (").
Workaround Enclose the value of the problematic variable in double quotes (") and retry adding the FSE
resource.