I have setup a CentOS 6.5 machine that is attached to my company's domain. The OS is configured to allow Active Directory authentication so we do not have to have separate usernames and passwords to login into it.
The application ANSYS Mechanical works fine when I launch it while logged in with a local (non AD) account. However, when its launched while logged in with my AD account, it reports:
Script Error Line: 25959 Char: 2 Error: Object required Code: 800a01a8 Source: Microsoft JScript runtime error Script: var pg=pm.PreferencesCategories.Item("CATNAME_DesignModeler").PreferencesGroups; My question is, what tools and methods should I be using to help me diagnose this odd issue?
The aim would be to either fix a possible bad setting at my end or to communicate to the software vendor my problem. The software vendor would not help since the application does work with regular local user account, however, if I have more specific info I could approach the developers.
I feel that there is some configuration setting that is causing this.