@Curve Rush, Use the following code to get handles for all open data dictionaries, including referenced ones:
paths = Simulink.data.dictionary.getOpenDictionaryPaths;
handles = cellfun(@Simulink.data.dictionary.open, paths, 'UniformOutput', false);
If it fails on one computer, check for file access issues or permissions. Add a try-catch block to identify problematic files.