cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a table in SAP HANA Bussiness Application studio

anmolsinha01
Explorer
0 Kudos

i am creating a column table but i am getting and error and its not deploying

the error -
> Executing task: echo 'Prepared environment for deployment' && (npm ls --depth 0 --production || npm install) && (npm start -- --exit) <

Prepared environment for deployment
deploy@ /home/user/projects/test_/db
`-- @sap/hdi-deploy@4.3.0

npm WARN lifecycle The node binary used for scripts is /extbin/bin/node but npm is using /opt/nodejs/node-v14.17.6-linux-x64/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> deploy@ start /home/user/projects/test_/db
> node node_modules/@sap/hdi-deploy/deploy.js "--exit"

@sap/hdi-deploy, version 4.3.0 (mode default), server version 4.00.000.00.1644918152 (4.0.0.0), node version 14.17.6, HDI version 1007, container API version 1004
Deployment started at 2022-03-03 12:57:52
Using default environment variables from file "default-env.json"
No ignore file at /home/user/projects/test_/db/.hdiignore.
Collecting files...
Collecting files... ok (0s 3ms)
1 directories collected
1 files collected
0 reusable modules collected
Target service: test_-hdidb-ws-fvlx2
Session variable APPLICATION is set to "SAP_HDI//".
Previous build with request ID 99 finished at 2022-03-03 12:32:23.199429000 with status Finished and message: Make failed (5 errors, 0 warnings): tried to deploy 1 files, undeploy 0 files, redeploy 0 dependent files.
Processing revoke files...
Processing revoke files... ok (0s 0ms)
Processing grants files...
Processing grants files... ok (0s 0ms)
Preprocessing files...
Preprocessing files... ok (0s 0ms)
Connecting to the container "TEST_HDI_DB_2"...
Connecting to the container "TEST_HDI_DB_2"... ok (0s 120ms)
Locking the container "TEST_HDI_DB_2"...
Locking the container "TEST_HDI_DB_2"... ok (0s 192ms)
Synchronizing files with the container "TEST_HDI_DB_2"...
Deleting files...
Deleting files... ok
Writing files...
Writing files... ok
Synchronizing files with the container "TEST_HDI_DB_2"... ok (0s 413ms)
added files: []
modified files: []
deleted files: []
0 modified or added files are scheduled for deploy based on delta detection
0 deleted files are scheduled for undeploy based on delta detection (filtered by undeploy allowlist)
1 files are scheduled for deploy based on explicit specification
0 files are scheduled for undeploy based on explicit specification
Deploying to the container "TEST_HDI_DB_2"...
Starting make in the container "TEST_HDI_DB_2" with 1 files to deploy, 0 files to undeploy...
Disabling table replication for the container schema "TEST_HDI_DB_2"...
Disabling table replication for the container schema "TEST_HDI_DB_2"... ok (0s 88ms)
Migrating libraries...
Migrating libraries... ok (0s 9ms)
Making...
Preparing...
Preparing the make transaction...
Error: The file "tables/KNA1.hdbtable" could not be found [8212757]
Error: Some requested files/folders could not be found [8212764]
Error: Could not read work files [8211562]
Error: Preparing... failed [8211602]
Preparing the make transaction... ok (0s 98ms)
Make failed (5 errors, 0 warnings): tried to deploy 1 files, undeploy 0 files, redeploy 0 dependent files
Error: Making... failed [8211605]
Error: Starting make in the container "TEST_HDI_DB_2" with 1 files to deploy, 0 files to undeploy... failed [8214168]
Deployment to container TEST_HDI_DB_2 failed - error: HDI make failed [Deployment ID: none].
Deployment ended at 2022-03-03 12:57:54
Error: HDI make failed
(2s 354ms)


Terminal will be reused by tasks.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! deploy@ start: `node node_modules/@sap/hdi-deploy/deploy.js "--exit"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the deploy@ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/user/.npm/_logs/2022-03-03T12_57_54_349Z-debug.log

Accepted Solutions (0)

Answers (0)