cancel
Showing results for 
Search instead for 
Did you mean: 

Could not connect to SAP Platform System

Former Member
0 Kudos

Hi,

I've been getting this error when connecting to my HANA Cloud System in Eclipse.

com.sap.cloud.tools.eclipse.hana tunnel.

java.util.concurrent.ExecutionException: com.sap.jpaas.infrastructure.console.exception.CommandException: A problem occurred. Database or schema 'y1i' not found. at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:192) at com.sap.ndb.studio.common.CallableUtil.executeCallable(CallableUtil.java:62) at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionWizard$1.run(CloudSystemConnectionWizard.java:101) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119) Caused by: com.sap.jpaas.infrastructure.console.exception.CommandException: A problem occurred. Database or schema 'y1i' not found. at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:90) at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:54) at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:49) at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.consume(DefaultResponseConsumingStrategy.java:43) at com.sap.core.tunnelcommands.framework.executor.JsonConsumingStrategy.consume(JsonConsumingStrategy.java:31) at com.sap.core.persistence.commands.tunnel.api.OpenDbTunnelConsumer.consume(OpenDbTunnelConsumer.java:37) at com.sap.core.tunnelcommands.framework.executor.CommandTunnelRequestExecutor.executeRequest(CommandTunnelRequestExecutor.java:89) at com.sap.core.tunnelcommands.framework.executor.CommandTunnelRequestExecutor.executeRequest(CommandTunnelRequestExecutor.java:39) at com.sap.core.persistence.commands.tunnel.api.CommandTunnelHandler.performOpenTunnelRequest(CommandTunnelHandler.java:263) at com.sap.core.persistence.commands.tunnel.api.CommandTunnelHandler.openTunnel(CommandTunnelHandler.java:133) at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemHelper.openTunnel(CloudSystemHelper.java:289) at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemHelper.addCloudSystem(CloudSystemHelper.java:343) at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionWizard$1$1.call(CloudSystemConnectionWizard.java:92) at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionWizard$1$1.call(CloudSystemConnectionWizard.java:1) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:812)

I have already updated Eclipse.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189220
Active Contributor
0 Kudos

Is it possible to restart the database in the SAP CP cockpit...

https://help.sap.com/viewer/6b94445c94ae495c83a19646e7c3fd56/2.0.00/en-us/dc2329214da640a19febe98974...

Yet, even after the restart, you might not connect to the database on the SAP CP from the eclipse, please attach the support information (or at least the .log file) from the eclipse. It might be possible the problem to be with the client facilitating the connection to the HANA database on the SAP CP.

former_member189220
Active Contributor
0 Kudos

Is this the only schema.database to which you might not connect from the Eclipse?

Are you able to connect to the database directly as described here:

https://help.sap.com/viewer/d4790b2de2f4429db6f3dff54e4d7b3a/Cloud/en-US/4efc124a0ccc42b3b502ad3a390...

If the usage of a database schema is necessary please make sure you have granted the necessary permissions:

https://help.sap.com/viewer/d4790b2de2f4429db6f3dff54e4d7b3a/Cloud/en-US/a3142222d2cb40b0b473f53855f...

Former Member
0 Kudos

Hi Milen,

This is the only cloud system I attempted to add. I still haven't able to connect it. I'm quite not sure what to do with the Administration side since, I'm only one of the developers here. We're all new to SCP.