Questions tagged [sap-cloud-foundry]

85 questions
0
votes
1 answer

NoClassDefFoundError while using SAP JCo in maven Sprinboot Application SAP CF

​I am getting below error while trying to use sapjco3 in my Springboot application. I am deploying my application to SAP Cloud foundry environment packaging as war file with tomee7 TARGET_RUNTIME java.lang.NoClassDefFoundError: com/sap/conn/jco/JCo…
0
votes
0 answers

How to check migration from Neo to CF went successfully?

I'm unable to know if the application had successfully migrated to the Cloud Foundry environment. How do I check if the application is pointing towards CF environement? For Android, I read it in a blog that we are supposed to change the server url…
Anonymous
  • 21
  • 4
0
votes
0 answers

Invoke nodejs based REST service from UI5 Cloud foundry App

I have developed a stand-alone nodejs expressjs based REST service and deployed in Cloud foundry dev space. The service has an approuter attached to it with authentication and authorization using xsuaa. I am able to access the service using the…
0
votes
0 answers

Error on a Fiori Launchpad Application when migrated from Neo to Cloud Foundry

Today I was tasked with another co-worker to migrate an existent app from Neo to Cloud Foundry. When we migrated the app, we noticed one of the calls to get the info was broken, exactly at this piece of…
0
votes
0 answers

SFTP issue from SAP BTP NodeJS

I m trying to read files from SFTP location using the following class: SFTPClient.js: let Client = require('ssh2-sftp-client'); class SFTPClient { constructor() { this.client = new Client(); } async connect(options) { …
0
votes
1 answer

How to send report/story by e-mail in SAP Analytics Cloud

We are using SAP Analytics Cloud and since many users didn't have a license, we simply used to published the Stories and send them to their email address by providing their office email addresses in the non-SAP Analytics Cloud Recipients text box…
sanchoniathon
  • 59
  • 2
  • 11
0
votes
0 answers

Unable to remote debug SAP CAP application using Approuter(XSUAA) in Visual Studio

I am working on a CAP Project which uses approuter for authentication in VS. For enabling remote debugging, have followed this blog. The CAP project structure along with launch json file(configured as per blog) is shown below. Since the project…
0
votes
0 answers

bosh-lite, not able to target bosh director

getting this error D:\project\cloud\bosh-lite>bosh target 192.168.50.4 lite wrong number of arguments (given 2, expected 1). Usage: target [] []
0
votes
0 answers

CF Deployment causing DB to Crash in SAP CAP based project

We are trying to deploy some enhancements to a custom application which is based on SAP Cloud Application programming model, SAP HANA on cloud and deployed on CF. As a part of these enhancements, we are trying to use SDI and create virtual tables in…
0
votes
0 answers

CloudFoundry app returning null not found error

I am completely new to Cloud development. I have created a Spring Project and deployed that into cloud foundry. On my local system, app runs fine without any issues. But when i go to Cloud Foundry and try to run my application via cf url, i am…
0
votes
1 answer

Implicit Process creation when pushing a Spring boot application

I am pushing a minimalistic Spring Boot web application on Cloud Foundry. My manifest looks like --- applications: - name: training-app path: target/spring-boot-initial-0.0.1-SNAPSHOT.jar instances: 1 memory: 1G buildpacks: -…
0
votes
1 answer

Questions regarding Cloudfoundry Application with multiple Processes

I am reading about the concept of Side Car and Multi Process Application in cloud foundry . https://docs.cloudfoundry.org/devguide/multiple-processes.html https://docs.cloudfoundry.org/devguide/sidecars.html I have few questions which I could not…
0
votes
1 answer

sap-cf-mailer VError: No service matches destination

I have a SAP CAP Nodejs application and I'm trying to send emails from the CAP application using sap-cf-mailer package. I've created a destination service in the BTP as mentioned in the sample and when I'm trying to deploy the application to BTP it…
tarzanbappa
  • 4,930
  • 22
  • 75
  • 117
0
votes
1 answer

Use SharePoint as a kind of CMS using Spring Boot

I am using Spring Boot for storing files (of basically as many format as possible - but think along the lines of images, documents) in SharePoint for my application, which is deployed in SAP's Cloud Foundry. I have pretty much followed the steps…
0
votes
1 answer

OData batch request through connectivity service always returns 202 Accepted

We have a springboot/sap-cloud-sdk (3.34.1) application deployed on SAP CloudFoundry. Our application connect to an on-prem SAP Gateway for OData services and uses the CF destination and connectivity service. In most cases this works ok. We recently…