Troubleshooting
Problem
You have installed IBM SPSS Statistics 27.0 or later for macOS. After launching the product and while trying to use it, you receive no errors and the interface hangs. Suddenly you can't do anything other than "Force Quit" the application.
Cause
Environment
Diagnosing The Problem
One thing to test is to make certain that the account you are using to run Statistics is the same account that owns your writable folders. To test that, run the following:
- Open a MacOS Terminal window
- Type: ls -l ~/Library <return>
- Look down the listing until you find the "Application Support" folder.
The owner name in the 3rd column should be the same user account as the one you are logged in to for running Stats. For example for me it shows my username for my MacOS account: SPSSSupport
If the account name is correct above, do the same thing for the "~/Library/Application Support" folder, and look to see if there is an "IBM" sub-folder there. If there is, make sure the owner of that folder is also your username account.
Resolving The Problem
For the following example, assume a user named "SPSSUser". Every place you see "SPSSUser" in this example, substitute your own user credentials when you attempt to implement these steps.
Here’s what you should do to make your account the owner of the “~/Library/Application Support” folder:
- Open a MacOS Terminal window
- Type: cd ~/Library <return>
- Type: sudo chown SPSSUser "Application Support" <Return>
You will be prompted for your account password in step #3 above. Provide the password and then do an ls -l from the same command prompt to confirm that the "SPSSUser" account now owns the "Application Support" folder.
One more thing to confirm before you can start happily using Statistics: We need to see if there is already an "IBM" folder under the "Application Support" folder.
- Type: ls -l "Application Support" <Return>
To see if there is an IBM folder already beneath "Application Support". If there is no folder there, no problem. If there is already an IBM folder there, make sure the owner is "SPSSUser" and not "fred" or "501" or some other unique identifier (UID). If the owner is some value other than your own username (e.g. "SPSSUser"), then change directories into the "Application Support" folder and fix the IBM folder in the same way:
From the same terminal window, change to the "Application Support" sub-folder and change ownership of the "IBM" folder:
- Type: cd "Application Support" <Return>
- Type: sudo chown -R SPSSUser "IBM" <Return>
Once you are sure that your account owns either the "Application Support" folder or the "IBM" folder beneath it (if it exists), you should then be able to run SPSS Statistics normally.
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
04 October 2022
UID
ibm16826765