cancel
Showing results for 
Search instead for 
Did you mean: 

HANA Migration - Import Error

Former Member
0 Kudos

Hello Colleagues - I am getting the below error at the start of the ABAP import phase in SAPNTAB package.

********************

DbSl Trace:   execute(), rc=1, rcSQL=257 (sql syntax error: line 1 col 76 (at pos 76))

DbSl Trace: EXECUTE on connection 0, rc=257 (sql syntax error: line 1 col 76 (at pos 76))

(DB) ERROR: DDL statement failed

(CREATE COLUMN  TABLE "SVERS" ( "VERSION" NVARCHAR(72) DEFAULT '' NOT NULL )

DbSlExecute: rc = 99

  (SQL error 257)

  error message returned by DbSl:

sql syntax error: line 1 col 76 (at pos 76)

DbSl Trace:   execute(), rc=1, rcSQL=259 (invalid table name: SVERS: line 1 col 13 (at pos 12))

*****************

it is giving syntax error while creating this table. i checked the TOC files and STR files and it looks ok to me.

But it is not getting created in HANA system. it says syntax error in pos 76 which is the last but one position in the create command.

checked the sourcesystem and the table looks ok.

Please help me on this.

Thanks,

Durairaj

Accepted Solutions (0)

Answers (2)

Answers (2)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

It looks like similar issue describe in SAP note 1747673.

Thanks

Sunny

Former Member
0 Kudos

issue is resolved with the new DDLHDB.SAR. Thanks