cancel
Showing results for 
Search instead for 
Did you mean: 

XSA build application - timeout

hanspfruender
Member
0 Kudos

Hello,

I am trying to build a database application in the Web-IDE of HANA XSA.
It is a somewhat bigger project and I was able to build it successfully before.

Recently during the build I get the error:

Deploying to the container "FSDM2_FSDM_DATAMODEL_1"...
4:16:01 PM (DIBuild) [ERROR] Your build has been shut down because it took longer than the currently configured timeout.

Could you help me finding the setting to increase the timeout?

ChrisXu
Advisor
Advisor
0 Kudos

Hi Hans,

Have you worked out on this issue?
Could you let me know how to increase the timeout?

I tried build-parameters with timeout, but still got timeout error.

Thanks.

glen_spalding
Participant
0 Kudos

i took have the same issue, trying to initialize a native hana db environment to XSA

do we know what the solution is/where to increase the timeout ?

ta

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

During installation, you can add more time to your build by adding the following section to your .mtaext file. You can change the value for the execution time as needed:

resources: - name: di-builder-configuration properties: BUILDER_MAX_EXECUTION_TIME: 600

Or, after installation:

Set a new environment for DiCore by running the following xs command after you have logged in: xs set-env di-core BUILDER_MAX_EXECUTION_TIME 600

Thanks,

Violet

glen_spalding
Participant
0 Kudos

hi violet

should this work?

does the mta name have to be the same as the Project Name or ID name ? because it does not seem to work

_schema-version: "2.0.0"

ID: ZMCL_RPT

resources:

- name: di-builder-configuration

properties:

BUILDER_MAX_EXECUTION_TIME: 2400

BI_BUILDER_MEMORY: 512M