Hi all,
I have installed eclipse and did all necessary configurations to connect to the HANA cloud platform.
Now while trying to add cloud system I added required informations as
landscape host = 'hanatrial.ondemand.com'
Account name = 's##########'
Username = 's##########'
Password = '**********'
Which are all correct.
Now while clicking next I am geting the error as below
"The information about SAP HANA schemas and databases cannot be fetched from SAP HANA cloud platform. check the error log for more details."
Then when I checked the log it appears as below.
java.lang.RuntimeException: Connection to host 'hana.ondemand.com' failed.
at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionSchemasWizardPage$5.run(CloudSystemConnectionSchemasWizardPage.java:299)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: com.sap.jpaas.infrastructure.console.exception.CommandException: Authorization error - the execution was rejected.
User 'S##########' does not have permission 'readDbInformation' in account 's##########'
at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:92)
at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:56)
at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.throwCommandExceptionWithContentInfoAndLog(DefaultResponseConsumingStrategy.java:51)
at com.sap.core.tunnelcommands.framework.executor.DefaultResponseConsumingStrategy.consume(DefaultResponseConsumingStrategy.java:45)
at com.sap.core.tunnelcommands.framework.executor.JsonConsumingStrategy.consume(JsonConsumingStrategy.java:31)
at com.sap.core.persistence.commands.schema.ListSchemaConsumer.consume(ListSchemaConsumer.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.schema.api.ListSchemaAndDbmsHandler.listSchemas(ListSchemaAndDbmsHandler.java:134)
at com.sap.core.persistence.commands.schema.api.ListSchemaAndDbmsHandler.listSharedSchemas(ListSchemaAndDbmsHandler.java:94)
at com.sap.core.persistence.commands.schema.api.ListAllTunnelEndpointsHandler.listAllTunnelEndpoints(ListAllTunnelEndpointsHandler.java:44)
at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemHelper.fetchDb(CloudSystemHelper.java:219)
at com.sap.cloud.tools.eclipse.hana.tunnel.ui.CloudSystemConnectionSchemasWizardPage$5.run(CloudSystemConnectionSchemasWizardPage.java:267)
... 1 more
Can anyone please help to rectify this issue.