Hello there,
I'm currently trying to install a standalone DPF server_2024_1_pre0 (related to this discussion: https://discuss.ansys.com/discussion/comment/3461#Comment_3461)
I got the package from https://download.ansys.com/Others/DPF Pre-Release and installed it properly on my computer following the procedure here https://dpf.docs.pyansys.com/version/stable/getting_started/index.html#install-dpf-server.
My questions are:
Many thanks, Amaury
Hello @Amaury Edet,
To answer your two questions:
Hi @Paul Profizi ,
Thanks for your reply. Those were the answers I was looking for.
I still have an issue concerning the license file: I use the environment variable that I used in all my PyAnsys scripts: os.environ["ANSYSLMD_LICENSE_FILE"] = "27004@LIC_WORKBENCH" But I got the following error:
"License check failed. Ensure the server is set using environment variable ANSYSLMD_LICENSE_FILE to point to the server (Example ANSYSLMD_LICENSE_FILE = 1055@my_license_server.ansys.com). Ensure you have valid license increments to use DPF Server. For more information about accepted license increments, see https://dpf.docs.pyansys.com/version/stable/user_guide/getting_started_with_dpf_server.html."
When I print my E.V, ANSYSLMD_LICENSE_FILE is valid.
Do you have an idea of what could go wrong ?
Hi @Amaury Edet , this might be a bug of DPF standalone. I've reported this in a Github issue: https://github.com/ansys/pydpf-core/issues/1360
Hi @Amaury Edet ,
Just to clarify, could you confirm/try what happens when setting the environment variable ANSYSLMD-LICENSE_FILE globally on your machine before running the script, and not IN the script?