nzamani / sap-cloud-connector-docker

SAP Cloud Connector in Docker
74 stars 55 forks source link

User "sccadmin" does not exist #21

Closed msw009 closed 4 years ago

msw009 commented 4 years ago

Unable to get around this error. I adpated the Docker file in order to use the latest zip and rpm file since the original was returning a 404. COPY sapdownloads /tmp/sapdownloads/ WORKDIR /tmp/sapdownloads RUN unzip sapcc-2.12.3-linux-x64.zip && \ rpm -i sapjvm-8.1.059-linux-x64.rpm

msw009 commented 4 years ago

CLOSED: removed the zip locations and corrected the URL to 2.12.3 and the com.scc to .3-8

RUN wget --no-check-certificate --no-cookies --header "Cookie: eula_3_1_agreed=tools.hana.ondemand.com/developer-license-3_1.txt; path=/;" -S https://tools.hana.ondemand.com/additional/sapcc-2.12.3-linux-x64.zip && \ wget --no-check-certificate --no-cookies --header "Cookie: eula_3_1_agreed=tools.hana.ondemand.com/developer-license-3_1.txt; path=/;" -S https://tools.hana.ondemand.com/additional/sapjvm-8.1.059-linux-x64.rpm && \ unzip sapcc-2.12.3-linux-x64.zip && \ rpm -i sapjvm-8.1.059-linux-x64.rpm && \ rpm -i com.sap.scc-ui-2.12.3-8.x86_64.rpm