Register Login

java.lang.NullPointerException Error when expanding the 'Contents' folder

Updated May 18, 2018

Hi all

In SAP HANA Studio >> Go to Modeler view >> Expand your SAP HANA system > Expand your 'Contents' folder

When i Expand the Contents Folder I got this error msg

An internal error has occurred. java.lang.NullPointerException

 


Comments

  • 01 Aug 2016 5:53 pm Jyoti Pandey Best Answer

    Hi This error Only Occur when  package was made in a different studio version than the server

    Run a SAP HANA studio version that matches the SAP HANA server, but if you need to run a new SAP HANA studio run the following query:

    Select * from "_SYS_REPO"."PACKAGE_CATALOG" where package_id like '%"%'

    Look for packages with un-matching double quotes and delete these packages 


×