When I try to run Abaqus PDE (Python development environment) for example from the windows command line with the command:
abaqus cae -pde
I get the following error in the command line:
pde:atxGuiSvr.ipcSvrStart(start=1,atxCaePort=51422):class'socket.gaierror'>: [Errno 11001] getaddrinfo failed
and Abaqus PDE can't connect to the Abaqus/CAE. Therefore when I try to run a python script in APDE (in Kernel) I get the following error in the APDE:
Spawn: abq6144 cae -rt d:/ABQ_Temp/postProc.py
*** Error - remote process did not start
Exit from main file [Kernel]: d:/ABQ_Temp/IBDiM_DK1_2017/postProc.py
and in the command line
Abaqus Error: Invalid command line option: The "-atxPort (atxPort=)" argument required a port number.
My OS is Windows 10. I thought the problem might have been related to the firewall settings so I tried deactivating firewall but it didn't help.
How to solve this? I'd like to fix PDE integration with Abaqus/CAE because I want to use the PDE debugger.
You need to check your temp path if there are abaqus commands. Also You can try re install abaqus.
You can also write these lines in your script then can try again. It will work.