ini file parameter name causes read error
Posted: 13 Jan 2018, 20:32
I have been testing a basic Actiona script which reads parameters from a standard *.ini file.
Actiona 3.9.1 running in Ubuntu 16.04.
I was seeing the error message on running the script to the point of reading parameter from *.ini file:
“Script line 2:Unable to read the file.”
I checked *,ini file syntax and permissions and they seemed fine.
I pinned down this error to parameters having names starting with “cmd”
cmd1=
cmd2=
cmd3=
When I changed parameter names to exclude “cmd” at start of parameter name there were no file read error messages seen.
Could it be that the string “cmd” at start of a parameter name in *.ini causes this error?
Actiona 3.9.1 running in Ubuntu 16.04.
I was seeing the error message on running the script to the point of reading parameter from *.ini file:
“Script line 2:Unable to read the file.”
I checked *,ini file syntax and permissions and they seemed fine.
I pinned down this error to parameters having names starting with “cmd”
cmd1=
cmd2=
cmd3=
When I changed parameter names to exclude “cmd” at start of parameter name there were no file read error messages seen.
Could it be that the string “cmd” at start of a parameter name in *.ini causes this error?