Failed to Load Extensibility Data Message
This can be caused by the user rights to the ModelerATFiles folder on the server not being set up correctly.
Check that the ModelerATFiles Folder is Shared Correctly:
1. On the server host, open Windows Explorer.
2. Locate the ModelerATFiles folder.
The default path is C:\ProgramData\PTC Integrity Modeler\ModelerATF.
3. Right-click the ModelerATFiles folder and select Properties.
4. Select the Sharing tab.
5. Click Advanced Sharing…
6. Ensure that the share name is ModelerATF.
7. Click Permissions.
8. Ensure that Everyone has Full Control.
9. Click OK to close the dialogs.
Ensure that the ModelerATFiles Folder, Sub-Folders and Files are Editable:
1. Open a Command Prompt shell.
2. Assuming a default SQL Server installation location, use the attrib command to remove the read-only attribute on the ModelerATFiles folder, sub-folders, and files.
attrib -r C:\ProgramData\PTC Integrity Modeler\ModelerATFiles /d /s
attrib -r C:\ProgramData\PTC Integrity Modeler\ModelerATFiles\* /d /s