-
Hi, When I try to run a python demo script from the documentation I receive the following error. ansys.geometry.core.errors.GeometryExitedError: Geometry service connection terminated: Exception was thrown by handler. Unclear if the license checkout is root cause of the thrown python error help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 17 replies
-
Hi @Spclaim - could you please share with us the You can hide out the license server IP/DNS for security purposes, for sure =) |
Beta Was this translation helpful? Give feedback.
-
Hi thank you,
no dns 8.8.8.8 is not reachable from company network. We have our own DNS server, but this also didn’t work.
I have 23R2 not sure about SP1.
But I can start both SC and Discovery from python. Only issue is that I must close it manually.
|
Beta Was this translation helpful? Give feedback.
-
After further investigation we have reached the main issue on the licensing - the Ansys Geometry Service (headless and dockerized solution) only works with a Discovery Modeling license. If you have an Ansys Mechanical Enterprise license, for example, you will be able to use PyAnsys Geometry with SpaceClaim or Discovery, but not the Ansys Geometry Service. On 23R2 SP1 it will only work with SpaceClaim due to some issues with Discovery. Also, support to Ansys standalone products (SpaceClaim, Discovery) is limited from the PyAnsys Geometry API. Certain operations might fail since the intended interaction of this library is with the Ansys Geometry Service directly. Starting on 24R1, we will provide larger support for the Ansys standalone products (Discovery, SpaceClaim). For PyAnsys Geometry version compatibility with Ansys products please refer to https://geometry.docs.pyansys.com/version/stable/getting_started/compatibility.html Thanks @Spclaim for opening this discussion. I will mark this response as an answer for future reference. |
Beta Was this translation helpful? Give feedback.
After further investigation we have reached the main issue on the licensing - the Ansys Geometry Service (headless and dockerized solution) only works with a Discovery Modeling license. If you have an Ansys Mechanical Enterprise license, for example, you will be able to use PyAnsys Geometry with SpaceClaim or Discovery, but not the Ansys Geometry Service.
On 23R2 SP1 it will only work with SpaceClaim due to some issues with Discovery. Also, support to Ansys standalone products (SpaceClaim, Discovery) is limited from the PyAnsys Geometry API. Certain operations might fail since the intended interaction of this library is with the Ansys Geometry Service directly.
Starting on 24R1, we will p…