cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while activating: Syntax error: Unexpected token

Former Member
0 Likes
4,337

Hello guys

I am a newbie in using HANA Web-based Development toolkit.  I am following the tutorial of http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9063f922-81e2-3110-c9b9-b4b0c1199...

and in page 25, I met an error.

I am sure that I copy the same code as it is depicted in the tutorial. the file is saved but not activated, hence the schema '_SYS_BIC' could not be created.

could you please provide any insight into this issue。

View Entire Topic
chri_schmitt
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Fabian,

I've just found a solution for both issues:

Issue #1: Error while activating: Syntax error: Unexpected token

-> I noticed that if the command was issued in one line statement (and not in a multi lines statement) this error does not occur.

Issue #2: No "_SYS_BIC". Cannot activate

-> Run call HCP.HCP_GRANT_SELECT_ON_ACTIVATED_OBJECTS()

_SYS_BIC schema will appear afterwards.

I read following document : http://scn.sap.com/docs/DOC-53591

Issue #2. is step 42 of the procedure. 42 is definitively the answer.

Anyway, I read ths post:

http://scn.sap.com/community/developer-center/cloud-platform/blog/2014/04/15/sap-hana-web-ide-online...

and ran following online tutorial

https://thewebide.hana.ondemand.com/tutorials/hcptrial

It helped me a lot and had me undertstand several things about HCP.

Regards,

Christian