06 Aug 2025 03:55 PM
Hi, the host name of my database includes a \ (which is recognized as invalid by dynatrace when connecting to it frmo the sql extension). How can I circumvent that? Since changing the host name would involve a lot of server downtime since everything points to the name with \
07 Aug 2025 07:24 PM
In what universe is backslash a valid character in a hostname?
Sure, there are UTF-8 characters possible in the DNS (very bad choice), see https://en.wikipedia.org/wiki/Internationalized_domain_name but those are translated to valid ascii characters.