cancel
Showing results for 
Search instead for 
Did you mean: 

Error installing productive SAP Hana Cloud Connector

Former Member
0 Kudos

Hello,

I am trying to run SAP Hana Cloud Connector on a Monsoon instance (Redhat 6.5).

I try to install the productive version of SCC from SAP Development Tools for Eclipse:

Linuxx86_642.4.3

50.7 MB

sapcc-2.4.3-linux-x64.zip

[root@mo-XXXXXXX ~]# rpm -i /home/iXXXXX/com.sap.scc-ui-1.1.3-1.x86_64.rpm --force

Upgrading SAP HANA Cloud connector

scc_Daemon is not running

Start SAP HANA Cloud connector server daemon

scc_daemon: unrecognized service

Installation finished. SAP HANA Cloud connector server has been started.

SAP HANA Cloud connector server can be managed using service scc_daemon start|stop|restart

Note that I have the same issue trying to manual start the service:

[iXXXXX@moXXXXXXX ~]$ sudo service scc_daemon start

scc_daemon: unrecognized service

Any idea what could be wrong with my installation ?

Thanks !

Accepted Solutions (1)

Accepted Solutions (1)

ilja_farber
Employee
Employee
0 Kudos

Hi,

--force option is called "The Big Hammer" on Additional options to rpm -i

What was the reason to use it?

Please notice - SAP Cloud Connector itself is robust enough, but packet management and services on linux are fragile. I would suggest sensible approach

1. Uninstall everything and remove /opt/sap/scc if necessary

2. Install rpm (without --force) and

                  pay attention to all error messages, if there some

Good luck

Former Member
0 Kudos

Hello

The force option was the last option I had. Chef cookbook is not able to perform a 2.x installation. Productive version of Cloud Connector does not install on a fresh new SLES 11 Monsoon instance. So I tried the force option just to guarantee that it goes as far as possible during installation.

Both using force and not force installation are stopping at the same area. No scc_daemon exists after installation.

This is the reason why I am using a developer version.

ilja_farber
Employee
Employee
0 Kudos

Hi,

the reason to use the dev version is clear. I assumed you'd like to install a prod version (and so

to have scc_daemon service) and would tell me about the errors during the installation.

By the way, when you run rpm -e please use --force option.

Cheers

Answers (1)

Answers (1)

Former Member
0 Kudos

Please note that the developer version (the one that has no daemon and needs go.sh to be executed) is working

zainabzaheer
Discoverer
0 Kudos

Hi,

I am getting following error on go.sh file

Generating initial key store for Administration UI

Error: Could not find or load main class CLOUDS.Cloud

Caused by: java.lang.ClassNotFoundException: CLOUDS.Cloud

Was not able to create the keystore properly