Error loading file C:Program FilesAnsys Incv140CFXconfighostinfo.ccl - Invalid Character


Problem Description : When launching CFX-Solver Manager 14.0 you receive this error message:

Error loading file C:Program FilesAnsys Incv140CFXconfighostinfo.ccl - Invalid Character CCLAPI::loadCCLFile:
CCL parser failed with message:
invalid object name " host-machine ": contains invalid character '-'

where " host-machine " is the hostname of your system. The invalid character could be any one of various characters not permitted in this circumstance.

Resolution : Open the C:Program FilesAnsys Incv140CFXconfighostinfo.ccl file and make the following two edits:

-Remove the invalid character from the hostname in the "HOST DEFINITION:" line.
-Add a parameter "Remote Host Name = host-machine " to the HOST DEFINITION, where "host-machine" is the hostname of your system, including the invalid character.
For example, if the original host definition looks like the following:

HOST DEFINITION: host-machine
Installation Root = C:Program FilesANSYS Incv%vCFX
Host Architecture String = winnt-amd64
END # HOST DEFINITION host-machine

then replace it with:

HOST DEFINITION: hostmachine
Remote Host Name = host-machine
Installation Root = C:Program FilesANSYS Incv%vCFX
Host Architecture String = winnt-amd64
END # HOST DEFINITION hostmachine

NOTE: this will also fail with CFX 12.x and 13. The problem is only seen when the Host Name of the machine contains a dash in the name. Renaming your computer to not have a - will resolve this issue withou edits





Show Form
No comments yet. Be the first to add a comment!