LuizGomes
Participant
Member since ‎11-17-2019

User Statistics

  • 161 Posts
  • 2 Solutions
  • 160 Kudos given
  • 17 Kudos received

User Activity

I'm not going to dwell on archive content.the scenario is as follows:There is an xsuaa service created via KYMA and there is a sapui5 application and its deployment should be done via the command line.commandcf deployWhen deploying via the command li...
it is possible to publish an application in Nextjs13 and with i18n, using the template https://sap.github.io/ui5-webcomponents-react/?path=/docs/project-templates--docswith BTP (HTML5 application)?Would you have any examples?
cds -v @cap-js/db-service: 1.0.1@cap-js/postgres: 1.0.1@sap/cds: 7.0.2@sap/cds-compiler: 4.0.2@sap/cds-dk (global): 7.0.2@sap/cds-fiori: 1.0.0@sap/cds-foss: 4.0.2@sap/cds-mtxs: 1.9.0@sap/cds-odata-v2-adapter-proxy: 1.9.21@sap/eslint-plugin-cds: 2.6...
//view.cds view dummy as select from dummy_table{ key id, TO_VARCHAR(TO_DATE(comm_doc.create_date )) as create_date : String(20) } comand: cds deploy --profile pg error: error: function to_date(date, unknown) does not exist at /workspac...
BAS run OK localhost error: err: Error: Client network socket disconnected before secure TLS connection was established at connResetException (node:internal/errors:717:14) at TLSSocket.onConnectEnd (node:_tls_wrap:1595:19) at TLS...