0) ? window.innerWidth : screen.width;
if(width >= 1300){
largeDevice = true;
}
else{
largeDevice = false;
}">
1400" id="toc-container" class="kb-toc" aria-label="Table of Contents">
Contents
Print Provider error of "address is not valid in its context"
1400" id="toc-container" class="kb-toc" aria-label="Table of Contents">
Contents
Q My Windows Secondary Print Provider fails to connect to the Application Server and I get the following error message in the Print Provider log:
Sep 02 12:24:41 DEBUG: Error initiating connection - The requested address is not valid in its context. (Error: 10049) [3116] Sep 02 12:24:41 DEBUG: unable to establish TCP connection [3116]
What can I do?
This can mean that the Application Server hostname is having trouble being resolved to an ip address (i.e. a DNS issue). It would be worth trying an ip address for the Application Server instead of hostname by updating the configuration file of
[app-path]/providers/print/win/print-provider.conf:
ApplicationServer=[the server's IP address]
-–
Categories: Troubleshooting Articles , Administration
Keywords: 100049 WSAEADDRNOTAVAIL DNS secondary-server
Last updated June 13, 2024
Comments