cancel
Showing results for 
Search instead for 
Did you mean: 

Catalog object import failed with error 30111 from reveision 110 to revision 97

mandeep_kauldhar
Participant
0 Kudos

WE are trying to importing Catalog Object developed on hana db platform 1.0 edition revision 110 (SP11)to hana DB platform edition 1.0 Rev 97 (SP09). during import we using some standard tables in SAPABAP1 schema, the Catalog object contain few functions which uses some table from SAPABAP1 schema.

The import process is failing with below error message:

SAP DBTech JDBC:
[2048]: column store error: table import failed:  [30111] Import failed
(could not execute create statement);object=Schema1:functionObjecten,sql
syntax error: incorrect syntax near "": line 16 col 24 (at pos 590)
at qp_gram.y:50788

We checked the query and it contains references to existing objects in new schem1 which are moved with Catalog object import.

We already tried with create any HANA right on SAPABAP1 schema and kind of assigned SAP ALL authorization to HANA DB user which we are using to import catalog object.

I tried importing on same HANA rev 110 it worked fine there. Could this error be related to HANA Rev 97 and 110 difference?

Again we created schema on rev 110 and importing this on REv 97 . I know this shouldn't be the practice from higher to lower release but we download the latest stuff and Rev 97 was in Archive mode on SAP SMP to download.

Mani

Accepted Solutions (0)

Answers (1)

Answers (1)

mandeep_kauldhar
Participant
0 Kudos

Any reply?