Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
In page 89 of the Windchill installation guide (324 pages), it specifies:
Web Server DNS Registered Host
Name:
The a fully qualified host name of the computer on which PTC HTTP Server is installed.
The host name must conform to the required standard Internet format that specifies the name can be a text string up to 63 characters drawn from only the alphabet (A-Z and a-z), digits (0-9),hyphen (-), and period (.). The period is used only as a domain name separator.
The first character of a host name can be either a letter or a digit. The default is:
<hostname>.<domainname>
It means that other characters, such as "_" or "+" are not allowed.
What happens in such a case, is that you can go through the entire install process (that takes some time), to discover in the end that windchill will not start with a "URL Malformed" message that prevents the method server from starting.
It is very easy for the PSI to, at least, give a Waring about host name containing illegal characters.
It validates DNS registered Host anyway, so add this simple check to that validation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.