cancel
Showing results for 
Search instead for 
Did you mean: 

'The connection was reset error' when accessing html file from Hana

Former Member
0 Kudos

Hello All,

I have created a simple html file (hello.html)  that just prints Hello World. I have activated this object in HANA. I tried to access it using url

http://<host>:<port>/package/hello.html

However the above URL is giving me connection reset error in Firefox(Status is aborted in Firebug), Chrome game an error 'No data received' and IE said Internet Explorer cannot display the web page.

Is there any other additional setting I need to do in order to run an html file in Hana?

Any help will be much appreciated

Thanks in advance

Regards

-Albin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Albin,

This is an issue with SAP HANA versions 64-69.

A quick fix would be to run this SQL for the project package

update "_SYS_REPO"."ACTIVE_OBJECT"

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

where "PACKAGE_ID" LIKE 'mypackage.project.ui%'

I think it would also help you to go through this discussion. HANA UI5 project activation causing errors: HttpParseResponse failed/HandleServData failed.

--

Shreepad

Former Member
0 Kudos

Hi,

See this link, there is a defect for object activated in december :

https://css.wdf.sap.corp/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3...

Regards,

Former Member
0 Kudos

Hello,

Thank you for the link. I am sorry I am not able to access the link. Could you confirm that this link is accessible in internet? Looks like an SAP internal link to me.


Regards

-Albin