SPSS Statistics

SPSS Statistics

Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers! 

 View Only
Expand all | Collapse all

SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

  • 1.  SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Mon October 17, 2022 10:32 AM
    Hello dear SPSS community, 
    I am using version 28 on a Mac with OS Monterey 12.6. 
    Data sets can be opened and also analysed deskptitively. 
    Apart from descriptive statistics, no calculations can be made. The output opens, but no results appear. Only: is processed. 
    It is also not possible to create or open a syntax. 
    Attached is the data of the OS device. I hope for your help. 
    Kind regards
    Laura 
    My system: 
     Model name: MacBook Air
      Model identification: MacBookAir7.2
      Processor type: Dual-Core Intel Core i5
      Processor speed: 1.8 GHz
      Number of processors: 1
      Total number of cores: 2
      L2 cache (per core): 256 KB
      L3 cache: 3 MB
      Hyper-Threading Technology: Enabled
      Memory: 8 GB
      System firmware version: 430.140.3.0.0
    Translated with www.DeepL.com/Translator (free version)


    ------------------------------
    Laura Stier
    ------------------------------

    #SPSSStatistics


  • 2.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Mon October 17, 2022 11:00 AM
    Hi.

    First, please try this:

    Run the same set of syntax that gave you that output, but before you do, run this syntax:

    OMS /SELECT ALL /DESTINATION FORMAT=SPV OUTFILE="<some path and file name.spv" VIEWER=NO /TAG="X".
    <then all your syntax here>
    OMSEND TAG="X".

    After that, try to open up that SPV file that the OMS saved. Will it display the output?

    If that fails, try changing the OMS command to FORMAT=HTML OUTFILE=<some path and file name.htm" and let's see if that gives you readable output.

    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 3.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Mon October 17, 2022 02:16 PM
    Hello, 

    thanks for the quick reply. But I am not able to even open the syntax oder insert it into the syntax Window. 
    If I want to navigate to the syntax window via the tool bar nothing works.  I tried to start the Programm via the Terminal with:

    /Applications/IBM\ SPSS\ Statistics/SPSS\ Statistics.app/Contents/MacOS/stats

    This worked for once, now it is not working anymore. Any ideas? 

    Best regards, 
    Laura



    ------------------------------
    Laura Stier
    ------------------------------



  • 4.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Mon October 17, 2022 02:26 PM
    I see. I missed that part earlier.

    I would like you try starting SPSS from the terminal window. Particularly, I would like what SPSS prints to that window after it has been started.

    Open a terminal window and issue these commands, please:

    cd "/Applications/IBM SPSS Statistics/SPSS Statistics.app/Contents/MacOS"
    ./stats

    With such strange behavior of the program, I would expect (I hope) that the program prints out some kind of exception(s), so we can start to understand what is going on here.

    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 5.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Mon October 17, 2022 02:38 PM
    Hi, that is the output generated by the terminal: 

    Last login: Mon Oct 17 20:34:38 on ttys000

    The default interactive shell is now zsh.

    To update your account to use zsh, please run `chsh -s /bin/zsh`.

    For more details, please visit https://support.apple.com/kb/HT208050.

    Lauras-Air:~ laurastier$ /Applications/IBM\ SPSS\ Statistics/SPSS\ Statistics.app/Contents/MacOS/stats

    Warning: the fonts "Times" and "Lucida Bright" are not available for the Java logical font "Serif", which may have unexpected appearance or behavior. Re-enable the "Times" font to remove this warning.

    Warning: the fonts "Times" and "Lucida Bright" are not available for the Java logical font "Serif", which may have unexpected appearance or behavior. Re-enable the "Times" font to remove this warning.

    Warning: the fonts "Times" and "Lucida Bright" are not available for the Java logical font "Serif", which may have unexpected appearance or behavior. Re-enable the "Times" font to remove this warning.

    java.lang.NullPointerException

    at java.lang.StringBuilder.<init>(StringBuilder.java:112)

    at com.spss.uitools.ui_builder.SpecificationBuilder.getAppDataPathForUserWithFolderName(Unknown Source)

    at com.spss.uitools.ui_builder.SpecificationBuilder.getAppdataCustomDialogDirectory(Unknown Source)

    at com.spss.java_client.ui.command.executor.CommandExecutor.getAppdataCustomDialogDirectory(Unknown Source)

    at com.spss.java_client.ui.command.executor.CommandExecutor.scanCommands(Unknown Source)

    at com.spss.java_client.ui.command.executor.CommandExecutor.get(Unknown Source)

    at com.spss.java_client.ui.doc_types.SpssFrame.buildMenuBar(Unknown Source)

    at com.spss.java_client.ui.doc_types.SpssFrame.<init>(Unknown Source)

    at com.spss.java_client.ui.doc_types.data.DataFrame.<init>(Unknown Source)

    at com.spss.java_client.ui.doc_types.data.DataFrame.createDataFrame(Unknown Source)

    at com.spss.java_client.ui.SpssFrameMgr.createFrame(Unknown Source)

    at com.spss.java_client.ui.SpssMgr.newDataSet(Unknown Source)

    at com.spss.java_client.ui.SpssMgr.access$300(Unknown Source)

    at com.spss.java_client.ui.SpssMgr$3.run(Unknown Source)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)

    at java.awt.EventQueue.access$500(EventQueue.java:97)

    at java.awt.EventQueue$3.run(EventQueue.java:709)

    at java.awt.EventQueue$3.run(EventQueue.java:703)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

    Exception in thread "Thread-11" java.lang.NullPointerException

    at java.lang.StringBuilder.<init>(StringBuilder.java:112)

    at com.spss.uitools.ui_builder.SpecificationBuilder.getAppDataPathForUserWithFolderName(Unknown Source)

    at com.spss.uitools.ui_builder.SpecificationBuilder.getAppdataExtensionsDirectory(Unknown Source)

    at com.spss.java_client.core.comp_util.FileLocationsUtil.getAppdataExtensionsDirectory(Unknown Source)

    at com.spss.java_client.core.documents.syntax.SyntaxMgr.getScemaFiles(Unknown Source)

    at com.spss.java_client.core.documents.syntax.SyntaxMgr.initSyntaxCommands(Unknown Source)

    at com.spss.java_client.ui.SpssMgr$SyntaxCommandInitializer.run(Unknown Source)

    at java.lang.Thread.run(Thread.java:748)

    java.io.IOException: Cannot create or get dynamic content folder!

    at com.spss.java_client.core.common.WelcomeDynamicContentMgr.getBaseContentPath(Unknown Source)

    at com.spss.java_client.core.common.WelcomeDynamicContentMgr.<init>(Unknown Source)

    at com.spss.java_client.core.common.WelcomeDynamicContentMgr.<init>(Unknown Source)

    at com.spss.java_client.core.common.WelcomeDynamicContentMgr$WelcomeDynamicContentMgrInstance.<clinit>(Unknown Source)

    at com.spss.java_client.core.common.WelcomeDynamicContentMgr.getInstance(Unknown Source)

    at com.spss.java_client.ui.dialogs.base.WelcomeOnPremDlg.initWhatsNewCards(Unknown Source)

    at com.spss.java_client.ui.dialogs.base.WelcomeOnPremDlg.initVars(Unknown Source)

    at com.spss.java_client.ui.dialogs.base.WelcomeOnPremDlg.doInit(Unknown Source)

    at com.spss.java_client.ui.dialogs.base.WelcomeOnPremDlg.<init>(Unknown Source)

    at com.spss.java_client.ui.SpssMgr.checkForShowWelcomeDlg(Unknown Source)

    at com.spss.java_client.ui.SpssMgr.newDataSet(Unknown Source)

    at com.spss.java_client.ui.SpssMgr.access$300(Unknown Source)

    at com.spss.java_client.ui.SpssMgr$3.run(Unknown Source)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)

    at java.awt.EventQueue.access$500(EventQueue.java:97)

    at java.awt.EventQueue$3.run(EventQueue.java:709)

    at java.awt.EventQueue$3.run(EventQueue.java:703)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

    java.io.IOException: Cannot create or get dynamic content folder!

    at com.spss.java_client.core.common.WelcomeDynamicContentMgr.getBaseContentPath(Unknown Source)

    at com.spss.java_client.ui.dialogs.base.WelcomeOnPremDlg.initWhatsNewCards(Unknown Source)

    at com.spss.java_client.ui.dialogs.base.WelcomeOnPremDlg.initVars(Unknown Source)

    at com.spss.java_client.ui.dialogs.base.WelcomeOnPremDlg.doInit(Unknown Source)

    at com.spss.java_client.ui.dialogs.base.WelcomeOnPremDlg.<init>(Unknown Source)

    at com.spss.java_client.ui.SpssMgr.checkForShowWelcomeDlg(Unknown Source)

    at com.spss.java_client.ui.SpssMgr.newDataSet(Unknown Source)

    at com.spss.java_client.ui.SpssMgr.access$300(Unknown Source)

    at com.spss.java_client.ui.SpssMgr$3.run(Unknown Source)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)

    at java.awt.EventQueue.access$500(EventQueue.java:97)

    at java.awt.EventQueue$3.run(EventQueue.java:709)

    at java.awt.EventQueue$3.run(EventQueue.java:703)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

    Warning: the fonts "Times" and "Lucida Bright" are not available for the Java logical font "Serif", which may have unexpected appearance or behavior. Re-enable the "Times" font to remove this warning.

    Exception in thread "Thread-12" java.lang.NullPointerException

    at com.spss.vis.template.FileSystemTemplateFactory.buildTemplatesFromDirectory(Unknown Source)

    at com.spss.vis.template.FileSystemTemplateFactory.getTemplates(Unknown Source)

    at com.spss.vis.graphboard.template.TemplateModel.getTemplatesFromFactory(Unknown Source)

    at com.spss.vis.graphboard.template.TemplateModel.getTemplatesFromFactories(Unknown Source)

    at com.spss.vis.graphboard.template.TemplateModel.setTemplateFactory(Unknown Source)

    at com.spss.vis.graphboard.template.TemplateModel.<init>(Unknown Source)

    at com.spss.vis.graphboard.template.TemplateBuilder.<init>(Unknown Source)

    at com.spss.java_client.core.common.Driver$PrintWarmUpThread.run(Unknown Source)



    ------------------------------
    Laura Stier
    ------------------------------



  • 6.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Mon October 17, 2022 03:39 PM
    It looks like SPSS is trying to write to a folder it needs, but it doesn't appear to have permission to do so.

    The folder in question is most likely: ~/Library/Application Support/IBM/SPSS Statistics/28

    Could you please check and make sure that folder has permissions?

    From that console window:

    chmod 0755 ~/Library/"Application Support/IBM/SPSS Statistics"

    then, re-start SPSS from the console window and let's see what happens.

    Also, I just want to make sure that you have the latest version of SPSS. Go here to upgrade to 28.0.1 if necessary.

    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 7.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Mon October 17, 2022 04:16 PM
      |   view attached
    Hi, 

    it looks like I have no folder 28 there. Just the previous versions.... 
    Picture attached. 


    ------------------------------
    Laura Stier
    ------------------------------



  • 8.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Mon October 17, 2022 04:27 PM
    That doesn't look like ~/Library/"Application Support"/IBM/"SPSS Statistics". The folder name is just "Statistics". I'm looking for "SPSS Statistics".

    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 9.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Mon October 17, 2022 05:08 PM
    Sorry my bad, found the folder and checked all permissions. 

    Trying to put the code in the console did not quite work I guess: 

    Lauras-MacBook-Air:~ laurastier$ chmod 0755 ~/Library/"Application Support/IBM/SPSS Statistics"

    chmod: /Users/laurastier/Library/Application Support/IBM/SPSS Statistics: No such file or directory

    Lauras-MacBook-Air:~ laurastier$ 


    Best regards,
    Laura



    ------------------------------
    Laura Stier
    ------------------------------



  • 10.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Mon October 17, 2022 05:46 PM
    OK, well that's important to know. We need that directory.

    In a terminal window:
    cd ~/Library
    cd "Application Support"
    cd IBM
    mkdir "SPSS Statistics"
    chmod 0755 "SPSS Statistics"

    I want to make sure that all these commands are run separately, so I can see if any of them fail.

    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 11.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Tue October 18, 2022 08:38 AM
    Edited by System Admin Fri January 20, 2023 04:28 PM
    Hi alright, here are the outputs: 

    Lauras-Air:~ laurastier$ cd ~/Library

    Lauras-Air:Library laurastier$ cd "Application Support"

    Lauras-Air:Application Support laurastier$ cd IBM

    Lauras-Air:IBM laurastier$ 

    Lauras-Air:IBM laurastier$ mkdir "SPSS Statistics"
    No Permissions

    I changed the permission with the Chmod 755 and in the folder:
    After this I tried this: 

    Lauras-Air:~ laurastier$ mkdir "SPSS Statistics"

    mkdir: SPSS Statistics: File exists

    Lauras-Air:~ laurastier$ chmod 0755 "SPSS Statistics"

    Lauras-Air:~ laurastier$ chmod 0755 ~/Library/"Application Support/IBM/SPSS Statistics"

    chmod: /Users/laurastier/Library/Application Support/IBM/SPSS Statistics: No such file or directory

    Lauras-Air:~ laurastier$ 

    For the SPSS Statistics folder the permission for my admin is read & write. 





    ------------------------------
    Laura Stier
    ------------------------------



  • 12.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Tue October 18, 2022 09:16 AM
    Hi Laura, this sounds like a folder ownership issue.

    Can you run the following and tell us who the owner of the IBM folder is:

    1. cd "~/Library/Application Support" <return>
    2. ls -l <return>

    See if there is an IBM sub-folder in the above listing and if so, make sure the user who is running Stats is the owner of that folder. If the folder does exist look at the files within that "IBM" folder and see if there is an "SPSS Statistics" file or sub-folder within the "IBM" folder.

    If "SPSS Statistics" already exists in the "IBM" folder, is it a file or a folder/directory? If it is a file, that file should be moved, renamed, or deleted.

    If the owner of either of the above folders is not the same as the user account that is logged in and attempting to run Statistics, then follow the steps as described in entry #16 of the posting here:
    https://community.ibm.com/community/user/datascience/discussion/simulation-builder-wont-open#bm15f2ba70-fc69-482a-aa68-50188ad1f402

    Let us know please if changing the folder ownership to match that of the account running SPSS Statistics solves the problem.

    Regards,

    ------------------------------
    Curtis Browning
    SPSS Statistics Architect
    ------------------------------



  • 13.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Tue October 18, 2022 05:00 PM
    Hi Cutris,

    I get this output: 

    Lauras-Air:~ laurastier$ cd "~/Library/Application Support"

    -bash: cd: ~/Library/Application Support: No such file or directory

    Lauras-Air:~ laurastier$ 



    ------------------------------
    Laura Stier
    ------------------------------



  • 14.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Wed October 19, 2022 08:23 AM
    Hi Laura,

    Let's try it with your full user path instead of the '~' shortcut (which doesn't like being quoted):

    1. cd "/Users/laurastier/Library/Application Support" <return>
    2. ls -l <return>

    Then follow the steps described in #12 above.

    Regards,



    ------------------------------
    Curtis Browning
    SPSS Statistics Architect
    ------------------------------



  • 15.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Wed October 19, 2022 10:51 AM

    Lauras-Air:~ laurastier$ /Users/laurastier/Library/Application Support

    -bash: /Users/laurastier/Library/Application: No such file or directory

    Lauras-Air:~ laurastier$ 

    My outcome for that one..... 
    I will completely reset my Mac and Install SPSS again. Maybe this will sort out my folder problems.

    Best regards!



    ------------------------------
    Laura Stier
    ------------------------------



  • 16.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Wed October 19, 2022 10:54 AM
    Laura: Don't reinstall yet.

    Where you tried: 

     /Users/laurastier/Library/Application Support

    You needed:
    cd "
    /Users/laurastier/Library/Application Support"

    then do

    ls -l

    Try that and see what happens.



    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 17.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Wed October 19, 2022 10:57 AM
    Thanks for the quick answer: 

    Lauras-Air:~ laurastier$ cd "/Users/laurastier/Library/Application Support"

    Lauras-Air:Application Support laurastier$ ls -l

    total 0

    drwx------  14 laurastier  staff   448 13 Okt 21:51 AddressBook

    drwxr-xr-x   5 laurastier  staff   160 13 Okt 22:04 Animoji

    drwxr-xr-x   3 laurastier  staff    96 20 Nov  2020 App Store

    drwxr-xr-x   3 laurastier  staff    96  8 Jul  2019 Apple

    drwxr-xr-x   3 laurastier  staff    96 16 Okt 12:32 AvastHUB

    drwxr-xr-x   6 laurastier  staff   192 18 Okt 22:57 CallHistoryDB

    drwxr-xr-x   4 laurastier  staff   128 20 Nov  2020 CallHistoryTransactions

    drwxr-xr-x   7 laurastier  staff   224 17 Okt 15:37 CloudDocs

    drwxr-xr-x   2 laurastier  staff    64 22 Apr  2019 CoreParsec

    drwx------  34 laurastier  staff  1088 19 Okt 16:43 CrashReporter

    drwxr-xr-x   3 laurastier  staff    96 18 Mär  2018 DVD Player

    drwx------   3 laurastier  staff    96 20 Sep  2017 DiskImages

    drwxr-xr-x   3 laurastier  staff    96 22 Jun  2021 Dock

    drwxr-xr-x   5 laurastier  staff   160 13 Okt 21:52 FaceTime

    drwxr-xr-x   9 laurastier  staff   288 17 Mär  2021 FileProvider

    drwx------   5 laurastier  staff   160  9 Okt 13:33 Google

    drwxr-xr-x   3 laurastier  staff    96 27 Okt  2017 HP

    drwxr-xr-x   3 root        staff    96 15 Apr  2019 IBM

    drwxr-xr-x  10 laurastier  staff   320 16 Nov  2018 Knowledge

    drwx------@  6 laurastier  staff   192 26 Jul 20:15 Microsoft

    drwxr-xr-x   4 laurastier  staff   128 15 Okt  2019 Microsoft AU Daemon

    drwxr-xr-x   4 laurastier  staff   128 14 Apr  2020 Microsoft AutoUpdate

    drwxr-xr-x   3 laurastier  staff    96  8 Nov  2018 Microsoft Teams Helper

    drwxr-xr-x   4 laurastier  staff   128 21 Apr  2020 Microsoft Update Assistant

    drwxr-xr-x   3 laurastier  staff    96 19 Apr  2021 Millisecond Software

    drwxr-xr-x@  3 laurastier  staff    96 27 Mai  2018 MobileSync

    drwxr-xr-x  24 laurastier  staff   768 13 Okt 22:24 Origin

    drwxr-xr-x   2 laurastier  staff    64 14 Sep  2017 Preview

    drwxr-xr-x   4 laurastier  staff   128 20 Nov  2020 Quick Look

    drwxr-xr-x   3 laurastier  staff    96 15 Apr  2019 SPSSInc

    drwxr-xr-x   8 laurastier  staff   256 20 Sep  2017 Skype

    drwx------   6 laurastier  staff   192 13 Okt 22:06 Spotify

    drwx------   3 laurastier  staff    96 27 Mai  2018 SyncServices

    drwxr-xr-x   3 laurastier  staff    96 26 Jul 20:11 Teams

    drwxr-xr-x   2 laurastier  staff    64  3 Jan  2018 accountsd

    drwxr-xr-x   5 laurastier  staff   160 29 Dez  2020 com.apple.AMPLibraryAgent

    drwxr-xr-x   3 laurastier  staff    96 18 Okt 22:52 com.apple.ContextStoreAgent

    drwxr-xr-x   3 laurastier  staff    96 13 Okt 21:53 com.apple.NewDeviceOutreach

    drwxr-xr-x   8 laurastier  staff   256 18 Nov  2018 com.apple.ProtectedCloudStorage

    drwx------   4 laurastier  staff   128 18 Okt 22:54 com.apple.TCC

    drwxr-xr-x   4 laurastier  staff   128 19 Okt 16:52 com.apple.akd

    drwxr-xr-x   3 laurastier  staff    96 13 Okt 21:53 com.apple.ap.promotedcontentd

    drwxr-xr-x   3 laurastier  staff    96 27 Dez  2020 com.apple.avfoundation

    drwxr-xr-x   3 laurastier  staff    96 16 Okt 11:52 com.apple.backgroundtaskmanagementagent

    drwxr-xr-x   2 laurastier  staff    64 22 Jun  2021 com.apple.exchangesync

    drwx--x--x   2 laurastier  staff    64 20 Nov  2020 com.apple.replayd

    drwxr-xr-x   3 laurastier  staff    96 14 Sep  2017 com.apple.sbd

    drwxr-xr-x  13 laurastier  staff   416 19 Okt 16:54 com.apple.sharedfilelist

    drwxr-xr-x   8 laurastier  staff   256 19 Okt 16:44 com.apple.spotlight

    drwxr-xr-x  25 laurastier  staff   800 13 Okt 11:07 com.apple.touristd

    drwxr-xr-x   7 laurastier  staff   224 13 Okt 22:04 com.apple.transparencyd

    drwxr-xr-x  16 laurastier  staff   512 18 Okt 22:54 com.avast.cleanup

    drwxr-xr-x   3 laurastier  staff    96  8 Nov  2018 com.microsoft.teams

    drwxr-xr-x   2 laurastier  staff    64 18 Nov  2018 dmd

    drwxr-xr-x   3 laurastier  staff    96 14 Sep  2017 iCloud

    drwxr-xr-x   2 laurastier  staff    64  9 Dez  2017 iLifeMediaBrowser

    drwxr-xr-x   3 laurastier  staff    96  4 Jun  2019 iReceiptMail

    drwx------   3 laurastier  staff    96  6 Jun  2021 icdd

    drwxr-xr-x   5 laurastier  staff   160 12 Mai  2018 videosubscriptionsd

    drwxrwxr-x   4 laurastier  staff   128 12 Sep 17:44 zoom.us

    Lauras-Air:Application Support laurastier$ 



    ------------------------------
    Laura Stier
    ------------------------------



  • 18.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Wed October 19, 2022 11:06 AM
    OK, that's good. For some reason, "root" (not you) owns the IBM folder.

    See what Curtis wrote earlier:

    If the owner of either of the above folders is not the same as the user account that is logged in and attempting to run Statistics, then follow the steps as described in entry #16 of the posting here:
    https://community.ibm.com/community/user/datascience/discussion/simulation-builder-wont-open#bm15f2ba70-fc69-482a-aa68-50188ad1f402

    Let us know please if changing the folder ownership to match that of the account running SPSS Statistics solves the problem.

    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 19.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Wed October 19, 2022 11:25 AM
    THANK YOU SO MUCH GUYS! 

    This worked and now everything is working! Your are truly awesome!!!!! Thanks for sticking with me! 

    Best regards from Germany!

    ------------------------------
    Laura Stier
    ------------------------------



  • 20.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Wed October 19, 2022 11:31 AM
    Keine ursache. (That's about all I know!). ;)

    ------------------------------
    Rick Marcantonio
    Quality Assurance
    IBM
    ------------------------------



  • 21.  RE: SPSS 28 on MAC OS Monterey 12.6 No Output No Syntax

    Posted Wed October 19, 2022 09:08 AM
    Thanks Rick. I had the same problem with SPSS 29 on macOS Ventura. The command line "chmod 0755 ~/Library/"Application Support/IBM/SPSS Statistics" helped solve the issue!
    Thanks :).
    Sadrac


    ------------------------------
    Sadrac Cenophat
    ------------------------------