Skip to content

ANSYS: Access denied error #2231

Closed Answered by rjwilliams84
rjwilliams84 asked this question in Q&A
Discussion options

You must be logged in to vote

The issue was the way pyaedt was communicating with my install of hfss. Using grpc was the solution that worked for me, particularly adding in this line of code in the beginning of my python script:

pyaedt.settings.use_grpc_api=True

This allowed me to successfully run the HFSS_Dipole.py example. Thank you to Massimo at ANSYS for helping me work through this issue. If you are experiencing a similar issue to me, please try adding in the above line of code.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@rjwilliams84
Comment options

Comment options

You must be logged in to vote
1 reply
@rjwilliams84
Comment options

Comment options

You must be logged in to vote
1 reply
@Devin-Crawford
Comment options

Answer selected by rjwilliams84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants