IMPORTANT NOTICE: As of 21 February, anything posted in this community WILL NOT BE MIGRATED to our new community site. We have pulled all user information and data from this site and are now in an approximately week long process of importing users, roles, and data to our new site. We are leaving this site open and active so you can post and hopefully get a response until the migration is complete. Once complete, the URL that currently takes you to this site will take you to our new site so your bookmarks will work as always. Please read the information on a New Login Process
Client receiving failure/crash when opening a workspace in Enterprise Analyzer. Other users do not have the error and the user receives the crash on multiple machines. The error message returned can be generic with no specific details or reasons for the crash.
If only a specific single user is receiving the crash, the error can be related to a corrupt Options file for the user. This is especially true if there was a preceding crash or unexpected closure of the tool.
New options files can be reassigned to the user so that the erroneous ones no longer cause the failure during the opening of the workspace. Please note that this will reset the user's options and search filters.
Perform the following SQL queries, replacing USER with the UserID of the single user.
delete from optionsSelected where OptionsID in (select ID from options where Owner = 'USER');delete from options where Owner = 'USER';