Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: HANA UI5 project activation causing errors: HttpParseResponse failed/HandleServData failed

$
0
0

Normally we wouldn't recommend directly changing the _SYS_REPO tables, but for troubleshooting purposes can you try and change the ACTIVATED_AT column for the object which isn't working to something before December 1st.  You can use a query like the following:

 

update "_SYS_REPO"."ACTIVE_OBJECT"

   set "ACTIVATED_AT" = to_timestamp('2013-Nov-30', 'YYYY-MON-DD')

where "PACKAGE_ID" = 'applications.stocktoolmob.WebContent'

   and "OBJECT_NAME" = 'index'

   and "OBJECT_SUFFIX" = 'html';


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>