Following step-by-step tutorial "Reuse a CAP Java Service" (Reuse a CAP Java Service | Tutorials for SAP Developers) and when in step 6 "Deploy bookstore domain model" I run command
cds deploy --to sqlite
I get following error in SAP Business Applications Studio:
user: bookstore $ cds deploy --to sqlite
> filling sap.capire.bookstore.Authors from ./db/data/sap.capire.bookstore-Authors.csv
> filling sap.capire.bookstore.Books from ./db/data/sap.capire.bookstore-Books.csv
[ERROR] SQLITE_ERROR: cannot modify sap_capire_bookstore_Books because it is a view in:
INSERT INTO sap_capire_bookstore_Books ( ID, title, descr, author_ID, stock, price, currency_code, category_ID, createdAt , createdBy, modifiedAt, modifiedBy ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
I was afraid of typos so I re-created the whole DevSpace from scratch when I first encountered this error and repeated all the steps again. Result is the same.
Any hints what may be wrong?
Request clarification before answering.
Thank you for quick reaction. Waiting for fix.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.