requesting Token with ArcGIS Server

المشرف العام

Administrator
طاقم الإدارة
When attempting to connecting to my server (10.3) page using the below code I get the error socket.gaierror: [Errno 11004] getaddrinfo failed

# Ask for admin/publisher user name and password username = raw_input("Enter user name: ") password = getpass.getpass("Enter password: ") serverName = raw_input("Enter server name: ") serverPort = 6443 token = getToken(username, password, serverName, serverPort) if token == "": print "Could not generate a token with the username and password provided." Why can I not acquire a token?



أكثر...
 
أعلى