set netconfig [file join $HciSiteDir NetConfig]
nfLoad $netconfig processData hostData xlateData NetFilePrologue
The script was running fine. But then one developer created a process with a process name in upper case. Next day onwards we are getting error on the log file like
can’t read “hostData(name of the process in upper case)”: no such element in array Connection has no SMAT saved messages.
We are using Cloverleaf version 5.4.1 on Windows 2003 server.
I remember reading on user web that we cannot name a process in upper case in this version. My assumption is that we are experiencing this error because of the process with upper case name.
Are you guys out there agreeing with me? Any comments most welcome