Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am new to SQL Server PDW, I have a requirement to load a text file into PDW through dwloader.exe. The destination PDW server name is like "10.120.263.154,17005".
When I am trying to connect to this server through dwloader.exe command line utility, i am getting an error like "No such host exists". I think i am receiving this error due to the presence of port number in the server name. I tried to provide an escape character for "comma" in the server name but no success. Could you help me how to give the servername properly??
Posted
Comments
barneyman 10-Nov-14 16:59pm    
can you ping that IP address? also, none of the docs for dwloader i read quote the requirement for a port number, and traditionally port numbers are delimited with a ':' i.e. 10.120.263.154:17005
dinesh42 11-Nov-14 2:29am    
I am able to ping the IP without port number. But when i give port number with ":" or "," i am unable to ping.
barneyman 11-Nov-14 3:07am    
ping only works on the icmp port - sounds like you have a firewall problem, either on the destination machine, or on an intermediate router if you're not on the same subnet

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900